Capricorn Zodiac Women's Long Sleeve Hoodie Two-Piece Set
${function() {
const variantData = data.variant || {"id":"52062df3-ade1-4f52-87e5-f70336f64629","product_id":"9d3ab29c-82ca-4947-83eb-69d9de7e2b57","title":"Pants-Apricot-S","weight_unit":"kg","inventory_quantity":1000,"sku":"{XZS0006}-Pants-Apricot-S-A001491","barcode":"","position":17,"option1":"Pants-Apricot","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d80f7aa62bf6231d74f5a3a2c8be3c1d.jpeg","path":"d80f7aa62bf6231d74f5a3a2c8be3c1d.jpeg","width":601,"height":751,"alt":"","aspect_ratio":0.800266311584554},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"25.99","retail_price":"0","available":true,"url":"\/products\/capricorn-zodiac-womens-long-sleeve-hoodie-two-piece-set?variant=52062df3-ade1-4f52-87e5-f70336f64629","available_quantity":999999999,"options":[{"name":"Color","value":"Pants-Apricot"},{"name":"Size","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = false;
const map = {
B: ` `,
C: ` `,
A: `
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`
}
const price_group_arr = ["B","C","A"];
const price_str_arr = price_group_arr.map(type => map[type]);
return `
-
${price_str_arr.join('')}
`;
}()}
Color:
Pants-Apricot
${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:
S
${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
$25.99
${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":"52062df3-ade1-4f52-87e5-f70336f64629","product_id":"9d3ab29c-82ca-4947-83eb-69d9de7e2b57","title":"Pants-Apricot-S","weight_unit":"kg","inventory_quantity":1000,"sku":"{XZS0006}-Pants-Apricot-S-A001491","barcode":"","position":17,"option1":"Pants-Apricot","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/d80f7aa62bf6231d74f5a3a2c8be3c1d.jpeg","path":"d80f7aa62bf6231d74f5a3a2c8be3c1d.jpeg","width":601,"height":751,"alt":"","aspect_ratio":0.800266311584554},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"25.99","retail_price":"0","available":true,"url":"\/products\/capricorn-zodiac-womens-long-sleeve-hoodie-two-piece-set?variant=52062df3-ade1-4f52-87e5-f70336f64629","available_quantity":999999999,"options":[{"name":"Color","value":"Pants-Apricot"},{"name":"Size","value":"S"}],"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 does not exist
people are viewing this right now
${function() {
const postageFreeAmount = 69;
const custom_text = "Buy {amount} more to enjoy Free Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order has free shipping";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}