Admin - Configuration - Product Listing - Product Listing Multiple Add To Cart - Catalog
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - Product Listing - Product Listing Multiple Add To Cart - Catalog
/path/to/your/shop/includes/modules/product_listing.php
| Line #115 : if (PRODUCT_LISTING_MULTIPLE_ADD_TO_CART != 0) {
Line #188 : if (($how_many > 0 and $show_submit == true and $listing_split->number_of_rows > 0) and (PRODUCT_LISTING_MULTIPLE_ADD_TO_CART == 1 or PRODUCT_LISTING_MULTIPLE_ADD_TO_CART == 3) ) {
|
/path/to/your/shop/includes/templates/template_default/templates/tpl_modules_product_listing.php
| Line #60 : // if ($show_top_submit_button == true or $show_bottom_submit_button == true or (PRODUCT_LISTING_MULTIPLE_ADD_TO_CART != 0 and $show_submit == true and $listing_split->number_of_rows > 0)) { |
