
Originally Posted by
conor
If it's not adding to the cart properly only when the URI Mapping module is enabled then the only thing I can think of is that the user's path to the cart page is being interrupted by a redirect.
The only reason I can see that happening is if the form on the manufacturers page doesn't make use of the zen_href_link function which is overridden by the URI Mapping module to add the mapping functionality.
So I'd check what the "action" of the form is. For example, on my test server
zen138.local, on the page of the manufacturer
gt_interactive the add to cart form tag is built as such:
Code:
<form name="multiple_products_cart_quantity" action="http://zen138.local/gt_interactive
Hope that helps!
All the best..
Conor
ceon
Sorry for the long delay in checking back in, I honestly have not had a breath to work on this. Thanks for the hints, that does seem to be it. Regardless of whether the URI mapping is turned on or not for the manufacturer pages, it shows something like
Code:
<form name="multiple_products_cart_quantity" action="http://zen138.local/index.php?main_page=index&sort=20a&manufacturers_id=24&action=multiple_products_add_product
instead of
Code:
<form name="multiple_products_cart_quantity" action="http://zen138.local/gt_interactive
Any clue on what to do to fix this? I've looked around to see if I forgot to update something, and I'm at a loss.
Thanks for your help!!
Sara
Bookmarks