Hi I am very new to Actinic and am experiencing some difficulty.
Our site will be selling a variety of items one of these items is cases of wine(which due to licensing laws we have to sell in cases of 12) we want to give our customers the chance to "mix and match " which bottles of wine go into their case of 12. I found the thread http://community.actinic.com/showthr...3391#post43391
which seamed to be dealing with a simalar issue however im unsre where to put the patch.
Also because wine will not be the only product we intend to sell would this patch effect all other items on our site that can be sold in any quantity.
also on the patch the would I have to change the number to (getCartItem(12) >= 2)
or
(getCartItem(3) >= 12)
Our site will be selling a variety of items one of these items is cases of wine(which due to licensing laws we have to sell in cases of 12) we want to give our customers the chance to "mix and match " which bottles of wine go into their case of 12. I found the thread http://community.actinic.com/showthr...3391#post43391
which seamed to be dealing with a simalar issue however im unsre where to put the patch.
Also because wine will not be the only product we intend to sell would this patch effect all other items on our site that can be sold in any quantity.
also on the patch the would I have to change the number to (getCartItem(12) >= 2)
or
(getCartItem(3) >= 12)
Comment