It girl bag
${function() {
const variantData = data.variant || {"id":"d0aecc64-af46-42bd-bf33-d4e98b088f71","product_id":"6888a8c4-7055-4e67-99a0-202471625d4c","title":"Black","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f34ed6ecb945edc53c5d8fd774055080.jpeg","path":"f34ed6ecb945edc53c5d8fd774055080.jpeg","width":1268,"height":1585,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":59,"min_quantity":1}],"weight":"0","compare_at_price":"151","price":"59","retail_price":"151","available":true,"url":"\/products\/it-girl-bag?variant=d0aecc64-af46-42bd-bf33-d4e98b088f71","available_quantity":999999999,"options":[{"name":"it girl bag","value":"Black"}],"off_ratio":61,"flashsale_info":[],"sales":2};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
It Girl Bag:
Black
${function(){
const optName = "it girl bag";
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
$59.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":"d0aecc64-af46-42bd-bf33-d4e98b088f71","product_id":"6888a8c4-7055-4e67-99a0-202471625d4c","title":"Black","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f34ed6ecb945edc53c5d8fd774055080.jpeg","path":"f34ed6ecb945edc53c5d8fd774055080.jpeg","width":1268,"height":1585,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":59,"min_quantity":1}],"weight":"0","compare_at_price":"151","price":"59","retail_price":"151","available":true,"url":"\/products\/it-girl-bag?variant=d0aecc64-af46-42bd-bf33-d4e98b088f71","available_quantity":999999999,"options":[{"name":"it girl bag","value":"Black"}],"off_ratio":61,"flashsale_info":[],"sales":2};
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":"d0aecc64-af46-42bd-bf33-d4e98b088f71","product_id":"6888a8c4-7055-4e67-99a0-202471625d4c","title":"Black","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f34ed6ecb945edc53c5d8fd774055080.jpeg","path":"f34ed6ecb945edc53c5d8fd774055080.jpeg","width":1268,"height":1585,"alt":"","aspect_ratio":0.8},"wholesale_price":[{"price":59,"min_quantity":1}],"weight":"0","compare_at_price":"151","price":"59","retail_price":"151","available":true,"url":"\/products\/it-girl-bag?variant=d0aecc64-af46-42bd-bf33-d4e98b088f71","available_quantity":999999999,"options":[{"name":"it girl bag","value":"Black"}],"off_ratio":61,"flashsale_info":[],"sales":2};
return `
`
}()}