4-hole bath faucet 28847 Cubic CR, JAVA

The photographs are for illustrative purposes only.
-47% Economy 237.11€
Get AI analytics on product 4-hole bath faucet 28847 Cubic CR, JAVA:
500.56€ 263.45€
Ex Tax: 212.46€
La torre
0 reviews
In stock
Product Code: MA0501029SP
EAN Code: 4750667089059
Qty
One click order
Tags:

Cubic CR four‑hole bathtub mixer — JAVA model 28847

A 4‑hole bathtub mixer from the Cubic CR line (model 28847 by JAVA), designed as a direct replacement or upgrade for compatible bathtub decks.

Key Benefits


    Made for 4‑hole mounting — fits compatible bathtub decks
  • Cubic CR aesthetic for modern bathroom styling
  • Clear model identification (28847) simplifies ordering and service
  • Suitable as a direct replacement or part of a renovation
  • Compact solution from the JAVA range with predictable features

Applications

Typical application areas that reflect the 4‑hole design and Cubic CR appearance.


    Standard 4‑hole bathtub installations
  • Bathroom renovation projects
  • Apartment and residential bathrooms
  • Hotel and guesthouse bathrooms
  • Spa and wellness facility fittings

What to Consider When Choosing


    Confirm the bathtub has a 4‑hole deck compatible with this faucet
  1. Match the Cubic CR design to existing bathroom fittings and style
  2. Verify the exact model number 28847 before you buy
  3. Compare price and features on SityPro to ensure the right choice
  4. Check delivery options to Estonia or Finland if applicable

Specifications


    Product type: Bath faucet
  • Mounting: 4‑hole
  • Model: 28847
  • Design/series: Cubic CR
  • Brand: JAVA

Why Buy from SityPro


    Easy online buy process with clear product information
  • Transparent price and feature listings for comparison
  • Delivery available to Estonia and Finland
  • Customer support and ordering assistance from SityPro
  • Convenient selection of bathroom fittings in one place

Description provided by sitypro.com

4-hole bath faucet 28847 Cubic CR, JAVA
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для ванны 4-секционный 28847, JAVA

What is the 4-hole bath faucet 28847 Cubic CR, JAVA?

4-hole bath faucet 28847 Cubic CR, JAVA is a compact four‑hole bathtub mixer designed for 4‑hole deck installations. Model 28847 from the Cubic CR line provides a modern aesthetic and reliable water control for bathroom renovations and direct replacements in standard bathtub setups.

Will model 28847 fit my 4‑hole bathtub?

Yes — model 28847 is designed for standard 4‑hole bathtub deck installations. Check the hole spacing and deck thickness of your bathtub to ensure the mounting fittings align correctly.

What does the 4‑section design of model 28847 provide?

The 4‑section layout allows convenient switching between functions (spout, shower, diverter) and separate control of components. It simplifies installation and use when connecting a hand shower and spout within a single deck assembly.

What materials and finish does faucet 28847 use?

The product description references the Cubic CR aesthetic but does not list specific body materials or finish (e.g., chrome). For exact material and finish details, consult the SityPro technical sheet or ask the seller.

Is the 28847 suitable for hotels or rental bathrooms?

Yes — the description lists hotels, guesthouses and rental property bathrooms as typical applications. The reliable 4‑section design and compact form make it suitable for frequent‑use environments.

What mounting is required to install the 4‑section faucet 28847?

Model 28847 is designed for deck mounting on a bathtub with a standard 4‑hole layout. You will need the corresponding deck holes, compatible water connections and appropriate fixing hardware; consult the technical guide for exact mounting parts.

Can the 28847 faucet be used with a hand shower?

Yes — the 4‑section design supports connection of a hand shower via the appropriate outlet and diverter. Ensure your shower hose and fittings match the model’s connections.

How does model 28847 differ from other JAVA mixers?

Model 28847 stands out by its 4‑section configuration and Cubic CR styling for 4‑hole deck installation. It’s more compact and deck‑mounted compared with single‑lever or wall‑mounted JAVA mixers.

Are additional parts required to install faucet 28847 (hoses, fixings)?

Installation typically requires compatible flexible hoses and fixings for a 4‑hole deck assembly. The product text does not list included accessories, so confirm the full delivery contents with SityPro before purchase.

Is model 28847 suitable for a bathroom renovation in an apartment?

Yes — the description lists apartments and private homes as intended applications for renovations. Its compact Cubic CR design and standard 4‑hole mounting make it suitable for replacing older bathtub fittings.

How to care for and clean the 28847 faucet?

The description notes easy maintenance: wipe the surface with a soft cloth and use mild, non‑abrasive cleaners. Avoid harsh chemicals and abrasive pads to preserve the finish and Cubic CR styling.

Where to buy 4-hole bath faucet 28847 Cubic CR, JAVA?

You can buy 4-hole bath faucet 28847 Cubic CR, JAVA in our online store for 212.46€. Category: Bath and shower mixer tap.

What is the price of 4-hole bath faucet 28847 Cubic CR, JAVA?

The current price of 4-hole bath faucet 28847 Cubic CR, JAVA is 212.46€. Brand: La torre.

4-hole bath faucet 28847 Cubic CR, JAVA — specifications and description

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

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