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":1372039610417,"title":"SC615","handle":"sc615","description":"","published_at":"2018-07-25T11:07:52+02:00","created_at":"2018-07-25T11:07:52+02:00","vendor":"STONED CHERRIE EYEWEAR","type":"SC02P","tags":["Acetate","BS-17","DESIGNER-BRANDS","EH-39","ES-53","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":12361671606321,"title":"BLACK \/ COL50 \/ SC02P","option1":"BLACK","option2":"COL50","option3":"SC02P","sku":"SC615\/50","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SC615 - BLACK \/ COL50 \/ SC02P","public_title":"BLACK \/ COL50 \/ SC02P","options":["BLACK","COL50","SC02P"],"price":63500,"weight":0,"compare_at_price":null,"inventory_quantity":118,"inventory_management":null,"inventory_policy":"deny","barcode":"6155053171352"},{"id":12361671639089,"title":"RED \/ COL80 \/ SC02P","option1":"RED","option2":"COL80","option3":"SC02P","sku":"SC615\/80","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SC615 - RED \/ COL80 \/ SC02P","public_title":"RED \/ COL80 \/ SC02P","options":["RED","COL80","SC02P"],"price":63500,"weight":0,"compare_at_price":null,"inventory_quantity":93,"inventory_management":null,"inventory_policy":"deny","barcode":"6158053171353"},{"id":12361671671857,"title":"BLUE \/ COL60 \/ SC02P","option1":"BLUE","option2":"COL60","option3":"SC02P","sku":"SC615\/60","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SC615 - BLUE \/ COL60 \/ SC02P","public_title":"BLUE \/ COL60 \/ SC02P","options":["BLUE","COL60","SC02P"],"price":63500,"weight":0,"compare_at_price":null,"inventory_quantity":64,"inventory_management":null,"inventory_policy":"deny","barcode":"6156053171359"}],"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" );
*/