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":1787385511985,"title":"SPX584","handle":"spx584-57","description":"","published_at":"2018-11-19T11:40:31+02:00","created_at":"2018-11-19T11:40:31+02:00","vendor":"BEYOND XTRA EYEWEAR","type":"SP03XM","tags":["Aviator","BEYOND-XTRA-EYEWEAR","BS-16","BUDGET-COLLECTION","EH-31","ES-45","Full-rim","Mens","NEW","Nicol-allergy-free-metal","Optical","R0-R100","TS-128"],"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":14272357924913,"title":"BLUE \/ COL60 \/ SP03XM","option1":"BLUE","option2":"COL60","option3":"SP03XM","sku":"SPX584\/60","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SPX584 - BLUE \/ COL60 \/ SP03XM","public_title":"BLUE \/ COL60 \/ SP03XM","options":["BLUE","COL60","SP03XM"],"price":8900,"weight":0,"compare_at_price":null,"inventory_quantity":6,"inventory_management":null,"inventory_policy":"deny","barcode":"5848045161280"},{"id":14272357957681,"title":"PURPLE \/ COL70 \/ SP03XM","option1":"PURPLE","option2":"COL70","option3":"SP03XM","sku":"SPX584\/70","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SPX584 - 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":"5846045161280"},{"id":14272357990449,"title":"BURGANDY \/ COL80 \/ SP03XM","option1":"BURGANDY","option2":"COL80","option3":"SP03XM","sku":"SPX584\/80","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SPX584 - BURGANDY \/ COL80 \/ SP03XM","public_title":"BURGANDY \/ COL80 \/ SP03XM","options":["BURGANDY","COL80","SP03XM"],"price":8900,"weight":0,"compare_at_price":null,"inventory_quantity":6,"inventory_management":null,"inventory_policy":"deny","barcode":"5855050161350"}],"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" );
*/