${function() {
const variantData = data.variant || {"id":"f348928a-394b-489e-8afc-c10bfc8a13bd","product_id":"58e6ae23-107f-4aa6-83cb-c0f5a3a38ed8","title":"","weight_unit":"kg","inventory_quantity":998,"sku":"BR2139133-\u626b\u628a\u5973\u5deb","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":89.99,"min_quantity":1}],"weight":"0","compare_at_price":"96.05","price":"89.99","retail_price":"96.05","available":true,"url":"\/products\/49-off-flying-witch71c954a7-830f-4d3e-bde1-0ba2b31fb28081c1d9e5-b19e-4bc9-9606-5b8269965edd?variant=f348928a-394b-489e-8afc-c10bfc8a13bd","available_quantity":999999999,"options":[],"off_ratio":6,"flashsale_info":[],"sales":2};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Add to cart
$89.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":"f348928a-394b-489e-8afc-c10bfc8a13bd","product_id":"58e6ae23-107f-4aa6-83cb-c0f5a3a38ed8","title":"","weight_unit":"kg","inventory_quantity":998,"sku":"BR2139133-\u626b\u628a\u5973\u5deb","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":89.99,"min_quantity":1}],"weight":"0","compare_at_price":"96.05","price":"89.99","retail_price":"96.05","available":true,"url":"\/products\/49-off-flying-witch71c954a7-830f-4d3e-bde1-0ba2b31fb28081c1d9e5-b19e-4bc9-9606-5b8269965edd?variant=f348928a-394b-489e-8afc-c10bfc8a13bd","available_quantity":999999999,"options":[],"off_ratio":6,"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":"f348928a-394b-489e-8afc-c10bfc8a13bd","product_id":"58e6ae23-107f-4aa6-83cb-c0f5a3a38ed8","title":"","weight_unit":"kg","inventory_quantity":998,"sku":"BR2139133-\u626b\u628a\u5973\u5deb","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":89.99,"min_quantity":1}],"weight":"0","compare_at_price":"96.05","price":"89.99","retail_price":"96.05","available":true,"url":"\/products\/49-off-flying-witch71c954a7-830f-4d3e-bde1-0ba2b31fb28081c1d9e5-b19e-4bc9-9606-5b8269965edd?variant=f348928a-394b-489e-8afc-c10bfc8a13bd","available_quantity":999999999,"options":[],"off_ratio":6,"flashsale_info":[],"sales":2};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
people are viewing this right now