I am trying to add shipping costs to my FaaS form. My form has an item for ShippingValue. If the customer selected "Ship" from a Menu item, ShippingValue is 400 (for $4.00). If the customer selects "Pickup", ShippingValue is zero. However, when "Ship" is selected, the shipping cost is not added to the invoice. I also have values specified for "ShippingMethod" and "ShippingTax". What else do I need to do?The form is at (See Edit Below) if you'd like to take a look.
Thanks.
Edit: I now have a kludgy workaround using JavaScript, which I don't like because people frequently don't have JavaScript enabled. So the form you should look at is now at www.rabbitrr.org/calendartest.html. It's in test mode, so you can attempt a transaction, if that would be helpful. (But the live page is in production mode, so be sure you are on calendar test.html.)
Thanks.
Edit: I now have a kludgy workaround using JavaScript, which I don't like because people frequently don't have JavaScript enabled. So the form you should look at is now at www.rabbitrr.org/calendartest.html. It's in test mode, so you can attempt a transaction, if that would be helpful. (But the live page is in production mode, so be sure you are on calendar test.html.)
Comment