Chic dress
${function() {
const variantData = data.variant || {"id":"e8706ffa-a365-45f4-877e-1465f0945fb9","product_id":"d24124cd-a575-4e65-a54b-a1d92048a83f","title":"Beige-S","weight_unit":"kg","inventory_quantity":1000,"sku":"P-\u7206\u6b3e\u88d9\u5b50-Beige-S-1","barcode":"","position":1,"option1":"Beige","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8f51b637e3828b313351bbcdbf5828da.jpeg","path":"8f51b637e3828b313351bbcdbf5828da.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"83.99","price":"39.99","retail_price":"83.99","available":true,"url":"\/products\/kuyarck\u2122-schickes-sommerkleidda191ba1-8434-46d2-8ec3-3c00e62aa1af?variant=e8706ffa-a365-45f4-877e-1465f0945fb9","available_quantity":999999999,"options":[{"name":"Farbe","value":"Beige"},{"name":"Gr\u00f6\u00dfe","value":"S"}],"off_ratio":52,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `- `
}
`;
}()}
Farbe:
Beige
${function(){
const optName = "Farbe";
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}
`
}()}
Größe:
S
${function(){
const optName = "Größe";
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
$39.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":"e8706ffa-a365-45f4-877e-1465f0945fb9","product_id":"d24124cd-a575-4e65-a54b-a1d92048a83f","title":"Beige-S","weight_unit":"kg","inventory_quantity":1000,"sku":"P-\u7206\u6b3e\u88d9\u5b50-Beige-S-1","barcode":"","position":1,"option1":"Beige","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/8f51b637e3828b313351bbcdbf5828da.jpeg","path":"8f51b637e3828b313351bbcdbf5828da.jpeg","width":640,"height":640,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":39.99,"min_quantity":1}],"weight":"0","compare_at_price":"83.99","price":"39.99","retail_price":"83.99","available":true,"url":"\/products\/kuyarck\u2122-schickes-sommerkleidda191ba1-8434-46d2-8ec3-3c00e62aa1af?variant=e8706ffa-a365-45f4-877e-1465f0945fb9","available_quantity":999999999,"options":[{"name":"Farbe","value":"Beige"},{"name":"Gr\u00f6\u00dfe","value":"S"}],"off_ratio":52,"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.