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":1378731982897,"title":"ED259","handle":"ed259","description":"","published_at":"2018-08-08T09:22:55+02:00","created_at":"2018-08-08T09:22:56+02:00","vendor":"EDEN EYEWEAR","type":"ED01 S","tags":["EDEN-EYEWEAR","R301-R500"],"price":39900,"price_min":39900,"price_max":39900,"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":12422958186545,"title":"ED259\/70 \/ No Colour Code \/ ED01 S","option1":"ED259\/70","option2":"No Colour Code","option3":"ED01 S","sku":"ED259\/70","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"ED259 - ED259\/70 \/ No Colour Code \/ ED01 S","public_title":"ED259\/70 \/ No Colour Code \/ ED01 S","options":["ED259\/70","No Colour Code","ED01 S"],"price":39900,"weight":0,"compare_at_price":null,"inventory_quantity":0,"inventory_management":null,"inventory_policy":"deny","barcode":"2597047171353"},{"id":12422958219313,"title":"ED259\/80 \/ COL80 \/ ED01 S","option1":"ED259\/80","option2":"COL80","option3":"ED01 S","sku":"ED259\/80","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"ED259 - ED259\/80 \/ COL80 \/ ED01 S","public_title":"ED259\/80 \/ COL80 \/ ED01 S","options":["ED259\/80","COL80","ED01 S"],"price":39900,"weight":0,"compare_at_price":null,"inventory_quantity":1,"inventory_management":null,"inventory_policy":"deny","barcode":"2598047171350"},{"id":12422958252081,"title":"ED259\/30 \/ COL30 \/ ED01 S","option1":"ED259\/30","option2":"COL30","option3":"ED01 S","sku":"ED259\/30","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"ED259 - ED259\/30 \/ COL30 \/ ED01 S","public_title":"ED259\/30 \/ COL30 \/ ED01 S","options":["ED259\/30","COL30","ED01 S"],"price":39900,"weight":0,"compare_at_price":null,"inventory_quantity":1,"inventory_management":null,"inventory_policy":"deny","barcode":"2593047171355"}],"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" );
*/