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":569394790449,"title":"BJ7012","handle":"bj7012","description":"","published_at":"2018-04-20T10:18:21+02:00","created_at":"2018-04-20T10:18:21+02:00","vendor":"BOLON EYEWEAR","type":"BL01M","tags":["BOLON-EYEWEAR","BS-21","DESIGNER-BRANDS","EH-49","ES-51","Full-rim","Metal","NEW","Optical","R501-R1000","Round","TS-145","Unisex"],"price":59900,"price_min":59900,"price_max":59900,"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":7434524065841,"title":"GOLD \/ COLB30 \/ BL01M","option1":"GOLD","option2":"COLB30","option3":"BL01M","sku":"BJ7012\/B30","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"BJ7012 - GOLD \/ COLB30 \/ BL01M","public_title":"GOLD \/ COLB30 \/ BL01M","options":["GOLD","COLB30","BL01M"],"price":59900,"weight":0,"compare_at_price":null,"inventory_quantity":20,"inventory_management":null,"inventory_policy":"deny","barcode":"6933107640272"},{"id":7434524098609,"title":"SILVER \/ COLB90 \/ BL01M","option1":"SILVER","option2":"COLB90","option3":"BL01M","sku":"BJ7012\/B90","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"BJ7012 - SILVER \/ COLB90 \/ BL01M","public_title":"SILVER \/ COLB90 \/ BL01M","options":["SILVER","COLB90","BL01M"],"price":59900,"weight":0,"compare_at_price":null,"inventory_quantity":20,"inventory_management":null,"inventory_policy":"deny","barcode":"6933107640289"}],"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" );
*/