All-Star Wall Art
${function() {
const variantData = data.variant || {"id":"967f0d61-7ebb-4560-99dd-de8722fa8988","product_id":"ea4963c7-a39b-4e67-a1ac-b6eb692c81a9","title":"A-120x60cm [47\u2033x24\u2033]-BLACK","weight_unit":"kg","inventory_quantity":1000,"sku":"-A-120x60cm [47\u2033x24\u2033]-BLACK-A001009","barcode":"","position":5,"option1":"A","option2":"120x60cm [47\u2033x24\u2033]","option3":"BLACK","note":"","image":{"src":"\/\/img.staticdj.com\/92906fd3d4ec30b0f3faeea616566fd4.png","path":"92906fd3d4ec30b0f3faeea616566fd4.png","width":960,"height":960,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":1255.5,"min_quantity":1}],"weight":"0","compare_at_price":"399","price":"1255.5","retail_price":"399","available":true,"url":"\/products\/star-studded-shooting-collection-of-star-players-basketball-shots-wall-art?variant=967f0d61-7ebb-4560-99dd-de8722fa8988","available_quantity":999999999,"options":[{"name":"STYLE","value":"A"},{"name":"SIZE","value":"120x60cm [47\u2033x24\u2033]"},{"name":"FRAME COLOR","value":"BLACK"}],"off_ratio":0,"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}
`
}()}
${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.
Sku : -A-120x60cm [47″x24″]-BLACK-A001009
${function(){
const variantData = data.variant || {"id":"967f0d61-7ebb-4560-99dd-de8722fa8988","product_id":"ea4963c7-a39b-4e67-a1ac-b6eb692c81a9","title":"A-120x60cm [47\u2033x24\u2033]-BLACK","weight_unit":"kg","inventory_quantity":1000,"sku":"-A-120x60cm [47\u2033x24\u2033]-BLACK-A001009","barcode":"","position":5,"option1":"A","option2":"120x60cm [47\u2033x24\u2033]","option3":"BLACK","note":"","image":{"src":"\/\/img.staticdj.com\/92906fd3d4ec30b0f3faeea616566fd4.png","path":"92906fd3d4ec30b0f3faeea616566fd4.png","width":960,"height":960,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":1255.5,"min_quantity":1}],"weight":"0","compare_at_price":"399","price":"1255.5","retail_price":"399","available":true,"url":"\/products\/star-studded-shooting-collection-of-star-players-basketball-shots-wall-art?variant=967f0d61-7ebb-4560-99dd-de8722fa8988","available_quantity":999999999,"options":[{"name":"STYLE","value":"A"},{"name":"SIZE","value":"120x60cm [47\u2033x24\u2033]"},{"name":"FRAME COLOR","value":"BLACK"}],"off_ratio":0,"flashsale_info":[],"sales":3};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const postageFreeAmount = 399;
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 `
`;
}()}