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":532144226353,"title":"SPX479","handle":"spx479-1","description":"","published_at":"2018-03-01T14:48:41+02:00","created_at":"2018-03-01T14:48:41+02:00","vendor":"BEYOND XTRA EYEWEAR","type":"SP03XM","tags":["BEYOND-XTRA-EYEWEAR","BS-18","BUDGET-COLLECTION","EH-34","ES-58","Full-rim","Mens","NEW","Optical","R0-R100","Rectangular","Stainless-steel","TS-150"],"price":8900,"price_min":8900,"price_max":8900,"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":7228677914673,"title":"BROWN \/ COL30 \/ SP03XM","option1":"BROWN","option2":"COL30","option3":"SP03XM","sku":"SPX479\/30","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SPX479 - BROWN \/ COL30 \/ SP03XM","public_title":"BROWN \/ COL30 \/ SP03XM","options":["BROWN","COL30","SP03XM"],"price":8900,"weight":0,"compare_at_price":null,"inventory_quantity":185,"inventory_management":null,"inventory_policy":"deny","barcode":"4.79306E+12"}],"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" );
*/