Door frame MÄND 92MM HOR M10

The photographs are for illustrative purposes only.
Get AI analytics on product Door frame MÄND 92MM HOR M10:
8.74€/pc.
Ex Tax: 7.05€/pc.
No brand
0 reviews
In stock
Product Code: 000-322157ASP

Specification

  • Height (mm): 2090
  • Material: Wood
  • Size : 10x21
  • Width (mm): 990
  • Type: Door frames
Qty
Tags:

DESCRIPTION Door frame MÄND 92MM HOR M10 price 8.88€

Product sizes9,90 x 9,20 x 4,20 cm
Package dimensions10,00 x 9,20 x 4,20 cm
Gross weight2,300 kg
Net weight2,400 kg

Lengi horisontaal manteluksele

Leng: männipuit 42×92 mm

Mõõt: ava 10×21 dm/ 20x21 dm (lengi välismõõt 990×2090mm või 990x1990mm)

Viimistlus: Puuvalmis

Kasutusala: köetavad töö-ja eluruumid

Sobib Viljandi Akna- ja uksetehase mantelservaga siseuksele, ava kõrgusega 210cm või 200cm. (Uks Mänd 3T)   

Product details

Net weight: 2.30 kg
Total weight: 2.40 kg
Product measurements: 9.90 x 9.20 x 4.20 cm
Package measurements: 10.00 x 9.20 x 4.20 cm

Description provided by sitypro.com

Door frames
Height (mm)
2090
Material
Wood
Size
10x21
Width (mm)
990
Frames, thresholds, strips
Type
Door frames
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Door frame MÄND 92MM HOR M10
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Door frame MÄND 92MM HOR M10

What is Door frame MÄND 92MM HOR M10?

Door frame MÄND 92MM HOR M10 is a horizontal pine door lining strip with cross-section 42×92 mm, designed for 10×21 dm or 20×21 dm openings; outer length 990×2090 mm or 990×1990 mm and supplied in unfinished wood (ready for finishing).

Which doors is this frame compatible with?

This frame is compatible with Viljandi Akna- ja uksetehase mantle-edged internal doors, including the Uks Mänd 3T model, for openings with heights of 210 cm or 200 cm.

What are the dimensions and section of the frame?

The lining strip has a cross-section of 42×92 mm; outer dimensions are 990×2090 mm or 990×1990 mm. Product/package dimensions in the listing are shown as 9.90×9.20×4.20 cm.

What material is the frame made from and what's the finish?

The frame is made of pine (männipuit) and is supplied in unfinished wood (puuvalmis), meaning it is not painted or lacquered and is ready for final finishing.

Does it support 10×21 dm or 20×21 dm openings — what's the difference?

The frame supports both standard sizes: 10×21 dm and 20×21 dm. The difference is the opening width and wall thickness; corresponding outer dimensions are 990×2090 mm or 990×1990 mm to suit each option.

Is this frame suitable for heated (interior) rooms?

Yes — the description specifies use in heated work and living spaces (köetavad töö-ja eluruumid). Pine is suitable for such indoor conditions when correctly installed and finished.

What are the product weight and package dimensions?

Net weight is 2.30 kg and gross weight 2.40 kg. Product dimensions are listed as 9.90×9.20×4.20 cm and package dimensions 10.00×9.20×4.20 cm.

Can I install this frame myself and what are the main installation requirements?

Yes — it is a ready horizontal lining strip suitable for DIY if you have basic carpentry skills: confirm the opening height (200 or 210 cm), level the mounting surface, fix the strip with appropriate fasteners and complete final finishing.

Is it compatible with the Uks Mänd 3T door model?

Yes, the description explicitly states compatibility with the Viljandi Akna- ja uksetehase Uks Mänd 3T internal door, assuming the opening height is 200 or 210 cm and the mantle edge matches.

What is the model and SKU of this door frame?

The model is A099824SP and the SKU is 000-322157ASP; use these identifiers when checking compatibility and selecting trims or door leaves.

Where to buy Door frame MÄND 92MM HOR M10?

You can buy Door frame MÄND 92MM HOR M10 in our online store for 7.05€. Category: Door frames.

What is the price of Door frame MÄND 92MM HOR M10?

The current price of Door frame MÄND 92MM HOR M10 is 7.05€. Brand: Tootja puudub.

Door frame MÄND 92MM HOR M10 — specifications and description

Model: 000-322157ASP. Category: Door frames. Brand: Tootja puudub. Price: 7.05€.

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