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...