Lightweight Breathable Sports Shoes
${function() {
const variantData = data.variant || {"id":"f6e8c7a3-505f-4bd2-bf4d-d4d69698bcad","product_id":"9aa0a7fd-0b83-460b-964b-7c1f0f27a2af","title":"Black & Red-39","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Black & Red","option2":"39","option3":"","note":"\u989c\u8272: \u9ed1\u7ea2, \u5c3a\u7801: 39","image":{"src":"\/\/img.staticdj.com\/b9bf5e45c3882646659b547302ab4928.jpg","path":"b9bf5e45c3882646659b547302ab4928.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":95,"min_quantity":1}],"weight":"0.83","compare_at_price":"0","price":"95","retail_price":"0","available":true,"url":"\/products\/lightweight-breathable-sports-shoes?variant=f6e8c7a3-505f-4bd2-bf4d-d4d69698bcad","available_quantity":999999999,"options":[{"name":"Color","value":"Black & Red"},{"name":"Size","value":"39"}],"off_ratio":0,"flashsale_info":[],"sales":716};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
people are viewing this right now
Color:
Black & Red
${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}
`
}()}
Size:
39
${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}
`
}()}
Add to cart
$95
${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":"f6e8c7a3-505f-4bd2-bf4d-d4d69698bcad","product_id":"9aa0a7fd-0b83-460b-964b-7c1f0f27a2af","title":"Black & Red-39","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Black & Red","option2":"39","option3":"","note":"\u989c\u8272: \u9ed1\u7ea2, \u5c3a\u7801: 39","image":{"src":"\/\/img.staticdj.com\/b9bf5e45c3882646659b547302ab4928.jpg","path":"b9bf5e45c3882646659b547302ab4928.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":95,"min_quantity":1}],"weight":"0.83","compare_at_price":"0","price":"95","retail_price":"0","available":true,"url":"\/products\/lightweight-breathable-sports-shoes?variant=f6e8c7a3-505f-4bd2-bf4d-d4d69698bcad","available_quantity":999999999,"options":[{"name":"Color","value":"Black & Red"},{"name":"Size","value":"39"}],"off_ratio":0,"flashsale_info":[],"sales":716};
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.
Support Returns/Exchanges
${function(){
const variantData = data.variant || {"id":"f6e8c7a3-505f-4bd2-bf4d-d4d69698bcad","product_id":"9aa0a7fd-0b83-460b-964b-7c1f0f27a2af","title":"Black & Red-39","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Black & Red","option2":"39","option3":"","note":"\u989c\u8272: \u9ed1\u7ea2, \u5c3a\u7801: 39","image":{"src":"\/\/img.staticdj.com\/b9bf5e45c3882646659b547302ab4928.jpg","path":"b9bf5e45c3882646659b547302ab4928.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":95,"min_quantity":1}],"weight":"0.83","compare_at_price":"0","price":"95","retail_price":"0","available":true,"url":"\/products\/lightweight-breathable-sports-shoes?variant=f6e8c7a3-505f-4bd2-bf4d-d4d69698bcad","available_quantity":999999999,"options":[{"name":"Color","value":"Black & Red"},{"name":"Size","value":"39"}],"off_ratio":0,"flashsale_info":[],"sales":716};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
`
}()}