I just purchased your plugin and its really nice and I already watch several youtube videos from you guys :) they are very helpful!
There are just few quesions left:
I have an art school and I have weekly art classes (group classes).
I already set some classes up as events but I was wondering if it is better to set them as appointments. In your demo version there is this nice booking field (see attached) is this only available for appointments?
(I already read that its possible with dummy employees to book appointments for several people. Is this still the best solution?)
Most of my customersbook 2 or 4 events with specific dates.
What would you recommend for the weekly art classes appointments or events?
And another question:
Is it possible to share/create separate event links?
Is there a calendar shortcode for events? Not only list views?
You can use both. But if you have appointments on a regular basis at the same time you can use appointments. You can create yourself or a dummy employee (make sure to have a different user, mail, and login for the employee then admin) and set his work hours.
You can also create packages of services so that they can book several appointments at once.
The availability of the service is defined by employees' working hours, so you would need to edit those in order to achieve this.
When you go to Amelia/Employees, and select that employee, go to the Work Hours tab. In there create several working periods. For example:
My employee would work on "Service 1" and "Service 2" from 08:00 - 10:30, on "Second" service from 10:30 - 15:30, and then again on "Service 1" and "Service 2" from 15:30 - 24:00.
You'd be adding these periods by clicking on the blue + sign next to the name of the day, in the top right.
Is it possible to share/create separate event links? - You can place different shortcodes to each page and share that URL of that page.
For example like this
[ameliaevents event=1] if you want to show only the event with ID 1 without its recurring events,
[ameliaevents event=1 recurring=1] if you want to show the event with ID 1 with all his recurring events.
[ameliastepbooking service=1] if you want to show the booking form for the service with ID 1.
thanks a lot for your quick reply :) It was very helpful !
Just another question about the woocommerce cart.
I read that its is possible to add html so that you can put more than one products in the cart.
But I cannot find it in row 604 see screenshot:
"Please access this script: ../wp-content/plugins/ameliabooking/src/Infrastructure/WP/Integrations/WooCommerce/WooCommerceService.php and comment line 604, in the "addToCart" method"
You are most welcome, and we are glad that we were able to help you. The row changes as their code changes it can be some other line like 1028 or any other you need to find this on your own we can not say on which line is on now or guarantee that this is still possible.
You probably saw this response:
The integration works this way, and it doesn't accept more than one product if an Amelia product is present. There's a possible workaround, though.
Please note that this hasn't been thoroughly tested, but a few of our customers have confirmed that it works as expected.
Please access this script: ../wp-content/plugins/ameliabooking/src/Infrastructure/WP/Integrations/WooCommerce/WooCommerceService.php and comment line 604, in the "addToCart" method:
$wooCommerceCart->remove_cart_item($wc_key);
This should allow you to add more than one appointment in the cart.
Hopefully, you will be able to find and change this.
Is it possible to create multi-date appointments? For example, I have 6-week and 4-week classes on specific dates. Is that possible, or can it only be done as an event?
Most of my classes are currently set up as events, but there are some missing features, such as packages for events. I could set the 4-week classes as an event and the rest as appointments, but then they wouldn't be displayed in one calendar.
When you have several questions or issues, please open a new ticket, and we will help you there. In that way, issues and questions which are related to different subjects will be in separate tickets so other customers or our support agents can find them easily.
Our policy is to have one issue or question per ticket because of the reasons that are described already.
Hi there :)
I just purchased your plugin and its really nice and I already watch several youtube videos from you guys :) they are very helpful!
There are just few quesions left:
I have an art school and I have weekly art classes (group classes).
I already set some classes up as events but I was wondering if it is better to set them as appointments.
In your demo version there is this nice booking field (see attached) is this only available for appointments?
(I already read that its possible with dummy employees to book appointments for several people. Is this still the best solution?)
Most of my customersbook 2 or 4 events with specific dates.
What would you recommend for the weekly art classes appointments or events?
And another question:
Is it possible to share/create separate event links?
Is there a calendar shortcode for events? Not only list views?
Thanks in advance
Miriam
Attached files: class.JPG
Hello Miriam,
Thank you for reaching out to us.
This is entirely up to you and what you prefer.
You can use both. But if you have appointments on a regular basis at the same time you can use appointments. You can create yourself or a dummy employee (make sure to have a different user, mail, and login for the employee then admin) and set his work hours.
You can also create packages of services so that they can book several appointments at once.
The availability of the service is defined by employees' working hours, so you would need to edit those in order to achieve this.
When you go to Amelia/Employees, and select that employee, go to the Work Hours tab. In there create several working periods. For example:
My employee would work on "Service 1" and "Service 2" from 08:00 - 10:30, on "Second" service from 10:30 - 15:30, and then again on "Service 1" and "Service 2" from 15:30 - 24:00.
You'd be adding these periods by clicking on the blue + sign next to the name of the day, in the top right.
Is it possible to share/create separate event links? - You can place different shortcodes to each page and share that URL of that page.
For example like this
You can find more shortcodes in this article
Amelia Shortcodes and Front-end Implementation
Is there a calendar shortcode for events? Not only list views? - Yes, we have event calendar view you can find shortcodes in article above.
Hope this helps.
Should you have any further inquiries, we kindly request that you open separate tickets for each question and we will gladly help you there.
We wish you all the best.
Have a nice day.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, 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
Hi Marko,
thanks a lot for your quick reply :) It was very helpful !
Just another question about the woocommerce cart.
I read that its is possible to add html so that you can put more than one products in the cart.
But I cannot find it in row 604 see screenshot:
"Please access this script: ../wp-content/plugins/ameliabooking/src/Infrastructure/WP/Integrations/WooCommerce/WooCommerceService.php and comment line 604, in the "addToCart" method"
Thanks in advance
Miriam
Attached files: cart.JPG
Hello Miriam,
You are most welcome, and we are glad that we were able to help you. The row changes as their code changes it can be some other line like 1028 or any other you need to find this on your own we can not say on which line is on now or guarantee that this is still possible.
You probably saw this response:
The integration works this way, and it doesn't accept more than one product if an Amelia product is present. There's a possible workaround, though.
Please note that this hasn't been thoroughly tested, but a few of our customers have confirmed that it works as expected.
Please access this script: ../wp-content/plugins/ameliabooking/src/Infrastructure/WP/Integrations/WooCommerce/WooCommerceService.php and comment line 604, in the "addToCart" method:
This should allow you to add more than one appointment in the cart.
Hopefully, you will be able to find and change this.
We wish you all the best.
Best regards.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, 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
Alright, thanks I will try that :)
I found it.
What do I have to comment in this row? Or should I delete this
Hello Miriam,
You just need to place // there and that is it.
Hope this helps.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, 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
Oh thanks, that worked :) !
Hi Marko,
I have another question about appointments.
Is it possible to create multi-date appointments? For example, I have 6-week and 4-week classes on specific dates. Is that possible, or can it only be done as an event?
Most of my classes are currently set up as events, but there are some missing features, such as packages for events. I could set the 4-week classes as an event and the rest as appointments, but then they wouldn't be displayed in one calendar.
Any ideas :) ?
Thanks ins advance
Miriam
Hello Miriam,
When you have several questions or issues, please open a new ticket, and we will help you there. In that way, issues and questions which are related to different subjects will be in separate tickets so other customers or our support agents can find them easily.
Our policy is to have one issue or question per ticket because of the reasons that are described already.
Thank you for understanding.
Not exactly, the only option for this would be recurring appointments and you can read more about it on this link https://wpamelia.com/recurring-appointments/.
But we still think that events are a better fit but the choice is yours of course.
Should you have any further inquiries, we kindly request that you open separate tickets for each question and we will gladly help you there.
We wish you all the best.
Have a nice day.
Best regards.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, 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