View Single Post
  #9  
Old 02-02-2015, 06:14 AM
 
Burpomatic Burpomatic is offline
 

Member
  
Join Date: Jan 2015
Posts: 18
 

Default Re: Hide the price on the storefront

Thanks Mike, your solution seems to work. For the record, here's what I've done.

Using CustomSkin, I've created the file \xcart\skins\custom_skin\default\en\common\price_p lain.tpl containing the following code :

Quote:
Originally Posted by totaltec
Code:
<div IF="isLogged()"> <div class="product-price {getFingerprint()}"> <list name="product.plain_price.head" /> <ul class="product-price"> <list name="product.plain_price" /> </ul> <list name="product.plain_price.tail" /> </div> </div>

After activating CustomSkin, the prices only show up when signed in. Thanks again for the help!
__________________
Alex

Business 5.3.2.5 Crisp White
Reply With Quote