🚚Global Fast Logistics. 7-15 Days To US & EU
💲Secure payments. ✅30days Returns
${function() {
const variantData = data.variant || {"id":"5a96f8ef-eaab-4a0d-bf40-ee96c3f9971e","product_id":"08409d66-1164-48d1-8622-215176bdc704","title":"Pink 5pc set-S","weight_unit":"g","inventory_quantity":8882,"sku":"93567960-pink-5pc-set-s","barcode":"","position":1,"option1":"Pink 5pc set","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/6187808f3ea53d3e8f37f04cf4aa6117.jpeg","path":"6187808f3ea53d3e8f37f04cf4aa6117.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":59.88,"min_quantity":1}],"weight":"0","compare_at_price":"84.99","price":"59.88","retail_price":"84.99","available":true,"url":"\/products\/high-waist-seamless-yoga-set-women-gym-fitness-yoga-clothing-sports-wear-female-workout-leggings-top-yoga-suit-training-tights-w?variant=5a96f8ef-eaab-4a0d-bf40-ee96c3f9971e","available_quantity":8882,"options":[{"name":"Color","value":"Pink 5pc set"},{"name":"Size","value":"S"}],"off_ratio":30,"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 + '%'
: ``
)}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}