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":11557284615,"title":"SP486","handle":"sp486","description":"\u003cp\u003e\u003c\/p\u003e","published_at":"2017-10-17T08:17:55+02:00","created_at":"2017-10-17T08:17:55+02:00","vendor":"BEYOND EYEWEAR","type":"SP01","tags":["BEYOND-EYEWEAR","BS-16","BUDGET-COLLECTION","EH-36","ES-54","Full-rim","Ladies","Metal","NEW","OPTICAL","R0-R100","Square","TS-140"],"price":7500,"price_min":7500,"price_max":7500,"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":55381290311,"title":"BURGUNDY \/ COL81 \/ SP01","option1":"BURGUNDY","option2":"COL81","option3":"SP01","sku":"SP486\/81","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SP486 - BURGUNDY \/ COL81 \/ SP01","public_title":"BURGUNDY \/ COL81 \/ SP01","options":["BURGUNDY","COL81","SP01"],"price":7500,"weight":0,"compare_at_price":null,"inventory_quantity":49,"inventory_management":null,"inventory_policy":"continue","barcode":"0"},{"id":62502109191,"title":"M.BRN \/ COL30 \/ SP01","option1":"M.BRN","option2":"COL30","option3":"SP01","sku":"SP486\/30","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SP486 - M.BRN \/ COL30 \/ SP01","public_title":"M.BRN \/ COL30 \/ SP01","options":["M.BRN","COL30","SP01"],"price":7500,"weight":0,"compare_at_price":null,"inventory_quantity":69,"inventory_management":null,"inventory_policy":"continue","barcode":"0"},{"id":62502141959,"title":"SH.L.PURPLE \/ COL71 \/ SP01","option1":"SH.L.PURPLE","option2":"COL71","option3":"SP01","sku":"SP486\/71","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SP486 - SH.L.PURPLE \/ COL71 \/ SP01","public_title":"SH.L.PURPLE \/ COL71 \/ SP01","options":["SH.L.PURPLE","COL71","SP01"],"price":7500,"weight":0,"compare_at_price":null,"inventory_quantity":29,"inventory_management":null,"inventory_policy":"continue","barcode":"0"}],"images":[],"featured_image":null,"options":["Colour","Code","ItemGroup"],"content":"\u003cp\u003e\u003c\/p\u003e"},
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" );
*/