Bathtub faucet (300) with set MG-3234, SATO

The photographs are for illustrative purposes only.
Get AI analytics on product Bathtub faucet (300) with set MG-3234, SATO:
43.34€
Ex Tax: 34.95€
MAGMA
0 reviews
In stock
Product Code: MA7102023SP
EAN Code: 4750667083095
Qty
One click order
Tags:

MG-3234 SATO bathroom faucet and accessory set (300)

Economical bath faucet from the "Eko" line designed for compact, minimalist bathrooms; offers selectable handle options, consistent quality and a 5-year warranty. Find price and buy details on SityPro.

Key Benefits


    Economic advantage: designed to keep final price attractive
  • Consistently high quality due to carefully selected components
  • Compact, minimalist design suits modern interiors
  • Customizable look by choosing the faucet handle
  • Reliable 5-year warranty
  • Clear benefits for budget-conscious buyers

Applications

Suitable for residential and renovation projects where space, style and cost-efficiency matter.


    Family bathroom installations
  • Small apartments and studio flats
  • Minimalist and modern interior designs
  • Bathroom renovation projects focused on price and features

What to Consider When Choosing


    Confirm the handle style that matches your interior
  1. Assess the compact design for your available space
  2. Compare the price against the economic benefits of the Eko line
  3. Verify warranty terms and post-purchase support
  4. Review listed features to ensure they meet your needs

Specifications


    Product type: bath faucet (set)
  • Model: MG-3234
  • Brand: SATO
  • Series: "Eko" — emphasis on economical value
  • Design: compact, minimalist
  • Handle: selectable by the customer
  • Warranty: 5 years

Why Buy from SityPro


    Convenient online ordering to quickly buy the product
  • Transparent price information and clear product features
  • Customer support for questions about application and installation
  • Delivery available to Estonia and Finland
  • Easy returns and warranty assistance through SityPro

Description provided by sitypro.com

Bathtub faucet (300) with set MG-3234, SATO
Write a review
Related Products

Also looking for

rempro rempro-mobile

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

What is the Bathtub faucet (300) with set MG-3234, SATO?

Bathtub faucet (300) with set MG-3234, SATO is the MAGMA MA7102023SP Eko-series bathtub mixer made of brass with chrome finish, ceramic valve and a swivelling spout. It installs through a single hole, has a side-mounted lever and comes with the MG-3234 installation set.

Is this faucet suitable for a standard bathtub and what is the mounting type?

Yes, the Bathtub faucet (300) is designed for bathtub use and mounts through a single hole on the countertop or basin edge. The side-positioned lever requires clearance at the mounting edge.

What materials and finish does the MA7102023SP use?

The faucet is made of brass with a chrome finish (chrome colour). It features a ceramic valve mechanism for reliable flow and temperature control.

Does the faucet have a swivelling spout and how far does it rotate?

Yes, the Bathtub faucet (300) has a swivelling spout, convenient for filling the tub and shower use. The exact rotation angle is not specified but is designed to provide standard freedom of movement for typical use.

What is the control type and handle on this model?

The faucet features a lever handle with valve control and a ceramic mechanism. The lever is side-mounted, allowing easy water adjustment while saving space at the rim.

Is this faucet suitable for a retro-style bathroom redesign?

Yes, the MA7102023SP is described as retro in design — chrome-plated brass and a classic shape make it suitable for retro-styled bathrooms. The Eko series pairs retro looks with compact, minimal forms.

What warranty is provided and where is it manufactured?

The faucet is manufactured in Latvia and comes with a 15-year warranty per the manufacturer's specification. This indicates durable construction and build quality.

Is the MG-3234 set compatible with this model and what does the set include?

Yes, the product name indicates it is supplied with the MG-3234 set, including necessary installation components. The MG-3234 typically contains the main body, fixings and seals required for mounting the mixer.

What diameter mounting hole is required to install the faucet?

The model installs through a single mounting hole typical for single-lever mixers. The standard hole diameter is usually about 35 mm; confirm the exact size in the MG-3234 installation documentation.

Does the faucet support water-saving and what does the Eko series offer?

The Eko series is designed to be economical; the faucet and its ceramic valve help optimise water usage. The model combines a compact design with efficient mechanics to reduce consumption without compromising comfort.

Is this faucet suitable for a small bathroom or rental property?

Yes, the Eko-series compact, minimalist design and side lever make the faucet suitable for small bathrooms and rental properties. Single-hole installation and the MG-3234 kit simplify fitting and replacement.

Where to buy Bathtub faucet (300) with set MG-3234, SATO?

You can buy Bathtub faucet (300) with set MG-3234, SATO in our online store for 34.95€. Category: Bath and shower mixer tap.

What is the price of Bathtub faucet (300) with set MG-3234, SATO?

The current price of Bathtub faucet (300) with set MG-3234, SATO is 34.95€. Brand: MAGMA.

Bathtub faucet (300) with set MG-3234, SATO — specifications and description

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

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