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.
13 years ago
Is there any config setting (in 1.60) that prevents the display of the cart after an item is added to the cart?
13 years ago
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.
13 years ago
Thanks Roger, this works perfectly!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.