White Lion Posted October 8, 2012 Share Posted October 8, 2012 I'm using PrestaShop v 1.4.2.5 & v 1.4.9.0 for my websites. In PrestaShop v 1.4.2.5 i can enable "show price" using tick mark in unavailable for order products. (disabled "available for order" by removing tick mark) But i can not do it on PrestaShop v 1.4.9.0. I can not put a tick mark for "show price". How can i enable it. I want to show price for unavailable for order products. we use it on out of stock product. Please see the attached image. Please help me to resolve this. Have a nice day. Link to comment Share on other sites More sharing options...
White Lion Posted October 10, 2012 Author Share Posted October 10, 2012 Please. help me. Link to comment Share on other sites More sharing options...
White Lion Posted October 11, 2012 Author Share Posted October 11, 2012 Please. Somebody help me. Link to comment Share on other sites More sharing options...
clayton29657 Posted October 11, 2012 Share Posted October 11, 2012 I am having my servers in process of moving but if I remember correctly there is a setting under preferences then product page that you can allow out of stock orders. I would check that if it's not there just click on preferences tab and check on this page Hope this helps Clayton Link to comment Share on other sites More sharing options...
White Lion Posted October 17, 2012 Author Share Posted October 17, 2012 (edited) Dear clayton29657. Thank you for your reply. Yes. I can allow to order out of stock product. its working correctly. I want to "show price" for out of stock and upcoming products on my website. In PrestaShop v 1.4.2.5 i can enable "show price" using tick mark. But i can't do it on PrestaShop v 1.4.9.0. I can't put a tick mark for "show price". I did not upgrade it. i've moved my old shopping cart to new domain name. its running on same server space with different domain name. I've download Prestashop 1.4.9 from prestashop official website and install it to new server space using my old domain name (used on PS v 1.4.2.5) I've sent a my old shop link to your private message box. i want to do this. Please help me to resolve it. Have a nice day. Cool D Edited October 17, 2012 by White Lion (see edit history) Link to comment Share on other sites More sharing options...
mrjsanderson Posted October 22, 2012 Share Posted October 22, 2012 Same problems here. I have a fresh install with no edits and it is not working. Pretty annoying. Could you please let me know if you have any success. Cheers. Jesse Link to comment Share on other sites More sharing options...
petete2008 Posted October 24, 2012 Share Posted October 24, 2012 I have the same problem Link to comment Share on other sites More sharing options...
petete2008 Posted October 24, 2012 Share Posted October 24, 2012 La solución es : Buscar en el fichero adminproducts.php <input style="float: left;" type="checkbox" name="available_for_order" id="available_for_order" value="1" '.($this->getFieldValue($obj, 'available_for_order') ? 'checked="checked" ' : '').' onclick="if ($(this).is(\':checked\')){$(\'#show_price\').attr(\'checked\', \'checked\');$(\'#show_price\').attr(\'disabled\', \'disabled\');}else{$(\'#show_price\').attr(\'disabled\', \'\');}"/> y reemplazar por <input style="float: left;" type="checkbox" name="available_for_order" id="available_for_order" value="1" '.($this->getFieldValue($obj, 'available_for_order') ? 'checked="checked" ' : '').' onclick="if ($(this).is(\':checked\')){$(\'#show_price\').attr(\'checked\', \'checked\');$(\'#show_price\').attr(\'disabled\', \'disabled\');}else{$(\'#show_price\').attr(\'disabled\', false);}"/> Link to comment Share on other sites More sharing options...
mrjsanderson Posted October 30, 2012 Share Posted October 30, 2012 Tested and this works. Thank you. Link to comment Share on other sites More sharing options...
scyeffect Posted October 30, 2012 Share Posted October 30, 2012 it works like a charm at my case. thx very much for the code modification Link to comment Share on other sites More sharing options...
White Lion Posted October 30, 2012 Author Share Posted October 30, 2012 Thank you dear petete2008 Its working. Link to comment Share on other sites More sharing options...
seba castelao Posted February 24, 2017 Share Posted February 24, 2017 Hi, i need to do the same but i have Prestashop 1.6.10.1 i can't found the adminproducts.php file. Thanks for the help Link to comment Share on other sites More sharing options...
Recommended Posts