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":511260327985,"title":"LG355A","handle":"lg355a","description":"","published_at":"2018-02-13T14:50:01+02:00","created_at":"2018-02-13T14:50:01+02:00","vendor":"LEGEND EYEWEAR","type":"LG03","tags":["BS-16","EH-36","ES-53","Full-rim","LEGEND-EYEWEAR","Mens","NEW","Optical","R101-R300","Square","STYLISH-GENERIC-COLLECTIONS","TR90-lightweight-plastic","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":7050797744177,"title":"BROWN \/ COL30 \/ LG03","option1":"BROWN","option2":"COL30","option3":"LG03","sku":"LG355A\/30","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"LG355A - BROWN \/ COL30 \/ LG03","public_title":"BROWN \/ COL30 \/ LG03","options":["BROWN","COL30","LG03"],"price":16500,"weight":0,"compare_at_price":null,"inventory_quantity":22,"inventory_management":null,"inventory_policy":"deny","barcode":"355305316140"},{"id":7050797776945,"title":"BLUE \/ COL60 \/ LG03","option1":"BLUE","option2":"COL60","option3":"LG03","sku":"LG355A\/60","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"LG355A - BLUE \/ COL60 \/ LG03","public_title":"BLUE \/ COL60 \/ LG03","options":["BLUE","COL60","LG03"],"price":16500,"weight":0,"compare_at_price":null,"inventory_quantity":26,"inventory_management":null,"inventory_policy":"deny","barcode":"355605316140"},{"id":7050797809713,"title":"BLACK \/ COL50 \/ LG03","option1":"BLACK","option2":"COL50","option3":"LG03","sku":"LG355A\/50","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"LG355A - BLACK \/ COL50 \/ LG03","public_title":"BLACK \/ COL50 \/ LG03","options":["BLACK","COL50","LG03"],"price":16500,"weight":0,"compare_at_price":null,"inventory_quantity":17,"inventory_management":null,"inventory_policy":"deny","barcode":"355505316140"}],"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" );
*/