I need a functionality that allows event(group class booking). Once they pay for class package they can book number of events based on the package they paid for. this mean is it possible to add events to package?
Unfortunately, there are currently no such options with Amelia's built-in features. You can suggest those features on the following link: https://features.wpamelia.com/
We carefully follow suggestions from our customers and the more vote the feature gets, the more priority we put on implementing that feature in one of the future updates.
Please try the following Javascript and let me know if that works for you or not:
// Select all elements with the class ".am-event-free" var elements = document.querySelectorAll('.am-event-free');
// Loop through each element and set its content to "0" elements.forEach(function(element) { element.textContent = "0"; });
I need a functionality that allows event(group class booking). Once they pay for class package they can book number of events based on the package they paid for. this mean is it possible to add events to package?
One more question: is it possible to hide the "free" if price is set to zero?
Hello Michael,
Thank you for reaching out to us.
Unfortunately, there are currently no such options with Amelia's built-in features. You can suggest those features on the following link: https://features.wpamelia.com/
We carefully follow suggestions from our customers and the more vote the feature gets, the more priority we put on implementing that feature in one of the future updates.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Michael,
Please try the following Javascript and let me know if that works for you or not:
Looking forward to your reply.Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables