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":28765847559,"title":"LG280","handle":"lg280","description":"","published_at":"2017-11-01T21:21:51+02:00","created_at":"2017-11-01T21:21:51+02:00","vendor":"LEGEND EYEWEAR","type":"LG01","tags":["BS-18","EH-41","ES-51","Full-rim","Ladies","LEGEND-EYEWEAR","Metal","Optical","Oval","R101-R300","STYLISH-GENERIC-COLLECTIONS","TS-140"],"price":16500,"price_min":16500,"price_max":16500,"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":180670398471,"title":"PURPLE \/ COL71 \/ LG01","option1":"PURPLE","option2":"COL71","option3":"LG01","sku":"LG280\/71","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"LG280 - PURPLE \/ COL71 \/ LG01","public_title":"PURPLE \/ COL71 \/ LG01","options":["PURPLE","COL71","LG01"],"price":16500,"weight":0,"compare_at_price":null,"inventory_quantity":77,"inventory_management":null,"inventory_policy":"continue","barcode":"2807151181400"},{"id":180670431239,"title":"BURGANDY \/ COL72 \/ LG01","option1":"BURGANDY","option2":"COL72","option3":"LG01","sku":"LG280\/72","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"LG280 - BURGANDY \/ COL72 \/ LG01","public_title":"BURGANDY \/ COL72 \/ LG01","options":["BURGANDY","COL72","LG01"],"price":16500,"weight":0,"compare_at_price":null,"inventory_quantity":53,"inventory_management":null,"inventory_policy":"continue","barcode":"2807251181400"},{"id":180670464007,"title":"MATTE BROWN \/ COL30 \/ LG01","option1":"MATTE BROWN","option2":"COL30","option3":"LG01","sku":"LG280\/30","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"LG280 - MATTE BROWN \/ COL30 \/ LG01","public_title":"MATTE BROWN \/ COL30 \/ LG01","options":["MATTE BROWN","COL30","LG01"],"price":16500,"weight":0,"compare_at_price":null,"inventory_quantity":55,"inventory_management":null,"inventory_policy":"continue","barcode":"2803051181400"}],"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" );
*/