Wall-mounted spout 10 cm

The photographs are for illustrative purposes only.
-47% Economy 30.50€
Get AI analytics on product Wall-mounted spout 10 cm:
64.40€/pc. 33.90€/pc.
Ex Tax: 27.34€/pc.
La torre
0 reviews
In stock
Product Code: 000-3843389MASP
EAN Code: 4750667085112
Qty
One click order
Tags:

10 cm wall-mounted water spout — TECH model 12144/10

Wall-mounted spout with a 10 cm projection, chrome finish (ch), model 12144/10 by TECH. Intended to deliver water from wall-mounted mixers; check features and application before you buy.

Key Benefits


    Compact 10 cm projection saves space in tight installations
  • Wall-mounted design creates a clean, uncluttered look
  • Chrome finish (ch) offers a classic appearance and easy surface cleaning
  • Clear model number 12144/10 simplifies ordering and replacement
  • TECH brand identification for consistent product matching
  • Compatible concept for straightforward integration with wall mixers

Applications

Suitable for installations where a wall-mounted spout is required; choose based on application and compatibility.


    Bathroom sink with wall-mounted mixer
  • Bathtub spout paired with a wall mixer
  • Shower setups requiring a separate wall spout
  • Commercial washbasins in hotels or public washrooms
  • Utility or laundry sinks with wall-mounted fittings

What to Consider When Choosing


    Confirm the 10 cm projection fits your basin or installation depth
  1. Verify compatibility with your existing wall mixer and connections
  2. Match the chrome (ch) finish with other bathroom fittings
  3. Use model 12144/10 when ordering parts or replacements
  4. Ensure the installation type is wall-mounted

Specifications


    Type: wall-mounted spout
  • Projection: 10 cm
  • Finish: ch (chrome)
  • Model: 12144/10
  • Brand: TECH

Why Buy from SityPro


    Easy online buy process with clear price information on SityPro
  • Convenient ordering and customer support for product selection
  • Delivery available to Estonia and Finland
  • Secure payment options and assistance with returns or replacements
  • Access to product information and model support for TECH fittings

Description provided by sitypro.com

Wall-mounted spout 10 cm
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Излив из стены 10см, 12144/10, TECH

What is Wall-mounted spout 10 cm, 12144/10, TECH and what is it for?

Wall-mounted spout 10 cm, 12144/10, TECH is a 10 cm projection wall-mounted spout designed to deliver water from wall-mounted mixers with concealed plumbing. Suitable for bathroom sinks, bathtubs and kitchen sinks where a compact, tidy wall-mounted solution is required.

Will this spout fit my wall-mounted mixer?

Check your mixer’s outlet type and centre distance; the spout has a 10 cm projection and is intended for standard wall-mounted installations. If your mixer’s outlet diameter and orientation follow standard wall plumbing, model 12144/10 will be compatible.

What is the spout finish and how do I clean it?

The description states a chrome finish (ch), which cleans easily with a soft cloth and mild, non-abrasive cleaner. Avoid abrasive powders and acidic cleaners to prevent damage to the chrome surface.

Is the 10 cm spout suitable for a small bathroom sink?

Yes, the compact 10 cm projection is designed to save space and suit small sinks. Make sure the distance from the wall to the sink centre allows proper water flow and avoids excessive splashing with this projection.

Can I use this spout for a kitchen sink with wall outlet?

Yes, model 12144/10 is suitable for kitchen sinks with a wall outlet when a short projection is desired. Check the installation height and distance to the sink to ensure convenient dishwashing and minimal splashing.

What are the dimensions and length of model 12144/10?

Model 12144/10 has a compact projection/length of 10 cm, stated as the primary dimension. Verify other exact dimensions against your mixer’s technical drawing or installation diagram for precise fit.

How does model 12144/10 differ from longer spouts?

The main difference is the 10 cm projection: the short spout saves space and gives a neat look, while longer spouts project water further from the wall for deeper basins. Choose based on sink depth and the required reach for comfortable use.

What material is the spout made of and is it compatible with chrome mixers?

The description lists a chrome finish (ch), indicating a metal base with chrome plating; it will match chrome mixers visually. For full compatibility check the mounting dimensions and wall connection type.

Does model 12144/10 support concealed plumbing?

Yes, the description states the spout is intended for installations with concealed plumbing and wall mounting. Make sure your installation diagram and connections meet the project requirements.

How to choose between this spout and similar longer models?

Assess sink depth, distance from the wall to the sink centre and the desired flow position; 10 cm suits tight spaces, while deeper sinks need longer projection. Compare projection (10 cm), finish and compatibility with your mixer.

Where to buy Wall-mounted spout 10 cm?

You can buy Wall-mounted spout 10 cm in our online store for 27.34€. Category: Spare parts for taps.

What is the price of Wall-mounted spout 10 cm?

The current price of Wall-mounted spout 10 cm is 27.34€. Brand: La torre.

Wall-mounted spout 10 cm — specifications and description

Model: 000-3843389MASP. Category: Spare parts for taps. Brand: La torre. Price: 27.34€.

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