Admin - Configuration - Stock - Show Products Sold Out Image - Catalog
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - Stock - Show Products Sold Out Image - Catalog
/path/to/your/shop/includes/functions/functions_general.php
| Line #1134 : case ($button_check->fields['products_quantity'] <= 0 and SHOW_PRODUCTS_SOLD_OUT_IMAGE == '1'): |
/path/to/your/shop/includes/modules/pages/featured_products/header_php.php
| Line #46 : if ((SHOW_PRODUCTS_SOLD_OUT_IMAGE == 1 and $check_products_all->fields['products_quantity'] > 0) or SHOW_PRODUCTS_SOLD_OUT_IMAGE == 0) { |
/path/to/your/shop/includes/modules/pages/products_all/header_php.php
| Line #48 : if ((SHOW_PRODUCTS_SOLD_OUT_IMAGE == 1 and $check_products_all->fields['products_quantity'] > 0) or SHOW_PRODUCTS_SOLD_OUT_IMAGE == 0) { |
/path/to/your/shop/includes/modules/pages/products_new/header_php.php
| Line #48 : if ((SHOW_PRODUCTS_SOLD_OUT_IMAGE == 1 and $check_products_all->fields['products_quantity'] > 0) or SHOW_PRODUCTS_SOLD_OUT_IMAGE == 0) { |
/path/to/your/shop/includes/modules/product_listing.php
| Line #124 : ($listing->fields['products_quantity'] > 0 || SHOW_PRODUCTS_SOLD_OUT_IMAGE == 0) ) { |
