WC TURN KNOB 17 Q4+5MM RUUT GRAFIIT MATT CLASSEN

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

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 RUUT GRAFIIT MATT 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 RUUT GRAFIIT MATT CLASSEN
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the WC TURN KNOB 17 Q4+5MM RUUT GRAFIIT MATT CLASSEN

What is the WC TURN KNOB 17 Q4+5MM RUUT GRAFIIT MATT CLASSEN?

WC TURN KNOB 17 Q4+5MM RUUT GRAFIIT MATT CLASSEN is a graphite-matt finish toilet turn knob for doors, dimensions 5.00 x 5.00 x 2.00 cm, unit net weight 0.109 kg and package gross weight 0.175 kg.

Will this turn knob fit a standard toilet door thickness?

The knob measures 5.00 x 5.00 x 2.00 cm and is intended for typical WC turn knob installations; check that your door's hole and escutcheon dimensions match these measurements before buying.

What material is the WC TURN KNOB made of?

The product description does not specify the exact material, only the graphite-matt finish is mentioned. Request material details from the seller if you need confirmation before purchase.

Is model A147736SP compatible with other door handles and fittings?

Model A147736SP (SKU 000-470069ASP) is a standalone WC turn knob; compatibility depends on your mounting hole and escutcheon type—compare your current fittings with the 5.00 x 5.00 x 2.00 cm dimensions.

What is the weight of the turn knob and does it affect installation?

Unit net weight is 0.109 kg and package gross weight 0.175 kg. The light weight does not affect standard fitting into a door escutcheon and requires no reinforcement.

Is the knob for recessed mounting or does it require a surface escutcheon?

The description does not specify mounting type; based on dimensions 5.00 x 5.00 x 2.00 cm it is suitable for surface or standard escutcheon mounting. Confirm installation requirements with the seller.

What is the appearance and finish of this turn knob?

Finish is graphite matt (GRAFIIT MATT), providing a dark grey matte look that suits modern door hardware aesthetics.

What are the package dimensions and is it convenient to store a spare?

Package dimensions are 5.00 x 5.00 x 3.00 cm with gross weight 0.175 kg. The compact packaging makes storing a spare unit easy.

Is this knob suitable for an internal door with a lock?

This is a WC turn knob intended for WC-type locking mechanisms and is not a replacement for more complex internal door locks. Compare its 5.00 x 5.00 x 2.00 cm size with your existing mechanism to confirm fit.

What is the model and SKU of this turn knob for finding compatible parts?

Model A147736SP, SKU 000-470069ASP; use these identifiers when searching for compatible escutcheons or replacement parts.

Where to buy WC TURN KNOB 17 Q4+5MM RUUT GRAFIIT MATT CLASSEN?

You can buy WC TURN KNOB 17 Q4+5MM RUUT GRAFIIT MATT CLASSEN in our online store for 8.01€. Category: Catches.

What is the price of WC TURN KNOB 17 Q4+5MM RUUT GRAFIIT MATT CLASSEN?

The current price of WC TURN KNOB 17 Q4+5MM RUUT GRAFIIT MATT CLASSEN is 8.01€. Brand: Tootja puudub.

WC TURN KNOB 17 Q4+5MM RUUT GRAFIIT MATT CLASSEN — specifications and description

Model: 000-470069ASP. 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ххххххх');