Home › Forums › WoodMart support forum › Currency Symbol position
Currency Symbol position
- This topic has 3 replies, 2 voices, and was last updated 1 year, 3 months ago by
Hung Pham.
-
AuthorPosts
-
January 14, 2024 at 1:17 am #529628
atelier.multiconceptParticipantOn the store page everything looks ok. The currency symbol is on the right side.
When you click on the quick preview the currency symbol is located before the price (left side).
1. How to change it to right position in Quickview.
2. How to make small letters symbol at the store page like it is on the quickview ( ZŁ -> zł )?Thank you.
Attachments:
You must be logged in to view attached files.January 15, 2024 at 2:01 pm #529890
Hung PhamKeymasterHi atelier.multiconcept,
Thanks for reaching to us and appreciate your patience.
1. To change the currency symbol position. You need to Go to WooCommerce > Settings > General. Set the currency symbol position https://ibb.co/wBWdwTs
2. Seems you added Custom CSS, please navigate to Theme Settings > Custom CSS and remove that code https://prnt.sc/VBpkUJaFzlSu
Regards,
January 20, 2024 at 2:02 am #531715
atelier.multiconceptParticipantThank you Hung Pham for a quick replay.
1. The currency symbol position was changed in the woocommerce settings to the right with a space. The issue is only when you click on “Quick View” product/item. It looks like it doesn’t want to collaborate with the theme settings. I tried to use custom CSS to fix this issue but no luck. Also want to fix 0,00 zł to be 0.00 zł ( , -> . )
2. I didn’t use any custom CSS so no clue why it was like that, but to fix this issue I use the code:
.woocommerce-Price-currencySymbol { text-transform: lowercase; }
and now it is perfect!
Please help me with the problem number 1.
Thank you.
-
This reply was modified 1 year, 3 months ago by
atelier.multiconcept.
Attachments:
You must be logged in to view attached files.January 21, 2024 at 8:00 am #531907
Hung PhamKeymasterHi atelier.multiconcept,
Thanks for your patience.
I tested on my end with latest version of WoodMart theme and WoodMart Core plugin, everything worked well.
You should deactivate all plugins (except Required Plugins) and then reactivate them one by one. This makes it very easy to isolate the plugin causing problems.
Also, in the same settings panel, there are options to change separator, please try these https://prnt.sc/6aQYeyO_iHAL
Regards,
-
This reply was modified 1 year, 3 months ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register