Events on the ACME eCommerce Page
Events are displayed on the ACME eCommerce Events list, and guests can navigate to a number of pages from there. Deep-linking allows you to skip the Events list and have guests start from one of the detail pages, which may skip some of the below variables. Guests can still see the skipped pages if they add more items to their cart before checking out. After tickets are selected, guests will then go through the checkout pages. Cart & Checkout variables are documented here, or see all the eCommerce variables here.
TABLE OF CONTENTS
Events List
https://buy.acmeticketing.com/events/{tenantid}/list
Text Variables
"events-page-heading": "Events (EL-1)",
"events-page-description": "Longer description of the events page (EL-2).",
"events-list-page-membership-join-heading": "Membership join heading (EL-3)",
"events-list-page-membership-join-caption": "Events list page membership join caption (EL-4)",
"events-button-tickets": "TICKETS (EL-5)",
Other Variables
Text Variable | Value | Output |
"header-hide-login" | “true” | Hides the “My Orders” link in the upper header-nav line |
"header-hide-login" | “false” | Shows the “My Orders” link in the upper header-nav line |
Events List (Member logged in)
Text Variables
"events-list-page-membership-heading": "Thank you for being a member! (EL-6)",
"events-list-page-membership-caption": "Event prices will reflect applicable membership benefits. (EL-7)",
Events Detail
https://buy.acmeticketing.com/events/{tenantid}/detail/{eventid}
Text Variables
"events-page-heading": "Events (EL-1)",
"events-button-tickets": "TICKETS (EL-5)",
Note these are the same Text Variables as those that appear on the Event List page.
Events Calendar Page
https://buy.acmeticketing.com/orders/{tenantid}/calendar
Text Variables
"orders-calendar-page-heading": "When would you like to visit? (EC-1)",
"orders-calendar-page-description-MARKUP": "We are open 365 days a year. Select a date for your purchase (EC-2).",
Event-Specific Calendar
https://buy.acmeticketing.com/orders/{tenantid}/calendar?eventId={eventid}&cart
Text Variables
"orders-calendar-page-heading": "When would you like to visit? (EC-1)",
"orders-calendar-page-description-MARKUP": "We are open 365 days a year. Select a date for your purchase (EC-2).",
Note these are the same Text Variables for the page Event Calendar