I want the customers to be able to add item to shopping cart without being transferred to a shopping cart page right away. Same if they want to transfer an item from a wishlist to a shopping cart.
Solved! Go to Solution.
Yes i got your point !
try the solution i have given like - From the Magento admin panel , go to store ->configurations -> sales ->checkout -> Find After Adding a Product Redirect to Shopping Cart -> Set this option to No
then check it will not redirect to cart page but it will shows message that your product is added into the cart and then as you mention you need to click on view cart button - to go on cart page !
Hope it helps
Welcome to the magento community forum.
Did it mean - when you click on add to cart button - customer don't redirect to cart page and it will stay on the same like product listing page or product details page ? this is what you wanted to achieve ?
If yes - then logged in to your magento backend admin panel - go to store ->configurations -> sales ->checkout -> After Adding a Product Redirect to Shopping Cart -> Set this option to No
click on save and clear the cache and then check - it will works for you !
@Manthan Dave, I want to my customer, when they click add to cart they will stay on the product list page or product details page but the product is still be added to the cart. and if they want to see the cart they will click the View cart instead.
Yes i got your point !
try the solution i have given like - From the Magento admin panel , go to store ->configurations -> sales ->checkout -> Find After Adding a Product Redirect to Shopping Cart -> Set this option to No
then check it will not redirect to cart page but it will shows message that your product is added into the cart and then as you mention you need to click on view cart button - to go on cart page !
Hope it helps
Thanks for your help @Manthan Dave