• Thanks for this plugin, I hope I can support you by getting it to work for us!

    In entering an options list for the Amount field, since we are selling events we entered something like this:
    June 15 Workshop $35.00, July 10 Workshop $40.00, August 20 Workshop $45.00

    What the payment calculation does is sticks the date number onto the price, so the payment amounts for the three events above come up as:
    $1535.00
    $1040.00
    $2045.00

    Is there any way to correct this in the settings or code?

    Thanks,
    Margaret

    https://www.ads-software.com/plugins/quick-paypal-payments/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Margaret,

    The plugin has to cope with all currencies and number formats so the back end coding it quite complex.

    When you send the form the plugin check which slection has been made and extracts the numbers. The currency and all the letters are stripped. Which means 15 gets added to 35.00 to make 1535.00.

    Change your Amount field to be: June 15 Workshop;$35.00, July 10 Workshop;$40.00, August 20 Workshop;$45.00 and the pluign will split the workshop date from the amount.

    Update:

    The semicolon thing only works if you use it in the Reference field not the Amount field.

    Or just change the amount to: June Workshop $35.00, July Workshop $40.00, August Workshop $45.00

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Calculating payment amount incorrectly….’ is closed to new replies.