Stable 2.0.10
V2.0.10
New style.
Fixes in javascript for min and max quantity.
V2.0.8
Added new features: Min and Max total quantity - so you can set that product cannot be added to cart without minimal additives or that you cannot select more then Max additives. Best example is a box of 12 chocolates to choose. You can only select 12 additives, not more, not less.
Added function #HINT{some hint} - Hint is a text that is added inside image lightbox or as a hint on additive title.
Fixed preg_match if comma was used inside #TEXT or #HINT.
V2.0.6
Fixed duplicate ids.
V2.0.4
Fixed showing additives in back-end and administrator order.
V2.0.2 - FIXED CSS ISSUE!
Notes from v2.0.0:
This is new release that supports new version of VirtueMart (3.x) and Joomla 3.x. It also supports old releases. So:
- Joomla 2.5 & Virtuemart 2.0.26d
- Joomla 2.5 & Virtuemart 2.6.x
- Joomla 3.x & Virtuemart 3.x
Important message for users of older versions! As new Virtuemart doesn't allow | char inside plug-ins command, this char was replaced by #. So instead of
Option 1|+3,Option 2|+5 you must use
Option 1#+3,Option 3#+5
That means, that you must replace all old command, as they won't work with VM3. You can easily do this with CSV improved tool.
Added functions:
#TEXT{some text} - Add text before option (checkbox)
Functions from 1.0.2 version:
#CHECKED - checked by default with quantity 1
#VAL{int_number} - Checked by default with typed quantity
#MAX{int_number} - Max quantity for option
#MIN{int_number} - Min quantity for option
#IMG{url_path} - Shows image between checkbox and text
#IMGPOP{url_path} - Shows image on mouse over