In Trippus, when you create a brand new event, dates and times are currently formatted in a European style.
When you create your first event with us, we will add code in that changes prices and dates to American format.
We recommend always Cloning your event (instead of making a brand new one from scratch) to ensure this code and your custom settings all transition over into your new event!
How to Add Code
- Click Settings
- Click Layout (top right)
- Scroll down to "Custom HTML <HEAD> block for Registration window" (Tip! be careful you're in the right block. You need to make sure it says Registration Window and is not just the "Custom HTML <HEAD> block")
- Paste the below code in the top of the block
- Scroll down the the bottom of the page and click Save
The Code
<script type="text/javascript" src="//trippus.se/support-layout/kellerwilliams/jquery.priceformat.min.js"></script> <!-- Price format -->
<script type="text/javascript" src="//trippus.se/support-layout/kellerwilliams/djprizescript.js"></script> <!-- Price format -->
<script type="text/javascript" src="//trippus.se/support-layout/USAGeneral/pricedateformat.js"></script> <!-- Price format and date format -->
Comments
0 comments
Article is closed for comments.