${isCart ? 'The items in the shopping cart do not participate in any recommendation rule. Add the participating items to your shopping cart to check the design.' : ''}
${isProduct ? 'This product did not participated in any recommendation rule. Switch to another product to check the design.' : ''}
${isCollection ? 'The items in this collection do not participate in any recommendation rule. Switch the participating items to check the design.' : ''}
${isIndex ? 'The home page do not participate in any recommendation rule.' : ''}
(This prompt would not display on client-side)
Arioplay is an e-commerce company specializing in discovering unique and personalized products for American consumers, ,we stand by our service and strive for 100% customer satisfaction. Hope you like and focus on.
`
}()}
${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":"5ab575c0-664a-4cd1-a6f9-73ca23bdacc5","product_id":"b7200d94-5531-4cf8-af57-b1c1d115b210","title":"Adjustable Bangle-A sister is god's way of making sure we never walk alone","weight_unit":"kg","inventory_quantity":1000,"sku":"-Adjustable Bangle-A sister is god's way of making sure we never walk alone-A001262","barcode":"","position":1,"option1":"Adjustable Bangle","option2":"A sister is god's way of making sure we never walk alone","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/897afbac104960da45742187ac72dc08.webp","path":"897afbac104960da45742187ac72dc08.webp","width":512,"height":512,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.98,"min_quantity":1}],"weight":"0","compare_at_price":"38.96","price":"21.98","retail_price":"38.96","available":true,"url":"\/products\/kundi-99-2?variant=5ab575c0-664a-4cd1-a6f9-73ca23bdacc5","available_quantity":999999999,"options":[{"name":"We Never Walk Alone","value":"Adjustable Bangle"},{"name":"\ud83c\udf81Gift card","value":"A sister is god's way of making sure we never walk alone"}],"off_ratio":44,"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 `