PHYSICALBOY "Rock N Roll" Tee
${function() {
const variantData = data.variant || {"id":"dc9f142c-607d-4b6f-8828-42f265dafd30","product_id":"55f5904b-17fe-4d3e-870f-a6a13bbe0cc7","title":"XS-Brown","weight_unit":"kg","inventory_quantity":1000,"sku":"5144256130868-Size:XS;Color:Brown;","barcode":"","position":1,"option1":"XS","option2":"Brown","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/27f791f5fb6c9e5bed474e3535f0ced1.jpeg","path":"27f791f5fb6c9e5bed474e3535f0ced1.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":8,"min_quantity":1}],"weight":"0","compare_at_price":"75","price":"8","retail_price":"75","available":true,"url":"\/products\/physicalboy-rock-n-roll-tee?variant=dc9f142c-607d-4b6f-8828-42f265dafd30","available_quantity":999999999,"options":[{"name":"Size","value":"XS"},{"name":"Color","value":"Brown"}],"off_ratio":89,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = false;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Size:
XS
${function(){
const optName = "Size";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Color:
Brown
${function(){
const optName = "Color";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$8.00
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"dc9f142c-607d-4b6f-8828-42f265dafd30","product_id":"55f5904b-17fe-4d3e-870f-a6a13bbe0cc7","title":"XS-Brown","weight_unit":"kg","inventory_quantity":1000,"sku":"5144256130868-Size:XS;Color:Brown;","barcode":"","position":1,"option1":"XS","option2":"Brown","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/27f791f5fb6c9e5bed474e3535f0ced1.jpeg","path":"27f791f5fb6c9e5bed474e3535f0ced1.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":8,"min_quantity":1}],"weight":"0","compare_at_price":"75","price":"8","retail_price":"75","available":true,"url":"\/products\/physicalboy-rock-n-roll-tee?variant=dc9f142c-607d-4b6f-8828-42f265dafd30","available_quantity":999999999,"options":[{"name":"Size","value":"XS"},{"name":"Color","value":"Brown"}],"off_ratio":89,"flashsale_info":[],"sales":0};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
Sku : 5144256130868-Size:XS;Color:Brown;
${function(){
const variantData = data.variant || {"id":"dc9f142c-607d-4b6f-8828-42f265dafd30","product_id":"55f5904b-17fe-4d3e-870f-a6a13bbe0cc7","title":"XS-Brown","weight_unit":"kg","inventory_quantity":1000,"sku":"5144256130868-Size:XS;Color:Brown;","barcode":"","position":1,"option1":"XS","option2":"Brown","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/27f791f5fb6c9e5bed474e3535f0ced1.jpeg","path":"27f791f5fb6c9e5bed474e3535f0ced1.jpeg","width":750,"height":1000,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":8,"min_quantity":1}],"weight":"0","compare_at_price":"75","price":"8","retail_price":"75","available":true,"url":"\/products\/physicalboy-rock-n-roll-tee?variant=dc9f142c-607d-4b6f-8828-42f265dafd30","available_quantity":999999999,"options":[{"name":"Size","value":"XS"},{"name":"Color","value":"Brown"}],"off_ratio":89,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const postageFreeAmount = 40;
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 `
`;
}()}