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":768860258353,"title":"BL6063","handle":"bl6063","description":"","published_at":"2018-05-11T16:17:47+02:00","created_at":"2018-05-11T16:17:47+02:00","vendor":"BOLON EYEWEAR","type":"BL02P","tags":["Acetate","BOLON-EYEWEAR","BS-18","Cat-Eye","DESIGNER-BRANDS","EH-58","ES-53","Full-rim","Ladies","NEW","R0-R100","Sunglass","TS-150"],"price":0,"price_min":0,"price_max":0,"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":8685616267313,"title":"PINK \/ COLD30 \/ BL02P","option1":"PINK","option2":"COLD30","option3":"BL02P","sku":"BL6063\/D30","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"BL6063 - PINK \/ COLD30 \/ BL02P","public_title":"PINK \/ COLD30 \/ BL02P","options":["PINK","COLD30","BL02P"],"price":0,"weight":0,"compare_at_price":null,"inventory_quantity":5,"inventory_management":null,"inventory_policy":"deny","barcode":"6933107618639"},{"id":8685616300081,"title":"TORTOISE SHELL \/ COLC20 \/ BL02P","option1":"TORTOISE SHELL","option2":"COLC20","option3":"BL02P","sku":"BL6063\/C20","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"BL6063 - TORTOISE SHELL \/ COLC20 \/ BL02P","public_title":"TORTOISE SHELL \/ COLC20 \/ BL02P","options":["TORTOISE SHELL","COLC20","BL02P"],"price":0,"weight":0,"compare_at_price":null,"inventory_quantity":5,"inventory_management":null,"inventory_policy":"deny","barcode":"6933107618615"}],"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" );
*/