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":547173105713,"title":"DM CTO-15006","handle":"dm-cto-15006","description":"","published_at":"2018-03-20T10:47:57+02:00","created_at":"2018-03-20T10:47:57+02:00","vendor":"CAT EYEWEAR","type":"CT02M","tags":["BS-17","CAT-EYEWEAR","Demo","DESIGNER-BRANDS","EH-39","ES-54","Full-rim","Mens","R501-R1000","Square","Stainless-steel","TS-140"],"price":76500,"price_min":76500,"price_max":76500,"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":7311923150897,"title":"MATTE BLACK \u0026 SILVER \/ COL004 \/ CT02M","option1":"MATTE BLACK \u0026 SILVER","option2":"COL004","option3":"CT02M","sku":"DM CTO-15006\/004","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"DM CTO-15006 - MATTE BLACK \u0026 SILVER \/ COL004 \/ CT02M","public_title":"MATTE BLACK \u0026 SILVER \/ COL004 \/ CT02M","options":["MATTE BLACK \u0026 SILVER","COL004","CT02M"],"price":76500,"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" );
*/