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":28754706439,"title":"LG138","handle":"lg138","description":"","published_at":"2017-11-01T21:17:53+02:00","created_at":"2017-11-01T21:17:53+02:00","vendor":"LEGEND EYEWEAR","type":"LG01","tags":["BS-18","EH-26","ES-49","Full-rim","LEGEND-EYEWEAR","Mens","Optical","R101-R300","Rectangular","Stainless-steel","STYLISH-GENERIC-COLLECTIONS","TS-135"],"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":180592345095,"title":"Gun \/ COL40 \/ LG01","option1":"Gun","option2":"COL40","option3":"LG01","sku":"LG138\/40","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"LG138 - Gun \/ COL40 \/ LG01","public_title":"Gun \/ COL40 \/ LG01","options":["Gun","COL40","LG01"],"price":16500,"weight":0,"compare_at_price":null,"inventory_quantity":5,"inventory_management":null,"inventory_policy":"continue","barcode":""}],"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" );
*/