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":87880826887,"title":"BV2364","handle":"bv2364","description":"","published_at":"2017-11-27T10:17:39+02:00","created_at":"2017-11-27T10:17:39+02:00","vendor":"BAVINO EYEWEAR","type":"RPP3","tags":["Acetate","BAVINO-EYEWEAR","BS-17","EH-34","ES-50","Full-rim","Ladies","NEW","Optical","R301-R500","Square","TREND-COLLECTIONS","TS-135"],"price":38500,"price_min":38500,"price_max":38500,"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":878961098759,"title":"SHINY BURGUNDY \/ COL80 \/ RPP3","option1":"SHINY BURGUNDY","option2":"COL80","option3":"RPP3","sku":"BV2364\/80","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"BV2364 - SHINY BURGUNDY \/ COL80 \/ RPP3","public_title":"SHINY BURGUNDY \/ COL80 \/ RPP3","options":["SHINY BURGUNDY","COL80","RPP3"],"price":38500,"weight":0,"compare_at_price":null,"inventory_quantity":101,"inventory_management":null,"inventory_policy":"continue","barcode":"236480501713"},{"id":878961131527,"title":"BROWN \/ COL30 \/ RPP3","option1":"BROWN","option2":"COL30","option3":"RPP3","sku":"BV2364\/30","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"BV2364 - BROWN \/ COL30 \/ RPP3","public_title":"BROWN \/ COL30 \/ RPP3","options":["BROWN","COL30","RPP3"],"price":38500,"weight":0,"compare_at_price":null,"inventory_quantity":78,"inventory_management":null,"inventory_policy":"continue","barcode":"236450501713"},{"id":878961164295,"title":"BLACK\u0026GREEN \/ COL50 \/ RPP3","option1":"BLACK\u0026GREEN","option2":"COL50","option3":"RPP3","sku":"BV2364\/50","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"BV2364 - BLACK\u0026GREEN \/ COL50 \/ RPP3","public_title":"BLACK\u0026GREEN \/ COL50 \/ RPP3","options":["BLACK\u0026GREEN","COL50","RPP3"],"price":38500,"weight":0,"compare_at_price":null,"inventory_quantity":96,"inventory_management":null,"inventory_policy":"continue","barcode":"236430501713"}],"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" );
*/