Unfortunately, something like this can only be added as a custom solution, probably with the use of innerHTML.
Our developers will work on adding "Custom currency" in the future, so you'll be able to add something like this, but at the moment it's only possible as customization.
i tried it with custom js, but it doesnt work. I can not adress the price label because there are so many on that page generated dynamically (class .am-service-price).
This is really bad and makes the plugin more or less not usable in germany, because we have strict laws which tell you to add that tax info behind each price.
Is there any time schedule until i can expect that feature to be implemented?
We have a lot of users from Germany, and they never requested for anything similar.
I don't know when this can be expected, but I forwarded the question to one of our developers, so if there's a way to make it work with some simple customization, he'll let me know, and I'll report back to you.
JS files are modified (minimized) in public version of plugin (in our development environment is accessible), but unfortunately I can not send you our source code because that is the policy of our company.
All those files that have extension .vue are compressed and minimized in JS files that is very hard and not recommended modifying. So in order to add some other features you can unminify the js and customize it.
As an example of a working hook:
Hook like beforeConfirmedBooking will be triggered when your customers confirm booking. Here, a redirect URL can be set (we used https://www.google.com as an example, but it can be replaced with what you need):
Hi there,
how can i add a tax label behind all the prices in Amelia?
e.g. "inkl. Mwst."
Regards,
Michael
Hello Michael
Unfortunately, something like this can only be added as a custom solution, probably with the use of innerHTML.
Our developers will work on adding "Custom currency" in the future, so you'll be able to add something like this, but at the moment it's only possible as customization.
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,
i tried it with custom js, but it doesnt work. I can not adress the price label because there are so many on that page generated dynamically (class .am-service-price).
This is really bad and makes the plugin more or less not usable in germany, because we have strict laws which tell you to add that tax info behind each price.
Is there any time schedule until i can expect that feature to be implemented?
Regards,
Michael
Hi again Michael
We have a lot of users from Germany, and they never requested for anything similar.
I don't know when this can be expected, but I forwarded the question to one of our developers, so if there's a way to make it work with some simple customization, he'll let me know, and I'll report back to you.
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,
thanks a lot! Yea people in germany often ignore the rules because they are kind of stupid.
If there would be a quick fix, that would be great!
Regards,
Michael
Hi again Michael
I don't have a specific code for you, but it can be done with custom JS.
It needs to be added inside our JS hook.
The hook that's being used when the last form is displayed is this:
You should then find the HTML element, using JS, and add that suffix.
For category/service you can use these hooks:
I hope that helps.
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,
thanks, but without any documentation i have no idea how to add something like
"inkl. MwSt." behind the prices.
Btw: We talked with our lawyer, and in germany and probably the whole EU it is mandatory to show all price information in an online shop.
Regards,
Michael
Thanks for the update, Michael, I'll forward it to our development team, so they can add an option like this.
Unfortunately, we don't have developer documentation. It's planned to add it in the future, but I can't say exactly when it will be added.
We don't have hooks (action and filters) at the moment. What we have is a few JS hooks that is triggered depends on the view:
JS files are modified (minimized) in public version of plugin (in our development environment is accessible), but unfortunately I can not send you our source code because that is the policy of our company.
All those files that have extension .vue are compressed and minimized in JS files that is very hard and not recommended modifying. So in order to add some other features you can unminify the js and customize it.
As an example of a working hook:
Hook like beforeConfirmedBooking will be triggered when your customers confirm booking. Here, a redirect URL can be set (we used https://www.google.com as an example, but it can be replaced with what you need):
Another example would be adding a script that adds a placeholder to the coupon field:
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,
i tried:
window.beforeConfirmBookingLoaded = function () {
jQuery('.am-service-price').innerHTML = "whatever";
}
and
window.beforeConfirmBookingLoaded = function () {
jQuery('.am-service-price').innerHTML = "whatever";
Both did not work.
This is urgent! As i said before, in germany the law says that you must show the visitor the prices clearly with tax info.
See the pic below what i (and probably many others in germany) want to achieve.
You can also provice me a temporary solution to change the source code files.
Regards,
Michael
Hi again Michael
You can actually do it with custom CSS. For example, in the Catalog view:
This is the CSS:
In the last page of the booking form, it's being added in three places, though, and one of those places is "Total number of people":
I couldn't find a way to remove it alone, but you should be able to play around with CSS to make it not say that for the number of persons.
We'll be working on a new Customize feature, so we'll see to it that this is added as an option built-into the plugin.
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,
haha, such an easy solution. This is enough for now, thanks so much.
A built in feature would be even better of course.
We were thinking of cancelling the subscripion of amelia, now we don't.
Thanks for the good support.
Regards,
Michael
You're welcome, Michael
Glad I could be of service here.
We've already created a task to add this as a built-in option, so I'm sure our developers will add it in one of our future updates.
I can't say exactly when, but we will add it.
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