crash11 Posted June 18, 2014 Share Posted June 18, 2014 Hi, I have enabled backordering and in category page that displays all the products, shows that they are all in stock. How I can delete that or shows what is written on each product backordering?Thnx Link to comment Share on other sites More sharing options...
crash11 Posted June 19, 2014 Author Share Posted June 19, 2014 Someone to help please? Link to comment Share on other sites More sharing options...
crash11 Posted June 20, 2014 Author Share Posted June 20, 2014 (edited) I solved it. In file "product-list.tpl" that is on themes\default-bootstrap at line 159 I changed the "{if ($product.allow_oosp || $product.quantity > 0)}" to "{if ($product.allow_oosp && $product.quantity > 0)}" Edited June 20, 2014 by crash11 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 20, 2014 Share Posted June 20, 2014 hello thank you for sharing your code snippet i marked your answer as a solution and whole topic as solved. thanks for contribution with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts