1. Electronics

BRUHM 436L SIDE BY SIDE FRIDGE , REF -BFX-436 ENG- SBS GLASS DOOR ( BLACK )

Premium Quality

โ‚ต16,500.00 โ‚ต19,412.00

Give your home a stylishly integrated and modern look. Its sleek and seamless counter-depth design will fit perfectly with the dimensions of your existing appliances and cabinetry to create a harmonious kitchen interior. The Bruhm refrigerator also has beautiful flat doors with recessed handles that donโ€™t protrude. Bruhm 436L Side by Side BFX-436ENG

Quatity:
Product title
Feature

Modern design that fits every home!

BRUHM 436L SIDE BY SIDE FRIDGE , REF -BFX-436 ENG- SBS GLASS DOOR ( BLACK )

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 -----/// -->