JotForm Payment :: Changing shipping cost conditionally in PayPal Gateway

  • IlPiratadellaPiada
    Asked on August 28, 2020 at 8:45 AM

    how to insert the option:


     if the total of the products is greater than 50 € then the shipping will be free,


     if less, shipping cost 20 €.



     thanks I look forward to your help.

  • ediz JotForm Developer
    Replied on August 28, 2020 at 11:58 AM

    Hello IlPiratadellaPiada,

    Thanks for reaching out to us.

    Unfortunately, this feature is not available for PayPal. Thats why We have escalated your request to our developers. However, we can't give you an ETA on it. We will inform you on this thread if they have any updates.

    You can use the Product List element to have only order. Use Form Calculation Widget to get the total price of products and conditionally change it. Please follow the instructions below.

    1. Add a Form Calculation Widget to your form from widget list and add your products field in it

    1598628117productlistgif1 Screenshot 10

    2. Insert one more Form Calculation Widget for display total + shipping price.JotForm Payment :: Changing shipping cost conditionally in PayPal Gateway Image 21

    3. Add a condition that checks if the calculation widget's value is less than 50€ or not. If it is lower or equal with 50€, calculate the shipping + total field value as total + 20€. Otherwise, calculate the shipping + total field value as total.

    JotForm Payment :: Changing shipping cost conditionally in PayPal Gateway Image 32

     Let us know if you need any further assistance.