Door frame White 92mm HOR M7

The photographs are for illustrative purposes only.
Get AI analytics on product Door frame White 92mm HOR M7:
11.97€/pc.
Ex Tax: 9.65€/pc.
Pisla
0 reviews
In stock
Product Code: 000-334328ASP

Specification

  • Color: White
  • Height (mm): 2090
  • Material: Pine
  • Size : 7x21
  • Width (mm): 690
  • Type: Door frames
Qty
Tags:

SPECIFICATION Door frame White 92mm HOR M7 price 12.15€ Pisla

Product sizes6,90 x 9,20 x 4,20 cm
Package dimensions7,00 x 9,20 x 4,20 cm
Gross weight1,000 kg
Net weight1,100 kg

Sobivad kõikidele Viljandi Akna- ja uksetehase mantelservaga siseustele, ava laiusega 70cm.(Cremona, Cremona 6RK, Caspian, Caspian 6R, Jari, Sile (Siledat ust on võimalik saada avakõrgusega 210cm või 200cm), Sile niiskuskindlam, Opus 1, Opus 2,  Raamuks Forte 1T) Vali juurde lengi vertikaalid (lähtudes lengi sügavusest: 55mm, 68mm, 125mm, mis sobivad ainult avakõrgusele 210cm ja  92mm, mis sobivad ava kõrgusele 210cm või 200cm) Leng: männipuit 42×92 mm
Mõõt: ava 7×21 dm (lengi välismõõt 690×2090 mm)
Viimistlus: valge (NCS S0502-Y)

Kasutusala: köetavad töö-ja eluruumid

Description provided by sitypro.com

Door frames
Color
White
Height (mm)
2090
Material
Pine
Size
7x21
Width (mm)
690
Frames, thresholds, strips
Type
Door frames
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Door frame White 92mm HOR M7
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Door frame White 92mm HOR M7

What is Door frame White 92mm HOR M7 and which doors is it compatible with?

Door frame White 92mm HOR M7 is a pine frame (leng) 42×92 mm with white finish (NCS S0502-Y), sized for a 7×21 dm opening (outer frame 690×2090 mm). It fits Viljandi Akna & uksetehase interior doors with a mantle edge and 70 cm leaf width (Cremona, Caspian, Jari, Sile, Opus models).

What are the exact dimensions and profile of the door frame?

The leng is pine 42×92 mm, designed for a 7×21 dm opening with outer frame dimensions 690×2090 mm. The profile is a straight wooden leng intended for interior doors with a mantle edge.

Is this frame suitable for a 200 cm opening height?

Yes, the 92 mm frame depth fits openings with heights of 210 cm or 200 cm. When ordering, choose the 92 mm depth leng and confirm compatibility with the door model (e.g. Sile is available in 210 or 200 cm heights).

Which Viljandi door models is the HOR M7 frame compatible with?

The frame fits Viljandi Akna & uksetehase models: Cremona, Cremona 6RK, Caspian, Caspian 6R, Jari, Sile (210 or 200 cm), Sile niiskuskindlam, Opus 1, Opus 2, and Raamuks Forte 1T. Ensure the door has a mantle edge and a 70 cm leaf width.

What finish and colour does the frame have?

Finish is white with colour code NCS S0502-Y. The surface is intended for interior use in heated work and living spaces.

What material is the frame made of and how strong is it?

The leng is made of pine (42×92 mm). Pine provides standard strength suitable for interior door frames under normal use in heated rooms.

Which vertical stiles (lengi vertikaalid) should I choose by depth?

Choose stiles based on leng depth: 55 mm, 68 mm, 125 mm (125 mm fits only 210 cm height) or 92 mm (fits 210 or 200 cm heights). Match depth to wall thickness and opening height.

Can this frame be used in higher-humidity rooms?

The frame is intended for heated work and living spaces. There is a Sile niiskuskindlam (more moisture-resistant) model in the range, but this standard leng is not intended for continuously wet environments.

What additional parts do I need to buy for installation?

You should select vertical stiles (lengi vertikaalid) in the correct depth: 55, 68, 92 or 125 mm based on opening and height; purchase linings or trim if wall thickness needs adjustment. Hinges and lock are bought separately depending on the door.

Is this frame suitable for door leaves other than 70 cm wide?

This frame is sized for 70 cm door leaves. For other widths you need a frame with corresponding dimensions or a custom solution; check options with the manufacturer.

Where to buy Door frame White 92mm HOR M7?

You can buy Door frame White 92mm HOR M7 in our online store for 9.65€. Category: Door frames.

What is the price of Door frame White 92mm HOR M7?

The current price of Door frame White 92mm HOR M7 is 9.65€. Brand: Pisla.

Door frame White 92mm HOR M7 — specifications and description

Model: 000-334328ASP. Category: Door frames. Brand: Pisla. Price: 9.65€.

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