The item is free now. You can download it below. The activation form is opened for everyone. The activation will be removed in the next release.
Virtuemart 3 Compare Module is a product comparing extension for Virtuemart 3 that allows to mark products for comparison. Compare Products extension contains a compared products list output module and a comparison category template. Added to compare products data is stored in cookies. Compare buttons are automatically added to a page with JQuery script. All the key settings are specified in the module options (where to show, where to get product name and id etc).
== Installation ==
1. Upload and install the module archive
3. Go to Product Categories in Virtuemart and create a new category
8. Go to Module Manager and open the compare module
9. Choose position, publish on required pages, paste the link you have just copied, activate and save
10. The result
11. Button names can be redefined through Language Manager -> Overrides
== For usage with Product Filter for Virtuemart 3 ==
After the product list update in the filter you can add a compare button to the results by adding the following lines of code into the "product reinitialization" field in the module settings:
jQuery(document).ready(function($){
compare_buttons.load();
})
== Language constants ==
MYEXT_TOCOMPARE_BTN="Add to\ncompare"
MYEXT_FROMCOMPARE_BTN="Remove from\ncompare"
MYEXT_GOTOCOMPARE_BTN="Compare \nproducts"
MYEXT_GOTOCOMPARE_MOD="Compare"
MYEXT_CLEAR_MOD="Clear"
MYEXT_CLEAR_ONE_MOD="[x]"