View Single Post
  #1  
Old 02-19-2006, 03:29 PM
  ryno's Avatar 
ryno ryno is offline
 

Advanced Member
  
Join Date: Feb 2006
Location: Tempe, Az
Posts: 30
 

Default No Price Shown until logged-in - and show [login now]

I'm having a store where client will issue user accounts/logins to company employees. The whole cart and all products can be viewed by all guests, but...

1. I need to HIDE the product PRICE until a user is logged in.
I saw this on the boards:
Code:
{if $login ne ""} display this {/if}
Could this work around the price display in the template? If not - what can I do to accomplish this?

2. I will also need to get rid of "registration.php" and all references to it.
EDIT: I found "skin1/auth.tpl" was the place to remove the registration link...

Thanks for your help...
__________________
gold v4.0.18 -> live
...working on another soon
Reply With Quote