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":543215321137,"title":"ONO-SCOTT","handle":"ono-scott","description":"","published_at":"2018-03-14T10:48:08+02:00","created_at":"2018-03-14T10:48:08+02:00","vendor":"O NEILL EYEWEAR","type":"ON02P","tags":["Acetate","BS-20","DESIGNER-BRANDS","EH-41","ES-54","Full-rim","NEW","O-NEILL-EYEWEAR","Optical","R501-R1000","Rectangular","TS-140","Unisex"],"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":7287649861681,"title":"BROWN \/ COL103 \/ ON02P","option1":"BROWN","option2":"COL103","option3":"ON02P","sku":"ONO-SCOTT\/103","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"ONO-SCOTT - BROWN \/ COL103 \/ ON02P","public_title":"BROWN \/ COL103 \/ ON02P","options":["BROWN","COL103","ON02P"],"price":59900,"weight":0,"compare_at_price":null,"inventory_quantity":1,"inventory_management":null,"inventory_policy":"deny","barcode":"5.06E+12"},{"id":7287649894449,"title":"NAVY \/ COL106 \/ ON02P","option1":"NAVY","option2":"COL106","option3":"ON02P","sku":"ONO-SCOTT\/106","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"ONO-SCOTT - NAVY \/ COL106 \/ ON02P","public_title":"NAVY \/ COL106 \/ ON02P","options":["NAVY","COL106","ON02P"],"price":59900,"weight":0,"compare_at_price":null,"inventory_quantity":1,"inventory_management":null,"inventory_policy":"deny","barcode":"5.06E+12"}],"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" );
*/