Skip navigation
taligoes26
Currently Being Moderated

Booking Payment and multiple Date

May 24, 2012 8:16 PM

Tags: #business_catalyst

Hello, I am trying to sell a course through event bookings, i need to have payment method and a calendar like outlok one to dislay the dates that the course is on, how can i do that??

 
Replies
  • mario_gudelj
    1,576 posts
    Oct 13, 2010
    Currently Being Moderated
    May 24, 2012 11:05 PM   in reply to taligoes26

    Please have a look at http://helpx.adobe.com/content/help/en/business-catalyst/partner/add-c alendar.html

     

    It will plot all your bookings automatically.

     

    Cheers,

     

    Mario

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 21, 2012 12:51 PM   in reply to mario_gudelj

    Looking at the simple answer above is good but, can the calendar be expanded to include multiple dates? Where do you include the price of the event in the booking form?

     
    |
    Mark as:
  • mario_gudelj
    1,576 posts
    Oct 13, 2010
    Currently Being Moderated
    Jun 25, 2012 11:00 PM   in reply to digetella

    Hi digetella,

     

    The calendar is as is and it can not be customised to any further degree. The price should be inside the amount field. You'll have that field on the form is you've added credit card processing field. You can also place the amount somewhere inside the booking body.

     

    Cheers,

     

    -m

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 3, 2012 7:14 PM   in reply to mario_gudelj

    Just thought i'd chime in on this topic as i'm trying to create a booking feature for a client that accepts payments.

     

    Am i right that because you can't set a price on the event itself, you have to physically put the price in the code of the 'amount' field of the form? If so, does that mean you would have to create a seperate form for each event? As different events are priced differently. And if multiple forms were required for each event, that would mean that I wouldn't be able to insert the form in the 'events module layout' as it would use seperate forms for each event.... Is this correct? If so it would be a little silly as it would create so much more work..... but i may be going about this the wrong way so i'm happy to take any advice.

     

    Cheers.

     
    |
    Mark as:
  • mario_gudelj
    1,576 posts
    Oct 13, 2010
    Currently Being Moderated
    Sep 4, 2012 4:31 PM   in reply to JordSTi

    Am i right that because you can't set a price on the event itself, you have to physically put the price in the code of the 'amount' field of the form?

    That is correct. You have to add it with value="100" and add readonly="readonly" to the form.

     

    If so, does that mean you would have to create a seperate form for each event?

    You can do that but you don't have to. You can pull in the price from the body of the booking using JavaScript and populate the field.

     

    As different events are priced differently. And if multiple forms were required for each event, that would mean that I wouldn't be able to insert the form in the 'events module layout' as it would use seperate forms for each event.... Is this correct?

    If you take that approach that is correct.

     

    Cheers,

     

    -mario

     
    |
    Mark as:
  • Currently Being Moderated
    Oct 9, 2012 2:46 PM   in reply to mario_gudelj

    You can do that but you don't have to. You can pull in the price from the body of the booking using JavaScript and populate the field.

     

    Hi Mario, I am looking for a tutorial or working example of this method.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (1)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points