Page 1 of 1

please help ...

Posted: Wed Aug 19, 2009 3:17 pm
by winson
We are wholesale company, we only want the login customer can look at the price, is there anyway to set that?

thank you for all your help

Re: please help ...

Posted: Thu Aug 20, 2009 4:55 am
by mazhar
Not clear what you are looking for, please explain it in detail.

Re: please help ...

Posted: Thu Aug 20, 2009 5:43 pm
by winson
we looking for a setting that only show the price to login customer only, other people would not be able to see the item price if they are not login to the website.

Re: please help ...

Posted: Fri Aug 21, 2009 3:29 am
by mazhar
For this you need some code customization. All you needed is to put some show/hide logic depending upon user's IsAnonymous property. For example

Code: Select all

pricecontrol.Visible = !Token.Instance.User.IsAnonymous;

Re: please help ...

Posted: Fri Aug 21, 2009 6:45 am
by kastnerd
You can also setup retail price, and special pricing rule for user group called wholesale, and you could even have different levels of pricing. They would have to log in to see there price.