By default, the timezone on your Scheduling Page adjusts automatically based on your customer's location. However, you can make AppointmentCore display only one universal timezone on your Scheduling Page regardless of your customer’s location if you want to.
This process involves inserting a script into the header, which can be done in two ways presented below.
Our example shows a script for "Central" Time. If you need other timezones, please use the regular PHP-accepted conventions found HERE. |
Option 1: From the Settings Page
- This option requires you to be logged into AppointmentCore using an Admin account.
- This is a company-wide setting, which means it will apply to all booking links created by you and your team.
From your AppointmentCore My Dashboard screen, head over to the left panel and click Settings. Under Company Settings on the left menu, select Branding. Note: Company Settings will only be visible if you are logged in with an account that has Admin privileges. Click inside the box for Header and paste or insert the script below: <span style="display:none;"> [tz:America/Chicago] </span> Note that the sample script above is for "Central" Time. If you need other timezones, please use the regular PHP-accepted conventions found HERE. Click Save & Publish in the bottom-right corner of the page to apply this change. |
Option 2: At the Publish Stage of the Booking Link Creation Process
- This option can be done on both Admin and User accounts.
- This setting only takes effect on the Booking Link to which it is applied.
At the Publish Stage of the Booking Link Creation Process, click Customize under View Your Customization. Click Custom Settings in the pop-up box that appears. Click inside the box under Customize Calendar Header and paste or insert the script below: <span style="display:none;"> [tz:America/Chicago] </span> Note that the sample script above is for "Central" Time. If you need other timezones, please use the regular PHP-accepted conventions found HERE. Click Confirm & Close in the bottom-right corner of the pop-up box to apply this change. |
Comments
0 comments
Article is closed for comments.