Supported OpenCart Versions:
==============
All v1.5.x versions
What does it do:
==============
This mod alters the the way options are used to give each option its own quantity field.
It replaces any normal "checkbox" option with a qty box to allow mass selection of product options at a single time
It changes each option to use the full product price + option price and removes the normal price field.
It also removes the normal "quantity" box since that would be confusing.
Known Compatibility:
================
This WILL NOT work with "Options Boost" by Qphoria
This WILL NOT work with "Options Price Update Redux" by Qphoria
This WILL NOT work with "Dependent Options" by rph
Requirements:
===========
* You will need to have the vQmod engine installed (http://vQmod.com)
Main features:
===========
* Simple vQmod script plug and play. Add it to enable, Remove it to disable
* No Admin changes! It simply replaces the default "checkbox" behavior
* Changes option price to use full product+option price
* Hides qty box when using a multi qty option type. Works like normal when not using it.
* Includes multiple pre-defined variations: div, with/without image, depending on your theme and preference.
Notes:
==============
There are a few variations of the script inside the vqmod/xml folder:
DO NOT UPLOAD MORE THAN ONE VERSION!
1. multiple_option_quantities_div.xml
This uses a smaller change to the product.tpl file for easier merge with custom themes
2. multiple_option_quantities_div_image.xml
This uses the smaller change and adds the option image to the view.
When added to cart, it will show option images if they exist. Otherwise shows the main product image.
Assumptions:
==============
1. This mod assumes you will never want normal checkboxes. The mod replaces checkboxes with the multi qty box.
2. This mod assumes that you will not mix the multiple options type with other option types on the "SAME" product.
Because of its design, it hides the quantity and product price, and changes the logic of the add to cart function.
You can of course use other option types on other products.
How to install it:
==================
1) Be sure you have vQmod installed
2) Unzip the package to your desktop
3) Choose ONE of the scripts in the "vqmod/xml" folder.
4) Edit the script to change "/default/" to your theme name.
5) Upload that file to your vqmod/xml folder on your site.
6) Goto a product that has checkbox options. They should be replaced with multiple qty boxes
7) Verify there are no errors in vqmod/vqmod.log (if exists)