Questions tagged [magento2.4.0]
The magento2.4.0 tag has no summary.
90 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
154
views
cosmicsting security patch for magento 2.4.0
Adobe has released security patches to address the "Cosmicsting" vulnerability. These patches are only available for the following versions:
My question is: if I want to apply this patch on ...
0
votes
0
answers
27
views
Get Customer details from customer token in M2.4.0
Impossible to process constructor argument Parameter #4 [
Magento\Integration\Api\UserTokenReaderInterface or NULL $reader =
NULL ] of Experro\SSO\Model\Api\CheckoutToken class
Above is the error I ...
0
votes
2
answers
115
views
Magento 2 : Add Store Language in URL's
I have two website example.com(store code is usa) and example.ca(store code is default)
both website in English language
This two website working fine, now I want to convert only example.ca to example....
1
vote
1
answer
58
views
How to stop attackers to execute script and run 100 requests to create account?
On client magento website has enabled google captcha version 2 on create account page.
exception.log file has following errors
(Magento\\Framework\\Stdlib\\Cookie\\CookieSizeLimitReachedException(code:...
0
votes
0
answers
3k
views
"No such entity with cartID = null" in the checkout after logged in on the other tab
The checkout stopped working after logging in on another browser's tab.
Scenario:
Fill the cart and proceed to the checkout page.
Go to the other browser's tab and logged in there.
Go back to the ...
0
votes
1
answer
116
views
Magento 2 add new website in existing website steps
I have a existing website for Canada and all products attributes at global and if I add new website for USA and follow all steps successfully to add new website so then should I update all products ...
1
vote
1
answer
686
views
How to stop create customer via rest API in magento 2?
I do not know how to stop to create customers via REST API in magento 2. I have magento 2 instance in 2.4.0 version
I found a below code in vendor/magento/module-customer/etc/webapi.xml path
<route ...
0
votes
1
answer
657
views
Magento 2.4.0 stock status not changed after 0 quantity in multi source inventory
I added two inventory source location in Magento 2.4.0 to manage different warehouse inventory. And
also I added two different website.
For example
One warehouse is Canada and another warehouse in USA....
0
votes
1
answer
835
views
how to Magento 2 code debug in remote server with Visual Studio?
I would like to increase my development productivity. Is it possible to add breakpoints in Magento 2 server files in Visual Studio? Because there is a plugin called XDEBUG in VS code. I installed it ...
0
votes
1
answer
99
views
Can I set Manage stock at website level?
I have question regarding inventory management.
I do not want to use multi source inventory for our magento 2.4.0 store.
Now we are going to convert multi website with different quantities for same ...
0
votes
1
answer
170
views
magento 2: debug to addtocart simple product for one qty in stock
I am trying to figure out the flow add to cart item.
Note: before add to cart my cart is empty
I have a simple product and it has one qty and product inStock is yes, it does not go prepare function in ...
1
vote
1
answer
173
views
After upgrade magento 2.4.4 version order shipment is not working?
i have upgrade magento 2.4.4 version,after upgrade shipment will not create on chrome browser.if i am trying to mozila firefox it's working.
https://i.sstatic.net/xA4Y7.png
https://i.sstatic.net/fYyuu....
1
vote
1
answer
2k
views
Magento 2 How to get the Order Extension_Attribute Value in AfterPlugin
How to get an order's extension attribute value when creating the order via the API?
For example to create an order I'm calling /rest/V1/carts/mine/payment-information with the following payload:
{
...
1
vote
2
answers
1k
views
how to convert current timezone date to gmtdate in magento 2?
In Magento store, it sets America/Toronto timezone
how to convert current date time to gmt date time,here is my current date time code
$currentTimeZoneTime = $this->timezone->date()->format('...
0
votes
1
answer
446
views
how to subtract 1 day from magneto 2 timezone function?
I have to use magento function for date and I wanna subtract 1 day from following code,how can I do it ? I do not want to use PHP function for date
how can I subtract 1 day from follwoing code ?
$...