Okay, this is a bit of a showstopper for me!
I have a store with many thousand of products in it and each product has set quantity/price variations.
Example:
Product "A"
Box of 100 - $50.00
Box of 1000 - $80.00
Carton of 5000 - $120.00
Product "B"
Box of 100 - $30.00
Box of 1000 - $40.00
Carton of 5000 - $80.00
From the above, you can see that I have 3 characteristics - "Box of 100", "Box of 1000", "Carton of 5000" - but in order to show the variant prices on the product listing I actually have to add the price to the characteristic's value text, thus I end up with 6 characteristics.
This is the only way I can see to acheive the display of the variant prices so the buyer knows what they are buying. Doing this I can see that I will end up with hundreds of thousands of characteristics and if I ever need to do a price change I'll need to find each charateristic, ensure that it is only attached to one product and then change the text, and then change the variant price in the product. Alternatively, I guess I could put a quantity/price table in each product description. Either way it sounds like a maintenance headache for a store with thousands of products.
I can't use the price variations on the actual main product as this allows the customer to type in a quantity between the three values, which won't work and I can't tell the customer what the configuration is (packet or box or carton etc).
I had a look at the instructions for doing the display override but I can't work out where to put what. The variant text info is in the jos_hikashop_product table but the variant price is in the jos_hikashop_price table. I don't know how to configure the PHP to join the two. Also, I can't find any of the product display views that seem to configure this.
Unless, I'm missing something fundamental here, I think that what's missing is the possibility to have set product/price variations (and I think this would be a great enhancement for Hikashop future versions). Until then I probably need to find an alternative unless there are any better suggestions.
These posts seems to describe similar issues - I'm wondering how they overcame the display of the variant prices?
www.hikashop.com/en/support/forum/2-gene...f-measure.html#21479
www.hikashop.com/en/support/forum/4-how-...r-options.html#21424
www.hikashop.com/en/support/forum/4-how-...each-size.html#21136
Cheers!