Pink print mini dress
${function() {
const variantData = data.variant || {"id":"e778374f-bc5d-40b4-9130-7fdb37fc7228","product_id":"f0447e5b-2ffb-4778-84f9-ec8f28a70e3b","title":"XS-Color1","weight_unit":"kg","inventory_quantity":0,"sku":"MA042324-XS-Color1","barcode":"","position":1,"option1":"XS","option2":"Color1","option3":"","note":"","image":null,"wholesale_price":[{"price":30,"min_quantity":1}],"weight":"0","compare_at_price":"39.99","price":"30","retail_price":"39.99","available":true,"url":"\/products\/hello-molly-party-and-play-dress-pink?variant=e778374f-bc5d-40b4-9130-7fdb37fc7228","available_quantity":999999999,"options":[{"name":"size","value":"XS"},{"name":"color","value":"Color1"}],"off_ratio":25,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = false;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Size:
${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}
`
}()}
Color:
${function(){
const optName = "color";
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
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"e778374f-bc5d-40b4-9130-7fdb37fc7228","product_id":"f0447e5b-2ffb-4778-84f9-ec8f28a70e3b","title":"XS-Color1","weight_unit":"kg","inventory_quantity":0,"sku":"MA042324-XS-Color1","barcode":"","position":1,"option1":"XS","option2":"Color1","option3":"","note":"","image":null,"wholesale_price":[{"price":30,"min_quantity":1}],"weight":"0","compare_at_price":"39.99","price":"30","retail_price":"39.99","available":true,"url":"\/products\/hello-molly-party-and-play-dress-pink?variant=e778374f-bc5d-40b4-9130-7fdb37fc7228","available_quantity":999999999,"options":[{"name":"size","value":"XS"},{"name":"color","value":"Color1"}],"off_ratio":25,"flashsale_info":[],"sales":0};
return `
`
}()}