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":11508413703,"title":"LK702","handle":"lk702-1","description":"\u003cp\u003e\u003c\/p\u003e","published_at":"2017-10-09T13:18:28+02:00","created_at":"2017-10-09T13:18:28+02:00","vendor":"LOXION KULCA EYEWEAR","type":"LK02 P","tags":["Acetate","BS-17","DESIGNER-BRANDS","EH-35","ES-53","Full-rim","LOXION-KULCA-EYEWEAR","Optical","R301-R500","TS-140","Unisex"],"price":42500,"price_min":42500,"price_max":42500,"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":54873203463,"title":"DARK BROWN \/ COL30 \/ LK02 P","option1":"DARK BROWN","option2":"COL30","option3":"LK02 P","sku":"LK702\/30","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"LK702 - DARK BROWN \/ COL30 \/ LK02 P","public_title":"DARK BROWN \/ COL30 \/ LK02 P","options":["DARK BROWN","COL30","LK02 P"],"price":42500,"weight":0,"compare_at_price":null,"inventory_quantity":0,"inventory_management":null,"inventory_policy":"continue","barcode":"7023053171407"}],"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" );
*/