${function() {
const variantData = data.variant || {"id":"8449f31e-6092-407e-ac26-0bc1d0c8e451","product_id":"cf93894a-22b5-4c55-bb81-274d62d11e70","title":"shipping fee-shipping fee","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"shipping fee","option2":"shipping fee","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/55b49f4761ec7f712c401bb3b2dda9e4.jpg","path":"55b49f4761ec7f712c401bb3b2dda9e4.jpg","width":1920,"height":1080,"alt":"","aspect_ratio":1.7777777777777777},"wholesale_price":[{"price":13.11,"min_quantity":1}],"weight":"0","compare_at_price":"13.99","price":"13.11","retail_price":"13.99","available":true,"url":"\/products\/promotion-50-off-victorian-push-up-corset-tiha?variant=8449f31e-6092-407e-ac26-0bc1d0c8e451","available_quantity":999,"options":[{"name":"Colour","value":"shipping fee"},{"name":"Size","value":"shipping fee"}],"off_ratio":6,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Colour
: shipping fee
${function(){
const optName = "Colour";
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}
`
}()}
Size
: shipping fee
${function(){
const optName = "Size";
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
$13.11
${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":"8449f31e-6092-407e-ac26-0bc1d0c8e451","product_id":"cf93894a-22b5-4c55-bb81-274d62d11e70","title":"shipping fee-shipping fee","weight_unit":"kg","inventory_quantity":999,"sku":"","barcode":"","position":1,"option1":"shipping fee","option2":"shipping fee","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/55b49f4761ec7f712c401bb3b2dda9e4.jpg","path":"55b49f4761ec7f712c401bb3b2dda9e4.jpg","width":1920,"height":1080,"alt":"","aspect_ratio":1.7777777777777777},"wholesale_price":[{"price":13.11,"min_quantity":1}],"weight":"0","compare_at_price":"13.99","price":"13.11","retail_price":"13.99","available":true,"url":"\/products\/promotion-50-off-victorian-push-up-corset-tiha?variant=8449f31e-6092-407e-ac26-0bc1d0c8e451","available_quantity":999,"options":[{"name":"Colour","value":"shipping fee"},{"name":"Size","value":"shipping fee"}],"off_ratio":6,"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.