Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

want to change default XXX name if product is out of stock


panjad

Recommended Posts

Posted

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

Posted

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

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...