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":564655980593,"title":"DM ONO-BLAISE","handle":"dm-ono-blaise","description":"","published_at":"2018-04-15T09:47:47+02:00","created_at":"2018-04-15T09:47:47+02:00","vendor":"O NEILL EYEWEAR","type":"ON02M","tags":["BS-18","Demo","DESIGNER-BRANDS","EH-38","ES-54","Full-rim","Mens","NEW","O-NEILL-EYEWEAR","R501-R1000","Stainless-steel","TS-140","Wayfarer"],"price":59900,"price_min":59900,"price_max":59900,"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":7414116089905,"title":"BROWN \/ COL003 \/ ON02M","option1":"BROWN","option2":"COL003","option3":"ON02M","sku":"DM ONO-BLAISE\/003","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"DM ONO-BLAISE - BROWN \/ COL003 \/ ON02M","public_title":"BROWN \/ COL003 \/ ON02M","options":["BROWN","COL003","ON02M"],"price":59900,"weight":0,"compare_at_price":null,"inventory_quantity":1,"inventory_management":null,"inventory_policy":"deny","barcode":"5055022694299"}],"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" );
*/