🚚Global Fast Logistics. 7-15 Days To US & EU
💲Secure payments. ✅30days Returns
${function() {
const variantData = data.variant || {"id":"6a457183-71bc-4f91-aea0-effa4c771724","product_id":"2a2740c8-5d43-442d-8e58-6f480c5a4e6d","title":"BraShorts Blue-S(45-55KG)-China","weight_unit":"g","inventory_quantity":887,"sku":"92947756-brashorts-blue-s(45-55kg)-china","barcode":"","position":1,"option1":"BraShorts Blue","option2":"S(45-55KG)","option3":"China","note":"","image":{"src":"\/\/img.staticdj.com\/3f88edb8b845d3a4f842ad8fca53af08.jpeg","path":"3f88edb8b845d3a4f842ad8fca53af08.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.88,"min_quantity":1}],"weight":"0","compare_at_price":"40.99","price":"33.88","retail_price":"40.99","available":true,"url":"\/products\/seamless-women-yoga-set-workout-sportswear-gym-clothing-fitness-long-sleeve-crop-top-high-waist-leggings-sports-suits?variant=6a457183-71bc-4f91-aea0-effa4c771724","available_quantity":887,"options":[{"name":"Color","value":"BraShorts Blue"},{"name":"Size","value":"S(45-55KG)"},{"name":"Ships From","value":"China"}],"off_ratio":17,"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 + '%'
: ``
)}
`;
}()}