Hi,
i have been using HikaShop about a week now and am very pleased with it. I am building a small site that will sell tables at a fair. These tables will have 2 prices - 1 for a vendor and 1 for a flea market. A table can only be sold once, thus the product quantity is always 1 for each table.
I am able to use the characteristics to display a radio button that allows a buyer to select either a vendor characteristic or a flea market characteristic for the main product (the table). The table is added to the cart successfully.
Now... my issue. I need for the table, regardless of the characteristic, to be added to the cart only once. unfortunately, i am able to select both a vendor table (at 20USD) and a flea market table (at 10USD). i do not want the buyer to be able to select the other table type when one has been added to the cart.
Is there a straightforward resolution to this? making any PHP updates would not be a problem.
Many thanks...