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":772719607857,"title":"DM RP2037","handle":"dm-rp2037-1","description":"","published_at":"2018-05-23T10:17:44+02:00","created_at":"2018-05-23T10:17:44+02:00","vendor":"RIPPLE EYEWEAR","type":"SRP01","tags":["BS-18","Demo","EH-29","ES-52","Full-rim","Ladies","NEW","Oval","R101-R300","RIPPLE-EYEWEAR","Stainless-steel","STYLISH-GENERIC-COLLECTIONS","TS-140"],"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":8728780439601,"title":"SH.BRN+YAL0001 \/ COL30 \/ SRP01","option1":"SH.BRN+YAL0001","option2":"COL30","option3":"SRP01","sku":"DM RP2037\/30","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"DM RP2037 - SH.BRN+YAL0001 \/ COL30 \/ SRP01","public_title":"SH.BRN+YAL0001 \/ COL30 \/ SRP01","options":["SH.BRN+YAL0001","COL30","SRP01"],"price":21500,"weight":0,"compare_at_price":null,"inventory_quantity":1,"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" );
*/