var selectCallback = function(variant, selector) {
timber.productPage({
money_format: "R {{amount}}",
variant: variant,
selector: selector,
translations: {
add_to_cart : "Add to Cart",
sold_out : "Sold Out",
unavailable : "Unavailable"
}
});
};
/*
jQuery(function($) {
new Shopify.OptionSelectors('productSelect', {
product: {"id":1484974620721,"title":"MV288","handle":"mv288-65","description":"","published_at":"2018-10-20T16:47:36+02:00","created_at":"2018-10-20T16:47:36+02:00","vendor":"MOVE EYEWEAR","type":"MV01","tags":["BS-17","EH-38","ES-56","Full-rim","Mens","MOVE-EYEWEAR","NEW","Optical","R101-R300","Rectangular","Stainless-steel","STYLISH-GENERIC-COLLECTIONS","TS-145"],"price":28500,"price_min":28500,"price_max":28500,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":13616627449905,"title":"Brushed gold \/ COL10 \/ MV01","option1":"Brushed gold","option2":"COL10","option3":"MV01","sku":"MV288\/10","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"MV288 - Brushed gold \/ COL10 \/ MV01","public_title":"Brushed gold \/ COL10 \/ MV01","options":["Brushed gold","COL10","MV01"],"price":28500,"weight":0,"compare_at_price":null,"inventory_quantity":99,"inventory_management":null,"inventory_policy":"deny","barcode":"288105617145"}],"images":[],"featured_image":null,"options":["Colour","Code","ItemGroup"],"content":""},
onVariantSelected: selectCallback,
enableHistoryState: true
});
// Add label if only one product option and it isn't 'Title'. Could be 'Size'.
// Hide selectors if we only have 1 variant and its title contains 'Default'.
});
*/
$( ".site-nav li:nth-of-type(3)" ).addClass( "site-nav--active" );
*/