We would like to customize the confirmation screen that appears after a user has completed a booking. The one with "Congratulations" and the trophy icon. We'd like to change the messaging and add graphics appropriate to our business.
Can we override a template in the theme, similar to how WooCommerce allows this?
You can change the Trophy image in ../wp-content/plugins/ameliabooking/public/img folder. The file name is trophy.svg.
Please note that when you replace it, the new image also needs to be .svg, and you have to name it "trophy.svg" in order to work.
As for the strings included ("Congratulations" and "Thank you! Your booking is completed."), you can simply edit the translation files located in ../wp-content/plugins/ameliabooking/languages/
If you're keeping English as the default language, you simply need to add the translation strings in the ameliabooking-en_US.po file, found in en_US folder. I can suggest using Loco Translate, or POEDIT.
We would like to customize the confirmation screen that appears after a user has completed a booking. The one with "Congratulations" and the trophy icon. We'd like to change the messaging and add graphics appropriate to our business.
Can we override a template in the theme, similar to how WooCommerce allows this?
Hi Robert,
thank you for reaching out to us!
You can change the Trophy image in ../wp-content/plugins/ameliabooking/public/img folder. The file name is trophy.svg.
Please note that when you replace it, the new image also needs to be .svg, and you have to name it "trophy.svg" in order to work.
As for the strings included ("Congratulations" and "Thank you! Your booking is completed."), you can simply edit the translation files located in ../wp-content/plugins/ameliabooking/languages/
If you're keeping English as the default language, you simply need to add the translation strings in the ameliabooking-en_US.po file, found in en_US folder. I can suggest using Loco Translate, or POEDIT.