`
}()}
${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":"56a58456-c101-4221-a94d-89f752affa0a","product_id":"060a7b84-c834-4825-b868-f1b17898270a","title":"Please note that other type A is required for the default type A(Do not shoot this item)","weight_unit":"kg","inventory_quantity":1223,"sku":"OLCooL-2024-06-25-Please note that other type A is required for the default type A(Do not shoot this item)1627207:12646962049","barcode":"","position":1,"option1":"Please note that other type A is required for the default type A(Do not shoot this item)","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7db405699ef3eaca5db15623c0c292fb.jpeg","path":"7db405699ef3eaca5db15623c0c292fb.jpeg","width":800,"height":3178,"alt":"4.86E+13","aspect_ratio":0.2517306482064191},"wholesale_price":[{"price":14.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"14.99","retail_price":"0","available":true,"url":"\/products\/fresh-girl-flash-french-fake-nails-phototherapy-blush?variant=56a58456-c101-4221-a94d-89f752affa0a","available_quantity":999999999,"options":[{"name":"Color classification","value":"Please note that other type A is required for the default type A(Do not shoot this item)"}],"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 `