Click or tap to zoom · move to look around · click again to reset
AntiFog Spray in 30 ml spray bottle NEW !!
SKU IST-ANTIFOG-SPRAY-30ML
R 113
AF-2/DOZ
ANTI FOG SPRAY (DOZ)
FEATURES
• Anti fog spray, comes in 30ml bottles.
• 1 dozen box pack.
• Natural ingredients.
//
// 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 = [];
/*
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 = [];
/*
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 = "https://www.istsports.com/images/P/AF2-2020.jpg";
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 = 0.00;
var alter_currency_rate = 0.75;
var lbl_no_items_available = "No items available";
var txt_items_available = "{{items}} item(s) available";
var list_price = 0.00;
var price = 0.00;
var orig_price = 0.00;
var mq = 50;
var dynamic_save_money_enabled = true;
var quantity_input_box_enabled = false;
var max_image_width = 238;
var max_image_height =238;
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}}";
//]]>
//
function wl_submit_Form() {
document.orderform.submit();
}