-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.3
Hi,
with product characteristics, is it possible to do the following?
For the sale of cabinets of custom sizes, I need the user to be able to enter desired width value.
Once the user enters the width he desires, this width needs to be checked against min and max possible width for this product. Then given the desired width, a weight for the product is passed to the cart checked against range of widths. For example:
A cabinet can have width min 300mm and max 600mm.
A customers enters the value for the width he wants in the product page, lets say 450mm.
Now hikashop should check that it is within the min-max width allowed, and then calculate the weight of the product based on: for width 300-400 weight is 28kg, from 401-600 weight is 38kg.
I hope this makes sense.