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":543215222833,"title":"ONS-MOON","handle":"ons-moon","description":"","published_at":"2018-03-14T10:47:59+02:00","created_at":"2018-03-14T10:47:59+02:00","vendor":"O NEILL EYEWEAR","type":"ON01","tags":["Acetate","BS-21","DESIGNER-BRANDS","EH-45","ES-49","Full-rim","NEW","O-NEILL-EYEWEAR","R301-R500","Round","Sunglass","TS-140","Unisex"],"price":42500,"price_min":42500,"price_max":42500,"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":7287649599537,"title":"BLACK \/ COL104P \/ ON01","option1":"BLACK","option2":"COL104P","option3":"ON01","sku":"ONS-MOON\/104P","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"ONS-MOON - BLACK \/ COL104P \/ ON01","public_title":"BLACK \/ COL104P \/ ON01","options":["BLACK","COL104P","ON01"],"price":42500,"weight":0,"compare_at_price":null,"inventory_quantity":16,"inventory_management":null,"inventory_policy":"deny","barcode":"5055022619551"},{"id":7287649632305,"title":"BROWN \/ COL103P \/ ON01","option1":"BROWN","option2":"COL103P","option3":"ON01","sku":"ONS-MOON\/103P","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"ONS-MOON - BROWN \/ COL103P \/ ON01","public_title":"BROWN \/ COL103P \/ ON01","options":["BROWN","COL103P","ON01"],"price":42500,"weight":0,"compare_at_price":null,"inventory_quantity":16,"inventory_management":null,"inventory_policy":"deny","barcode":"5055022619537"},{"id":7287649665073,"title":"TORTOISE SHELL \/ COL122P \/ ON01","option1":"TORTOISE SHELL","option2":"COL122P","option3":"ON01","sku":"ONS-MOON\/122P","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"ONS-MOON - TORTOISE SHELL \/ COL122P \/ ON01","public_title":"TORTOISE SHELL \/ COL122P \/ ON01","options":["TORTOISE SHELL","COL122P","ON01"],"price":42500,"weight":0,"compare_at_price":null,"inventory_quantity":16,"inventory_management":null,"inventory_policy":"deny","barcode":"5055022619568"}],"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" );
*/