Vanity Makeup Bag
${function() {
const variantData = data.variant || {"id":"331915ab-c81b-4eb2-83e5-99fd707243a4","product_id":"20117308-1769-4f35-b797-78fcc3393c64","title":"Pink-1x Makeup Bag","weight_unit":"kg","inventory_quantity":1000,"sku":"14:771#LED Pink Small","barcode":"","position":1,"option1":"Pink","option2":"1x Makeup Bag","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/45fc3d2f5420be21338d44b74a8fcc9a.png","path":"45fc3d2f5420be21338d44b74a8fcc9a.png","width":770,"height":680,"alt":"","aspect_ratio":1.1323529411764706},"wholesale_price":[{"price":99,"min_quantity":1}],"weight":"0","compare_at_price":"199","price":"99","retail_price":"199","available":true,"url":"\/products\/aventil\u2122-makeup-travel-bag86d379f9-0197-4857-b87d-c734e2001aca?variant=331915ab-c81b-4eb2-83e5-99fd707243a4","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Get more & save","value":"1x Makeup Bag"}],"off_ratio":50,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Color:
Pink
${function(){
const optName = "Color";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Get More & Save:
1x Makeup Bag
${function(){
const optName = "Get more & save";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$99.00
${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":"331915ab-c81b-4eb2-83e5-99fd707243a4","product_id":"20117308-1769-4f35-b797-78fcc3393c64","title":"Pink-1x Makeup Bag","weight_unit":"kg","inventory_quantity":1000,"sku":"14:771#LED Pink Small","barcode":"","position":1,"option1":"Pink","option2":"1x Makeup Bag","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/45fc3d2f5420be21338d44b74a8fcc9a.png","path":"45fc3d2f5420be21338d44b74a8fcc9a.png","width":770,"height":680,"alt":"","aspect_ratio":1.1323529411764706},"wholesale_price":[{"price":99,"min_quantity":1}],"weight":"0","compare_at_price":"199","price":"99","retail_price":"199","available":true,"url":"\/products\/aventil\u2122-makeup-travel-bag86d379f9-0197-4857-b87d-c734e2001aca?variant=331915ab-c81b-4eb2-83e5-99fd707243a4","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Get more & save","value":"1x Makeup Bag"}],"off_ratio":50,"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 `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
Sku : 14:771#LED Pink Small
${function(){
const variantData = data.variant || {"id":"331915ab-c81b-4eb2-83e5-99fd707243a4","product_id":"20117308-1769-4f35-b797-78fcc3393c64","title":"Pink-1x Makeup Bag","weight_unit":"kg","inventory_quantity":1000,"sku":"14:771#LED Pink Small","barcode":"","position":1,"option1":"Pink","option2":"1x Makeup Bag","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/45fc3d2f5420be21338d44b74a8fcc9a.png","path":"45fc3d2f5420be21338d44b74a8fcc9a.png","width":770,"height":680,"alt":"","aspect_ratio":1.1323529411764706},"wholesale_price":[{"price":99,"min_quantity":1}],"weight":"0","compare_at_price":"199","price":"99","retail_price":"199","available":true,"url":"\/products\/aventil\u2122-makeup-travel-bag86d379f9-0197-4857-b87d-c734e2001aca?variant=331915ab-c81b-4eb2-83e5-99fd707243a4","available_quantity":999999999,"options":[{"name":"Color","value":"Pink"},{"name":"Get more & save","value":"1x Makeup Bag"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}