please help ...

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
winson
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 22
Joined: Tue Jun 02, 2009 12:22 pm

please help ...

Post by winson » Wed Aug 19, 2009 3:17 pm

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

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: please help ...

Post by mazhar » Thu Aug 20, 2009 4:55 am

Not clear what you are looking for, please explain it in detail.

winson
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 22
Joined: Tue Jun 02, 2009 12:22 pm

Re: please help ...

Post by winson » Thu Aug 20, 2009 5:43 pm

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.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: please help ...

Post by mazhar » Fri Aug 21, 2009 3:29 am

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;

kastnerd
Commodore (COMO)
Commodore (COMO)
Posts: 474
Joined: Wed Oct 22, 2008 9:17 am

Re: please help ...

Post by kastnerd » Fri Aug 21, 2009 6:45 am

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.

Post Reply