Green U Neck Textured Long Sleeve Top
${function() {
const variantData = data.variant || {"id":"a0b1f404-9e0f-48d3-abdc-34a255d5061b","product_id":"736e08d2-ff11-413f-8b84-44713461fbe2","title":"Green-XS-95%Polyester+5%Elastane","weight_unit":"kg","inventory_quantity":111,"sku":"LC25122007-9-XS","barcode":"","position":1,"option1":"Green","option2":"XS","option3":"95%Polyester+5%Elastane","note":"","image":{"src":"\/\/img.staticdj.com\/eb487c30773eec49ef243739c2742e9f.jpeg","path":"eb487c30773eec49ef243739c2742e9f.jpeg","width":1001,"height":1500,"alt":"","aspect_ratio":0.6673333333333333},"wholesale_price":[{"price":19.5,"min_quantity":1}],"weight":"0.21","compare_at_price":"0","price":"19.5","retail_price":"0","available":true,"url":"\/products\/green-u-neck-textured-long-sleeve-top?variant=a0b1f404-9e0f-48d3-abdc-34a255d5061b","available_quantity":111,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"XS"},{"name":"Material","value":"95%Polyester+5%Elastane"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Color:
Green
${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:
XS
${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}
`
}()}
Material:
95%Polyester+5%Elastane
${function(){
const optName = "Material";
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
$19.50
${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":"a0b1f404-9e0f-48d3-abdc-34a255d5061b","product_id":"736e08d2-ff11-413f-8b84-44713461fbe2","title":"Green-XS-95%Polyester+5%Elastane","weight_unit":"kg","inventory_quantity":111,"sku":"LC25122007-9-XS","barcode":"","position":1,"option1":"Green","option2":"XS","option3":"95%Polyester+5%Elastane","note":"","image":{"src":"\/\/img.staticdj.com\/eb487c30773eec49ef243739c2742e9f.jpeg","path":"eb487c30773eec49ef243739c2742e9f.jpeg","width":1001,"height":1500,"alt":"","aspect_ratio":0.6673333333333333},"wholesale_price":[{"price":19.5,"min_quantity":1}],"weight":"0.21","compare_at_price":"0","price":"19.5","retail_price":"0","available":true,"url":"\/products\/green-u-neck-textured-long-sleeve-top?variant=a0b1f404-9e0f-48d3-abdc-34a255d5061b","available_quantity":111,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"XS"},{"name":"Material","value":"95%Polyester+5%Elastane"}],"off_ratio":0,"flashsale_info":[],"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 ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
Sku : LC25122007-9-XS
Weight : 0.21kg
${function(){
const variantData = data.variant || {"id":"a0b1f404-9e0f-48d3-abdc-34a255d5061b","product_id":"736e08d2-ff11-413f-8b84-44713461fbe2","title":"Green-XS-95%Polyester+5%Elastane","weight_unit":"kg","inventory_quantity":111,"sku":"LC25122007-9-XS","barcode":"","position":1,"option1":"Green","option2":"XS","option3":"95%Polyester+5%Elastane","note":"","image":{"src":"\/\/img.staticdj.com\/eb487c30773eec49ef243739c2742e9f.jpeg","path":"eb487c30773eec49ef243739c2742e9f.jpeg","width":1001,"height":1500,"alt":"","aspect_ratio":0.6673333333333333},"wholesale_price":[{"price":19.5,"min_quantity":1}],"weight":"0.21","compare_at_price":"0","price":"19.5","retail_price":"0","available":true,"url":"\/products\/green-u-neck-textured-long-sleeve-top?variant=a0b1f404-9e0f-48d3-abdc-34a255d5061b","available_quantity":111,"options":[{"name":"Color","value":"Green"},{"name":"Size","value":"XS"},{"name":"Material","value":"95%Polyester+5%Elastane"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
Shipping fee is only $5.99 for orders of $20 or less; For orders over $20, 30% of the order amount will be calculated.