Product without image
$ 0.00
product without image
") + " " + Shopify.formatMoney(variant.compare_at_price, "$ {{amount}} ") + "");
} else {
jQuery('#price-preview').html(Shopify.formatMoney(variant.price, "$ {{amount}} "));
}
} else {
jQuery('#add-to-cart').addClass('disabled').attr('disabled', 'disabled'); // set add-to-cart button to unavailable class and disable button
var message = variant ? "Sold Out" : "Unavailable";
jQuery('#price-preview').html(message);
}
};
jQuery(document).ready(function($){
new Shopify.OptionSelectors("product-select", { product: {"id":1986505986,"title":"Product without image","handle":"product-without-image","description":"product without image","published_at":"2015-11-02T07:18:00-11:00","created_at":"2015-11-02T07:18:29-11:00","vendor":"Test","type":"","tags":[],"price":0,"price_min":0,"price_max":0,"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":6781939138,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Product without image","public_title":null,"options":["Default Title"],"price":0,"weight":0,"compare_at_price":null,"inventory_quantity":1,"inventory_management":null,"inventory_policy":"deny","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":[],"featured_image":null,"options":["Title"],"requires_selling_plan":false,"selling_plan_groups":[],"content":"product without image"}, onVariantSelected: selectCallback, enableHistoryState: true });
// Add label if only one product option and it isn't 'Title'.
});