 RE: wholesale and retil pricing
hell-o
with the soon to be released mysql version it should be possible to code pricing based on user login status. meanwhile, i'm sure you don't want retial clients seeing wholesale prices. so with the current version of the store you would likely need 2 stores. i helped a guy with his retail store and his wholesale store where the wholesale store can only be accessed by a php script/mysql login keeping the general public out of the wholesale end of things.
if that's your intent then you can email me for details.
if, on the otherhand, all visitors are entitled to wholesale prices then place the wholesale price (7.00) in the item's cost text box and the retail price ($10.00) in user2 and call with the %%userFieldTwo%% token in the ppinc something like this:
Retail Price <br> %%userFieldTwo%% <br> Wholesale Price <br> %%price%%
which will render
Retail Price
$10.00
wholesale Price
$7.00
when added to the cart $7.00 will be the cost of the item.
regards,
dan
|