• Resolved deepakarp

    (@deepakarp)


    Hi, I have created a coupon field and added on car form. The calculation is working fine but when users payment for a booking. it will take original amount not discounted amount. I have added conditions for this as well. when user pay if you check email, it showing discounted amount but when you check stripe email it is showing original amount.

    please help me to get this done asap.

    Thank you

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @deepakarp !

    Hope you’re doing well today!

    In order to assist you, we’ll need to take a closer look at the form you’ve created.

    How to export: https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#import-export

    After exporting, please share the code using a service such as https://pastebin.com (free)

    Please always make sure to use such service to share the code and don’t post the code here directly as it will most likely be unusable.

    Kind regards,
    Pawel

    Thread Starter deepakarp

    (@deepakarp)

    Hii Pawel,

    I am sharing Form code on Pastebin.com

    Car Form Code

    Please have a look

    Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    HI @deepakarp

    Thanks for sharing the form!

    For the “Daily Pass” and “Daily pass discount” payments in Stripe settings you have condition based on “Payment option” button.

    The “Daily Pass” is set to be used if “Payment option” is “10”. The “Daily pass discount” is set to be used also if “Payment option” is “10” and additionally if two other conditions are met.

    With current conditions if “Payment option” is set to “10” and those other conditions are met both payment plans should be used which is not possible. Stripe will use the first one “in order” due to condition.

    In other words, you select “Payment option” and if it’s “10” the first payment plan that meets this condition is used. No further check so the rest is ignored.

    You would need to add “negative” condition to the first plan – the “Daily Pass” so it would not be used if there is coupon code; like

    Process this plain if ALL of the following conditions are met, with conditions

    – Payment Option is 10
    – Have Coupon? is not 0.2

    Similar change should also be made to the “Multi Days Pass” and “Multi Days Discount” plans.

    Best regards,
    Adam

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @deepakarp ,

    We haven’t heard from you for a while now, so it looks like you don’t have more questions for us.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Forminator Payment issue’ is closed to new replies.