Shower faucet without set 26030 C, OVALINE

The photographs are for illustrative purposes only.
-47% Economy 95.65€
Get AI analytics on product Shower faucet without set 26030 C, OVALINE:
201.93€ 106.28€
Ex Tax: 85.71€
La torre
0 reviews
In stock
Product Code: MA0502139SP
EAN Code: 4750667069792
Qty
One click order
Tags:

OVALINE 26030 C — shower mixer unit sold without a set

A mixer for shower installations, model 26030 C from the OVALINE series, intended to control shower water flow and temperature; available to buy without an accompanying set.

Key Benefits


    Clear model identification (26030 C) to simplify replacement and ordering
  • Sold without set — ideal when using a custom or existing shower set
  • Designed for standard shower use and easy integration into bathrooms
  • OVALINE styling for a coordinated bathroom look
  • Reliable control of shower water flow and temperature

Applications

Suitable for typical shower applications in both private and commercial settings.


    Private bathrooms in homes and apartments
  • Hotel and guesthouse shower installations
  • Renovation projects where a new mixer unit is needed
  • Replacement of an existing shower faucet using the same connection type

What to Consider When Choosing


    Verify compatibility with your existing shower fittings and connections
  1. Note that the product is sold without a set — confirm which additional parts are required
  2. Check the model number (26030 C) and OVALINE design to match style and parts
  3. Review product features and installation requirements before purchase

Specifications


    Product type: shower faucet / shower mixer
  • Inclusion: sold without set (w/o set)
  • Model: 26030 C
  • Brand: OVALINE
  • Function: controls shower water flow and temperature

Why Buy from SityPro


    Easy to buy online from SityPro with clear product identification
  • Competitive price and transparent ordering process
  • Convenient service and customer support for product selection
  • Delivery available to Estonia and Finland
  • SityPro assistance for questions about application, features and compatibility

Description provided by sitypro.com

Shower faucet without set 26030 C, OVALINE
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для душа без комплекта 26030 С, OVALINE

What is Shower faucet without set 26030 C, OVALINE?

Shower faucet without set 26030 C, OVALINE is a single‑lever shower mixer (model 26030 C) from the OVALINE range sold without an installation set. It controls shower water flow and temperature and is intended for replacement or custom installations using existing or chosen components.

Is this mixer suitable to replace an old unit in a shower cabin?

Yes, the 26030 C mixer can replace an existing single‑lever shower mixer provided the pipe connections are standard and you have the necessary installation components. Check your current connection types and dimensions before purchase.

What additional components are needed to install the 26030 C mixer?

Since the mixer is sold without a set, you will need pipe fittings, flexible connectors, mounting hardware and a shower set (handset, hose, bracket) depending on your installation. Choose components that match your wall or concealed plumbing arrangement.

What are the dimensions of the 26030 C mixer?

The product description does not list exact dimensions; the 26030 C is described as a compact single‑lever shower mixer. If precise sizes are critical for fitting, request the technical specification from the seller before purchase.

What types of plumbing connections is this mixer compatible with?

The description doesn’t specify exact connection types, but the mixer is designed for standard shower installations and typically works with standard pipe fittings and flexible connectors. Confirm compatibility with your installer or the seller.

Is the 26030 C suitable for hotel use?

Yes, the 26030 C is suitable for hotel or guesthouse showers due to its simple single‑lever control and neutral OVALINE styling. For commercial use, ensure durable components and professional installation.

How does the 26030 C differ from other OVALINE models?

The 26030 C is sold without an installation set, giving flexibility to select separate components; it features a compact single‑lever design. Other OVALINE models may come with a handset, hose or additional accessories included.

Do I need a professional plumber to install it?

Professional installation is recommended, especially for concealed plumbing or pipe modifications. If you have plumbing experience and the correct components, self‑installation is possible but check compatibility first.

What materials and finish does the 26030 C have?

The product description does not specify exact materials or finish; OVALINE mixers are typically metal with a chrome finish for budget ranges. Request the technical sheet from the seller for confirmation.

Is this mixer suitable for concealed installation?

The 26030 C is designed for standard shower use but the description does not state it’s specifically for concealed installation. If you need an in‑wall/concealed setup, confirm compatibility with the seller or installer.

Is the 26030 C suitable for low water pressure bathrooms?

The description does not specify operating pressure, so performance at low water pressure cannot be guaranteed. Ask the seller for technical data on minimum operating pressure if your system has low pressure.

Where to buy Shower faucet without set 26030 C, OVALINE?

You can buy Shower faucet without set 26030 C, OVALINE in our online store for 85.71€. Category: Bath and shower mixer tap.

What is the price of Shower faucet without set 26030 C, OVALINE?

The current price of Shower faucet without set 26030 C, OVALINE is 85.71€. Brand: La torre.

Shower faucet without set 26030 C, OVALINE — specifications and description

Model: . Category: Bath and shower mixer tap. Brand: La torre. Price: 85.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ххххххх');