Online Bookings - Support Forum

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Login with Facebook Sign In with Google Sign In with Twitter

In this Discussion

Please note this is a public discussion forum. Never share transactional / customer information and account information.

Issue reports and priority requests should be reported as tickets in your support console.

See our Forum Use Policy for more information.
Custom Receipt URLs (new)
  • By default when a new booking is created the system forwards customers to a receipt page with a small thank you note and a copy of their invoice.   You can now override this setting and supply a custom receipt url.  This works if you are using our hosted booking page, or a cms plugin.

    You can further pass arguments to the url that could help build a custom thank you message, or for using in an external tracking script.  Eg http://www.example.com/thankyou/?order_id={$BOOKING_ID}&amount={$BOOKING_TOTAL}.

    This is configurable under Manage / E-commerce.  For more information please see here: http://www.checkfront.com/support/ecommerce/#receipt_url
  • I am fairly new to making web pages but can usually find my way around. Any pointers on how you take the information that is passed into the URL and get it onto the web page?