Door frame White 68mm VERTIKAAL

The photographs are for illustrative purposes only.
Get AI analytics on product Door frame White 68mm VERTIKAAL:
52.44€/pc.
Ex Tax: 42.29€/pc.
No brand
0 reviews
In stock
Product Code: 000-335104ASP

Specification

Qty
One click order
Tags:

DESCRIPTION Door frame White 68mm VERTIKAAL price 53.30€

Product sizes4,20 x 6,80 x 207,50 cm
Package dimensions4,20 x 6,80 x 210,00 cm
Gross weight5,100 kg
Net weight5,400 kg

Sobivad kõikidele Viljandi Akna- ja uksetehase mantelservaga siseustele, ava kõrgusega 210cm.(Cremona, Cremona 6RK, Caspian, Caspian 6R, Jari, Sile, Sile niiskuskindlam, Opus 1,  Opus 2, Raamuks Forte 1T) Vali juurde lengi horisontaalid (lähtudes avamõõdust: M7x21, M8x21, M9x21, M10x21)
Leng: männipuit 42×68 mm
Mõõt: ava 10×21 dm (lengi välismõõt 990×2090 mm), ava 7×21 dm (lengi välismõõt 690×2090 mm), ava 8×21 dm (lengi välismõõt 790×2090), ava 9×21 dm (lengi välismõõt 890×2090 mm)
Viimistlus: valge (NCS S0502-Y)
Hinged: FT-65 KS (valge) Kasutusala: köetavad töö-ja eluruumid

Description provided by sitypro.com

Door frames
Color
White
Height (mm)
2090
Material
Pine
Size
7x21
8x21
9x21
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 White 68mm VERTIKAAL
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Door frame White 68mm VERTIKAAL

What is Door frame White 68mm VERTIKAAL and where is it used?

Door frame White 68mm VERTIKAAL is a pine lining (42×68 mm) finished in white (NCS S0502-Y) with FT-65 KS hinges. It’s designed for Viljandi Akna- ja uksetehase interior doors with a mantel edge and 210 cm opening height, for heated residential and workspaces.

What sizes are available for Door frame White 68mm VERTIKAAL and how do they match opening sizes?

Available for openings 7×21, 8×21, 9×21 and 10×21 dm. Outer frame dimensions are 690×2090 mm (7×21), 790×2090 mm (8×21), 890×2090 mm (9×21) and 990×2090 mm (10×21), matching Viljandi interior door standards.

Which door models is Door frame White 68mm VERTIKAAL compatible with?

This frame is compatible with Viljandi Akna- ja uksetehase interior doors with a mantel edge: Cremona, Cremona 6RK, Caspian, Caspian 6R, Jari, Sile, moisture-resistant Sile, Opus 1, Opus 2 and Raamuks Forte 1T for 210 cm opening height.

What material is the frame made of and what is the finish?

The frame is made of pine (42×68 mm) and finished in white (NCS S0502-Y). Hinges supplied are white FT-65 KS.

Which hinges come with the VERTIKAAL frame and what colour are they?

The frame includes FT-65 KS hinges in white, matching the white finish of the frame and suitable for standard interior door loads.

Are additional horizontals needed and how to choose them?

Select horizontal lining pieces based on opening size: M7x21, M8x21, M9x21 or M10x21. Horizontals are required to assemble the frame to the correct width for door leaf installation.

Is this frame suitable for wet rooms?

Door frame White 68mm VERTIKAAL is intended for heated residential and workspaces. For wet rooms, choose a moisture-resistant door model (e.g. Sile niiskuskindlam) or a specially treated frame.

What is the frame depth (lining thickness) and how does it affect installation?

Lining cross-section is 42×68 mm, so depth is 68 mm. This standard interior depth may require filler trims depending on wall thickness but matches Viljandi door installation norms.

What opening height is required to install this frame?

Required opening height is 210 cm (2100 mm). The frame is made specifically for Viljandi doors with 210 cm opening height.

Is the VERTIKAAL frame suitable to install with architraves and a threshold?

Yes — the frame is in the 'Коробки, пороги, наличники' category and is compatible with architraves and thresholds. Consider the lining size 42×68 mm and outer dimensions (690–990×2090 mm) when choosing trims.

Where to buy Door frame White 68mm VERTIKAAL?

You can buy Door frame White 68mm VERTIKAAL in our online store for 42.29€. Category: Door frames.

What is the price of Door frame White 68mm VERTIKAAL?

The current price of Door frame White 68mm VERTIKAAL is 42.29€. Brand: Tootja puudub.

Door frame White 68mm VERTIKAAL — specifications and description

Model: 000-335104ASP. Category: Door frames. Brand: Tootja puudub. Price: 42.29€.

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