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":52989526023,"title":"RP2118","handle":"rp2118","description":"","published_at":"2017-11-11T11:18:31+02:00","created_at":"2017-11-11T11:18:31+02:00","vendor":"RIPPLE EYEWEAR","type":"RP03","tags":["BS-17","EH-41","ES-52","Full-rim","NEW","Optical","R101-R300","RIPPLE-EYEWEAR","Square","STYLISH-GENERIC-COLLECTIONS","TR90-LIGHTWEIGHT-PLASTIC","TS-138","Unisex"],"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":388676091911,"title":"PURPLE \/ COL70 \/ RP03","option1":"PURPLE","option2":"COL70","option3":"RP03","sku":"RP2118\/70","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"RP2118 - PURPLE \/ COL70 \/ RP03","public_title":"PURPLE \/ COL70 \/ RP03","options":["PURPLE","COL70","RP03"],"price":21500,"weight":0,"compare_at_price":null,"inventory_quantity":5,"inventory_management":null,"inventory_policy":"continue","barcode":"211870521713841"},{"id":388676124679,"title":"MATT BLACK \/ COL50 \/ RP03","option1":"MATT BLACK","option2":"COL50","option3":"RP03","sku":"RP2118\/50","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"RP2118 - MATT BLACK \/ COL50 \/ RP03","public_title":"MATT BLACK \/ COL50 \/ RP03","options":["MATT BLACK","COL50","RP03"],"price":21500,"weight":0,"compare_at_price":null,"inventory_quantity":5,"inventory_management":null,"inventory_policy":"continue","barcode":"211850521713841"},{"id":388676157447,"title":"BROWN \/ COL30 \/ RP03","option1":"BROWN","option2":"COL30","option3":"RP03","sku":"RP2118\/30","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"RP2118 - BROWN \/ COL30 \/ RP03","public_title":"BROWN \/ COL30 \/ RP03","options":["BROWN","COL30","RP03"],"price":21500,"weight":0,"compare_at_price":null,"inventory_quantity":5,"inventory_management":null,"inventory_policy":"continue","barcode":"211830521713841"}],"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" );
*/