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":1781503852593,"title":"SPX594","handle":"spx594","description":"","published_at":"2018-11-14T07:46:37+02:00","created_at":"2018-11-14T07:46:37+02:00","vendor":"BEYOND XTRA EYEWEAR","type":"SP03XM","tags":["BEYOND-XTRA-EYEWEAR","BS-30","BUDGET-COLLECTION","EH-36","ES-51","Full-rim","Metal","NEW","Optical","R0-R100","Square","TS-135","Unisex"],"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":14260136542257,"title":"GUNMETAL \/ COL40 \/ SP03XM","option1":"GUNMETAL","option2":"COL40","option3":"SP03XM","sku":"SPX594\/40","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SPX594 - GUNMETAL \/ COL40 \/ SP03XM","public_title":"GUNMETAL \/ COL40 \/ SP03XM","options":["GUNMETAL","COL40","SP03XM"],"price":8900,"weight":0,"compare_at_price":null,"inventory_quantity":6,"inventory_management":null,"inventory_policy":"deny","barcode":"5944051301350"},{"id":14260136575025,"title":"PURPLE \/ COL70 \/ SP03XM","option1":"PURPLE","option2":"COL70","option3":"SP03XM","sku":"SPX594\/70","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SPX594 - PURPLE \/ COL70 \/ SP03XM","public_title":"PURPLE \/ COL70 \/ SP03XM","options":["PURPLE","COL70","SP03XM"],"price":8900,"weight":0,"compare_at_price":null,"inventory_quantity":6,"inventory_management":null,"inventory_policy":"deny","barcode":"5955046151300"},{"id":14260136607793,"title":"BLACK \/ COL50 \/ SP03XM","option1":"BLACK","option2":"COL50","option3":"SP03XM","sku":"SPX594\/50","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SPX594 - BLACK \/ COL50 \/ SP03XM","public_title":"BLACK \/ COL50 \/ SP03XM","options":["BLACK","COL50","SP03XM"],"price":8900,"weight":0,"compare_at_price":null,"inventory_quantity":6,"inventory_management":null,"inventory_policy":"deny","barcode":"5945051301350"}],"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" );
*/