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":1372039086129,"title":"SC614","handle":"sc614","description":"","published_at":"2018-07-25T11:07:13+02:00","created_at":"2018-07-25T11:07:13+02:00","vendor":"STONED CHERRIE EYEWEAR","type":"SC02P","tags":["Acetate","BS-18","DESIGNER-BRANDS","EH-37","ES-51","Full-rim","Ladies","NEW","Optical","R501-R1000","Square","STONED-CHERRIE-EYEWEAR","TS-135"],"price":63500,"price_min":63500,"price_max":63500,"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":12361668788273,"title":"BLACK \/ BEIGE \/ COL50 \/ SC02P","option1":"BLACK \/ BEIGE","option2":"COL50","option3":"SC02P","sku":"SC614\/50","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SC614 - BLACK \/ BEIGE \/ COL50 \/ SC02P","public_title":"BLACK \/ BEIGE \/ COL50 \/ SC02P","options":["BLACK \/ BEIGE","COL50","SC02P"],"price":63500,"weight":0,"compare_at_price":null,"inventory_quantity":98,"inventory_management":null,"inventory_policy":"deny","barcode":"6145051181354"},{"id":12361668821041,"title":"BROWN \/ COL30 \/ SC02P","option1":"BROWN","option2":"COL30","option3":"SC02P","sku":"SC614\/30","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SC614 - BROWN \/ COL30 \/ SC02P","public_title":"BROWN \/ COL30 \/ SC02P","options":["BROWN","COL30","SC02P"],"price":63500,"weight":0,"compare_at_price":null,"inventory_quantity":112,"inventory_management":null,"inventory_policy":"deny","barcode":"6143051181350"},{"id":12361668853809,"title":"BROWN \/BLUE \/ COL60 \/ SC02P","option1":"BROWN \/BLUE","option2":"COL60","option3":"SC02P","sku":"SC614\/60","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SC614 - BROWN \/BLUE \/ COL60 \/ SC02P","public_title":"BROWN \/BLUE \/ COL60 \/ SC02P","options":["BROWN \/BLUE","COL60","SC02P"],"price":63500,"weight":0,"compare_at_price":null,"inventory_quantity":83,"inventory_management":null,"inventory_policy":"deny","barcode":"6146051181351"}],"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" );
*/