Scooter Storage Bag
If You Are Unsure or Cannot Find The Parts, Please Contact Us Via Email or WhatsApp
${function() {
const variantData = data.variant || {"id":"8ebe6898-2e81-4ab1-8b78-469e229dd0b7","product_id":"874d7027-5c46-42be-87df-5458311c99a2","title":"GS8 2L","weight_unit":"kg","inventory_quantity":-4,"sku":"\u5305-GS8 2L","barcode":"","position":1,"option1":"GS8 2L","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/804d5e4a4e7339f3fd9daa9519b63a58.png","path":"804d5e4a4e7339f3fd9daa9519b63a58.png","width":848,"height":800,"alt":"Scooter Storage Bag ienyridescooter","aspect_ratio":1.06},"wholesale_price":[{"price":36,"min_quantity":1}],"weight":"0.3","compare_at_price":"48","price":"36","retail_price":"48","available":true,"url":"\/products\/scooter-storage-bag?variant=8ebe6898-2e81-4ab1-8b78-469e229dd0b7","available_quantity":999999999,"options":[{"name":"size","value":"GS8 2L"}],"off_ratio":"25","flashsale_info":{"variant_id":"8ebe6898-2e81-4ab1-8b78-469e229dd0b7","product_id":"","quantity":0,"discount_id":"","limit_time":0,"limit_buy":0,"user_limit_buy":0,"discount_sales":0,"discount_sales_rate":"","discount_stock":0,"ends_at":0,"starts_at":0,"allow_oversold":"","allocation_method":"","price":"36","compare_at_price":"","discount_price":"36","customary_saved_price":"","customary_off_ratio":"","discount_saved_price":"","discount_off_ratio":"25","use_before_price":false,"before_price":"","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"sales":2};
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('')}
`;
}()}
Size:
GS8 2L
${function(){
return `${data.value} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
Buy now
Product was out of stock.
Product does not exist
${function() {
const minDays = parseInt('2');
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}
`;
}()}