Bath faucet (200) with set MG-6233, JUPITS

The photographs are for illustrative purposes only.
Get AI analytics on product Bath faucet (200) with set MG-6233, JUPITS:
50.44€/pc.
Ex Tax: 40.68€/pc.
MAGMA
0 reviews
In stock
Product Code: 000-0436304MASP
EAN Code: 4750667084191

Specification

  • Garantija: 5 years
  • Krāsa: Chrome
  • Materiāls: Brass
  • Mehānisms: Ceramic cartridge
  • Montāža: On countertop on sink
  • Pielietojums: Bathroom
  • Sērija: Daugava
Qty
One click order
Tags:

Daugava series bathtub mixer — model MG-6233 by JUPITS

A bath faucet designed for reliable functionality and quality, part of MAGMA’s Daugava collection. Check features and price before you buy at SityPro.

Key Benefits


    Designed for functionality and high quality
  • Five-year warranty for long-term confidence
  • Three handle design options to suit different tastes
  • Part of MAGMA’s widest-assortment Daugava series
  • Consistently a top seller year after year
  • Meets needs of diverse clients and interior styles

Applications

Suitable for various bathroom and kitchen applications within the Daugava series intent.


    Bathtub mixer installation
  • Shower/bath combination
  • Bathroom sink mixer
  • Kitchen sink where series style is desired
  • Home renovation projects

What to Consider When Choosing


    Select the handle design (three available) to match your interior
  1. Prioritise functionality and build quality for daily use
  2. Verify compatibility with your existing plumbing installation
  3. Confirm the 5-year warranty and after-sales support
  4. Compare features and price before you buy

Specifications


    Product: Bath faucet (200) with set MG-6233, JUPITS
  • Series: Daugava
  • Brand: MAGMA
  • Handles available in three design variants
  • Widest assortment within MAGMA’s mixers
  • Warranty: 5 years
  • Proven top-selling series

Why Buy from SityPro


    Easy online buy process and clear price information
  • Transparent product features and descriptions
  • Convenient service and expert customer support
  • Delivery available to Estonia and Finland
  • Secure checkout and reliable order handling

Description provided by sitypro.com

Garantija
5 years
Krāsa
Chrome
Materiāls
Brass
Mehānisms
Ceramic cartridge
Montāža
On countertop on sink
Pielietojums
Bathroom
Sērija
Daugava
Vadība
single lever
Valsts
Latvia
Тип ручки
Lever
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Bath faucet (200) with set MG-6233, JUPITS
Write a review

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для ванны(200) с компл.MG-6233, JUPITS

What is the Bath faucet (200) with set MG-6233, JUPITS?

Bath faucet (200) with set MG-6233, JUPITS is a Daugava‑series brass single‑lever bath mixer with chrome finish and a ceramic cartridge mechanism, designed for countertop or rim installation to provide reliable water control and long service life.

Is this faucet suitable for countertop or bath rim installation?

Yes. The Bath faucet (200) with set MG-6233 is designed for installation on a countertop or bath/fixture rim, as specified in the product attributes (Montāža: uz galda virsmas / uz izlietnes).

What is the material and finish of the MG-6233 faucet?

The faucet is made of brass (Latun) with a chrome finish (Hroms), providing corrosion resistance and a polished appearance.

What type of control and handle does this faucet have?

The mixer features a single‑lever control with a lever‑type handle (Тип ручки: Рычаг, Vadība: viena svira), allowing easy one‑handed adjustment of flow and temperature.

What mechanism does the faucet use and is it reliable?

The mixer uses a ceramic cartridge mechanism (keramiskā kasetne), providing smooth operation, precise control and greater durability compared with conventional valve mechanisms.

What bathrooms and use cases is this faucet suitable for?

This faucet is suitable for residential bathrooms, for installation on a bath or shower rim, and for replacing an old mixer; it is intended for mixing hot and cold water in bathing applications.

What is the model or product code for this item?

The product model is MA7103071SP, the MAGMA manufacturer identifier which helps confirm compatibility and series membership within the Daugava collection.

Where is this faucet manufactured and is there a warranty?

The manufacturer is MAGMA and the country of origin is Latvia (Valsts: Латvija). The product attributes list a 15‑year guarantee (15 gadi), indicating long service life.

Does the MG-6233 suit modern bathroom interiors stylistically?

Yes. The chrome finish and clean single‑lever Daugava design make the Bath faucet (200) MG‑6233 a versatile choice for modern and minimalist bathroom interiors.

How does the MG-6233 differ from other Daugava series mixers?

MG‑6233 is distinguished by its (200) set configuration, countertop/rim mounting option, brass construction and ceramic cartridge mechanism, making it a practical single‑lever option within the Daugava line.

Are additional parts required for installation or does the MG-6233 set include everything?

The product name states 'with set MG‑6233', implying basic installation components are included; however, confirm with the seller to verify specific items such as fixings and flexible hoses are provided.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');