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":543215255601,"title":"SDS-CRESCENDO","handle":"sds-crescendo","description":"","published_at":"2018-03-14T10:48:02+02:00","created_at":"2018-03-14T10:48:02+02:00","vendor":"SUPERDRY","type":"SD01S","tags":["Acetate","BS-22","DESIGNER-BRANDS","EH-45","ES-48","Full-rim","NEW","Oval","R501-R1000","Sunglass","SUPERDRY","TS-145","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":7287649697841,"title":"BLACK \/ COL104 \/ SD01S","option1":"BLACK","option2":"COL104","option3":"SD01S","sku":"SDS-CRESCENDO\/104","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SDS-CRESCENDO - BLACK \/ COL104 \/ SD01S","public_title":"BLACK \/ COL104 \/ SD01S","options":["BLACK","COL104","SD01S"],"price":59900,"weight":0,"compare_at_price":null,"inventory_quantity":16,"inventory_management":null,"inventory_policy":"deny","barcode":"5055022620304"},{"id":7287649730609,"title":"BROWN \/ COL170 \/ SD01S","option1":"BROWN","option2":"COL170","option3":"SD01S","sku":"SDS-CRESCENDO\/170","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SDS-CRESCENDO - BROWN \/ COL170 \/ SD01S","public_title":"BROWN \/ COL170 \/ SD01S","options":["BROWN","COL170","SD01S"],"price":59900,"weight":0,"compare_at_price":null,"inventory_quantity":16,"inventory_management":null,"inventory_policy":"deny","barcode":"5055022620335"},{"id":7287649763377,"title":"AMBER \/ COL103 \/ SD01S","option1":"AMBER","option2":"COL103","option3":"SD01S","sku":"SDS-CRESCENDO\/103","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SDS-CRESCENDO - AMBER \/ COL103 \/ SD01S","public_title":"AMBER \/ COL103 \/ SD01S","options":["AMBER","COL103","SD01S"],"price":59900,"weight":0,"compare_at_price":null,"inventory_quantity":16,"inventory_management":null,"inventory_policy":"deny","barcode":"5055022620311"}],"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" );
*/