Viewing 8 reply threads
You must be logged in to reply to this topic.
The currency options on the woocommerce settings page do not apply. I want the € sign to be on the right side of the value, but it remains on the left side.
If needed I can send photos or/and grant access to my admin panel. I say here no options to send an image or set this discussion to private.
Thank you
Hello,
Yes, please send us some valid wp credentials in a private reply. All replies starting form the second, can be set as private. Check the “Set as private reply” checkbox under the text editor.
To send screenshots, use any online sharing service. Example: https://postimages.org/
Best regards!
Hello,
To move the € sign on the right side of the value please add the css code below to Customizing > General > Custom Codes
.woocommerce-Price-amount{
display: flex;
flex-direction: row-reverse;
}
Let us know.
Best regards!
Thank you, but this resolves the issue partially. There is also no decimal point or the decimal numbers as in
Beside that, the product pages shows now as
Hello,
I added an !important to the css we gave you previously. This is the result in your shop and single product page:
https://postimg.cc/image/5ojk8wcvf/
https://postimg.cc/image/4dybdy6fv/
Let us know.
Best regards!
Thank you, thats work great,
What about the decimal point and decimal numbers?
Hello,
The setting on the woocommerce option is set for the ‘,’ to show up in values of thousand. You currently have only hundred values.
Can i see a product where the decimal value is set?
Best regards!
You must be logged in to reply to this topic.