`
}()}
${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":"1130d20a-71d8-41de-b446-c970e124a427","product_id":"8b8f662d-bef4-47da-8ddd-910e4f30e503","title":"Cap With Random Color Headband-Chocolate Brown (As In The Video)-16 Inch (As In The Video)","weight_unit":"kg","inventory_quantity":1000,"sku":"A221-CA-Chocolate Brown","barcode":"","position":1,"option1":"Cap With Random Color Headband","option2":"Chocolate Brown (As In The Video)","option3":"16 Inch (As In The Video)","note":"","image":null,"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"39.99","retail_price":"0","available":true,"url":"\/products\/brazilian-natural-headband-wig?variant=1130d20a-71d8-41de-b446-c970e124a427","available_quantity":999999999,"options":[{"name":"Style","value":"Cap With Random Color Headband"},{"name":"Color","value":"Chocolate Brown (As In The Video)"},{"name":"Length","value":"16 Inch (As In The Video)"}],"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 `