JOYOR Set Display S5 / S5Z / S5 ABE / S5 PRO
${function() {
const variantData = data.variant || {"id":"ee1d6c2c-ee79-436e-b96e-0f1597528eef","product_id":"74e95619-455f-4bd7-accf-c153ce2a16f1","title":"Banana Plug-S5","weight_unit":"kg","inventory_quantity":3999,"sku":"S5\u5e38\u89c4\u6b3e\u4eea\u8868\u5957\u4ef6\uff1a\u663e\u793a\u5c4f\u3001\u5f00\u5173\u6309\u94ae\u3001\u63a7\u5236\u5668\uff08\u9999\u8549\u5934\uff09\u3001\u8fde\u63a5\u7ebf\u548c\u52a0\u901f\u7ebf","barcode":"","position":1,"option1":"Banana Plug","option2":"S5","option3":"","note":"","image":null,"wholesale_price":[{"price":140.98,"min_quantity":1}],"weight":"0","compare_at_price":"160.99","price":"140.98","retail_price":"160.99","available":true,"url":"\/products\/set-display-s5-s5-z-s5-abe-s5-pro?variant=ee1d6c2c-ee79-436e-b96e-0f1597528eef","available_quantity":999999999,"options":[{"name":"style","value":"Banana Plug"},{"name":"Model","value":"S5"}],"off_ratio":12,"flashsale_info":[],"sales":2};
const saveType = "percentage";
const productLabelDiscountOn = true;
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('')}
`;
}()}
Style:
Banana Plug
${function(){
const optName = "style";
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}
`
}()}
Model:
S5
${function(){
const optName = "Model";
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
€140.98
${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":"ee1d6c2c-ee79-436e-b96e-0f1597528eef","product_id":"74e95619-455f-4bd7-accf-c153ce2a16f1","title":"Banana Plug-S5","weight_unit":"kg","inventory_quantity":3999,"sku":"S5\u5e38\u89c4\u6b3e\u4eea\u8868\u5957\u4ef6\uff1a\u663e\u793a\u5c4f\u3001\u5f00\u5173\u6309\u94ae\u3001\u63a7\u5236\u5668\uff08\u9999\u8549\u5934\uff09\u3001\u8fde\u63a5\u7ebf\u548c\u52a0\u901f\u7ebf","barcode":"","position":1,"option1":"Banana Plug","option2":"S5","option3":"","note":"","image":null,"wholesale_price":[{"price":140.98,"min_quantity":1}],"weight":"0","compare_at_price":"160.99","price":"140.98","retail_price":"160.99","available":true,"url":"\/products\/set-display-s5-s5-z-s5-abe-s5-pro?variant=ee1d6c2c-ee79-436e-b96e-0f1597528eef","available_quantity":999999999,"options":[{"name":"style","value":"Banana Plug"},{"name":"Model","value":"S5"}],"off_ratio":12,"flashsale_info":[],"sales":2};
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