Used KugooKirin G1 Electric Scooter(Pre-sale, you need to consult customer service to place an order to buy)
【52V 18.2Ah Battery】</br> 【Dual 1000w x 2 Motor】</br> 【Max Speed 65km/h Max 65km Range】</br> 【One Year Warranty, Offer After Sale Service in Europe】</br> 【Free Shipping , Fast Shipping 4 - 7 Days Delivery】
${function() {
const variantData = data.variant || {"id":"2a5c768a-c1f6-4cbd-9121-708f783cbcc6","product_id":"de24602f-976c-4444-bd9a-34550a1a16e3","title":"6 Months-70-90% New","weight_unit":"kg","inventory_quantity":0,"sku":"EU-G1-BK-7-9\u6210\u65b0","barcode":"","position":1,"option1":"6 Months","option2":"70-90% New","option3":"","note":"","image":null,"wholesale_price":[{"price":916,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"916","retail_price":"0","available":false,"url":"\/products\/kugookirin-g1-yry0?variant=2a5c768a-c1f6-4cbd-9121-708f783cbcc6","available_quantity":0,"options":[{"name":"Warranty","value":"6 Months"},{"name":"Condition","value":"70-90% New"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
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('')}
`;
}()}
Warranty:
6 Months
${function(){
const optName = "Warranty";
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}
`
}()}
Condition:
70-90% New
${function(){
const optName = "Condition";
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}
`
}()}
Sold out
£916.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":"2a5c768a-c1f6-4cbd-9121-708f783cbcc6","product_id":"de24602f-976c-4444-bd9a-34550a1a16e3","title":"6 Months-70-90% New","weight_unit":"kg","inventory_quantity":0,"sku":"EU-G1-BK-7-9\u6210\u65b0","barcode":"","position":1,"option1":"6 Months","option2":"70-90% New","option3":"","note":"","image":null,"wholesale_price":[{"price":916,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"916","retail_price":"0","available":false,"url":"\/products\/kugookirin-g1-yry0?variant=2a5c768a-c1f6-4cbd-9121-708f783cbcc6","available_quantity":0,"options":[{"name":"Warranty","value":"6 Months"},{"name":"Condition","value":"70-90% New"}],"off_ratio":0,"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 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}
`;
}()}