Follow

Login/Cart Widget

The Agile Ticketing Login/Cart Widget allows you to show a unified login/cart status on your site to provide a more seamless purchase experience.

The look and feel of the widget can be styled with your sites css to make sure it matches the overall site design. Example shown below:

image-1.png

If you want to use our Login/Cart widget you must include a script reference in the head of the page. The exact URL depends on your Agile Ticketing endpoint. Your Agile Ticketing support rep can help you getting the exact URL.

Example:

<script src="https://prod1.agileticketing.net/websales/agile_widget.ashx?orgid={CorpOrgID}&epgid={EntryPointGroupID}&target={iframeID}&"></script>

 

Parameters
orgid
 
int
The corp organization ID
epgid
 
int
The default Entry Point Group ID
target
 
string
 
optional
The id of the iframe element to open Agile Ticketing content in.

 

Place the following elements in the page where you want the dynamic cart, account, and sign in text to be shown.

<div class="agile-widget-signin"></div>
<div class="agile-widget-myaccount"></div>
<div class="agile-widget-cart"></div>

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments