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":1378739519537,"title":"BV1668","handle":"bv1668-1","description":null,"published_at":"2018-08-08T09:28:05+02:00","created_at":"2018-08-08T09:28:05+02:00","vendor":"BAVINO EYEWEAR","type":"RPP3E","tags":["Acetate","BAVINO-EYEWEAR","BS-17","EH-32","ES-50","Full-rim","Mens","Optical","R301-R500","SQUARE","TREND-COLLECTIONS","TS-137"],"price":38500,"price_min":38500,"price_max":38500,"available":false,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":12423122681905,"title":"BLUE \u0026 GREY \/ COL60 \/ RPP3E","option1":"BLUE \u0026 GREY","option2":"COL60","option3":"RPP3E","sku":"BV1668\/60","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"BV1668 - BLUE \u0026 GREY \/ COL60 \/ RPP3E","public_title":"BLUE \u0026 GREY \/ COL60 \/ RPP3E","options":["BLUE \u0026 GREY","COL60","RPP3E"],"price":38500,"weight":0,"compare_at_price":null,"inventory_quantity":0,"inventory_management":"shopify","inventory_policy":"deny","barcode":""}],"images":[],"featured_image":null,"options":["Colour","Code","ItemGroup"],"content":null},
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" );
*/