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":1372038365233,"title":"SC619","handle":"sc619","description":"","published_at":"2018-07-25T11:06:25+02:00","created_at":"2018-07-25T11:06:25+02:00","vendor":"STONED CHERRIE EYEWEAR","type":"SC02P","tags":["Acetate","BS-18","DESIGNER-BRANDS","EH-40","ES-50","Full-rim","Ladies","NEW","Optical","Oval","R501-R1000","STONED-CHERRIE-EYEWEAR","TS-140"],"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":12361664299057,"title":"BLACK \/ COL50 \/ SC02P","option1":"BLACK","option2":"COL50","option3":"SC02P","sku":"SC619\/50","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SC619 - BLACK \/ COL50 \/ SC02P","public_title":"BLACK \/ COL50 \/ SC02P","options":["BLACK","COL50","SC02P"],"price":63500,"weight":0,"compare_at_price":null,"inventory_quantity":117,"inventory_management":null,"inventory_policy":"deny","barcode":"6195050181404"},{"id":12361664331825,"title":"BROWN \/ COL30 \/ SC02P","option1":"BROWN","option2":"COL30","option3":"SC02P","sku":"SC619\/30","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SC619 - BROWN \/ COL30 \/ SC02P","public_title":"BROWN \/ COL30 \/ SC02P","options":["BROWN","COL30","SC02P"],"price":63500,"weight":0,"compare_at_price":null,"inventory_quantity":97,"inventory_management":null,"inventory_policy":"deny","barcode":"6193050181400"},{"id":12361664364593,"title":"RED \/ COL80 \/ SC02P","option1":"RED","option2":"COL80","option3":"SC02P","sku":"SC619\/80","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SC619 - RED \/ COL80 \/ SC02P","public_title":"RED \/ COL80 \/ SC02P","options":["RED","COL80","SC02P"],"price":63500,"weight":0,"compare_at_price":null,"inventory_quantity":82,"inventory_management":null,"inventory_policy":"deny","barcode":"6198050181405"}],"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" );
*/