Concealed Shower Faucet 28050R C Chrome, JAVA

The photographs are for illustrative purposes only.
-47% Economy 76.69€
Get AI analytics on product Concealed Shower Faucet 28050R C Chrome, JAVA:
161.89€ 85.20€
Ex Tax: 68.71€
La torre
0 reviews
In stock
Product Code: MA0502197SP
EAN Code: 4750667089042
Qty
One click order
Tags:

Built-in chrome shower mixer — JAVA model 28050R C

Concealed shower mixer for built-in installation in showers and bathrooms with a chrome finish (model 28050R C). Use SityPro to buy and compare price and features.

Key Benefits


    Concealed installation for a clean, minimalist look
  • Chrome finish for a consistent, polished appearance
  • Compact built-in design saves visible space in the shower area
  • Easy-to-clean surfaces thanks to smooth chrome coating
  • Recognizable JAVA model designation (28050R C) for part compatibility
  • Suitable for standard shower applications

Applications

Application: intended for shower and bathroom fittings where a built-in, discreet mixer is required.


    Private family bathrooms
  • Walk-in shower installations
  • Bathroom renovations requiring concealed fittings
  • New residential construction bathrooms
  • Hotel and rental property bathrooms

What to Consider When Choosing


    Confirm suitability for concealed installation and wall depth
  1. Match the chrome finish with other bathroom fixtures
  2. Verify model 28050R C compatibility with existing plumbing connections
  3. Compare price and features on SityPro before purchase
  4. Ensure the chosen mixer fits the intended shower application

Specifications


    Product type: concealed shower faucet
  • Model: 28050R C
  • Finish: chrome
  • Brand: JAVA

Why Buy from SityPro


    Easy online purchase process to quickly buy the product
  • Transparent price and feature information for informed choice
  • Convenient service and customer support for buyers
  • Delivery available to Estonia and Finland
  • SityPro provides product details and guidance for installation decisions

Description provided by sitypro.com

Concealed Shower Faucet 28050R C Chrome, JAVA
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для душа встраиваемый 28050R C, JAVA

What is the Concealed Shower Faucet 28050R C Chrome, JAVA and what is it for?

Concealed Shower Faucet 28050R C Chrome, JAVA is a chrome-finish built-in shower mixer for wall installation that controls water flow and temperature. It’s suitable for residential and commercial shower installations, renovations and new builds, offering a neat, space-saving minimalist look.

Which installation boxes is this built-in mixer compatible with?

The 28050R C JAVA mixer is designed for standard wall-mounted concealed installation boxes. Before purchase, verify that your plumbing pipe centers and the box dimensions match the mixer’s inlet positions.

What materials and finish does the 28050R C JAVA have?

The 28050R C JAVA features a chrome finish with smooth, easy-clean surfaces. The JAVA model designation and La torre manufacturer indicate a standard chrome-plated mixer construction.

Is this mixer suitable for a bathroom renovation?

Yes, the Concealed Shower Faucet 28050R C Chrome, JAVA is suitable for renovations because its concealed installation hides new pipework for a clean finish. Confirm your existing pipe centres and installation box compatibility beforehand.

What type of control does this mixer have — single lever or other?

The description notes the built-in mixer controls flow and temperature; such models are commonly single-lever or a concealed thermostatic unit. Check La torre technical specs for the exact handle and cartridge configuration.

Can the chrome surface of this mixer be cleaned with regular cleaners?

Yes, the chrome finish of the 28050R C JAVA cleans well with mild detergents and a soft cloth. Avoid abrasive cleaners and hard brushes to prevent damage to the chrome coating.

What types of shower systems is this built-in mixer compatible with?

It’s suitable for typical wall-concealed shower systems used in homes and hotels. Confirm compatibility of inlet connections and any adapters needed for your specific shower plumbing.

How does the 28050R C differ from other JAVA concealed mixers?

The 28050R C emphasises a chrome finish and a compact concealed design for a minimalist, easy-clean look. For specific differences in dimensions, cartridge type and included parts, consult La torre technical specifications.

Are additional accessories required to install this built-in mixer?

Installation typically requires an installation box and connection pipes which may not be included in the package—check what’s supplied. Seals and the trim plate may also be needed depending on the installation method.

How to choose between this model and exposed shower mixers?

Choose the 28050R C JAVA for a concealed installation, space saving and a minimalist appearance; exposed mixers are easier to replace and usually require less invasive installation. Consider wall access, installation budget and desired aesthetics when deciding.

Where to buy Concealed Shower Faucet 28050R C Chrome, JAVA?

You can buy Concealed Shower Faucet 28050R C Chrome, JAVA in our online store for 68.71€. Category: Bath and shower mixer tap.

What is the price of Concealed Shower Faucet 28050R C Chrome, JAVA?

The current price of Concealed Shower Faucet 28050R C Chrome, JAVA is 68.71€. Brand: La torre.

Concealed Shower Faucet 28050R C Chrome, JAVA — specifications and description

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

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