JOYOR Universal Accessory - Controller (All)
${function() {
const variantData = data.variant || {"id":"ab6ddd8c-02f2-49b0-bb68-9c9b59c4e38d","product_id":"c3b6c3c9-8415-47b5-970b-f396b4d96fbc","title":"banana splice-S5","weight_unit":"kg","inventory_quantity":0,"sku":"S5 \u9999\u8549\u63a5\u53e3-\u63a7\u5236\u5668-\u514d\u7ebf\u6b3e","barcode":"","position":4,"option1":"banana splice","option2":"S5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/49a94b22c25e5d3a69e809fc84bcb1ba.JPG","path":"49a94b22c25e5d3a69e809fc84bcb1ba.JPG","width":3024,"height":4032,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":70,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"70","retail_price":"0","available":true,"url":"\/products\/joyor-universal-accessory-controller-all?variant=ab6ddd8c-02f2-49b0-bb68-9c9b59c4e38d","available_quantity":999999999,"options":[{"name":"style","value":"banana splice"},{"name":"Model","value":"S5"}],"off_ratio":0,"flashsale_info":[],"sales":27};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Style:
banana splice
${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
€70.00
${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":"ab6ddd8c-02f2-49b0-bb68-9c9b59c4e38d","product_id":"c3b6c3c9-8415-47b5-970b-f396b4d96fbc","title":"banana splice-S5","weight_unit":"kg","inventory_quantity":0,"sku":"S5 \u9999\u8549\u63a5\u53e3-\u63a7\u5236\u5668-\u514d\u7ebf\u6b3e","barcode":"","position":4,"option1":"banana splice","option2":"S5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/49a94b22c25e5d3a69e809fc84bcb1ba.JPG","path":"49a94b22c25e5d3a69e809fc84bcb1ba.JPG","width":3024,"height":4032,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":70,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"70","retail_price":"0","available":true,"url":"\/products\/joyor-universal-accessory-controller-all?variant=ab6ddd8c-02f2-49b0-bb68-9c9b59c4e38d","available_quantity":999999999,"options":[{"name":"style","value":"banana splice"},{"name":"Model","value":"S5"}],"off_ratio":0,"flashsale_info":[],"sales":27};
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":"ab6ddd8c-02f2-49b0-bb68-9c9b59c4e38d","product_id":"c3b6c3c9-8415-47b5-970b-f396b4d96fbc","title":"banana splice-S5","weight_unit":"kg","inventory_quantity":0,"sku":"S5 \u9999\u8549\u63a5\u53e3-\u63a7\u5236\u5668-\u514d\u7ebf\u6b3e","barcode":"","position":4,"option1":"banana splice","option2":"S5","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/49a94b22c25e5d3a69e809fc84bcb1ba.JPG","path":"49a94b22c25e5d3a69e809fc84bcb1ba.JPG","width":3024,"height":4032,"alt":"","aspect_ratio":0.75},"wholesale_price":[{"price":70,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"70","retail_price":"0","available":true,"url":"\/products\/joyor-universal-accessory-controller-all?variant=ab6ddd8c-02f2-49b0-bb68-9c9b59c4e38d","available_quantity":999999999,"options":[{"name":"style","value":"banana splice"},{"name":"Model","value":"S5"}],"off_ratio":0,"flashsale_info":[],"sales":27};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}