Barmunk Posted May 17, 2012 Share Posted May 17, 2012 Hi, I've got the similar problem. I've got prestashop 1.3 How can I hide the price in one good card product.tpl if the the price is zero? {if !$priceDisplay || $priceDisplay == 2} <span id="our_price_display">{convertPrice price=$product->getPrice(true, $smarty.const.NULL)}</span> {if $tax_enabled}{l s='tax incl.'}{/if}{/if} This way {if $product.price != 0} code {/if} {if $product->getPrice != 0} code {/if} doesn't work in this case Link to comment Share on other sites More sharing options...
Barmunk Posted May 18, 2012 Author Share Posted May 18, 2012 Nobody knows? Link to comment Share on other sites More sharing options...
amnesiak Posted May 25, 2012 Share Posted May 25, 2012 I would also like to know, how to hide price if it is set to 0 I`m using ver. 1.4.4.1 Link to comment Share on other sites More sharing options...
tomerg3 Posted May 25, 2012 Share Posted May 25, 2012 Hiding the prices is not that simple, since there are many places where it is shows, as well as javascript code. There are a few modules that do that, this is one we created http://www.prestashop.com/forums/index.php?/topic/439[spam-filter]module-private-shop-hide-your-shop-or-prices-from-non-registered-users-entire-shop-or-parts/ Link to comment Share on other sites More sharing options...
[email protected] Posted June 1, 2012 Share Posted June 1, 2012 I used used a module on this site, so you could only see prices are you created an account. Works well http://www.staxofaccessories.com.au/ Prestashop Addons / Price Hide http://addons.prestashop.com/en/pricing-promotion/3554-price-hide.html and it is currently working on 1.4.6.2 Link to comment Share on other sites More sharing options...
shacker Posted July 3, 2012 Share Posted July 3, 2012 this is free module http://catalogo-onlinersi.net/en/add-ons-prestashop-modules/328-hide-price-and-add-to-cart.html 1 Link to comment Share on other sites More sharing options...
Recommended Posts