${function() {
const variantData = data.variant || {"id":"92b8ab8e-da88-4fe1-b2d2-e8550a021b85","product_id":"704d2e28-b818-41e7-897d-05cc719195f1","title":"Same_As_Photo-S","weight_unit":"g","inventory_quantity":999,"sku":"XHNmKQ4f4-Same_As_Photo-S","barcode":"","position":1,"option1":"Same_As_Photo","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f78a6d61aae387510142a085181d3998.jpeg","path":"f78a6d61aae387510142a085181d3998.jpeg","width":2268,"height":2268,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.89,"min_quantity":1}],"weight":"300","compare_at_price":"37","price":"23.89","retail_price":"37","available":true,"url":"\/products\/fashionable-retro-casual-shorts?variant=92b8ab8e-da88-4fe1-b2d2-e8550a021b85","available_quantity":999999999,"options":[{"name":"Color","value":"Same_As_Photo"},{"name":"Size","value":"S"}],"off_ratio":35,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : XHNmKQ4f4-Same_As_Photo-S
Weight : 300g
${function(){
const variantData = data.variant || {"id":"92b8ab8e-da88-4fe1-b2d2-e8550a021b85","product_id":"704d2e28-b818-41e7-897d-05cc719195f1","title":"Same_As_Photo-S","weight_unit":"g","inventory_quantity":999,"sku":"XHNmKQ4f4-Same_As_Photo-S","barcode":"","position":1,"option1":"Same_As_Photo","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/f78a6d61aae387510142a085181d3998.jpeg","path":"f78a6d61aae387510142a085181d3998.jpeg","width":2268,"height":2268,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":23.89,"min_quantity":1}],"weight":"300","compare_at_price":"37","price":"23.89","retail_price":"37","available":true,"url":"\/products\/fashionable-retro-casual-shorts?variant=92b8ab8e-da88-4fe1-b2d2-e8550a021b85","available_quantity":999999999,"options":[{"name":"Color","value":"Same_As_Photo"},{"name":"Size","value":"S"}],"off_ratio":35,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}