Here is the code from one of the ShopSite include files that outputs the
variable price. (Product.Price is the include file it is from.)
[-- IF PRODUCT.VariablePrice? --]
<b>[--STORE.Price --]:</b> [-- STORE.CurrencySymbol --]<input
type=text name="[-- PRODUCT.RecordNumber --]:price" size="4"
maxlength="10" value="">
[-- ELSE --]
....
Note that this needs to be in a form so that the information can be
submitted to the shopping cart.
Rich Triblets wrote:
My client wants his users to be able to make donations at any denomination
they are comfortable with. It seemed like a possibility in the help file
with "variable pricing" enabled but I can't figure out how to implement it.
Any help is greatly appreciated.
Thanks,
Rich