MID LENGTH NATURAL WIG
${function() {
const variantData = data.variant || {"id":"c4b0b4db-f10e-49b3-b629-9b366a5c3eec","product_id":"5b475fe8-2694-46b7-b50c-1bb04676b4a1","title":"PEACH GOLD-100%NORMAL","weight_unit":"kg","inventory_quantity":1000,"sku":"AZ3629-PEACH GOLD-100%NORMAL","barcode":"","position":7,"option1":"PEACH GOLD","option2":"100%NORMAL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2d2dc3ac70ba00b2e9108430fca1430f.jpeg","path":"2d2dc3ac70ba00b2e9108430fca1430f.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":32.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.29","price":"32.99","retail_price":"69.29","available":true,"url":"\/products\/mid-length-natural-wig-8wbn?variant=c4b0b4db-f10e-49b3-b629-9b366a5c3eec","available_quantity":999999999,"options":[{"name":"Color","value":"PEACH GOLD"},{"name":"DENSITY","value":"100%NORMAL"}],"off_ratio":52,"flashsale_info":[],"sales":1};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Color:
PEACH GOLD
${function(){
return `${data.value} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
DENSITY:
100%NORMAL
${function(){
return `${data.value} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$32.99
${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":"c4b0b4db-f10e-49b3-b629-9b366a5c3eec","product_id":"5b475fe8-2694-46b7-b50c-1bb04676b4a1","title":"PEACH GOLD-100%NORMAL","weight_unit":"kg","inventory_quantity":1000,"sku":"AZ3629-PEACH GOLD-100%NORMAL","barcode":"","position":7,"option1":"PEACH GOLD","option2":"100%NORMAL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2d2dc3ac70ba00b2e9108430fca1430f.jpeg","path":"2d2dc3ac70ba00b2e9108430fca1430f.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":32.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.29","price":"32.99","retail_price":"69.29","available":true,"url":"\/products\/mid-length-natural-wig-8wbn?variant=c4b0b4db-f10e-49b3-b629-9b366a5c3eec","available_quantity":999999999,"options":[{"name":"Color","value":"PEACH GOLD"},{"name":"DENSITY","value":"100%NORMAL"}],"off_ratio":52,"flashsale_info":[],"sales":1};
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 `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
Sku : AZ3629-PEACH GOLD-100%NORMAL
${function(){
const variantData = data.variant || {"id":"c4b0b4db-f10e-49b3-b629-9b366a5c3eec","product_id":"5b475fe8-2694-46b7-b50c-1bb04676b4a1","title":"PEACH GOLD-100%NORMAL","weight_unit":"kg","inventory_quantity":1000,"sku":"AZ3629-PEACH GOLD-100%NORMAL","barcode":"","position":7,"option1":"PEACH GOLD","option2":"100%NORMAL","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2d2dc3ac70ba00b2e9108430fca1430f.jpeg","path":"2d2dc3ac70ba00b2e9108430fca1430f.jpeg","width":600,"height":800,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":32.99,"min_quantity":1}],"weight":"0","compare_at_price":"69.29","price":"32.99","retail_price":"69.29","available":true,"url":"\/products\/mid-length-natural-wig-8wbn?variant=c4b0b4db-f10e-49b3-b629-9b366a5c3eec","available_quantity":999999999,"options":[{"name":"Color","value":"PEACH GOLD"},{"name":"DENSITY","value":"100%NORMAL"}],"off_ratio":52,"flashsale_info":[],"sales":1};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}