-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Product is added to cart twice the quantity when customer clicks Add To Cart button second time #16063
Comments
Hi @bnymn, thanks for the well written issue! But I'm going to close it, as it has already been reported before in #15052 & #15580 Quick summary: it's a new bug introduced in one of those new modules from Amazon which get installed by default now in Magento 2.2.4. Quick fix is if you don't need those modules to simply disable them, which should fix your issue. If you don't want to disable those modules, it is mentioned over here that a fix is pending for Magento 2.2.5: amzn/amazon-payments-magento-2-plugin#227 |
Hi, Once disabled Amazon module, works fine, is there any other solutions without disabling module for Magento 2.2.4 . |
@vasudevsundar Hey, how did you disable amazon module? I wanna do it correctly, cause i don't use it anywhere |
@swishhh, you have two options:
Then run After this, there won't be any trace of the Amazon modules code in your project, there might still be some leftovers in the database though, but that's less important and shouldn't cause problems.
After this, the code of the Amazon modules is still in your project, but it is just not active. You can choose whatever you're most comfortable with :) |
@hostep thanks a lot :) |
Any one help me how can i add add-to-cart button on CMS. I need Name, Thumbnail Image, Price, Add-to-cart Button On CMS PAGE, here add to cart not woking, code : file path: app/desgin/frontend/base/default/template/myphp/myphpcode.phtml Place the below code
|
Products are added to the cart twice the quantity, when you click on Add To Cart button more than one.
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: