Quote Originally Posted by Ajeh View Post
Example would be just like in the demo products ...

NOTE: it is a good idea to setup a clean Zen Cart of the current version in a clean directory with a separate clean database and load the demo products so you can see all of the functionality of Zen Cart ...

First, set up an Option Name in the Option Name Manager such as:
Amount
Radiobutton

Next, in the Options Values Manager set up the names as:
Option Name: Amount
Option Value: $5.00 (note this is text)
Default sort order 5

Option Name: Amount
Option Value: $10.00 (note this is text)
Default sort order 10

Option Name: Amount
Option Value: $15.00 (note this is text)
Default sort order 15

Option Name: Amount
Option Value: $25.00 (note this is text)
Default sort order 25

Then, go to the Product and setup as:
Price by Attribute: YES
Product Price: 0.00
Product is Virtual: YES
Product Model: GIFT (note: this must start with the word GIFT in uppercase and then you can add anything after that to the model)
Product Quantity: 1000 (or whatever)

Finally go to Attributes Controller and locate this Product ...

Add each Attribute:

Option Name: Amount
Option Value: $5.00
Price: 5.00
Default: YES

Option Name: Amount
Option Value: $10.00
Price: 10.00

Option Name: Amount
Option Value: $15.00
Price: 15.00

Option Name: Amount
Option Value: $25.00
Price: 25.00

When done ... click the button for Update Sort Order and the default Sort Orders will be set ...
Hi

I have done all the above and it shows up fine, however the total value doesnt add up.

eg - if you select £25.00 it still shows as £0.00 on the far right hand side.

Any ideas?