🚚Global Fast Logistics. 7-15 Days To US & EU
💲Secure payments. ✅30days Returns
${function() {
const variantData = data.variant || {"id":"5850b207-7028-46b3-8416-6a319c7b1142","product_id":"f996158a-63d5-4294-99f6-3105e609c541","title":"BraPants Green-S","weight_unit":"g","inventory_quantity":8612,"sku":"42211314-brapants-green-s","barcode":"","position":1,"option1":"BraPants Green","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6c0f6139197a8c7661df9899e20eaeae.jpeg","path":"6c0f6139197a8c7661df9899e20eaeae.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":34.88,"min_quantity":1}],"weight":"0","compare_at_price":"41.99","price":"34.88","retail_price":"41.99","available":true,"url":"\/products\/seamless-yoga-set-gym-clothing-workout-clothes-for-women-tracksuit-gym-set-high-waist-sport-outfit-yoga-fitness-suit-1?variant=5850b207-7028-46b3-8416-6a319c7b1142","available_quantity":8612,"options":[{"name":"Color","value":"BraPants Green"},{"name":"Size","value":"S"}],"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 + '%'
: ``
)}
`;
}()}