${(function(){ const get_random_six_digits = () => { return Math.random().toString().slice(-6) }; const wholesale_enabled = false; const setting_product_image_display = "133.33%"; const product_image = data.image; const secondary_image = data.secondImage; const image_width = product_image.width; let image_height = product_image.height; if(setting_product_image_display == '100%'){ image_height = image_width }else if(setting_product_image_display == '133.33%'){ image_height = image_width * 1.3333; }; const product_image_hover_on = true && !!secondary_image.src; const has_save_label = true && ((+data.compare_at_price) > (+data.price)); const is_single_variant = data.variants.length == 1; const min_price_variant_href = (data.min_price_variant && data.min_price_variant.available) ? data.min_price_variant.withinUrl : data.withinUrl; const retail_price_max = data.retail_price_max || data.compare_at_price_max; const THUMBNAILS_MAX_SIZE = 3; const thumbnails = data.thumbVariants.slice(0, THUMBNAILS_MAX_SIZE); const image_wrap_id = 'image_wrap_' + get_random_six_digits(); const image_carousel_id = 'image_carousel_' + get_random_six_digits(); const thumbnails_selector_id = 'thumbnails_selector_' + get_random_six_digits(); const form_id = 'form_' + get_random_six_digits(); const mixed_wholesale = data.mixed_wholesale; return `
${ data.available ? `${ (+data.compare_at_price > +data.price) ? `Save ${ data.off_ratio }% ` : '' }` : "Sold out" }
Mixed Lot
${data.title}
${ data.price_min != data.price_max ? `from
` : `
` }
` })()}
FREE SHIPPING FOR ORDERS OVER $69
FREE SHIPPING FOR ORDERS OVER $69
Log in
Create an account
${data.data && data.data.count}
Best Sellers
Tops
Shirts
T-Shirts
Polo Shirts
Hoodies & Sweatshirts
Sweaters
Knitwear
Cardigans
Tank Top
Blazer
Set
Bottom
Pants
Shorts
Cargo Pants
Jeans
Sweatpants
Outerwear
Jackets
Coats
Leather-Jackets
Trench Coats
Down Jackets
Cardigans
Knitwear
Vests
Accessories
Hats
Bags
Gloves
Belt
Wallets
Panties
Socks
Tie-Supenders
More links
${(function(){ const formatLinks = (links) => { return links.map(link => { link.tag = tags[link.title.toUpperCase()] || {}; link.target_attr = link.target == '_blank' ? 'target="_blank"' : ''; link.href_attr = link.url ? `href="${link.url}"` : ''; if(link.children && link.children.length){ link.children = formatLinks(link.children); } return link; }) }; const tags = "{}"; let linkList = [ { id: 70505515, title: "Best Sellers", url: "\/collections\/best-sellers", target: "", levels: 0, product0: { id: (null) }, children: [ ] }, { id: 70505517, title: "Tops", url: "", target: "", levels: 1, product0: { id: (null) }, children: [ { title: "Shirts", url: "\/collections\/shirts", target: "", levels: 0, children: [ ] }, { title: "T-Shirts", url: "\/collections\/t-shirts", target: "", levels: 0, children: [ ] }, { title: "Polo Shirts", url: "\/collections\/polo-shirt", target: "", levels: 0, children: [ ] }, { title: "Hoodies & Sweatshirts", url: "\/collections\/hoodies-sweatshirts", target: "", levels: 0, children: [ ] }, { title: "Sweaters", url: "\/collections\/sweaters", target: "", levels: 0, children: [ ] }, { title: "Knitwear", url: "\/collections\/knitwear", target: "", levels: 0, children: [ ] }, { title: "Cardigans", url: "\/collections\/cardigans", target: "", levels: 0, children: [ ] }, { title: "Tank Top", url: "\/collections\/tank-top", target: "", levels: 0, children: [ ] }, { title: "Blazer", url: "\/collections\/blazer", target: "", levels: 0, children: [ ] }, { title: "Set", url: "\/collections\/set", target: "", levels: 0, children: [ ] }, ] }, { id: 70505539, title: "Bottom", url: "", target: "", levels: 1, product0: { id: (null) }, children: [ { title: "Pants", url: "\/collections\/pants", target: "", levels: 0, children: [ ] }, { title: "Shorts", url: "\/collections\/shorts", target: "", levels: 0, children: [ ] }, { title: "Cargo Pants", url: "\/collections\/cargo-pants", target: "", levels: 0, children: [ ] }, { title: "Jeans", url: "\/collections\/jeans", target: "", levels: 0, children: [ ] }, { title: "Sweatpants", url: "\/collections\/sweatpants", target: "", levels: 0, children: [ ] }, ] }, { id: 70505551, title: "Outerwear", url: "", target: "", levels: 1, product0: { id: (null) }, children: [ { title: " Jackets", url: "\/collections\/jackets", target: "", levels: 0, children: [ ] }, { title: " Coats", url: "\/collections\/coats", target: "", levels: 0, children: [ ] }, { title: "Leather-Jackets", url: "\/collections\/leather-jackets", target: "", levels: 0, children: [ ] }, { title: "Trench Coats", url: "\/collections\/trench-coats", target: "", levels: 0, children: [ ] }, { title: "Down Jackets", url: "\/collections\/down-jackets", target: "", levels: 0, children: [ ] }, { title: "Cardigans", url: "\/collections\/cardigans", target: "", levels: 0, children: [ ] }, { title: "Knitwear", url: "\/collections\/knitwear", target: "", levels: 0, children: [ ] }, { title: "Vests", url: "\/collections\/vests", target: "", levels: 0, children: [ ] }, ] }, { id: 70505569, title: "Accessories", url: "", target: "", levels: 1, product0: { id: (null) }, children: [ { title: "Hats", url: "\/collections\/hats", target: "", levels: 0, children: [ ] }, { title: "Bags", url: "\/collections\/bags", target: "", levels: 0, children: [ ] }, { title: "Gloves", url: "\/collections\/gloves", target: "", levels: 0, children: [ ] }, { title: "Belt", url: "\/collections\/belt", target: "", levels: 0, children: [ ] }, { title: "Wallets", url: "\/collections\/wallets", target: "", levels: 0, children: [ ] }, { title: "Panties", url: "\/collections\/panties", target: "", levels: 0, children: [ ] }, { title: "Socks", url: "\/collections\/socks", target: "", levels: 0, children: [ ] }, { title: " Tie-Supenders", url: "\/collections\/tie-supenders", target: "", levels: 0, children: [ ] }, ] }, ].slice(offset); linkList = formatLinks(linkList); const hasChild = linkList.some(link => !!(link.children && link.children.length || link.product0.id)); return `
${link.title}
${link.tag.label}
${second_link.title}
${second_link.tag.label}
${third_links.title}
${third_links.tag.label}
${link.title}
${link.tag.label}
` })()}
Log in
Create an account
${data.data && data.data.count}
${(function(){ if (data === undefined || typeof data !== 'string' || data == '') return '
'; const keyword = encodeURIComponent(data); return `
View more
Your search for '${data}' did not yield any results.
` })()}
Best Sellers
Tops
Tops
Shirts
T-Shirts
Polo Shirts
Hoodies & Sweatshirts
Sweaters
Knitwear
Cardigans
Tank Top
Blazer
Set
Bottom
Bottom
Pants
Shorts
Cargo Pants
Jeans
Sweatpants
Outerwear
Outerwear
Jackets
Coats
Leather-Jackets
Trench Coats
Down Jackets
Cardigans
Knitwear
Vests
Accessories
Accessories
Hats
Bags
Gloves
Belt
Wallets
Panties
Socks
Tie-Supenders
Log in
(function(){ let w = window.innerWidth; function setHeaderCssVar() { const headerEle = document.getElementById('shoplaza-section-header'); if(!headerEle){ return }; document.body.style.setProperty('--window-height', `${window.innerHeight}px`); document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`); const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide'); if (mdScorllHideEle) { document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`); } const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide'); if (pcScorllHideEle) { document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`); } } function handlResize() { if(w == window.innerWidth){return}; w = window.innerWidth; setHeaderCssVar(); }; function init(){ setHeaderCssVar(); window.removeEventListener('resize', window._theme_header_listener) window._theme_header_listener = handlResize; window.addEventListener('resize', window._theme_header_listener); } init(); })();
${function() { return `
0 ? (data.index - 1) : (data.total - 1)},animate=true,direct=-1);" data-type="prev">
` }()}
Shirts
T-Shirts
Polo Shirts
Hoodies
Tank Top
Men's Leaves Printed Loose Casual Shirt 67545170Z
$35.15
Men's Casual Solid Color Stand Collar Elastic Long Sleeve Shirt 85490907X
$38.76
Men's Casual Camo Double Breast Pocket Denim Shirt 90352181Y
$62.23
Men's Casual Vintage Perris Cuban Collar Short Sleeve Shirt 54172483TO
$31.54
Men's Vintage Plaid Lapel Slim Fit Short Sleeve Shirt 74167888M
$37.86
Men's Casual Elastic Lapel Long Sleeve Shirt
$47.79
Men's Leaves Printed Loose Casual Shirt 67545170Z
$35.15
Men's Casual Solid Color Stand Collar Elastic Long Sleeve Shirt 85490907X
$38.76
Men's Casual Camo Double Breast Pocket Denim Shirt 90352181Y
$62.23
Men's Casual Vintage Perris Cuban Collar Short Sleeve Shirt 54172483TO
$31.54
View more
Men's Loose Printed Short Sleeve Crew Neck T-Shirt
$27.55
Men's V-neck Graffiti Print Casual Short-sleeved T-shirt 53752697X
$27.55
Men's Casual Sports Long-Sleeved Hooded T-Shirt 71239106Y
$34.91
Men's Casual Solid Color Henley Collar Long Sleeve T-Shirt 09291827Y
$38.59
Men's Casual Retro Contrast Color Round Neck Short Sleeve T-shirt 76441679TO
$28.47
Men's Casual Zipper Stand Collar Color Block Short Sleeve T-Shirt 87687649M
$38.59
Men's Loose Printed Short Sleeve Crew Neck T-Shirt
$27.55
Men's V-neck Graffiti Print Casual Short-sleeved T-shirt 53752697X
$27.55
Men's Casual Sports Long-Sleeved Hooded T-Shirt 71239106Y
$34.91
Men's Casual Solid Color Henley Collar Long Sleeve T-Shirt 09291827Y
$38.59
View more
Men's Solid Striped Lapel Short Sleeve Polo Shirt 90409237Z
$33.62
Men's Contrast Color Long Sleeve Half Zip POLO Shirt 98026437X
$32.71
Men's Retro Casual Floral Contrast Color Short-sleeved Polo Shirt 47238354TO
$32.71
Men's Casual Striped Loose Hollow Short-Sleeved Knitted Polo Shirt 02231229M
$53.64
Men's Solid Waffle Lapel Chest Poacket Short Sleeve Polo Shirt 04421891Z
$33.62
Men's Casual Printed Zipper Lapel Loose Short Sleeve Polo Shirt 52347670M
$29.98
Men's Solid Striped Lapel Short Sleeve Polo Shirt 90409237Z
$33.62
Men's Contrast Color Long Sleeve Half Zip POLO Shirt 98026437X
$32.71
Men's Retro Casual Floral Contrast Color Short-sleeved Polo Shirt 47238354TO
$32.71
Men's Casual Striped Loose Hollow Short-Sleeved Knitted Polo Shirt 02231229M
$53.64
View more
Men's Crew Neck Letter Print Long Sleeve Sweatshirt
$31.26
Men's Zipper Casual Stand Collar Pullover Sweatshirt
$33.45
Men's Casual Letter Printed Round Neck Sweatshirt 73803699TO
$32.72
Men's Casual Half-zip Patchwork Fleece Loose Long-sleeved Hoodie 78120145M
$34.90
Men's Solid Color Zipper Lapel Long Sleeve Sweatshirt 09931559Y
$34.90
Men's Fashion Colorblock Corduroy Stand Collar Long Sleeve Sweatshirt 99424391Z
$31.99
Men's Crew Neck Letter Print Long Sleeve Sweatshirt
$31.26
Men's Zipper Casual Stand Collar Pullover Sweatshirt
$33.45
Men's Casual Letter Printed Round Neck Sweatshirt 73803699TO
$32.72
Men's Casual Half-zip Patchwork Fleece Loose Long-sleeved Hoodie 78120145M
$34.90
View more
Men's Solid Color Button Hooded Sports Sleeveless Tank Top 84434273Y
$30.02
Men's Casual U-Neck Loose Knitted Tank Top 02708345M
$36.81
Men's Resort Casual Ethnic Hooded Tank Tops 40934230X
$44.57
Men's Bohemian Ethnic Graphic V Neck Sleeveless Tank Top 04428072Z
$38.75
Men's Retro Casual Plaid Sleeveless Shirt Tank Top 53554773TO
$31.96
Men's Retro Punk Perris Cashew Flower Tank Top 27384575TO
$30.02
Men's Solid Color Button Hooded Sports Sleeveless Tank Top 84434273Y
$30.02
Men's Casual U-Neck Loose Knitted Tank Top 02708345M
$36.81
Men's Resort Casual Ethnic Hooded Tank Tops 40934230X
$44.57
Men's Bohemian Ethnic Graphic V Neck Sleeveless Tank Top 04428072Z
$38.75
View more
Sweaters
Knitwear
Cardigans
Men's Solid Color Round Neck Long Sleeve Knit Sweater 09795478Z
$40.73
Men's Vintage Button Stand Collar Textured Knit Sweater 94371574X
$41.46
Men's Geometric Jacquard Lapel Pullover Sweater
$44.35
Men's Vintage Solid Color Half Turtle Collar Zip Long Sleeve Sweater 67187399Y
$38.54
Men's Colorblock Knitted Crew Neck Short Sleeve Pullover 56951255Y
$45.82
Men's Casual Round Neck Long Sleeve Loose Pullover Sweater 59847428M
$40.00
Men's Solid Color Round Neck Long Sleeve Knit Sweater 09795478Z
$40.73
Men's Vintage Button Stand Collar Textured Knit Sweater 94371574X
$41.46
Men's Geometric Jacquard Lapel Pullover Sweater
$44.35
Men's Vintage Solid Color Half Turtle Collar Zip Long Sleeve Sweater 67187399Y
$38.54
View more
Men's Retro Jacquard Lapel Thick Single Breasted Knitted Cardigan 37070502M
$58.20
Men's Casual Thin Round Neck Long Sleeve Loose Knitted Sweater 43311042M
$42.91
Men's Vintage Stand Collar Single Breasted Long Sleeve Knitted Cardigan 69303208M
$58.20
Men's Casual Solid Color V-Neck Long Sleeve Knitwear 72958015Y
$33.45
Men's Casual Solid Color Waffle Pullover Long Sleeve Sweater 71012298TO
$30.54
Men's Retro Festival V-neck Knitted Open Jacket 20968653X
$50.19
Men's Retro Jacquard Lapel Thick Single Breasted Knitted Cardigan 37070502M
$58.20
Men's Casual Thin Round Neck Long Sleeve Loose Knitted Sweater 43311042M
$42.91
Men's Vintage Stand Collar Single Breasted Long Sleeve Knitted Cardigan 69303208M
$58.20
Men's Casual Solid Color V-Neck Long Sleeve Knitwear 72958015Y
$33.45
View more
Men's Retro Color Striped Stitching Collarless Single-Breasted Knitted Cardigan
$38.80
Men's Vintage Stand Collar Single Breasted Long Sleeve Knitted Cardigan 69303208M
$62.04
Men's Casual Solid Color Lapel Cardigan 53915985Y
$58.94
Men's Retro Festival V-neck Knitted Open Jacket 20968653X
$53.50
Men's Retro Hooded Mid-length Knitted Coat 09439300X
$62.04
Men's Casual Hooded Double-breasted Thickened Knitted Cardigan 89765790M
$61.26
Men's Retro Color Striped Stitching Collarless Single-Breasted Knitted Cardigan
$38.80
Men's Vintage Stand Collar Single Breasted Long Sleeve Knitted Cardigan 69303208M
$62.04
Men's Casual Solid Color Lapel Cardigan 53915985Y
$58.94
Men's Retro Festival V-neck Knitted Open Jacket 20968653X
$53.50
View more
Pants
Shorts
Cargo Pants
Jeans
Men's Solid Cotton And Linen Elastic Waist Casual Pants 80113893Z
$32.30
Men's Casual Solid Color Cotton Linen Breathable Elastic Waist Pants 20257099M
$27.33
Men's Casual Linen Button Drawstring Wide Leg Pants 58257509Y
$46.40
Men's Casual Solid Color Cotton Linen Drawstring Trousers 04144460Y
$24.84
Men's Solid Color Cotton And Linen Elastic Waist Loose Casual Pants 02663304Z
$47.23
Men's Solid Color Corduroy Loose Casual Pants 61895601X
$32.30
Men's Solid Cotton And Linen Elastic Waist Casual Pants 80113893Z
$32.30
Men's Casual Solid Color Cotton Linen Breathable Elastic Waist Pants 20257099M
$27.33
Men's Casual Linen Button Drawstring Wide Leg Pants 58257509Y
$46.40
Men's Casual Solid Color Cotton Linen Drawstring Trousers 04144460Y
$24.84
View more
Men's Casual Cotton Camo Color Block Multi-Pocket Cargo Shorts
$64.55
Men's Casual Loose Solid Color Shorts 53493989X
$28.45
Men's Vintage Solid Straight Suit Shorts 54640308Z
$56.95
Men's Vintage Breathable Elastic Waist Holiday Shorts 66307149M
$51.25
Men's Casual Sports Outdoor Striped Beach Pants 30224518X
$30.35
Men's Casual Lightweight Quick-drying Breathable Sports Shorts 75144554M
$37.95
Men's Casual Cotton Camo Color Block Multi-Pocket Cargo Shorts
$64.55
Men's Casual Loose Solid Color Shorts 53493989X
$28.45
Men's Vintage Solid Straight Suit Shorts 54640308Z
$56.95
Men's Vintage Breathable Elastic Waist Holiday Shorts 66307149M
$51.25
View more
Men's Casual Camouflage Multi-Pocket Cargo Pants
$82.89
Men's Solid Multi-pocket Zipper Elastic Waist Cargo Pants 89152531Z
$41.42
Men's Casual Multi-Pocket Cargo Pants
$71.28
Men's Drawstring Multi-Pocket Cargo Pant 96298290U
$34.79
Men's Camo Multi-pocket Elastic Waist Cargo Pants
$65.48
Men's Casual Camouflage Multi Pocket Cargo Pants 48398421Y
$35.62
Men's Casual Camouflage Multi-Pocket Cargo Pants
$82.89
Men's Solid Multi-pocket Zipper Elastic Waist Cargo Pants 89152531Z
$41.42
Men's Casual Multi-Pocket Cargo Pants
$71.28
Men's Drawstring Multi-Pocket Cargo Pant 96298290U
$34.79
View more
Men's Vintage Casual Solid Straight Jeans 93862886TO
$39.53
Men's Casual Stretch Denim Trousers
$47.60
Men's Fashion Distressed Hole Slim Jeans 05474991Z
$50.83
Men's Ripped Stretch Slim Jeans 18085019Y
$54.06
Men's Distressed Calf Stretch Denim Trousers
$48.41
Men's Casual Washed Denim Pencil Pants
$44.37
Men's Vintage Casual Solid Straight Jeans 93862886TO
$39.53
Men's Casual Stretch Denim Trousers
$47.60
Men's Fashion Distressed Hole Slim Jeans 05474991Z
$50.83
Men's Ripped Stretch Slim Jeans 18085019Y
$54.06
View more
Jackets
Coats
Vests
Cardigans
Knitwear
Men's Lapel Solid Color Jacket 03287955X
$41.57
Men's Casual Stand Collar Quilted Jacket 94569927X
$53.73
Men's Solid Waffle Lapel Zipper Casual Jacket 05357726Z
$23.01
Men's Fleece Lapel Single-breasted Solid Jacket 18429543X
$33.89
Men's Lapel Plaid Pocket Men's Jacket 83926899X
$40.93
Save 52%
Save 52%
Men's Vintage Fur Collar Zipper Panel Leather Jacket
$102.37
$212.95
Men's Lapel Solid Color Jacket 03287955X
$41.57
Men's Casual Stand Collar Quilted Jacket 94569927X
$53.73
Men's Solid Waffle Lapel Zipper Casual Jacket 05357726Z
$23.01
Men's Fleece Lapel Single-breasted Solid Jacket 18429543X
$33.89
View more
Men's Solid Color Double-Breasted Fur Collar Wool Coat 31282957Y
$65.32
Men's Solid Color Stand Collar Mid-length Coat 97238515X
$71.40
Men's Solid Notch Lapel Double Breasted Mid-length Coat 29661499Z
$57.72
Men's Solid Color Lapel Double-Breasted Long-Sleeved Trench Coat 95538087Y
$53.92
Men's Corduroy Warm Stand Collar Casual Cotton Jacket 34464666U
$63.04
Men's Multi-Pocket Mid-Length Jacket 55563793U
$72.16
Men's Solid Color Double-Breasted Fur Collar Wool Coat 31282957Y
$65.32
Men's Solid Color Stand Collar Mid-length Coat 97238515X
$71.40
Men's Solid Notch Lapel Double Breasted Mid-length Coat 29661499Z
$57.72
Men's Solid Color Lapel Double-Breasted Long-Sleeved Trench Coat 95538087Y
$53.92
View more
Men's Casual Reversible Polar Fleece Warm Quick Dry Vest 70897842M
$53.16
Men's Vintage V-neck Corduroy Vest 23465780X
$56.20
Men's Retro Party Single Breasted Suit Vest 46605626Y
$43.28
Men's Retro Workwear Outdoor Multi-pocket Vest
$37.96
Men's Vintage Herringbone Lapel Single Breasted Suit Vest (Shirt Excluded)
$40.24
Men's Vintage Leather Zip-Up Biker Hooded Vest 42810922M
$60.76
Men's Casual Reversible Polar Fleece Warm Quick Dry Vest 70897842M
$53.16
Men's Vintage V-neck Corduroy Vest 23465780X
$56.20
Men's Retro Party Single Breasted Suit Vest 46605626Y
$43.28
Men's Retro Workwear Outdoor Multi-pocket Vest
$37.96
View more
Men's Retro Color Striped Stitching Collarless Single-Breasted Knitted Cardigan
$38.80
Men's Vintage Stand Collar Single Breasted Long Sleeve Knitted Cardigan 69303208M
$62.04
Men's Casual Solid Color Lapel Cardigan 53915985Y
$58.94
Men's Retro Festival V-neck Knitted Open Jacket 20968653X
$53.50
Men's Retro Hooded Mid-length Knitted Coat 09439300X
$62.04
Men's Casual Hooded Double-breasted Thickened Knitted Cardigan 89765790M
$61.26
Men's Retro Color Striped Stitching Collarless Single-Breasted Knitted Cardigan
$38.80
Men's Vintage Stand Collar Single Breasted Long Sleeve Knitted Cardigan 69303208M
$62.04
Men's Casual Solid Color Lapel Cardigan 53915985Y
$58.94
Men's Retro Festival V-neck Knitted Open Jacket 20968653X
$53.50
View more
Men's Retro Jacquard Lapel Thick Single Breasted Knitted Cardigan 37070502M
$58.20
Men's Casual Thin Round Neck Long Sleeve Loose Knitted Sweater 43311042M
$42.91
Men's Vintage Stand Collar Single Breasted Long Sleeve Knitted Cardigan 69303208M
$58.20
Men's Casual Solid Color V-Neck Long Sleeve Knitwear 72958015Y
$33.45
Men's Casual Solid Color Waffle Pullover Long Sleeve Sweater 71012298TO
$30.54
Men's Retro Festival V-neck Knitted Open Jacket 20968653X
$50.19
Men's Retro Jacquard Lapel Thick Single Breasted Knitted Cardigan 37070502M
$58.20
Men's Casual Thin Round Neck Long Sleeve Loose Knitted Sweater 43311042M
$42.91
Men's Vintage Stand Collar Single Breasted Long Sleeve Knitted Cardigan 69303208M
$58.20
Men's Casual Solid Color V-Neck Long Sleeve Knitwear 72958015Y
$33.45
View more
Cart
Your shopping bag is empty
Continue shopping
${item.product_title}
${item.options.map(option => option.value).join('/')}
${propertie.name}/${propertie.isImage ? `
View image
` : propertie.value}
Free gift
Mixed Lot
*${item.quantity}
${item.item_text}
${discount_item.title}
(-
)
${(function(){ var total_price = data.total_price; var postageFreeAmount = 69; var freeAmount = postageFreeAmount - total_price; var isFreeShipping = freeAmount <= 0; var rate = Math.min(total_price / postageFreeAmount * 100, 100).toFixed(2); const textArray = ("Spend {{ amount }} more and get free shipping!").split(/\{\{\s*amount\s*\}\}/); const textArrayHtml = textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); return `
${textArrayHtml}
You've got free shipping
${rate}%
` })()}
Total:
${function() { const textArray = ("Save {{save_amount}}").split(/\{\{\s*save_amount\}\}/); if (textArray.length > 0 && textArray.length < 2) { textArray.push(''); } return textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); }()}
${function() { const textArray = ("Save {{save_amount}}").split(/\{\{\s*save_amount\}\}/); if (textArray.length > 0 && textArray.length < 2) { textArray.push(''); } return textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); }()}
${discount_application.title}:
-
${data.invalid_msg}
Check out
Taxes and shipping calculated at checkout
${(function(){ var total_price = data.total_price; var postageFreeAmount = 69; var freeAmount = postageFreeAmount - total_price; var isFreeShipping = freeAmount <= 0; var rate = Math.min(total_price / postageFreeAmount * 100, 100).toFixed(2); const textArray = ("Spend {{ amount }} more and get free shipping!").split(/\{\{\s*amount\s*\}\}/); const textArrayHtml = textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); return `
${textArrayHtml}
You've got free shipping
${rate}%
` })()}
${data.invalid_msg}
Total:
${function() { const textArray = ("Save {{save_amount}}").split(/\{\{\s*save_amount\}\}/); if (textArray.length > 0 && textArray.length < 2) { textArray.push(''); } return textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); }()}
${function() { const textArray = ("Save {{save_amount}}").split(/\{\{\s*save_amount\}\}/); if (textArray.length > 0 && textArray.length < 2) { textArray.push(''); } return textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); }()}
${function() { const textArray = ("Save {{save_amount}}").split(/\{\{\s*save_amount\}\}/); if (textArray.length > 0 && textArray.length < 2) { textArray.push(''); } return textArray.map((text, index) => { if (index == 0) { return `
${text}
`; } return `
${text}
`; }).join(''); }()}
${discount_application.title}:
-
Check out
${data.invalid_msg}
Check out
Taxes and shipping calculated at checkout
Subtotal:
${discount_application.title}:
-
Total:
Check out
Taxes and shipping calculated at checkout
const summaryStickyRender = document.querySelector('#cart-drawer-summary-sticky-render'); if (summaryStickyRender) { document.body.style.setProperty('--cart-drawer-summary-sticky-height', summaryStickyRender.clientHeight + 'px'); }
View Cart
${function(){ const productData = data.product; let product_change_event = '', mouse_over_event = ' '; mouse_out_event = ''; const product_options = productData.options.filter(Boolean) || []; for (let opt of product_options) { const nameEscape = opt.name.replace(/\/|\\|\s|\'|\"|`|\<|\>/g, '') product_change_event = product_change_event + `quick-shop-selected-variant-${opt.id}.rerender(data=event.selectedValues.${opt.name});`; mouse_out_event = mouse_out_event + `quick-shop-selected-variant-${opt.id}.rerender(data=event.selectData.${opt.name});`; mouse_over_event = mouse_over_event + `@${nameEscape}Mouseover="quick-shop-selected-variant-${opt.id}.rerender(data=event);"`; } 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 `
${statusLan}
` }()}
${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 `
Retail
` }()}
${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 = null; 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() { let variantImageShowed = false; const currentProduct = data.product; return (currentProduct.options || []).map((option, index) => { const optionName = option.name || ''; const optionId = option.id || ''; const position = `option${index + 1}`; let isThumbImage = false; if (currentProduct.need_variant_image && !variantImageShowed) { const variantNames = ["color"] || []; for (let i = 0, len = variantNames.length; i < len; i++) { const name = variantNames[i].toLowerCase(); if (name === optionName.toLowerCase()) { isThumbImage = true; variantImageShowed = true; } } } const variantType = "button"; const thumbStyle = "image_with_text"; return `
${optionName}:
${option.values.map((value, idx) => { const selected = data.selectedValues[optionName] == value ? 'checked' : ''; let thumbImage = null; if (isThumbImage) { const variants = currentProduct.variants; for (let i = 0, len = variants.length; i < len; i++) { const variant = variants[i]; if (variant[position] == value && thumbImage == null) { thumbImage = variant.image; break; } } } return `
${value}
` }).join('')}
${optionName}
${option.values.map(value => { const selected = data.selectedValues[optionName] == value ? 'selected' : ''; return `
${value}
` }).join('')}
` }).join(''); }()}
${data.originData && data.originData.value || data.value}