Ok - so everything seemed as though it was ok LOL

However, after changing some of the URLs the products will not add to cart. My template uses the "add selected products to cart" button on the cherry zen template.

I did look for the "action" form talked about below....but I am not really sure what I am looking for to make the add to cart button work correctly on the product listing page work.
Quote Originally Posted by conor View Post

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!
Here is the code that I find in my product_listing.php files and tpl_products_all_default.php files

Code:
    echo zen_draw_form('multiple_products_cart_quantity', zen_href_link(FILENAME_DEFAULT, zen_get_all_get_params(array('action')) . 'action=multiple_products_add_product'), 'post', 'enctype="multipart/form-data"');

Here is a link to a product page with the multiple products add to cart that is not working.
http://www.quiltsinmontana.com/Alexa..._Haunted_House

Thanks again for your help!
Mona