Apple 35W Dual USB-C Port Compact Power Adapter
${function() {
const variantData = data.variant || {"id":"bd10a542-2ce4-4bad-af33-cd824581e330","product_id":"f5fcf842-7e62-45cc-b1d4-eed902a8f4ae","title":"Standard","weight_unit":"kg","inventory_quantity":1000,"sku":"B0D7FWNDZJ","barcode":"","position":1,"option1":"Standard","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5654da37ca52d9bd2f9fbaf2101bdbc5.jpeg","path":"5654da37ca52d9bd2f9fbaf2101bdbc5.jpeg","width":1466,"height":1500,"alt":"","aspect_ratio":0.9773333333333334},"wholesale_price":[{"price":49.98,"min_quantity":1}],"weight":"0","compare_at_price":"59","price":"49.98","retail_price":"59","available":true,"url":"\/products\/apple-35w-dual-usb-c-port-compact-power-adapter-b0d1xrrqzj?variant=bd10a542-2ce4-4bad-af33-cd824581e330","available_quantity":999999999,"options":[{"name":"style","value":"Standard"}],"off_ratio":15,"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}
`
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"bd10a542-2ce4-4bad-af33-cd824581e330","product_id":"f5fcf842-7e62-45cc-b1d4-eed902a8f4ae","title":"Standard","weight_unit":"kg","inventory_quantity":1000,"sku":"B0D7FWNDZJ","barcode":"","position":1,"option1":"Standard","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5654da37ca52d9bd2f9fbaf2101bdbc5.jpeg","path":"5654da37ca52d9bd2f9fbaf2101bdbc5.jpeg","width":1466,"height":1500,"alt":"","aspect_ratio":0.9773333333333334},"wholesale_price":[{"price":49.98,"min_quantity":1}],"weight":"0","compare_at_price":"59","price":"49.98","retail_price":"59","available":true,"url":"\/products\/apple-35w-dual-usb-c-port-compact-power-adapter-b0d1xrrqzj?variant=bd10a542-2ce4-4bad-af33-cd824581e330","available_quantity":999999999,"options":[{"name":"style","value":"Standard"}],"off_ratio":15,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const postageFreeAmount = 50;
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 `
`;
}()}