WC TURN KNOB 17 Q4+5MM ÜMAR MUST CLASSEN

The photographs are for illustrative purposes only.
Get AI analytics on product WC TURN KNOB
17
Q4+5MM ÜMAR MUST CLASSEN:
9.93€/set
Ex Tax: 8.01€/set
No brand
0 reviews
In stock
Product Code: 000-470060ASP

Specification

  • Kogukaal: 0,175 kg
  • Mõõtmed: 5,00 x 5,00 x 2,00 cm
  • Pakendi mõõtmed: 5,00 x 5,00 x 3,00 cm
  • Ühiku netokaal: 0,109 kg
Qty
Tags:

DESCRIPTION WC TURN KNOB 17 Q4+5MM ÜMAR MUST CLASSEN price 10.09€

Product sizes5,00 x 5,00 x 2,00 cm
Package dimensions5,00 x 5,00 x 3,00 cm
Gross weight0,109 kg
Net weight0,175 kg

Ühiku netokaal: 0,109 kg

Kogukaal: 0,175 kg

Mõõtmed: 5,00 x 5,00 x 2,00 cm

Pakendi mõõtmed: 5,00 x 5,00 x 3,00 cm

Description provided by sitypro.com

Kogukaal
0,175 kg
Mõõtmed
5,00 x 5,00 x 2,00 cm
Pakendi mõõtmed
5,00 x 5,00 x 3,00 cm
Ühiku netokaal
0,109 kg
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
WC TURN KNOB 17 Q4+5MM ÜMAR MUST CLASSEN
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the WC TURN KNOB 17 Q4+5MM ÜMAR MUST CLASSEN

What is the WC TURN KNOB 17 Q4+5MM ÜMAR MUST CLASSEN?

WC TURN KNOB 17 Q4+5MM ÜMAR MUST CLASSEN is a round black toilet turn knob with overall dimensions 5.00 x 5.00 x 2.00 cm; unit net weight 0.109 kg, gross weight 0.175 kg, model A147737SP.

What are the dimensions and weight of the turn knob?

Product dimensions are 5.00 x 5.00 x 2.00 cm; package dimensions 5.00 x 5.00 x 3.00 cm. Unit net weight is 0.109 kg and gross weight is 0.175 kg.

Is this turn knob compatible with standard WC spindles 4mm or 5mm?

The Q4+5MM in the name indicates compatibility with 4 mm and 5 mm spindles. The ÜMAR (round) design is intended for typical toilet door installations.

What material is the turn knob made of and what colour is it?

The description does not specify material, but the product name indicates a round black finish (ÜMAR MUST). To confirm whether it is metal or plastic check the technical sheet for model A147737SP.

Can this turn knob be used on both sides of the door or only internally?

This is a WC turn knob typically fitted to the interior side of a toilet door. For use on both sides, check spindle length and 4/5 mm compatibility.

What are the package dimensions and will the knob fit a standard door set?

Package dimensions are 5.00 x 5.00 x 3.00 cm, so the knob is compact. Fitment depends on spindle size (4/5 mm) and door thickness—check those for compatibility.

How do I install A147737SP turn knob on a door — are special tools needed?

Installation is standard: a screwdriver and possibly pliers to secure the spindle are usually enough; no special tools required. Ensure the door spindle is 4 or 5 mm and of suitable length for the door thickness.

Is model A147737SP compatible with other door handles and locks?

A147737SP is compatible with mechanisms using 4 mm or 5 mm spindles. Final compatibility depends on the handle/lock design and fixing distances.

What is the model and SKU for this turn knob to find spare parts or replacements?

The model is A147737SP and the SKU is 000-470060ASP; use these identifiers when searching for spare parts or replacements.

Will this knob fit thin interior doors?

Its compact size (5.00 x 5.00 x 2.00 cm) makes it suitable for tighter locations, but verify spindle diameter (4/5 mm) and door thickness before purchase.

What is the product packaging and how much space will it take in a box with other fittings?

Package dimensions are 5.00 x 5.00 x 3.00 cm, so it is very compact and will occupy minimal space alongside other fittings.

Where to buy WC TURN KNOB 17 Q4+5MM ÜMAR MUST CLASSEN?

You can buy WC TURN KNOB 17 Q4+5MM ÜMAR MUST CLASSEN in our online store for 8.01€. Category: Catches.

What is the price of WC TURN KNOB 17 Q4+5MM ÜMAR MUST CLASSEN?

The current price of WC TURN KNOB 17 Q4+5MM ÜMAR MUST CLASSEN is 8.01€. Brand: Tootja puudub.

WC TURN KNOB 17 Q4+5MM ÜMAR MUST CLASSEN — specifications and description

Model: 000-470060ASP. Category: Catches. Brand: Tootja puudub. Price: 8.01€.

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