`
}()}
${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":"7df33a73-7c8e-439d-9f5b-509836964420","product_id":"db66e23f-45e8-4e33-8a4a-fb39da62299f","title":"01#(Products Are Only for Export Sales, Domestic Sales Are Prohibited, and Purchase Is Equivalent to the Default Company Disclaimer)","weight_unit":"kg","inventory_quantity":97857,"sku":"731363119472_01#(Products Are Only for Export Sales, Domestic Sales Are Prohibited, and Purchase Is Equivalent to the Default Company Disclaimer)","barcode":"","position":1,"option1":"01#(Products Are Only for Export Sales, Domestic Sales Are Prohibited, and Purchase Is Equivalent to the Default Company Disclaimer)","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cd9fc174dc6c28258b279ca3a89ec431.jpeg","path":"cd9fc174dc6c28258b279ca3a89ec431.jpeg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":0.49,"min_quantity":1}],"weight":"0.05","compare_at_price":"0","price":"0.49","retail_price":"0","available":true,"url":"\/products\/mlsmile-cross-border-chameleon-sequin-gel-full-body-face-body-magic-color-sequin-eyeshadow-halloween-cos-makeup?variant=7df33a73-7c8e-439d-9f5b-509836964420","available_quantity":999999999,"options":[{"name":"Color","value":"01#(Products Are Only for Export Sales, Domestic Sales Are Prohibited, and Purchase Is Equivalent to the Default Company Disclaimer)"}],"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 `