Heightening and dissolving sneakers with dreadlocks
${function() {
const variantData = data.variant || {"id":"7c81a375-b35e-4d1f-b0b8-dbdf4c025630","product_id":"d30f9335-5546-45b6-9941-9a5b66a42590","title":"Black And White-39","weight_unit":"g","inventory_quantity":9999,"sku":"XHnwiJ0rO-BlackAndWhite-39","barcode":"","position":1,"option1":"Black And White","option2":"39","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b70f2e978b3007d8f4571e3c399edc0b.jpeg","path":"b70f2e978b3007d8f4571e3c399edc0b.jpeg","width":1199,"height":1199,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":40.89,"min_quantity":1}],"weight":"1000","compare_at_price":"99","price":"40.89","retail_price":"99","available":true,"url":"\/products\/heightening-and-dissolving-sneakers-with-dreadlocks?variant=7c81a375-b35e-4d1f-b0b8-dbdf4c025630","available_quantity":999999999,"options":[{"name":"Color","value":"Black And White"},{"name":"Size","value":"39"}],"off_ratio":59,"flashsale_info":[],"sales":2};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${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}
`
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.
${function() {
const postageFreeAmount = 69;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}