5 - productcode
1 - array: variant options as classid => optionid
2 - array: taxes as taxid => tax amount
3 - wholesale prices array:
0 - quantity
1 - next quantity
2 - taxed price
3 - taxes array: as taxid => tax amount
4 - original price (without taxes)
*/
var variants = [];
variants[1] = [[28.95,1000,new Image(),'0.00',28.95,'SKU11',0],{},{},[]];
variants[1][1][1] = 1;
variants[2] = [[28.95,1000,new Image(),'0.00',28.95,'SKU12',0],{},{},[]];
variants[2][1][1] = 2;
variants[3] = [[58.00,1000,new Image(),'0.00',58.00,'SKU112',0],{},{},[]];
variants[3][1][1] = 8;
/*
modifiers array: as clasid => array: as optionid => array:
0 - price_modifier
1 - modifier_type
2 - taxes array: as taxid => tax amount
*/
var modifiers = [];
/* names array: as classid => class name */
var names = [];
names[1] = {class_name: "Eyeglasses Frame Color", options: []};
names[1]['options'][1] = "Red";
names[1]['options'][2] = "Black";
names[1]['options'][8] = "Black/Green";
names[2] = {class_name: "Eyeglasses Lens Type", options: []};
names[2]['options'][3] = "Single-Vision (full time wear), No Charge";
names[2]['options'][4] = "Single-Vision (reading only), No Charge";
names[2]['options'][5] = "Regular Bifocals (with a line)";
names[2]['options'][6] = "Progressives (no-line bifocals)";
names[2]['options'][7] = "Frame Only (with non-rx lens), No Charge";
modifiers[2] = {};
modifiers[2][3] = [0.00,'$',{}];
modifiers[2][4] = [0.00,'$',{}];
modifiers[2][5] = [25.95,'$',{}];
modifiers[2][6] = [38.80,'$',{}];
modifiers[2][7] = [0.00,'$',{}];
/*
taxes array: as taxid => array()
0 - calculated tax value for default product price
1 - tax name
2 - tax type ($ or %)
3 - tax value
*/
var taxes = [];
/* exceptions array: as exctionid => array: as clasid => optionid */
var exceptions = [];
/*
_product_wholesale array: as id => array:
0 - quantity
1 - next quantity
2 - taxed price
3 - taxes array: as taxid => tax amount
4 - original price (without taxes)
*/
var product_wholesale = [];
var _product_wholesale = [];
var product_image = new Image();
product_image.src = "http://www.cheapprescriptionglasses.net/images/P/6254_red-01.png";
var exception_msg = "Sorry, this combination of product options is not available.";
var exception_msg_html = "Sorry, this combination of product options is not available.";
var txt_out_of_stock = "Out of stock";
var pconf_price = 0;
var default_price = 28.95;
var alter_currency_rate = 0.87;
var lbl_no_items_available = "No items available";
var txt_items_available = "{{items}} item(s) available";
var list_price = 28.95;
var price = 28.95;
var orig_price = 28.95;
var mq = 3;
var dynamic_save_money_enabled = true;
var quantity_input_box_enabled = false;
var max_image_width = 262;
var max_image_height =115;
var lbl_item = "Item";
var lbl_items = "Items";
var lbl_quantity = "Quantity";
var lbl_price = "Price";
var txt_note = "Note";
var lbl_including_tax = "including {{tax}}";
-->
Frame Color
Lens Type
Price:
$28.95
Quantity


