JOYOR Universal Accessory - Controller (All)
${function() {
const variantData = data.variant || {"id":"3354cab6-c2cd-4d37-a12c-f14bf2191a94","product_id":"c3b6c3c9-8415-47b5-970b-f396b4d96fbc","title":"banana splice-S10S","weight_unit":"","inventory_quantity":0,"sku":"S10S \u9999\u8549\u63a5\u53e3-\u63a7\u5236\u5668","barcode":"","position":1,"option1":"banana splice","option2":"S10S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/518b890b081c54c9f38c07a5076b00ea.png","path":"518b890b081c54c9f38c07a5076b00ea.png","width":566,"height":472,"alt":"","aspect_ratio":1.1991525423728813},"wholesale_price":[{"price":80,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"80","retail_price":"0","available":true,"url":"\/products\/joyor-universal-accessory-controller-all?variant=3354cab6-c2cd-4d37-a12c-f14bf2191a94","available_quantity":999999999,"options":[{"name":"style","value":"banana splice"},{"name":"Model","value":"S10S"}],"off_ratio":0,"flashsale_info":[],"sales":28};
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:
S10S
${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
€80.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":"3354cab6-c2cd-4d37-a12c-f14bf2191a94","product_id":"c3b6c3c9-8415-47b5-970b-f396b4d96fbc","title":"banana splice-S10S","weight_unit":"","inventory_quantity":0,"sku":"S10S \u9999\u8549\u63a5\u53e3-\u63a7\u5236\u5668","barcode":"","position":1,"option1":"banana splice","option2":"S10S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/518b890b081c54c9f38c07a5076b00ea.png","path":"518b890b081c54c9f38c07a5076b00ea.png","width":566,"height":472,"alt":"","aspect_ratio":1.1991525423728813},"wholesale_price":[{"price":80,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"80","retail_price":"0","available":true,"url":"\/products\/joyor-universal-accessory-controller-all?variant=3354cab6-c2cd-4d37-a12c-f14bf2191a94","available_quantity":999999999,"options":[{"name":"style","value":"banana splice"},{"name":"Model","value":"S10S"}],"off_ratio":0,"flashsale_info":[],"sales":28};
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":"3354cab6-c2cd-4d37-a12c-f14bf2191a94","product_id":"c3b6c3c9-8415-47b5-970b-f396b4d96fbc","title":"banana splice-S10S","weight_unit":"","inventory_quantity":0,"sku":"S10S \u9999\u8549\u63a5\u53e3-\u63a7\u5236\u5668","barcode":"","position":1,"option1":"banana splice","option2":"S10S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/518b890b081c54c9f38c07a5076b00ea.png","path":"518b890b081c54c9f38c07a5076b00ea.png","width":566,"height":472,"alt":"","aspect_ratio":1.1991525423728813},"wholesale_price":[{"price":80,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"80","retail_price":"0","available":true,"url":"\/products\/joyor-universal-accessory-controller-all?variant=3354cab6-c2cd-4d37-a12c-f14bf2191a94","available_quantity":999999999,"options":[{"name":"style","value":"banana splice"},{"name":"Model","value":"S10S"}],"off_ratio":0,"flashsale_info":[],"sales":28};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}