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":11210501575,"title":"SCS.02","handle":"scs-02","description":"\u003cp\u003e\u003c\/p\u003e","published_at":"2017-08-25T11:18:30+02:00","created_at":"2017-08-25T11:18:30+02:00","vendor":"SCREWS \u0026 NUTS","type":"AC CH","tags":["R0-R100"],"price":2900,"price_min":2900,"price_max":2900,"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":52053086791,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"SCS.02","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SCS.02","public_title":null,"options":["Default Title"],"price":2900,"weight":0,"compare_at_price":null,"inventory_quantity":6,"inventory_management":null,"inventory_policy":"continue","barcode":""}],"images":[],"featured_image":null,"options":["Title"],"content":"\u003cp\u003e\u003c\/p\u003e"},
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'.
$('.selector-wrapper').hide();
});
*/
$( ".site-nav li:nth-of-type(3)" ).addClass( "site-nav--active" );
*/