panjad Posted October 17, 2008 Posted October 17, 2008 whenever the products in my shop have negative quantity then it shows XXX after the products name so can anyone tell me how to change this default name to something useful like OUT OF STOCK etc define('OUT_OF_STOCK_CANT_CHECKOUT', 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' dont exist in desired quantity in our stock.<br>Please alter the quantity of products marked with (' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . '), Thank you'); define('OUT_OF_STOCK_CAN_CHECKOUT', 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' dont exist in desired quantity in our stock.<br>You can buy them anyway and check the quantity we have in stock for immediate deliver in the checkout process.'); ?> but i dont know how to change the constant STOCK_MARK_PRODUCT_OUT_OF_STOCK so plz can anyone give me exact location where i can change this
sLaV- Posted October 17, 2008 Posted October 17, 2008 Goto your admin section www.yourdomain.com/catalog/admin then click on Configuration then My Store and under Stock change Mark product out of stock
panjad Posted October 17, 2008 Author Posted October 17, 2008 Goto your admin section www.yourdomain.com/catalog/admin then click on Configuration then My Store and under Stock change Mark product out of stock Thanks for quick reply it worke fine thanks again u have solved my problem
Recommended Posts
Archived
This topic is now archived and is closed to further replies.