This topic has 6 replies, 2 voices, and was last updated 1 years, 5 months ago ago by Rose Tyler
on the product page:
When someone click ADD TO CART button and after that BYE NOW button, 2 quantities are added to cart. (as this is common behavior of our most of the COD buyers)
It should be like if 1 quantity is already on the cart, BUY NOW button should not add another quantity to cart.
Hello, Prashant,
Thank you for contacting us and for using XStore.
The mentioned behavior, you can see on our demos, so it is not a bug, but a predefined functionality.
You can disable the Buy Now button, and enable “Redirect to the cart page after successful addition” via WooCommerce > Settings > Products > General > Add to cart behavior.
Kind Regards,
8theme team
Thank you for the reply.
But for me this function is problem as if the product is already in the cart and one more quantity is added by BUY NOW button.
help me to change functionality of BUY NOW button. I want BUY NOW button to not to increase quantity if product is already in the cart.
Please recommend code for that.
Hello, Prashant,
Thank you for your response.
We can’t recommend code for you, because there is no quick solution. It requests additional customization in files, which is outside the scope of our basic support.
If you want paid Customization services submit a customization request to WPKraken team.
The next custom CSS code can be used (Theme Options > Theme custom CSS) to hide the “Add to cart” button from single product page:
.single-product .single_add_to_cart_button:not(.et-single-buy-now) {
display: none;
}
.single-product div.quantity~.et-or-wrapper {
display: none;
}
If you have any other questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
The buy now button is the most essential thing, so I don’t want to remove it.
“Please add an option to reset the cart by clicking on the Buy Now button like other plugin providers”
This seems to bug for me now, as many customers are complaining about the multiple quantities added to the cart after clicking on the buy now button.
PLEASE
Thank you
Dear Prashant,
Please post your request on our Taskboard at https://www.8theme.com/taskboard/ , so developers team read it. If this request receives enough votes from other customers, our development team will consider adding it in one of the upcoming updates.
Right now there is no ready solution, and additional customization in files is outside the scope of our basic support.
You were able to see how the Buy Now button works on our demos before purchase, so it is not a bug and we did not receive complaints before.
If you have any other questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
Tagged: 2-quantity, add to cart, buy now, shopping cart, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up