-- HikaShop version -- : essentials
-- Error-message(debug-mod must be tuned on) -- : none
Hi,
I have used variants and options together fine, but as you know options show up on he checkout page with a unit amount by them, what I'm trying to do on this occasion is allow choice of colour and size separately, however, the sizes carry different costs. e.g.
small - 0
med +£10
large +£20
if I add both size and colour as variants, I end up with 20 selections for the user, which I dont want.
I'm trying to achieve 1 - choose a colour (5 choices)
2 - choose a size (4 choices)
can you tell me the best way to achieve this without having one of them as an option ?
Thanks