Concealed shower faucet 17050/170, chrome, KONVEX

The photographs are for illustrative purposes only.
-47% Economy 39.91€
Get AI analytics on product Concealed shower faucet 17050/170, chrome, KONVEX:
84.26€ 44.35€
Ex Tax: 35.77€
La torre
0 reviews
In stock
Product Code: MA0502076SP
EAN Code: 4750667055993
Qty
One click order
Tags:

KONVEX model 17050/170 — concealed chrome shower mixer

Concealed shower mixer for hidden wall installation with a chrome finish, providing clean, minimalist control and essential features for standard shower systems.

Key Benefits


    Hidden installation for a streamlined bathroom look
  • Chrome finish for a modern appearance
  • Brand reliability from KONVEX
  • Suitable for standard shower setups
  • Easy to integrate into renovation or new build projects
  • Clean, minimalist control for shower systems

Applications

Typical application areas for this concealed shower faucet include residential and commercial showers; the application suits projects requiring a tidy finish.


    Private bathrooms in apartments and houses
  • Hotel shower installations
  • Bathroom renovations requiring a tidy finish
  • New construction bathroom projects

What to Consider When Choosing


    Confirm compatibility with concealed wall installation
  1. Choose chrome finish to match other fixtures
  2. Verify the model number 17050/170 for exact matching
  3. Decide on professional installation for concealed plumbing
  4. Check suitability for standard shower setups

Specifications


    Product type: concealed shower faucet
  • Model: 17050/170
  • Finish: chrome
  • Brand: KONVEX

Why Buy from SityPro


    Buy conveniently online through SityPro
  • Transparent price information and competitive offers
  • Customer support to confirm features and model details
  • Fast delivery options to Estonia and Finland
  • Secure ordering and assistance with product selection

Description provided by sitypro.com

Concealed shower faucet 17050/170, chrome, KONVEX
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для душа, встраив. 17050/170, KONVEX

What is the Concealed shower faucet 17050/170, chrome, KONVEX and what is it used for?

Concealed shower faucet 17050/170, chrome, KONVEX is a chrome-finished concealed wall-mounted shower mixer designed for hidden installation. It’s used in residential and commercial showers, renovations and new builds to provide a clean, minimalist control and streamlined bathroom appearance.

What are the benefits of the chrome finish on the 17050/170 KONVEX faucet?

The chrome finish delivers a modern look, protects against corrosion and is easy to clean due to its smooth surface. It pairs well with various bathroom styles and maintains shine with routine care.

Is the 17050/170 KONVEX compatible with existing plumbing?

Yes, the 17050/170 KONVEX is designed for standard shower systems and can be integrated into existing plumbing provided the installation niche and outlet positions match. Verify niche dimensions and pipe spacing before installation.

Which rooms and use cases suit the 17050/170 KONVEX concealed faucet?

This mixer suits residential bathrooms, hotel showers, bathroom renovations, new-build projects and commercial shower areas like gyms and pools where a tidy, concealed installation is desired. It’s ideal for settings prioritising a minimalist look.

What niche dimensions are required to install the 17050/170 KONVEX?

The product notes that a concealed installation niche is required, but specific mounting dimensions are not provided in the description. Before purchase, consult the technical documentation or ask the supplier for the exact installation module sizes.

Does the 17050/170 KONVEX require a special installation block or concealed body?

The description indicates a concealed installation, which typically requires a mounting box or niche for a concealed mixer. Verify with the supplier whether an installation body is included or must be purchased separately.

How do I care for and clean the chrome surface of the 17050/170 KONVEX?

Clean the chrome with a soft cloth and warm water plus a mild detergent, avoiding abrasive cleaners and stiff brushes. Wipe dry after cleaning to prevent water spots and preserve the finish.

How does the 17050/170 KONVEX concealed mixer differ from a standard exposed mixer?

The main difference is concealed installation: the KONVEX body sits inside the wall with only the control plate visible, creating a tidy minimalist look. Exposed mixers are fully visible, often easier to service but visually bulkier.

Is the 17050/170 KONVEX suitable for commercial properties like hotels and gyms?

Yes, the description lists hotels and public showers (gyms/pools) as suitable applications; the concealed installation and chrome finish support durability and a tidy appearance. Confirm compatibility with the site's usage intensity and plumbing.

Are additional items (shower head, hose) included with the 17050/170 KONVEX faucet?

The description only references the concealed KONVEX 17050/170 unit; it does not specify included accessories like a shower head or hose. Check with the seller for the exact contents of the delivery if you require additional elements.

Where to buy Concealed shower faucet 17050/170, chrome, KONVEX?

You can buy Concealed shower faucet 17050/170, chrome, KONVEX in our online store for 35.77€. Category: Bath and shower mixer tap.

What is the price of Concealed shower faucet 17050/170, chrome, KONVEX?

The current price of Concealed shower faucet 17050/170, chrome, KONVEX is 35.77€. Brand: La torre.

Concealed shower faucet 17050/170, chrome, KONVEX — specifications and description

Model: . Category: Bath and shower mixer tap. Brand: La torre. Price: 35.77€.

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