Buy $69.98 Free shipping
CHRISTMAS PRINT FASHION SHORT SLEEVE SHIRT
$22.99
$39.99
1 Sold
Save
$17.00
$22.99
1 Sold
Save
${(function () {
return automatic_discount_list.map((item) => {
// æšĄçç±»ć
const template_type = item.discount[0].template_type;
// æŻćŠæŸç€șèȘćšææŁ
const is_show_automatic_discount = item.discount[0].product_enabled;
// æŻćŠè·łèœŹèœć°éĄ”
const is_redirection = item.discount[0].is_redirection;
// ææŁćŸæ
const discount_icon = item.discount_icon;
// 珏äžäžȘèȘćšææŁ
const first_automatic_discount = item.discount[0];
// æŸç€șæć ć±ç€ș
const isFold = (item.discount[0].display_type || DISPLAY_TYPE.DTE_FOLD) === DISPLAY_TYPE.DTE_FOLD;
// ææŹæ°ç»
const text_arr = item.discount[0].config.texts;
// èœć°éĄ”éŸæ„
const first_landing_url = `/promotions/discount-default/${first_automatic_discount.discount_id}`;
// èȘćšææŁæ»æ°
const automatic_discount_total = item.discount.length;
// æŻćŠæŸç€șææŁćŸæ
const isHasDiscountIcon = discount_icon ? true : false;
// æŻćŠæŸç€șææŁćŸæ äžæšĄçç±»ćäžäžștag
const isHasDiscountIconWithNoTag = (template_type != 'tag' && isHasDiscountIcon)? true : false;
// ææŹéąèČ
let text_color = DEFAULT_CONFIG.TEXT_COLOR;
// èæŻéąèČ
const bgFn = (curBg) => template_type === "text" ? "transparent" : curBg;
let bg_color = bgFn(DEFAULT_CONFIG.BG);
// èŸčæĄéąèČ
const borderFn = (curBorder) => template_type == "tag" ? curBorder : "initial";
let border_color = borderFn(DEFAULT_CONFIG.BORDER_COLOR);
// æšĄçé
çœź
let template_config = first_automatic_discount.template_config;
// ć
ćșæčæĄ
try {
if(template_config.length !== 0){
template_config = JSON.parse(template_config);
text_color= isHasDiscountIconWithNoTag ? template_config.color[template_type].icon_text_color : template_config.color[template_type].text_color;
bg_color = bgFn(template_config.color[template_type].background_color);
const arrayRgba = bg_color.split(",");
arrayRgba.splice(3, 1, " 1)");
border_color = borderFn(`${arrayRgba.join(",")}`);
}
} catch (error) {
console.error('template_config_error', error);
template_config = {
color: {
[template_type]: {
icon_text_color: DEFAULT_CONFIG.TEXT_COLOR,
text_color: DEFAULT_CONFIG.TEXT_COLOR,
background_color: DEFAULT_CONFIG.BG
}
}
};
}
// æ çŸ
const isTag = template_type == 'tag';
// æććæšȘćč
const isTextAndBanner = template_type == 'text' || template_type == 'banner';
// æćæ ·ćŒ
const textStyle = `color: ${text_color}; background-color: transparent; border: none;`;
// æ çŸæ ·ćŒ
const labelStyle = `color: ${text_color};border: 1px solid ${border_color};background-color:${bg_color};padding: 4px;`;
// æšȘćč
æ ·ćŒ
const bannerStyle = `color: ${text_color};border: none; background-color:${bg_color}`;
// ć€ć±æ ·ćŒćšæ çŸæ ·ćŒäžäžć±ç€șéąèČé
çœźïŒé€ćŒæ çŸç±»ćïŒéąèČéœćŻä»„ćšć€ć±èŠç
let outerStyle = '';
if (template_type == 'text') {
outerStyle = textStyle;
} else if (template_type == 'tag') {
outerStyle = "border: none;";
} else if (template_type == 'banner') {
outerStyle = bannerStyle;
}
/**
* 1. æ çŸäžćźæŻćçŹæ ·ćŒć±ç€șç
* 2. æć ïŒæšȘććžć±ïŒæććæšȘćč
ïŒććč¶æäžèĄææŹïŒ æ çŸïŒćçŹæ ·ćŒć€ç
* 3. ćčłéșïŒçș”ććžć±ïŒæćăæšȘćč
ćæ çŸïŒ æ çŸïŒćçŹæ ·ćŒć€ç
*/
let txtHtml = ``;
if (isFold) {
if(isTag) {
// æ çŸ
const spanText = text_arr.map((text) => {
return `${text}`;
}).join('');
txtHtml = `
`
}
})()}
${spanText}
`;
} else {
// æććæšȘćč
txtHtml = `
${first_automatic_discount.config.text}
`;
}
} else {
// æććæšȘćč
, äœæ çŸæèȘć·±çæ ·ćŒ
const spanText = text_arr.map((text) => {
return `${text}`;
}).join('');
// éœæŻçș”ććžć±ïŒæ çŸæéŽè·
txtHtml = `${spanText}
`;
}
/**
* æŸç€șćŸæ ç〿
*/
const discount_type = item.discount_type;
const isShowRebateIcon = ["DT_REBATE_CTQ_OTP", "DT_REBATE_CTQ_OTR", "DT_REBATE_CTA_OTP", "DT_REBATE_CTA_OTR", "DT_M_N_DISCOUNT"].includes(discount_type) && isTextAndBanner
const isShowBxgyIcon = ["DT_BUY_ONE_GET_ONE", "DT_BUY_X_GET_Y"].includes(discount_type)
const isShowBundleIcon = ["DT_CLASSIC_BUNDLE","DT_MIX_MATCH_BUNDLE"].includes(discount_type);
/**
* æžČæäžææĄææœć±çææŁćèĄš
*/
const discount_list_html = (curItem) => {
return `
${function() {
return curItem.discount.map(childItem => {
return `
`}).join('');
}()}
`;
}
return `
`;
}).join('');
})()}
${childItem.config.text}
${childItem.config.text}
Flash sale cannot be displayed here. Please move it to the product detail area.
(This prompt will not be displayed on the client-side)
${saleCount}
sold
${function() {
if (banner.type === "TYPE_TWO") return `
`
return ``;
}()}
` : ``;
const flashSaleDesc = discount_info.limit_user_product_discount > -1 ? `
Promo products limited to ${discount_info.limit_user_product_discount} item per person
` : "";
return `
${bgImg}
${countdownDom}
${flashSaleDesc}
${titleIcon}
${productDisplay.text}
${progressBarDom}
${dd}D
·
${hours}
${hh}
:
${mm}
:
${ss}
.
${sss}
Color
Size
Quantity
To display this card to customers, you need to go to "Booster & Store Conversion" to turn on the trust enhancement feature.
${data.module_title}
${item.title}
Description
đ„ The price is limited! đ„ Grab yours as the limited promotion available!
-
Shipping Worldwide.  - đŻPayments Via PayPalŸ and CreditCard.
- âFast refund Guarantee.
- đBUY MORE SAVE MOREđ
Would you try these Christmas shirts?
đ„ BUY 2 GET EXTRA 10 % OFFđ„Â
đ„ BUY 3 GET EXTRA 15 % OFFđ„Â
đ„ BUY 4 GET EXTRA 20 % OFFđ„Â
(No need to use promotional codes, the system will automatically reduce the price after adding to the shopping cart.)
Description
Material: Polyester
Style: Casual/Boho
Festival: Christmas Day
Pattern Type: Mixed Print
Element: Pocket Design/Button Design
Type: Stitching Way/Positioning Print
Fit Type: Loose
Sleeve Style: Shirt-sleeve
Neckline: Turndown Collar
Clothing Length Type: Regular
Â
*The item does not include any accessories in the picture, unless stated otherwise in the product description.
Size chart
WHY US?
- We work directly with manufacturers all over the world to ensure the best quality of our products. We have Quality Control department which help us to keep our promise!
- Price is always competitive.
- Awesome Customer Service
- Amazing products along with High Quality
- Read reviews from our lovely customers
đ Worldwide Shipping â Â
Please do note that shipping is insured and requires multiple working days..However, you may receive your items earlier. Tracking Numbers will ALWAYS be sent so you can track it every step of the way! Cool things are worth waiting for! đ
đ 100% Risk-Free Purchase đ„Â
If you bought it and felt that it is not for you, don't worry. Just shoot us a message at contact  support@nzeindustrio.com, and we will make it right by offering you a replacement or refund. 100% Simple & Risk-Free process.
HOW TO PAY
â Payments Via PayPalÂź, Credit and Debit Card.
If you want to checkout with a Credit and Debit Card, just enter your * Card No, * Expiration Date, and * CVV.