Personalized street style who cares get some money hoodie
${function() {
const variantData = data.variant || {"id":"ff93140c-5fdd-4eb5-b402-f9c34a3d1360","product_id":"3ee18503-76b4-422a-9891-3bcd075b7e52","title":"Black-S","weight_unit":"g","inventory_quantity":999,"sku":"XHuMldKPh-Black-S","barcode":"","position":1,"option1":"Black","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/afa6d9b1fced4a6c6124f66d12ce2ef6.jpeg","path":"afa6d9b1fced4a6c6124f66d12ce2ef6.jpeg","width":1730,"height":1730,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":33.89,"min_quantity":1}],"weight":"400","compare_at_price":"48","price":"33.89","retail_price":"48","available":true,"url":"\/products\/personalized-street-style-who-cares-get-some-money-hoodie?variant=ff93140c-5fdd-4eb5-b402-f9c34a3d1360","available_quantity":999999999,"options":[{"name":"Color","value":"Black"},{"name":"Size","value":"S"}],"off_ratio":29,"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 `
`;
}()}