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":28768141319,"title":"LG274","handle":"lg274","description":"","published_at":"2017-11-01T21:23:00+02:00","created_at":"2017-11-01T21:23:00+02:00","vendor":"LEGEND EYEWEAR","type":"LG03","tags":["BS-19","EH-41","ES-50","Full-rim","Injection-plastic","Ladies","LEGEND-EYEWEAR","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":180691501063,"title":"BROWN \/ COL30 \/ LG03","option1":"BROWN","option2":"COL30","option3":"LG03","sku":"LG274\/30","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"LG274 - BROWN \/ COL30 \/ LG03","public_title":"BROWN \/ COL30 \/ LG03","options":["BROWN","COL30","LG03"],"price":16500,"weight":0,"compare_at_price":null,"inventory_quantity":8,"inventory_management":null,"inventory_policy":"continue","barcode":"2743050191400"},{"id":180691533831,"title":"BLACK \/ COL50 \/ LG03","option1":"BLACK","option2":"COL50","option3":"LG03","sku":"LG274\/50","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"LG274 - BLACK \/ COL50 \/ LG03","public_title":"BLACK \/ COL50 \/ LG03","options":["BLACK","COL50","LG03"],"price":16500,"weight":0,"compare_at_price":null,"inventory_quantity":8,"inventory_management":null,"inventory_policy":"continue","barcode":"2745050191400"},{"id":180691566599,"title":"BURGANDY \/ COL80 \/ LG03","option1":"BURGANDY","option2":"COL80","option3":"LG03","sku":"LG274\/80","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"LG274 - BURGANDY \/ COL80 \/ LG03","public_title":"BURGANDY \/ COL80 \/ LG03","options":["BURGANDY","COL80","LG03"],"price":16500,"weight":0,"compare_at_price":null,"inventory_quantity":8,"inventory_management":null,"inventory_policy":"continue","barcode":"2748050191400"}],"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" );
*/