Retro Cross High Street Trendy Skateboard Shoes
${function() {
const variantData = data.variant || {"id":"05b9cc17-3c5b-4e04-a432-d6b2f11c9274","product_id":"67db2c04-5e7b-45a8-ab18-9108148ae119","title":"White And Black-36","weight_unit":"g","inventory_quantity":999,"sku":"XH6JZQmoP-WhiteAndBlack-36","barcode":"","position":10,"option1":"White And Black","option2":"36","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/ad43af1a1b82d2a7346ae5c43de903b0.jpeg","path":"ad43af1a1b82d2a7346ae5c43de903b0.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":45.89,"min_quantity":1}],"weight":"1000","compare_at_price":"77","price":"45.89","retail_price":"77","available":true,"url":"\/products\/retro-cross-high-street-trendy-skateboard-shoes?variant=05b9cc17-3c5b-4e04-a432-d6b2f11c9274","available_quantity":999999999,"options":[{"name":"Color","value":"White And Black"},{"name":"Size","value":"36"}],"off_ratio":40,"flashsale_info":[],"sales":3};
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 `
`;
}()}