I'm able to add products from that page just fine..

This may be as Conor says something specific to your sever.. I don't have a problem with adding products to cart from the category pages using this mod on my client stores..

Quote Originally Posted by stxmona View Post
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.


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