Bruce,
There is no ShopSite maximum setting for a variable price product. You
could use custom JavaScript function on the page where you have the
price entry fields, though. Your JavaScript function can be called when
the submit button is pressed and make sure that the field contains a
price in the range you want to allow before the product can be added to
the cart.
If you have hundreds of these products it might get tedious to do the
JavaScript for each product (unless you work it into a custom product
template), but for less than 10 it shouldn't be difficult.
-Loren
Bruce wrote:
Hello,
I am trying to set up the store for donations. I want to set up
different tiers of donations with a minimum and maximum variable
pricing. Basically one product would be a donation of $50 to $99 the
next would be $100 to $149 etc.. I know that the minimum variable
pricing can be set but how, if possible, can I set the maximum variable
price?
Thanks,
Bruce