Creating the "shopping cart" for my camp registration page

  • sbartl
    Asked on March 7, 2017 at 9:24 AM

    How do I list my camp sessions to connect to my payment method (Stripe)? I want parents to be able to select and pay for multiple camps at a time and create a list of options that are tabulated with my payment services. I am at a complete loss here and need very basic instructions. 


    For example:
     
    Check the camps/aftercare below you want to attend:
     
    Camp Session 1 $250  _X_ (check)  After Care 4pm-5pm $30  ___(check) 4pm-6pm $60 _X_ (check)
     
    Camp Session 2 $250  __ (check)  After Care 4pm-5pm $30  ___(check) 4pm-6pm $60 ___ (check)
     
    Camp Session 3 $250  __ (check)  After Care 4pm-5pm $30  ___(check) 4pm-6pm $60 ___ (check)
     
    Camp Session 4 $250  __ (check)  After Care 4pm-5pm $30  ___(check) 4pm-6pm $60 ___ (check)
     
    Camp Session 5 $250  _X_ (check)  After Care 4pm-5pm $30  ___(check) 4pm-6pm $60 _X_(check)
     
    Camp Session 6 $250  __ (check)  After Care 4pm-5pm $30  ___(check) 4pm-6pm $60 ___ (check)
     
    Camp Session 7 $250  __ (check)  After Care 4pm-5pm $30  ___(check) 4pm-6pm $60 ___ (check)
     
    Camp Session 8 $250  __ (check)  After Care 4pm-5pm $30  ___(check) 4pm-6pm $60 ___ (check)
     
    __X_ Pay in full
     
    or
     
    ____ Pay 50% deposit per camp selected 
     
    Camp/After Care Total $620
     
    Click to pay
     
    Side note:I haven't added this form to my site yet, since I need to complete the above $$$ part. Will probably need help with that too. :)
     
  • BJoanna
    Replied on March 7, 2017 at 12:56 PM

    If you want to use Stripe, then you will have to add Stripe payment field to your form. Inside of this guide you can find how to do it:

    How to Integrate Stripe with your Form

    Once you add Stripe payment field to your form you will have to create products. 

    Creating the shopping cart for my camp registration page Image 1 Screenshot 30

    Creating the shopping cart for my camp registration page Image 2 Screenshot 41

    If you also want to create Sub-Products and Add Options to your payment form, please check this guide:

    Create Sub-Products Based on a Product Option

    How to Add Options to Payment Forms?

    This guides can also help you to create your form:

    https://www.jotform.com/help/165-Setting-Up-Your-First-Order-Form 

    https://www.jotform.com/help/chapter-7-Payment+Forms 

    Hope this will help. Let us know if you need further assistance.