We are using coupon for companies (as enterprise voucher). The client buys a quantity of coupons to use with their employees with rules (3 for each employee) for a service (thanks to Amelia!!!) but the end user don't have to pay, he just have to give the coupon number to get the appointement.
How to force users to use coupon for one service ?
If it is not possible, I'd like to hide the price of service or to use the service with coupon as only payment. (it the price is 0, the coupon is not mandatory)
Regarding your first questions, that is currently not possible, please feel free to search through our feature suggestion page, and see if someone may be already suggested this feature. If you can't see it, feel free to add your suggestion there, and it will be forwarded to our management for review.
After it's been reviewed it will be presented on the front page, for voting. Please note that it may take some time before your suggestion is brought up for voting since we receive quite a lot of suggestions on daily basis.
If I understood properly. you want to hide the price if it is 0, is that right?
In wich CSS do I have to modify it ? in ../wp-content/plugins/ameliabooking/public/css/frontend/amelia-booking-4-5-1.css ? What's happen after an upgrade ?
Custom code needs to be applied to the page where the booking form is. Depending on what you're using (Gutenberg blocks, or some page builder), adding the CSS can be done in a few different ways.
If you need help with adding custom CSS to the page, please take a look at this article.
If that is the case, the customers would not be able to proceed with the booking as the credit card information needs to be entered to book the appointment.
Bonjour,
We are using coupon for companies (as enterprise voucher).
The client buys a quantity of coupons to use with their employees with rules (3 for each employee) for a service (thanks to Amelia!!!) but the end user don't have to pay, he just have to give the coupon number to get the appointement.
How to force users to use coupon for one service ?
If it is not possible, I'd like to hide the price of service or to use the service with coupon as only payment. (it the price is 0, the coupon is not mandatory)
With best regards,
Emmanuel
Hello Emmauel,
Thank you for reaching out to us.
Regarding your first questions, that is currently not possible, please feel free to search through our feature suggestion page, and see if someone may be already suggested this feature. If you can't see it, feel free to add your suggestion there, and it will be forwarded to our management for review.
After it's been reviewed it will be presented on the front page, for voting. Please note that it may take some time before your suggestion is brought up for voting since we receive quite a lot of suggestions on daily basis.
If I understood properly. you want to hide the price if it is 0, is that right?
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
Bonjour,
What is the webhook to addfilter() in the payment page ? (or if you have a workaround, it will be appreciate)
I'd like to hide the price.
Emmanuel
Hello Emmanuel,
You can hide the price from the booking page with the following CSS:
Hope this works for you.
Feel free to contact us if you have any other questions.
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
Bonjour Uroš,
In wich CSS do I have to modify it ? in ../wp-content/plugins/ameliabooking/public/css/frontend/amelia-booking-4-5-1.css ?
What's happen after an upgrade ?
Hello Emmanuel,
Thank you for reaching back to us.
Custom code needs to be applied to the page where the booking form is. Depending on what you're using (Gutenberg blocks, or some page builder), adding the CSS can be done in a few different ways.
If you need help with adding custom CSS to the page, please take a look at this article.
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
Bonjour,
I'd like to hide yellow underline and just have "Ajouter un coupon" with CSS
Could you help me ?
Hello Emmanuel,
If that is the case, the customers would not be able to proceed with the booking as the credit card information needs to be entered to book the appointment.
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
Yes, it is what I want : using only coupon (/as voucher) to get appointement.
OK, I go it :
.amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-confirm-booking .am-confirm-booking-form .am-confirm-booking-payment {
display:none;
}
.amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-confirm-booking .am-confirm-booking-form .am-confirmation-booking-cost .el-row .el-col.el-col-6 {
display:none;
}
.amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-confirm-booking .am-confirm-booking-form .am-confirmation-booking-cost .el-row .el-col.el-col-18 {
display:none;
}
.amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-confirm-booking .am-confirm-booking-form .am-confirmation-booking-cost .el-row .el-col.el-col-8 {
display:none;
}
.amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-confirm-booking .am-confirm-booking-form .am-confirmation-booking-cost .el-row .el-col.el-col-16 {
display:none;
}
.amelia-app-booking #amelia-booking-wrap .am-step-booking-catalog .am-confirm-booking .am-confirm-booking-form .am-confirmation-booking-cost .am-confirmation-total {
display:none;
}
Hello Emmanuel,
Can you please confirm that the booking is working after you added that CSS code?
Looking forward to you 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
Yes !
Thanks a lot for your explanation (and your time !!!!)
Merci !
Emmanuel
Hello Emmanuel,
Glad to hear that we are able to assist you.
Please reach out to us if you have any other questions.
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