${function() {
const variantData = data.variant || {"id":"45455bcb-2d4e-4e4a-8528-134e5f9cfef5","product_id":"566acc2e-add6-4266-8311-89d697cf1517","title":"Male-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"EZD900AG_M_XS","barcode":"","position":1,"option1":"Male","option2":"XS","option3":"","note":"","image":null,"wholesale_price":[{"price":79,"min_quantity":1}],"weight":"1","compare_at_price":"129","price":"79","retail_price":"129","available":true,"url":"\/products\/2-link-cosplay-costume?variant=45455bcb-2d4e-4e4a-8528-134e5f9cfef5","available_quantity":999999999,"options":[{"name":"Gender","value":"Male"},{"name":"Size","value":"XS"}],"off_ratio":39,"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 + '%'
: ` `
)}
`;
}()}
Gender
: Male
${function(){
const optName = "Gender";
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
: XS
${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
$79.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":"45455bcb-2d4e-4e4a-8528-134e5f9cfef5","product_id":"566acc2e-add6-4266-8311-89d697cf1517","title":"Male-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"EZD900AG_M_XS","barcode":"","position":1,"option1":"Male","option2":"XS","option3":"","note":"","image":null,"wholesale_price":[{"price":79,"min_quantity":1}],"weight":"1","compare_at_price":"129","price":"79","retail_price":"129","available":true,"url":"\/products\/2-link-cosplay-costume?variant=45455bcb-2d4e-4e4a-8528-134e5f9cfef5","available_quantity":999999999,"options":[{"name":"Gender","value":"Male"},{"name":"Size","value":"XS"}],"off_ratio":39,"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":"45455bcb-2d4e-4e4a-8528-134e5f9cfef5","product_id":"566acc2e-add6-4266-8311-89d697cf1517","title":"Male-XS","weight_unit":"kg","inventory_quantity":1000,"sku":"EZD900AG_M_XS","barcode":"","position":1,"option1":"Male","option2":"XS","option3":"","note":"","image":null,"wholesale_price":[{"price":79,"min_quantity":1}],"weight":"1","compare_at_price":"129","price":"79","retail_price":"129","available":true,"url":"\/products\/2-link-cosplay-costume?variant=45455bcb-2d4e-4e4a-8528-134e5f9cfef5","available_quantity":999999999,"options":[{"name":"Gender","value":"Male"},{"name":"Size","value":"XS"}],"off_ratio":39,"flashsale_info":[],"sales":0};
return `
`
}()}