HI,
I want to show price for products with a price of $0.00, and allow customers to add to basket.
If I set “zero price option” to “Allow customers to add to cart” the price of $0.00 doesnt show.
How do I get the zero price to display?
Hi !!
You set 0.1 the zero price to display .
[quote name='jmccann' timestamp='1316624329' post='122056']
HI,
I want to show price for products with a price of $0.00, and allow customers to add to basket.
If I set “zero price option” to “Allow customers to add to cart” the price of $0.00 doesnt show.
How do I get the zero price to display?
[/quote]
Anyone?
[quote name='kenshin8808' timestamp='1316666430' post='122093']
Hi !!
You set 0.1 the zero price to display .
[/quote]
Setting a price of 0.01 shows a price of 0.01, not 0.00
[quote name='whiplash13' timestamp='1317064282' post='122340']
Check this thread. Just put 0.00 instead of FREE.
[/quote]
The display actually gets hidden and I had to find out where to change the class. I also had to change the price class to remove the hidden attribute:
Free
$0.00
Thanks for the tip, I'm migrating from another shopping cart to CSC soon and this will make my life easier.