Prevent display of cart after an item is added?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 13 ans
Is there any config setting (in 1.60) that prevents the display of the cart after an item is added to the cart?
Il y a 13 ans
I think this option is not available.

You can code it if you want.

locate ProductVariantsInGrid.ascx.cs in the modules folder and comment this line
Response.Redirect("~/shoppingcart.aspx");


compile and upload NopCommerceStore.dll and NopCommerceStore.pdb (bin folder).

this will only prevent when you add a product in the product page.
Il y a 13 ans
Thanks Roger, this works perfectly!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.