Loose and Elegant Pantsuit
${function() {
const variantData = data.variant || {"id":"5a6606b2-cc8f-46ba-9047-093a83ba4af1","product_id":"e82f667a-bb6e-4ba5-aca9-623e5af0c06e","title":"White Pants-S","weight_unit":"kg","inventory_quantity":999,"sku":"YS-CS24031901-White Pants-S","barcode":"","position":7,"option1":"White Pants","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0c6f7895667865054a1a9bb076dbc011.jpeg","path":"0c6f7895667865054a1a9bb076dbc011.jpeg","width":2880,"height":3161,"alt":"","aspect_ratio":0.9111040809870294},"wholesale_price":[{"price":29.9,"min_quantity":1}],"weight":"0","compare_at_price":"54.3","price":"29.9","retail_price":"54.3","available":true,"url":"\/products\/summer-3-4-sleeve-stitching-suit-vwbx-w1ug6c8664a3-dacb-49c8-b64a-8faf0d7e6299?variant=5a6606b2-cc8f-46ba-9047-093a83ba4af1","available_quantity":999999999,"options":[{"name":"Color","value":"White Pants"},{"name":"Size","value":"S"}],"off_ratio":45,"flashsale_info":[],"sales":4};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Color:
White Pants
${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
$29.90
${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":"5a6606b2-cc8f-46ba-9047-093a83ba4af1","product_id":"e82f667a-bb6e-4ba5-aca9-623e5af0c06e","title":"White Pants-S","weight_unit":"kg","inventory_quantity":999,"sku":"YS-CS24031901-White Pants-S","barcode":"","position":7,"option1":"White Pants","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0c6f7895667865054a1a9bb076dbc011.jpeg","path":"0c6f7895667865054a1a9bb076dbc011.jpeg","width":2880,"height":3161,"alt":"","aspect_ratio":0.9111040809870294},"wholesale_price":[{"price":29.9,"min_quantity":1}],"weight":"0","compare_at_price":"54.3","price":"29.9","retail_price":"54.3","available":true,"url":"\/products\/summer-3-4-sleeve-stitching-suit-vwbx-w1ug6c8664a3-dacb-49c8-b64a-8faf0d7e6299?variant=5a6606b2-cc8f-46ba-9047-093a83ba4af1","available_quantity":999999999,"options":[{"name":"Color","value":"White Pants"},{"name":"Size","value":"S"}],"off_ratio":45,"flashsale_info":[],"sales":4};
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.
${function(){
const variantData = data.variant || {"id":"5a6606b2-cc8f-46ba-9047-093a83ba4af1","product_id":"e82f667a-bb6e-4ba5-aca9-623e5af0c06e","title":"White Pants-S","weight_unit":"kg","inventory_quantity":999,"sku":"YS-CS24031901-White Pants-S","barcode":"","position":7,"option1":"White Pants","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/0c6f7895667865054a1a9bb076dbc011.jpeg","path":"0c6f7895667865054a1a9bb076dbc011.jpeg","width":2880,"height":3161,"alt":"","aspect_ratio":0.9111040809870294},"wholesale_price":[{"price":29.9,"min_quantity":1}],"weight":"0","compare_at_price":"54.3","price":"29.9","retail_price":"54.3","available":true,"url":"\/products\/summer-3-4-sleeve-stitching-suit-vwbx-w1ug6c8664a3-dacb-49c8-b64a-8faf0d7e6299?variant=5a6606b2-cc8f-46ba-9047-093a83ba4af1","available_quantity":999999999,"options":[{"name":"Color","value":"White Pants"},{"name":"Size","value":"S"}],"off_ratio":45,"flashsale_info":[],"sales":4};
return `
`
}()}