Jumping Stars Casual Street Skateboard Shoes
${function() {
const variantData = data.variant || {"id":"c9c29884-2733-4903-a64a-a34b2b76ccba","product_id":"18cf78f3-d8b3-42ca-b23f-f02b49d9fb1e","title":"Ash Green-36","weight_unit":"g","inventory_quantity":999,"sku":"XHVPKCGUX-AshGreen-36","barcode":"","position":1,"option1":"Ash Green","option2":"36","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9d491bf696458b275d4e40a5d704de75.jpeg","path":"9d491bf696458b275d4e40a5d704de75.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":40.89,"min_quantity":1}],"weight":"0","compare_at_price":"77","price":"40.89","retail_price":"77","available":true,"url":"\/products\/jumping-stars-casual-street-skateboard-shoes?variant=c9c29884-2733-4903-a64a-a34b2b76ccba","available_quantity":999999999,"options":[{"name":"Color","value":"Ash Green"},{"name":"Size","value":"36"}],"off_ratio":47,"flashsale_info":[],"sales":0};
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}
`
}()}
Product was out of stock.
Product is unavailable.
Sku : XHVPKCGUX-AshGreen-36
${function(){
const variantData = data.variant || {"id":"c9c29884-2733-4903-a64a-a34b2b76ccba","product_id":"18cf78f3-d8b3-42ca-b23f-f02b49d9fb1e","title":"Ash Green-36","weight_unit":"g","inventory_quantity":999,"sku":"XHVPKCGUX-AshGreen-36","barcode":"","position":1,"option1":"Ash Green","option2":"36","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9d491bf696458b275d4e40a5d704de75.jpeg","path":"9d491bf696458b275d4e40a5d704de75.jpeg","width":1200,"height":1200,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":40.89,"min_quantity":1}],"weight":"0","compare_at_price":"77","price":"40.89","retail_price":"77","available":true,"url":"\/products\/jumping-stars-casual-street-skateboard-shoes?variant=c9c29884-2733-4903-a64a-a34b2b76ccba","available_quantity":999999999,"options":[{"name":"Color","value":"Ash Green"},{"name":"Size","value":"36"}],"off_ratio":47,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
`
}()}
people are viewing this right now
${function() {
const postageFreeAmount = 89;
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 `
`;
}()}