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":1378727362609,"title":"BV1470","handle":"bv1470","description":"","published_at":"2018-08-08T09:20:04+02:00","created_at":"2018-08-08T09:20:04+02:00","vendor":"BAVINO EYEWEAR","type":"RPP3","tags":["BAVINO-EYEWEAR","R301-R500"],"price":38500,"price_min":38500,"price_max":38500,"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":12422857621553,"title":"BV1470\/30 \/ COL30 \/ RPP3","option1":"BV1470\/30","option2":"COL30","option3":"RPP3","sku":"BV1470\/30","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"BV1470 - BV1470\/30 \/ COL30 \/ RPP3","public_title":"BV1470\/30 \/ COL30 \/ RPP3","options":["BV1470\/30","COL30","RPP3"],"price":38500,"weight":0,"compare_at_price":null,"inventory_quantity":0,"inventory_management":null,"inventory_policy":"deny","barcode":"1470305319142"},{"id":12422857654321,"title":"BV1470\/70 \/ COL70 \/ RPP3","option1":"BV1470\/70","option2":"COL70","option3":"RPP3","sku":"BV1470\/70","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"BV1470 - BV1470\/70 \/ COL70 \/ RPP3","public_title":"BV1470\/70 \/ COL70 \/ RPP3","options":["BV1470\/70","COL70","RPP3"],"price":38500,"weight":0,"compare_at_price":null,"inventory_quantity":0,"inventory_management":null,"inventory_policy":"deny","barcode":""},{"id":12422857687089,"title":"BV1470\/50 \/ COL50 \/ RPP3","option1":"BV1470\/50","option2":"COL50","option3":"RPP3","sku":"BV1470\/50","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"BV1470 - BV1470\/50 \/ COL50 \/ RPP3","public_title":"BV1470\/50 \/ COL50 \/ RPP3","options":["BV1470\/50","COL50","RPP3"],"price":38500,"weight":0,"compare_at_price":null,"inventory_quantity":0,"inventory_management":null,"inventory_policy":"deny","barcode":"1470505319140"},{"id":12422857719857,"title":"BV1470\/80 \/ COL80 \/ RPP3","option1":"BV1470\/80","option2":"COL80","option3":"RPP3","sku":"BV1470\/80","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"BV1470 - BV1470\/80 \/ COL80 \/ RPP3","public_title":"BV1470\/80 \/ COL80 \/ RPP3","options":["BV1470\/80","COL80","RPP3"],"price":38500,"weight":0,"compare_at_price":null,"inventory_quantity":0,"inventory_management":null,"inventory_policy":"deny","barcode":"1470805319147"}],"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" );
*/