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":1372502392881,"title":"SB204","handle":"sb204-9","description":"","published_at":"2018-07-25T13:17:37+02:00","created_at":"2018-07-25T13:17:37+02:00","vendor":"SISSYBOY","type":"SB01P","tags":["Acetate","BS-18","DESIGNER-BRANDS","EH-45","ES-49","Full-rim","Ladies","NEW","Optical","R501-R1000","Round","SISSYBOY","TS-140"],"price":58500,"price_min":58500,"price_max":58500,"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":12362934485041,"title":"DEMI\u0026BLUE \/ COL32 \/ SB01P","option1":"DEMI\u0026BLUE","option2":"COL32","option3":"SB01P","sku":"SB204\/32","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SB204 - DEMI\u0026BLUE \/ COL32 \/ SB01P","public_title":"DEMI\u0026BLUE \/ COL32 \/ SB01P","options":["DEMI\u0026BLUE","COL32","SB01P"],"price":58500,"weight":0,"compare_at_price":null,"inventory_quantity":87,"inventory_management":null,"inventory_policy":"deny","barcode":"204324918140"}],"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" );
*/