Admin - Configuration - Stock - Stock Mark Product Out Of Stock - Catalog
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - Stock - Stock Mark Product Out Of Stock - Catalog
/path/to/your/shop/includes/functions/functions_lookups.php
| Line #189 : $out_of_stock = '<span class="markProductOutOfStock">' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . '</span>'; |
/path/to/your/shop/includes/languages/english/shopping_cart.php
| Line #21 : define('OUT_OF_STOCK_CANT_CHECKOUT', 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' are out of stock or there are not enough in stock to fill your order.<br />Please change the quantity of products marked with (' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . '). Thank you');
Line #22 : define('OUT_OF_STOCK_CAN_CHECKOUT', 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' are out of stock.<br />Items not in stock will be placed on backorder.'); |
