1. For now I am using WooCommerce for payments because I have a gateway there which only has a Woo plugin so far and I am paying already for their service (Payrexx). Problem is I need to make a product in WC and additionally an event in Amelia which is not so userfriendly. How can the event be a product automatically, or is there a possibility to add Amelia event options to WC products?
2. Is it possible to limit the bookabiliy to only a one time? For example I have 25 spots in an event and I want a client only to be able to book for themselves and not book 2 or more spots?
3. Is it possible to have a sales price? Unfortunately I only see the price from Amelia in the event not the price I gave the linked product.
1. Unfortunately, there isn't a possibility to create automatically event in Amelia from a Woo product, nor vice versa. There is only the option to connect the event in Amelia to the product you want in WooCommerce.
2. There isn't a possibility to limit the customers to book only for themselves, but the Number of Persons part can be hidden with custom CSS on the front-end. If you need help with this please send me a link to the page where you have Amelia events on.
3. No, there isn't a possibility to have a sales price in Amelia. There is only a possibility to create Coupons in Amelia so customers can use them in the booking process. You can read about them more following this link.
If you have any further questions or concerns feel free to ask,
1. For now I am using WooCommerce for payments because I have a gateway there which only has a Woo plugin so far and I am paying already for their service (Payrexx). Problem is I need to make a product in WC and additionally an event in Amelia which is not so userfriendly. How can the event be a product automatically, or is there a possibility to add Amelia event options to WC products?
2. Is it possible to limit the bookabiliy to only a one time? For example I have 25 spots in an event and I want a client only to be able to book for themselves and not book 2 or more spots?
3. Is it possible to have a sales price? Unfortunately I only see the price from Amelia in the event not the price I gave the linked product.
Hello Heinz,
1. Unfortunately, there isn't a possibility to create automatically event in Amelia from a Woo product, nor vice versa. There is only the option to connect the event in Amelia to the product you want in WooCommerce.
2. There isn't a possibility to limit the customers to book only for themselves, but the Number of Persons part can be hidden with custom CSS on the front-end. If you need help with this please send me a link to the page where you have Amelia events on.
3. No, there isn't a possibility to have a sales price in Amelia. There is only a possibility to create Coupons in Amelia so customers can use them in the booking process. You can read about them more following this link.
If you have any further questions or concerns feel free to ask,
Hello Marija
Regarding 2.
I tried to hide only the part where the customer can choose the amount of participants with
.am-event-list .el-form-item {display:none !important;}
But in that case also the Button to book the event is gone as it has the same class .el-form-item
Any idea?
Hello Heinz,
Try adding this custom HTML to the page where you have your Amelia shortcode:
Hope this helps!
If you have any other questions or concerns feel free to open a new ticket and we will gladly help.
It finally worked with following CSS code
.am-event-list .el-form > .el-form-item > div:nth-child(2) {display:none;}
.el-form-item__label {display:none;}
Glad to see that, Heinz.
If you have any other questions or concerns feel free to open a new ticket and we will gladly help.