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":1378746597425,"title":"BV1963","handle":"bv1963-1","description":"","published_at":"2018-08-08T09:32:36+02:00","created_at":"2018-08-08T09:32:36+02:00","vendor":"BAVINO EYEWEAR","type":"RPP3E","tags":["Acetate","BAVINO-EYEWEAR","BS-17","Cat-Eye","EH-32","ES-50","Full-rim","Ladies","Optical","R301-R500","TREND-COLLECTIONS","TS-137"],"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":12423283605553,"title":"BLACK \/ COL50 \/ RPP3E","option1":"BLACK","option2":"COL50","option3":"RPP3E","sku":"BV1963\/50","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"BV1963 - BLACK \/ COL50 \/ RPP3E","public_title":"BLACK \/ COL50 \/ RPP3E","options":["BLACK","COL50","RPP3E"],"price":38500,"weight":0,"compare_at_price":null,"inventory_quantity":0,"inventory_management":null,"inventory_policy":"deny","barcode":"1357804316127"}],"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" );
*/