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":11508411911,"title":"LK734","handle":"lk734","description":"\u003cp\u003e\u003c\/p\u003e","published_at":"2017-10-09T13:18:13+02:00","created_at":"2017-10-09T13:18:13+02:00","vendor":"LOXION KULCA EYEWEAR","type":"LK02 MS","tags":["BS-18","DESIGNER-BRANDS","EH-25","ES-49","Ladies","LOXION-KULCA-EYEWEAR","Metal","Optical","R301-R500","Semi-rimless","TS-135"],"price":42500,"price_min":42500,"price_max":42500,"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":54873192775,"title":"BLACK \/ COL50 \/ LK02 MS","option1":"BLACK","option2":"COL50","option3":"LK02 MS","sku":"LK734\/50","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"LK734 - BLACK \/ COL50 \/ LK02 MS","public_title":"BLACK \/ COL50 \/ LK02 MS","options":["BLACK","COL50","LK02 MS"],"price":42500,"weight":0,"compare_at_price":null,"inventory_quantity":1,"inventory_management":null,"inventory_policy":"continue","barcode":"7345049181352"},{"id":62508957703,"title":"LK734\/80 \/ COL80 \/ LK02 MS","option1":"LK734\/80","option2":"COL80","option3":"LK02 MS","sku":"LK734\/80","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"LK734 - LK734\/80 \/ COL80 \/ LK02 MS","public_title":"LK734\/80 \/ COL80 \/ LK02 MS","options":["LK734\/80","COL80","LK02 MS"],"price":42500,"weight":0,"compare_at_price":null,"inventory_quantity":1,"inventory_management":null,"inventory_policy":"continue","barcode":"7348049181353"},{"id":62508990471,"title":"LK734\/30 \/ COL30 \/ LK02 MS","option1":"LK734\/30","option2":"COL30","option3":"LK02 MS","sku":"LK734\/30","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"LK734 - LK734\/30 \/ COL30 \/ LK02 MS","public_title":"LK734\/30 \/ COL30 \/ LK02 MS","options":["LK734\/30","COL30","LK02 MS"],"price":42500,"weight":0,"compare_at_price":null,"inventory_quantity":1,"inventory_management":null,"inventory_policy":"continue","barcode":"7343049181358"}],"images":[],"featured_image":null,"options":["Colour","Code","ItemGroup"],"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'.
});
*/
$( ".site-nav li:nth-of-type(3)" ).addClass( "site-nav--active" );
*/