| L | 16 | 12 | 42~44 | 69 | Product Details: Product ID:SKZL9CI95J Style: Casual Vocation Bohemian Fit Type: Loose Shirt Length: Over Hip Sleeves Length: Long sleeves Collar: V-Collar Material: Linen Mixed Cotton Material Stretch: No Stretch Pants Detail : Elastic waistband,two Side Pockets Weight: 0.5kg Package: 1 x Top ,1X Pants Size Guide For Women| Size | UK | US | EUR | Top Length | Top Chest | Top Hip |
|---|
| S | 8~10 | 4~6 | 34~36 | 67 | 120 | 104 | | M | 12~14 | 8~10 | 38~40 | 68 | 125 | 110 | | L | 16 | 12 | 42~44 | 69 | 130 | 116 | | XL | 18 | 14 | 46 | 70 | 135 | 122 | | 2XL | 20 | 16~18 | 48 | 71 | 140 | 132 | | 3XL | 26 | 20~22 | 50~52 | 72 | 147 | 142 | | Size | UK | US | EUR | Pants Length | Pants Waist | Pants Hip | | S | 8~10 | 4~6 | 34~36 | 102 | 67 | 110 | | M | 12~14 | 8~10 | 38~40 | 103 | 73 | 115 | | L | 16 | 12 | 42~44 | 104 | 79 | 120 | | XL | 18 | 14 | 46 | 105 | 85 | 128 | | 2XL | 20 | 16~18 | 48 | 106 | 91 | 135 | | 3XL | 26 | 20~22 | 50~52 | 107 | 101 | 140 |
${function(){
console.log('quick-shop-render',data);
const productData = data.product;
let product_change_event = '',
mouse_over_event = ' ';
mouse_out_event = '';
const product_options = productData.options.filter(Boolean) || [];
const selectedVariant = productData.variants.find(v => v.available) || productData.variants[0];
const statusLan = ((selectedVariant && !selectedVariant.available) || (!selectedVariant && !productData.available)) ?
"Sold out" :
"Add to cart";
return `
`
}()}
${function(){
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const variantData = currentSelectVariant || defaultVariant || data;
const retail_price = variantData.retail_price || 0;
return `
`
}()}
${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":"36730335-cfa5-4f3e-b613-09a949d518d5","product_id":"626d5cd1-95b2-4460-90ee-ff550b9d113f","title":"White-L","weight_unit":"kg","inventory_quantity":1000,"sku":"A0031479--White-L","barcode":"","position":1,"option1":"White","option2":"L","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e7aca1eb14ea7fa9daf1fb02de48cf57.webp","path":"e7aca1eb14ea7fa9daf1fb02de48cf57.webp","width":900,"height":1200,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":59.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"59.99","retail_price":"0","available":true,"url":"\/products\/button-down-top-and-printed-wide-leg-trousers-linen-two-piece-set06433f87-9bef-4827-a014-320be6f217c7?variant=36730335-cfa5-4f3e-b613-09a949d518d5","available_quantity":999999999,"options":[{"name":"color","value":"White"},{"name":"size","value":"L"}],"off_ratio":"0","flashsale_info":{"variant_id":"36730335-cfa5-4f3e-b613-09a949d518d5","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":"59.99","compare_at_price":"","discount_price":"59.99","customary_saved_price":"","customary_off_ratio":"","discount_saved_price":"","discount_off_ratio":"0","use_before_price":false,"before_price":"","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"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 ? ` ` : '';
}
}()}
${function(){
const optionName = option.name || '';
const optionId = option.id || '';
let isThumbImage = !!option.showThumbImage;
const thumbStyle = "image_with_text";
const variantType = "button";
const isSelected = (value) => {
const selected = (data.selectedOptions || []).find(v => v.name === optionName);
return selected && selected.value.length && selected.value[0] == value;
};
const getThumbImage = (value) => {
const options = data.product.options || [];
const option = options.find(o => o.name === optionName);
if (option.thumbImages) {
const thumbImage = option.thumbImages.find(t => t.value === value);
if (thumbImage && thumbImage.image) {
return {
src: thumbImage.image.src,
alt: thumbImage.image.alt
};
}
}
return {src: '', alt: ''};
};
return `
`
}()}
${data.value}
|