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":11134866119,"title":"BL3009","handle":"bl3009","description":"\u003cp\u003e\u003c\/p\u003e","published_at":"2017-08-16T10:18:37+02:00","created_at":"2017-08-16T10:18:37+02:00","vendor":"BOLON EYEWEAR","type":"BL02P","tags":["Acetate","BOLON-EYEWEAR","BS-18","Cat-Eye","DESIGNER-BRANDS","EH-50","ES-53","Full-rim","Ladies","NEW","R501-R1000","Sunglass","TS-148"],"price":76900,"price_min":76900,"price_max":76900,"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":51228513543,"title":"BROWN \/ COLC20 \/ BL02P","option1":"BROWN","option2":"COLC20","option3":"BL02P","sku":"BL3009\/C20","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"BL3009 - BROWN \/ COLC20 \/ BL02P","public_title":"BROWN \/ COLC20 \/ BL02P","options":["BROWN","COLC20","BL02P"],"price":76900,"weight":0,"compare_at_price":null,"inventory_quantity":11,"inventory_management":null,"inventory_policy":"continue","barcode":"6.93311E+12"},{"id":62521638919,"title":"Black \/ COLC10 \/ BL02P","option1":"Black","option2":"COLC10","option3":"BL02P","sku":"BL3009\/C10","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"BL3009 - Black \/ COLC10 \/ BL02P","public_title":"Black \/ COLC10 \/ BL02P","options":["Black","COLC10","BL02P"],"price":76900,"weight":0,"compare_at_price":null,"inventory_quantity":11,"inventory_management":null,"inventory_policy":"continue","barcode":"6.93311E+12"}],"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" );
*/