View Single Post
  #10  
Old 09-08-2015, 01:03 PM
 
plh plh is offline
 

Senior Member
  
Join Date: May 2004
Posts: 102
 

Default Re: Hide the price on the storefront

Hi Mike,


I have added in theme_tweaker/default/en/common/price_parts/price.tpl the following:

<div IF="isLogged()">
<li><span class="price product-price">{formatPrice(getListPrice(),null,1):h}</span></li>
</div
>

This is good but basically as soon as someone hits "Register" and enter an email address (fake or not) and a password he/she is logged in. What statement could we add to have prices showing up ONLY when registrant as been approved, for example, as a wholesaler after a "pending" request?

Thank you for your help.

Philippe

Setting up XCart 5.2.6
__________________
X-Cart 4.4.3
- Happily EWD Hosted -
Reply With Quote