As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
I noticed your javascript code formats all time elements based on hh:mm:ss on the backend.
Please include an option for those of us who use the 12-hour time format to have the hh:mm:ss tt (am/pm) format. It is very difficult for my clients to use the way it currently works.
Instead of hardcoding "hh:mm:ss" in your javascript files, why not add a variable defined by the user selection in admin or the default set in WordPress.
You've already implemented this in the front end in SettingsStorage.php: 'timeFormat' => 'time_format'
...using the Wordpress time_format option. You apply it in your booking front end: this.$root.settings.wordpress.timeFormat
If you could bring this same feature into amelia-booking.js backend it would be greatly appreciated. I know you'll have to convert back to hh:mm:ss when you save to amelia_events_periods in the database...but that should be simple to do.
thanks
Hi, Elaine!
Sorry for the delayed response.
Yes, that's correct: there's only one option for time format on the back-end at the moment.
I will forward your request to our development team. Also, you can suggest that as a feature request here, or check if this request was already submitted and vote for it.
Please let us know if you have any other questions.
Best regards.