Display Specific Shipping based on Qty.
-
I have created a form to sell some polo shirts to our members.
I thought I had the shipping issue worked out by only displaying the calc fields when the criteria is met, however, it display what I want, but when it gets to PayPal, it generates an error.
Base logic is this:
Pick up at Meeting – Free (0)
Ship 1 Shirt $6.50
Ship 2 Shirts $13.00
Ship 3-4 Shirts $15.50
Ship 5-6 Shirts $21.90I Set up multiple calc fields with the display if clause, and each one had the associated Shipping fee. The final calc, displays the total correctly, but PayPal Reports Error! Invalid payment amount! The funny thing is, PayPal (sandbox) displays the correct amount when the dialog opens. The error is generated after hitting Pay Now button.
Grand Total Calculation:
({calculation-4}*40.00)+{calculation-2}+{calculation-3}+{calculation-5}+{calculation-6}+{calculation-7}It works fine, if I select Pickup at Meeting (Free)
Too bad the Calc does not support If/Then, or Case Select clauses.
Suggestions/Work Arounds welcome.
Thanks,
Steve
- The topic ‘Display Specific Shipping based on Qty.’ is closed to new replies.