⭐Ultra-wearable powder-blended foundation for up to 24 hours
${function() {
const variantData = data.variant || {"id":"dd3bd074-8b2b-47a3-b996-ac460bd4b2af","product_id":"6e96cacb-3d82-499c-82f3-0af9c918270d","title":"01#-1 Pc","weight_unit":"kg","inventory_quantity":0,"sku":"BOG001192-A","barcode":"","position":1,"option1":"01#","option2":"1 Pc","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/468915912d206c20d94dfab6370c5a09.jpeg","path":"468915912d206c20d94dfab6370c5a09.jpeg","width":1005,"height":1005,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.98,"min_quantity":1}],"weight":"0","compare_at_price":"30","price":"23.98","retail_price":"30","available":true,"url":"\/products\/\u2b50ultra-wearable-powder-blended-foundation-for-up-to-24-hours?variant=dd3bd074-8b2b-47a3-b996-ac460bd4b2af","available_quantity":999999999,"options":[{"name":"Style","value":"01#"},{"name":"Buy More Save More","value":"1 Pc"}],"off_ratio":20,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Style:
${function(){
const optName = "Style";
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}
`
}()}
Buy More Save More:
${function(){
const optName = "Buy More Save More";
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}
`
}()}
people are viewing this right now
${function() {
const minInventory = parseInt('30');
const maxInventory = parseInt('67');
const randomInventory = Math.round(Math.random() * (maxInventory - minInventory)) + minInventory;
const customText = "Only {stock} item(s) left in stock!".replace(/\{stock\}/g, '' + randomInventory + ' ');
const barWidth = (randomInventory / maxInventory) * 100 + '%';
return `
`;
}()}
Add to cart
${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":"dd3bd074-8b2b-47a3-b996-ac460bd4b2af","product_id":"6e96cacb-3d82-499c-82f3-0af9c918270d","title":"01#-1 Pc","weight_unit":"kg","inventory_quantity":0,"sku":"BOG001192-A","barcode":"","position":1,"option1":"01#","option2":"1 Pc","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/468915912d206c20d94dfab6370c5a09.jpeg","path":"468915912d206c20d94dfab6370c5a09.jpeg","width":1005,"height":1005,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.98,"min_quantity":1}],"weight":"0","compare_at_price":"30","price":"23.98","retail_price":"30","available":true,"url":"\/products\/\u2b50ultra-wearable-powder-blended-foundation-for-up-to-24-hours?variant=dd3bd074-8b2b-47a3-b996-ac460bd4b2af","available_quantity":999999999,"options":[{"name":"Style","value":"01#"},{"name":"Buy More Save More","value":"1 Pc"}],"off_ratio":20,"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.
${function(){
const variantData = data.variant || {"id":"dd3bd074-8b2b-47a3-b996-ac460bd4b2af","product_id":"6e96cacb-3d82-499c-82f3-0af9c918270d","title":"01#-1 Pc","weight_unit":"kg","inventory_quantity":0,"sku":"BOG001192-A","barcode":"","position":1,"option1":"01#","option2":"1 Pc","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/468915912d206c20d94dfab6370c5a09.jpeg","path":"468915912d206c20d94dfab6370c5a09.jpeg","width":1005,"height":1005,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.98,"min_quantity":1}],"weight":"0","compare_at_price":"30","price":"23.98","retail_price":"30","available":true,"url":"\/products\/\u2b50ultra-wearable-powder-blended-foundation-for-up-to-24-hours?variant=dd3bd074-8b2b-47a3-b996-ac460bd4b2af","available_quantity":999999999,"options":[{"name":"Style","value":"01#"},{"name":"Buy More Save More","value":"1 Pc"}],"off_ratio":20,"flashsale_info":[],"sales":0};
return `
`
}()}