-- url of the page with the problem -- : localhost
-- HikaShop version -- : 4.0.0
-- Joomla version -- : 3.8.12
-- PHP version -- : 7.2.9
-- Browser(s) name and version -- : Firefox 62.03
Gents, I've got a small problem. I want to create a product with 3 variants: free, basic, extended. Creating the necessary variants works fine. I have to set one as default. Works too. The problem is setting the prices correct.
I set basic as default. That price is 10. All prices are now showing as: Common price: 10,00 THB Our price: 10,00 THB each.
When I select extended, the price shows as: Common price: 100,00 THB Our price: 10,00 THB each.
When I select free, the price shows as: Common price: 10,00 THB Our price: 10,00 THB each.
What do I need to do to show the correct prices, in my case free/zero/0,00 for free, 10 for basic and 100 for extended?
Setting the price for the free variant to 0 doesn't work. When I set the price at 0 or 0,00 I get a php error. (Also if I set it in the product itself.)