How to show the total discounted price after using the coupon?

  • debakes.ph
    Asked on August 7, 2020 at 2:14 PM

    how to show the total discounted price after using the coupon? because after applying the coupon the amount shown is only the discount price not the total discounted price

  • Amin JotForm Support
    Replied on August 7, 2020 at 3:20 PM

    Kindly note that when using a coupon for a single product or even for the entire product list, the Total price decreases as shown below.

    1596827885Peek 2020 08 07 21 16 Screenshot 10

    Related guide: How-to-Add-Coupon-Code-to-Payment-Forms

  • DE BAKES
    Replied on August 7, 2020 at 6:54 PM

    can you please double check mine?


    https://cdn.jotfor.ms/debakes.ph/orderform

  • Vanessa_T
    Replied on August 8, 2020 at 1:01 AM

    I was able to see the issue on your form.

    1596862882A Screenshot 10

    Please allow me some time to investigate it further and will get back to you afterwards.

  • Vanessa_T
    Replied on August 8, 2020 at 1:11 AM

    Kindly add the CSS below to display both the Discount and the Total:

    .form-payment-discount #total-text {

      display: inline-block;

    }

    .form-payment-discount .form-payment-price {

      width: auto !important;

    }

    Guide: How-to-Inject-Custom-CSS-Codes

    1596863489A Screenshot 10

  • debakes.ph
    Replied on August 8, 2020 at 1:28 AM
    Thank you! It’s a big help!
    ...