`
}()}
${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":"6d3503f1-a032-416d-aceb-9ff5b68390f8","product_id":"af636e58-abad-4fa0-8733-b9ddc1f93c87","title":"xs 82 pure love God of War in T In Stock","weight_unit":"kg","inventory_quantity":200,"sku":"OLCooL-2024-06-25-xs 82 pure love God of War in T In Stock1627207:30343870846","barcode":"","position":1,"option1":"xs 82 pure love God of War in T In Stock","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5e8216836e9fc7f2b25c4cd9c49265c9.jpeg","path":"5e8216836e9fc7f2b25c4cd9c49265c9.jpeg","width":1080,"height":1080,"alt":"48634142392602|48634142458138|48634142523674|48634142556442","aspect_ratio":1},"wholesale_price":[{"price":23.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"23.99","retail_price":"0","available":true,"url":"\/products\/gentle-french-diamond-crystal-cats-eye-blush-wear-armor?variant=6d3503f1-a032-416d-aceb-9ff5b68390f8","available_quantity":999999999,"options":[{"name":"Color classification","value":"xs 82 pure love God of War in T In Stock"}],"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 `