With the new update the payment method have designed buttons.
I'd like to know if there is any chance to modify them?
E.g. for credit card Payment there is a button showing an "S" for stripe. See attached screenshot My clients though do not recognize the "S" as an option vor credit card payment.
Also "on site" is not clear to everybody what it means. I would love to translate that to german.
So I wonder if I can change the appearance of the payment methods somehow?
At the moment, this can't be changed through the plugin's interface, but there's a workaround through FTP.
I would advise you to remove the Custom CSS you've added to the page because it offsets the images and the text in a fixed manner, which means that it may behave differently on different screen sizes:
When you do that, if you want to replace the images, you can go to ../wp-content/plugins/ameliabooking/public/img/payments/icons/ and in there find these files:
stripe.svg
paypal.svg
And if you want to only replace the text below these images, you can change this now, but it's not a perfect solution.
You need to go to ameliabooking/public/js/chunks/ folder and open the file that looks like this:
amelia-booking-booking-e699bcfa2244b52e0818.js
The hash may be different, so if it's not "e699bcfa2244b52e0818" it is something else, it's important to look for amelia-booking-booking-hash.js
When you edit this file, look for "On-Site", "Paypal", "Stripe", "Online" (case sensitive), and you'll see this:
You can change all values in quotations, after "return" and it will change on the front-end, so for example, change:
return"On-Site"
To:
return"Invoice"
And so on. Our developers are working on a more elegant solution, but at this time, it's the best one we can offer.
The file I told you to modify is the step-by-step [ameliabooking] form, so if you're using [ameliacatalog], you'd need to change a different file (same folder, only amelia-booking-catalog-hash.js). Again, if you're using [ameliaevents], you'd change amelia-booking-events-list-hash.js, and so on.
It worked well to change the names in the usual booking form. I couldn't find it in the events though. Just stopped looking after a while, I admit. Also I didn't "dare" to change the pics. The described tasks just seem to be above my level of understanding the handling.
So if this would be possible to change in a more easy way in the future I would highly appreciate it!
It will definitely be included in the future. Our development team just scratched the surface with the new Customize section, so there's a lot more to come with each big update.
Hi there!
With the new update the payment method have designed buttons.
I'd like to know if there is any chance to modify them?
E.g. for credit card Payment there is a button showing an "S" for stripe. See attached screenshot My clients though do not recognize the "S" as an option vor credit card payment.
Also "on site" is not clear to everybody what it means. I would love to translate that to german.
So I wonder if I can change the appearance of the payment methods somehow?
Thank you!
Johanna
Hello Johanna
At the moment, this can't be changed through the plugin's interface, but there's a workaround through FTP.
I would advise you to remove the Custom CSS you've added to the page because it offsets the images and the text in a fixed manner, which means that it may behave differently on different screen sizes:
When you do that, if you want to replace the images, you can go to ../wp-content/plugins/ameliabooking/public/img/payments/icons/ and in there find these files:
stripe.svg
paypal.svg
And if you want to only replace the text below these images, you can change this now, but it's not a perfect solution.
You need to go to ameliabooking/public/js/chunks/ folder and open the file that looks like this:
amelia-booking-booking-e699bcfa2244b52e0818.js
The hash may be different, so if it's not "e699bcfa2244b52e0818" it is something else, it's important to look for amelia-booking-booking-hash.js
When you edit this file, look for "On-Site", "Paypal", "Stripe", "Online" (case sensitive), and you'll see this:
You can change all values in quotations, after "return" and it will change on the front-end, so for example, change:
To:
And so on. Our developers are working on a more elegant solution, but at this time, it's the best one we can offer.
The file I told you to modify is the step-by-step [ameliabooking] form, so if you're using [ameliacatalog], you'd need to change a different file (same folder, only amelia-booking-catalog-hash.js). Again, if you're using [ameliaevents], you'd change amelia-booking-events-list-hash.js, and so on.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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 Aleksandar,
thank you very much. That indeed sounds complicated but also manageable.
I will try the steps later today!
Thank you
Johanna
Hello Johanna,
Feel free to let us know if you have succeeded and if you need any help going further.
We wish you all the best.
Kind Regards,
Marko Davidovic
[email protected]
Rate my support
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 there!
It worked well to change the names in the usual booking form. I couldn't find it in the events though. Just stopped looking after a while, I admit.
Also I didn't "dare" to change the pics. The described tasks just seem to be above my level of understanding the handling.
So if this would be possible to change in a more easy way in the future I would highly appreciate it!
Thank you
Johanna
Hello Johanna,
It will definitely be included in the future. Our development team just scratched the surface with the new Customize section, so there's a lot more to come with each big update.
Kind Regards,
Marko Davidovic
[email protected]
Rate my support
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