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":28765224967,"title":"LG289","handle":"lg289","description":"","published_at":"2017-11-01T21:21:34+02:00","created_at":"2017-11-01T21:21:34+02:00","vendor":"LEGEND EYEWEAR","type":"LG03","tags":["BS-17","EH-36","ES-51","Full-rim","LEGEND-EYEWEAR","NEW","OPTICAL","R101-R300","Rectangular","STYLISH-GENERIC-COLLECTIONS","TR90-lightweight-plastic","TS-140","Unisex"],"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":180663713799,"title":"M.transparent burgunday + solid blk +red small par \/ COL80 \/ LG03","option1":"M.transparent burgunday + solid blk +red small par","option2":"COL80","option3":"LG03","sku":"LG289\/80","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"LG289 - M.transparent burgunday + solid blk +red small par \/ COL80 \/ LG03","public_title":"M.transparent burgunday + solid blk +red small par \/ COL80 \/ LG03","options":["M.transparent burgunday + solid blk +red small par","COL80","LG03"],"price":16500,"weight":0,"compare_at_price":null,"inventory_quantity":5,"inventory_management":null,"inventory_policy":"continue","barcode":"0"},{"id":180663746567,"title":"M. solid blue + solid blue + fancy blue small part \/ COL60 \/ LG03","option1":"M. solid blue + solid blue + fancy blue small part","option2":"COL60","option3":"LG03","sku":"LG289\/60","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"LG289 - M. solid blue + solid blue + fancy blue small part \/ COL60 \/ LG03","public_title":"M. solid blue + solid blue + fancy blue small part \/ COL60 \/ LG03","options":["M. solid blue + solid blue + fancy blue small part","COL60","LG03"],"price":16500,"weight":0,"compare_at_price":null,"inventory_quantity":7,"inventory_management":null,"inventory_policy":"continue","barcode":"0"}],"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" );
*/