[ic] Display Whole Price

Michael Stearne interchange-users@interchange.redhat.com
Tue Jan 15 20:48:01 2002


Right now I am building a site based off of the foundation demo.

When an item is being displayed it has options that may be at 
different prices.

When a regular user (or no user) is logged in the retail price is 
displayed with this code:

	            [item-options td=1 label=1 bold=1 price=1]

My question is, when a user that gets a dealer price (wholesale) the 
retail price is displayed in the options.

The HTML below is generated

<select NAME="mv_sku">
<option VALUE="BD202-bk-T000-LG">Black&#44; heavywgt T&#44; Large 
($18.00)
<option VALUE="BD202-bk-T000-XL">Black&#44; heavywgt T&#44; X-Large 
($18.00)
<option VALUE="BD202-bk-T000-MD">Black&#44; heavywgt T&#44; Medium 
($18.00)
</select>

Which is showing the retail prices.  But when the item is purchased 
the correct price is charged, the wholesale price.

I have 2 questions:
1.  How can I tell if a user that gets Dealer price is logged in and
2.  Is there any way I can display the wholesale price in the options 
menu above?

Thanks,
Michael