Site URL: https://www.afroposters.com/posters/p/carte-abidjan-noirblanc
How to change the currency symbol ?
Hello, my website is targeted at customers in West Africa, our currency symbol being" XOF ". (I do not use the e-commerce payment features, but still need the store structure for my business.)
I was using a CSS code I found to just change the currency symbol (full tutorial here) :
.sqs-money-native:before { content:none !important; } .sqs-money-native:after { content:' XOF '!important; }
But with the changes to the price formatting, this has stopped working (it is back to showing the "€" symbol) !
How it is :" 15 000,00 €" ---- what I want ----> "15 000 XOF"
Can someone please help me, for the moment I will try and hide the prices, but it's terrible for business.
The website is :
www.afroposters.com
We are on the commerce basic plan. (I read that some JavaScript might be required) Thank you all very much in advance !