`
}()}
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"28c100f6-fe9b-4c1c-b362-f1c0f643b7f1","product_id":"07c7117a-1015-45f6-8e4c-c7fb6e3a1aca","title":"Christmas tree star hat Non-returnable Do not order if you mind!-Mini (Neck: 18-20cm)","weight_unit":"kg","inventory_quantity":0,"sku":"5795804819208","barcode":"","position":1,"option1":"Christmas tree star hat Non-returnable Do not order if you mind!","option2":"Mini (Neck: 18-20cm)","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1c740aa8897c02dc23671cdf1a99f455.png","path":"1c740aa8897c02dc23671cdf1a99f455.png","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":20.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"20.99","retail_price":"0","available":true,"url":"\/products\/furrever-new-christmas-hat-star-tree-hat-bib?variant=28c100f6-fe9b-4c1c-b362-f1c0f643b7f1","available_quantity":999999999,"options":[{"name":"Color","value":"Christmas tree star hat Non-returnable Do not order if you mind!"},{"name":"Size","value":"Mini (Neck: 18-20cm)"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `