SAMEBIKE C05 Pro 20" 36V 13Ah Battery 500W Motor Max Speed 35KM/H Step-through Foldable Fat Tire Ebike
❤️🔥Payload 150 kg❤️🔥Range 35+35km
${function() {
const variantData = data.variant || {"id":"ff806adf-1c0c-4fc0-974e-de1a0b0a346f","product_id":"aebb5354-ebd8-4458-bf37-a7695343a478","title":"Black","weight_unit":"kg","inventory_quantity":68,"sku":"C05PRO-IT-BK-EU","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8c4b5a8159e0290f906e7de91aaac947.jpg","path":"8c4b5a8159e0290f906e7de91aaac947.jpg","width":1200,"height":1200,"alt":"SAMEBIKE C05 Pro 20\" 36V 13Ah Battery 500W Motor Max Speed 35KM\/H Step-through Foldable Fat Tire Ebike","aspect_ratio":1},"wholesale_price":[{"price":699,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"699","retail_price":"0","available":true,"url":"\/products\/samebike-c05-pro?variant=ff806adf-1c0c-4fc0-974e-de1a0b0a346f","available_quantity":999999999,"options":[{"name":"COLOR","value":"Black"}],"off_ratio":0,"flashsale_info":[],"sales":7};
const saveType = "amount";
const productLabelDiscountOn = false;
const map = {
B: ``,
C: ``,
A: `
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`
}
const price_group_arr = ["B","C","A"];
const price_str_arr = price_group_arr.map(type => map[type]);
return `
-
${price_str_arr.join('')}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product does not exist
${function() {
const minDays = parseInt('3');
const maxDays = parseInt('7');
const customText = "Estimated Delivery\uff1a{min_date} - {max_date}";
const minDate = new Date(Date.now() + (minDays * 86400000));
const maxDate = new Date(Date.now() + (maxDays * 86400000));
const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear())
? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' })
: new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' });
const tipText = customText.replace(/\{min_date\}/g, '' + formatDate.format(minDate) + '')
.replace(/\{max_date\}/g, '' + formatDate.format(maxDate) + '');
return `
${tipText}
`;
}()}