szabolcs Posted December 2, 2008 Share Posted December 2, 2008 Hi,just a short question:is there any way to display "FREE" instead of "0,00 EUR/&/whatever at product listing?I have some free downloadable items in my shop, and I would like to display as free product.Szabolcs Link to comment Share on other sites More sharing options...
TropischBruin Posted December 2, 2008 Share Posted December 2, 2008 This means changing some code where it will show a predifined text if price = 0.00 Link to comment Share on other sites More sharing options...
ebuildy Posted June 30, 2011 Share Posted June 30, 2011 Very very simple !You have to edit Tools classe in "/classes/Tools.php", search for public static function displayPrice($price, $currency = NULL, $no_utf8 = false) and first line of the function, you cann something like : if ((int) $price == 0) return "Gratuit !";It's good but, they didn't include the tax display in this function ;-( so you have to disable tax display or edit your template to hide the tax when price is equal to 0 ! 1 Link to comment Share on other sites More sharing options...
catalin.scaesteanu Posted August 24, 2015 Share Posted August 24, 2015 Hey, here is how to do this without changing any core files: http://premiumpresta.com/blog/display-free-instead-0-00-product-prices-prestashop/ 1 Link to comment Share on other sites More sharing options...
Recommended Posts