Bath faucet (300) with set MG-6234, URANS

The photographs are for illustrative purposes only.
Get AI analytics on product Bath faucet (300) with set MG-6234, URANS:
51.95€
Ex Tax: 41.90€
MAGMA
0 reviews
In stock
Product Code: MA7103032SP
EAN Code: 4750667083347
Qty
One click order
Tags:

URANS MG-6234 Model 300 bath mixer set — Daugava series

A bath faucet designed for functionality and quality, part of the Daugava line created to satisfy diverse customer preferences; ideal when you want reliable features and clear information on buy options and price at SityPro.

Key Benefits


    Designed for high functionality
  • Manufactured with quality focus
  • Aimed to satisfy different customer desires
  • Wide assortment within the Daugava series
  • Three handle design options to match interiors
  • Consistently a top seller year after year
  • 5-year warranty for peace of mind

Applications

Suitable for bathroom and kitchen applications where durability and design choice matter.


    Bathtub mixer installations
  • Bathroom sink and basin
  • Kitchen sink where a bath-style mixer is used
  • Bathroom renovation projects
  • Matching varied interior designs

What to Consider When Choosing


    Choose the handle design (three available) that fits your interior
  1. Prioritize functionality and overall quality
  2. Check the 5-year warranty coverage
  3. Compare price and features before you buy
  4. Explore the wide Daugava assortment to find the right variant

Specifications


    Product type: bath faucet (mixer)
  • Model: 300
  • Set: MG-6234
  • Brand: URANS
  • Series: Daugava (part of MAGMA mixers assortment)
  • Handle options: three design variants
  • Warranty: 5 years

Why Buy from SityPro


    Easy to buy online with clear price and product details
  • SityPro provides product information on features and application
  • Customer support to help choose the right model
  • Delivery available to Estonia and Finland
  • Assistance with warranty and post-purchase questions

Description provided by sitypro.com

Bath faucet (300) with set MG-6234, URANS
Write a review
Related Products

Also looking for

rempro rempro-mobile

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

What is the Bath faucet (300) with set MG-6234, URANS?

Bath faucet (300) with set MG-6234, URANS is a URANS Daugava-series bath/shower mixer made of brass with chrome finish, fixed spout and ceramic cartridge mechanism. Supplied with MG-6234 set, operated by a single lever, suitable for filling the bath and switching to shower; 15-year warranty.

Is this faucet suitable for a bath with a shower?

Yes — the Bath faucet (300) with set MG-6234, URANS is specified for bath with shower use. The supplied MG-6234 set includes the components needed to direct water between the fixed spout and the shower.

What materials and finish does the Bath faucet (300) have?

The Bath faucet (300) is made of brass with a chrome finish (colour: chrome). Brass construction with chrome plating provides durability and corrosion resistance for normal bathroom use.

What type of control does this faucet have and how do you use it?

The Bath faucet (300) is controlled by a single lever. Lift for flow and turn left/right to adjust temperature; switching to the shower function is done via the diverter supplied in the MG-6234 set.

What internal mechanism does the faucet use — cartridge, spindle or ball?

The Bath faucet (300) uses a ceramic cartridge mechanism (keramiskā kasetne). Ceramic cartridges give precise control and long service life.

What type of spout does this faucet have?

The Bath faucet (300) has a fixed spout (Izteka: fiksēta). The spout is non-rotating.

What handle options exist in the Daugava series and which does this model have?

The Daugava series offers three different handle designs; this model uses a lever handle (Тип ручки: Рычаг) with single-lever control. The series provides stylistic options if you want a different handle look.

Who manufactures this faucet and what is the model number?

The model number is MA7103032SP and the manufacturer is MAGMA. The product is presented under the URANS Daugava series and supplied with the MG-6234 set.

Is this faucet suitable for a full bathroom renovation?

Yes — the Bath faucet (300) from the Daugava series is suitable for both renovation and new installations. Its brass construction, ceramic cartridge and supplied MG-6234 set simplify installation; check existing plumbing and dimensions before replacing.

What warranty does the Bath faucet (300) have?

The product attributes state a 15-year warranty (Garantija: 15 gadi). This is the warranty indicated for this model.

Where to buy Bath faucet (300) with set MG-6234, URANS?

You can buy Bath faucet (300) with set MG-6234, URANS in our online store for 41.90€. Category: Bath and shower mixer tap.

What is the price of Bath faucet (300) with set MG-6234, URANS?

The current price of Bath faucet (300) with set MG-6234, URANS is 41.90€. Brand: MAGMA.

Bath faucet (300) with set MG-6234, URANS — specifications and description

Model: . Category: Bath and shower mixer tap. Brand: MAGMA. Price: 41.90€.

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ххххххх');