-- HikaShop version -- : Starter 2.5.0
-- Joomla version -- : 3.4.4
-- Browser(s) name and version -- : Firefox
Hi there,
I have products on my site that should have multiple prices.
My ultimate goal is to display in listings of products, the price range of product variants (if there is one). Having read other forum posts, I understand that the way we have to do this is specify the min and max prices of the product variants as multiple prices on the core product. Then go into the content module and set the price display method to price range.
On the core product page, in the box under prices, I create multiple prices with different values, yet on the front end only one price is every recognised. I've tray dumping $this->row->prices in the listing_price view, and it comes up with and arry of only one element. The further prices I specify arn't found.
What am I doing thats wrong?
Best wishes,
Jonathan