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":1790025236529,"title":"RP2095","handle":"rp2095-1","description":"","published_at":"2018-11-23T16:49:16+02:00","created_at":"2018-11-23T16:49:16+02:00","vendor":"RIPPLE EYEWEAR","type":"RP03","tags":["BS-15","CLEAROUT","EH-38","ES-53","Full-rim","Ladies","Optical","R101-R300","RIPPLE-EYEWEAR","Square","STYLISH-GENERIC-COLLECTIONS","TR90-lightweight-plastic","TS-138"],"price":21500,"price_min":21500,"price_max":21500,"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":14288675668017,"title":"BLACK \u0026 GUNMETAL \/ COL55 \/ RP03","option1":"BLACK \u0026 GUNMETAL","option2":"COL55","option3":"RP03","sku":"RP2095\/55","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"RP2095 - BLACK \u0026 GUNMETAL \/ COL55 \/ RP03","public_title":"BLACK \u0026 GUNMETAL \/ COL55 \/ RP03","options":["BLACK \u0026 GUNMETAL","COL55","RP03"],"price":21500,"weight":0,"compare_at_price":null,"inventory_quantity":4,"inventory_management":null,"inventory_policy":"deny","barcode":"0"}],"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" );
*/