1. Appliances

Ninja Deluxe Black & Copper Double Stack XL 2-Drawer Air Fryer 9.5L - SL400UKDBCP

Premium Quality

₵7,250.00 ₵7,995.00

Save up to 55% on your energy bill + Space-saving stacked drawers: 30% slimmer. Evenly cook 4 layers of food with included Stacked Meal racks. Perfect for up to 8 people, large families & entertaining. Cook using up to 55% less energy than an oven. Fast family favourites: up to 55% faster than fan ovens, 6 functions: Air Fry, Max Crisp, Roast, Bake, Dehydrate, Reheat Includes 2x non-stick, dishwasher-safe 4.75L drawers & crisper plates, 2x stainless steel racks, Recipe Guide. H38.5cm x W28cm x D47cm. Weight: 10.3kg. Colour: Grey.

Quatity:

Similar Products

Subscribe

Get notified on offers

Chat with us


`; } }); $('#wishlist').html(rows); } }) } wishlist(); /// Wishlist remove Start function wishlistRemove(id){ $.ajax({ type: 'GET', url: '/user/wishlist-remove/'+id, dataType:'json', success:function(data){ wishlist(); // Start Message const Toast = Swal.mixin({ toast: true, position: 'top-end', showConfirmButton: false, timer: 3000 }) if ($.isEmptyObject(data.error)) { Toast.fire({ type: 'success', icon: 'success', title: data.success }) }else{ Toast.fire({ type: 'error', icon: 'error', title: data.error }) } // End Message } }); } // End Wishlist remove -->
Title

${value.name}

${value.options.color == null ? ` ` :`Color:

` } ${value.options.size == null ? ` ` : `| Size: ${value.options.size} ` }

${value.qty > 1 ? `` : `` }

₵${value.subtotal}

₵${value.price} / per item

`; }); $('#cartPage').html(rows); } }) } cart(); /// Cart remove Start function cartRemove(id){ $.ajax({ type: 'GET', url: '/user/cart-remove/'+id, dataType:'json', success:function(data){ couponCalculation(); cart(); miniCart(); $('#couponField').show(); $('#coupon_name').val(''); // Start Message const Toast = Swal.mixin({ toast: true, position: 'top-end', showConfirmButton: false, timer: 3000 }) if ($.isEmptyObject(data.error)) { Toast.fire({ type: 'success', icon: 'success', title: data.success }) }else{ Toast.fire({ type: 'error', icon: 'error', title: data.error }) } // End Message } }); } // End Cart remove // -------- CART INCREMENT --------// function cartIncrement(rowId){ $.ajax({ type:'GET', url: "/cart-increment/"+rowId, dataType:'json', success:function(data){ couponCalculation(); cart(); miniCart(); } }); } // ---------- END CART INCREMENT -----/// // -------- CART Decrement --------// function cartDecrement(rowId){ $.ajax({ type:'GET', url: "/cart-decrement/"+rowId, dataType:'json', success:function(data){ couponCalculation(); cart(); miniCart(); } }); } // ---------- END CART Decrement -----/// -->