-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.4
Hello!
Thank you so far for the excellent support!
My products have minimum Quantity per order : 1.
What i need to do, is for some products, the minimum Quantity per order to be 3, and when a logged in customer wants to order more than 3, i want that number to multiply by 3, and not by 1.
For example, when the customer clicks the + button, the number should add 3. so it would be:
minimun Quantity per order: 3, 6, 9 etc
Is that somehow possible?
Thank you