Adding discount option to payment form

  • TOPPKIDSOfficeassistant
    Asked on February 27, 2019 at 12:14 PM

    Hello,

    I'm currently trying to create an online registration form for our summer camp. We have a "select four week" discount option. If parents select four weeks the price is less than the price of four weeks individually. Can you point me to either a tutorial or explanation on how to do this? 


    Thanks!


  • Alan_D
    Replied on February 27, 2019 at 1:53 PM

    You can set your plans as a product options. With this, you will be available to give special price per option. 
    This is my sample:1551293111bandi Screenshot 10

    Please look at these steps.
    You must remove all products. We are going to set product options as plans.
    Adding discount option to payment form Image 21
    Adding discount option to payment form Image 32
    Adding discount option to payment form Image 43
    Adding discount option to payment form Image 54

    You can inject this CSS code into your form to make product text visible and hide product checkbox.

    #input_187_custom_1000_0{
      color: black;
    }

    #input_187_1000{
      display: none;
    }

    Adding discount option to payment form Image 65
    Please feel free to ask anything.