text in front or variant price
-
Hello,
I know you don’t do any customisation but I am a little stuck here.
We use Variants everything works.
But we must have something in front of the variant price only on the shop page.
English = from € 0.00
Dutch = v.a. € 0.00
German = ab 0.00 €
Could you help me with this or put me in the right direction.
Hello,
We sometimes provide minor CSS customization, and I can give you CSS for this world, however, it would be the same for all languages. It is not possible to make “from” different in the different languages.
Best Regards
Hello,
Okay no problem, then we only use the word ” v.a.”
It only need to be shown at the shop page on the variable products.
Thank you so much for your help.
Hello,
Please add this code instead to the Theme Settings > Custom CSS
.product-type-variable .summary-inner > .price span.amount:before {
content:"from ";
}
body .product-type-variable .price span.amount:before {
content:"from ";
}
Please replacer from to any work you need, and it will be the same in all the languages.
Best Regards