Problem:
Products module with Cart module.
On Product detail page there is "Add to cart" functionality.
After submitting amount of product added to the cart It must remain on the same product detail page, but it redirects to product summary page...
Maybe problem in this html code:
Code: Select all
<form id="m47056moduleform_1" method="post" action="http://localhost/index.php/produktai" class="cms_form">
<div class="hidden">
<input type="hidden" name="mact" value="Cart,m47056,default,0" />
<input type="hidden" name="m47056returnid" value="66" />
<input type="hidden" name="m47056product" value="7" />
<input type="hidden" name="m47056cart_returnto" value="http://localhost/index.php/Products/7/66/PW-207" />
</div>
CMSMS 1.10.3
CGEcommerceBase 1.3.9
Cart 1.8.1
FrontEndUsers 1.17
Orders 1.13
Products 2.16.2
Settings:
E-Commerce > Cart > Preferences
Page To Redirect To after add to cart: None
E-Commerce > Order Manager > Preferences
Page to assume that the billing form will be displayed on. This is usually the page with your {Orders} tag: None
I'm using CMSMS internal Pretty URLs.
McF