This topic has 4 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
Hello!
I need two things – please look here.
1. How can I add a space between the price and the currency? Instead of “282lei” to show “282 lei”
Actually, this is also a product page problem, anywhere where’s a price, the currency is glued to the price 🙂
2. How can I remove / hide the “inc. VAT” mention ONLY on product category pages? In my case (look here) I need to hide the “TVA inclus” mention from the product listing.
Thanks again. I also added ftp / admin credentials if necessary 🙂
Hello,
1. Go to Woocommerce > Settings > General > Currency Options > Currency Position > Right with space.
2. I’ve added this code in custom.css file:
.woocommerce-price-suffix {
display: none;
}
Please check.
Thank you.
Regards,
Eva Kemp.
The code works great! Thank you very much. And sorry for missing that simple woocommerce setting.
Ticket closed 🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Two customizations on product category pages’' has been successfully resolved, and the topic is now closed for further responses