- Jun 10, 2001
- 339
- 0
- 71
Ok, what I'm trying to do is add a quantity field in front of my PayPal Add To Cart button. So, when they input the quantity, the right amount displays on the checkout page.
The problem is, I can't for the life of my figure out the proper syntax for it. I found this page that explains what I'm trying to do, but I still can't figure it out.
This is exactly what I'm trying to do:
for quantity of 1, output is $60
for quantity of 2, output is $110
for quantity of 3 or more, output is $50 * quantity
Any help would be greatly appreciated
The problem is, I can't for the life of my figure out the proper syntax for it. I found this page that explains what I'm trying to do, but I still can't figure it out.
This is exactly what I'm trying to do:
for quantity of 1, output is $60
for quantity of 2, output is $110
for quantity of 3 or more, output is $50 * quantity
Any help would be greatly appreciated