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":11508424135,"title":"SC411","handle":"sc411","description":"\u003cp\u003e\u003c\/p\u003e","published_at":"2017-10-09T13:20:11+02:00","created_at":"2017-10-09T13:20:11+02:00","vendor":"STONED CHERRIE EYEWEAR","type":"SC02","tags":["BS-17","DESIGNER-BRANDS","EH-21","ES-47","Optical","R501-R1000","STONED-CHERRIE-EYEWEAR","TS-135"],"price":63500,"price_min":63500,"price_max":63500,"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":54873334151,"title":"SC411\/70 \/ COL70 \/ SC02","option1":"SC411\/70","option2":"COL70","option3":"SC02","sku":"SC411\/70","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SC411 - SC411\/70 \/ COL70 \/ SC02","public_title":"SC411\/70 \/ COL70 \/ SC02","options":["SC411\/70","COL70","SC02"],"price":63500,"weight":0,"compare_at_price":null,"inventory_quantity":1,"inventory_management":null,"inventory_policy":"continue","barcode":"4117047171351"},{"id":62504042503,"title":"SC411\/75 \/ COL75 \/ SC02","option1":"SC411\/75","option2":"COL75","option3":"SC02","sku":"SC411\/75","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SC411 - SC411\/75 \/ COL75 \/ SC02","public_title":"SC411\/75 \/ COL75 \/ SC02","options":["SC411\/75","COL75","SC02"],"price":63500,"weight":0,"compare_at_price":null,"inventory_quantity":1,"inventory_management":null,"inventory_policy":"continue","barcode":"4117547171356"}],"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" );
*/