Door frame Veneer Oak 615 9x21 92MM

The photographs are for illustrative purposes only.
Get AI analytics on product Door frame Veneer Oak 615 9x21 92MM:
103.04€/set
Ex Tax: 83.10€/set
SWEDOOR
0 reviews
In stock
Product Code: 000-456277ASP

Specification

  • Color: Oak
  • Height (mm): 2090
  • Material: Veneer
  • Size : 9x21
  • Width (mm): 890
  • Type: Door frames
Qty
One click order
Tags:

DESCRIPTION Door frame Veneer Oak 615 9x21 92MM price 104.73€ SWEDOOR

Product sizes9,20 x 79,00 x 209,00 cm
Package dimensions14,00 x 9,20 x 210,00 cm
Net weight9,600 kg

-Lengi välismõõt 890x2090mm
-Komplekti kuulub lengi vertikaalid ja horisontaal
-Otsatapid tehtud, leng montaaživalmis
-Luku vasturaud 0068
-Hinged FT65 ( 2tk ) ja plastkorgid montaaži avade katteks
-Augud montaaži kruvidele on ette puuritud
-Montaažikruvid ei kuulu komplekti

Ukseleng sobib Swedoor uksetehase mantelservaga uksele:
-UKS SPOON TAMM 9x21 SILE

Description provided by sitypro.com

Door frames
Color
Oak
Height (mm)
2090
Material
Veneer
Size
9x21
Width (mm)
890
Frames, thresholds, strips
Type
Door frames
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Door frame Veneer Oak 615 9x21 92MM
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Door frame Veneer Oak 615 9x21 92MM

What is the Door frame Veneer Oak 615 9x21 92MM and which doors is it compatible with?

Door frame Veneer Oak 615 9x21 92MM is a pre-prepared door lining with external dimensions 890x2090 mm, including verticals and horizontal. It fits the Swedoor UKS SPOON TAMM 9x21 SILE interior door with a 92 mm jamb width; mounting screws are not included.

What components are included with the Door frame Veneer Oak 615 9x21 92MM?

The set includes the frame verticals and horizontal, pre-made end tenons, lock strike plate 0068, FT65 hinges (2 pcs) and plastic caps for the mounting holes. Mounting screws are not included.

What are the external dimensions of the door frame and what opening size does it cover?

External dimensions are 890x2090 mm. It is designed for a 9x21 door (height 2090 mm) and a jamb width of 92 mm.

Will this frame fit doors from manufacturers other than Swedoor?

The frame is designed for the Swedoor UKS SPOON TAMM 9x21 SILE, but it can fit other doors with identical dimensions: 890x2090 mm external size and 92 mm jamb width. Verify the strike plate position and hinge locations before installation.

Which hinges are fitted in the frame and are they suitable for different door types?

The frame includes FT65 hinges (2 pcs), suitable for standard internal doors and the weight of the Swedoor panel. For heavier or non-standard thickness doors, check FT65 load capacity or use stronger hinges.

Are there pre-drilled holes for mounting screws and caps included?

Yes, the frame has pre-drilled holes for mounting screws and includes plastic caps to cover the holes. Mounting screws themselves are not included.

What finish does the Door frame Veneer Oak 615 have and what material is it made of?

The finish is oak veneer (Veneer Oak), providing a natural wood texture on the visible surface. The frame is constructed as a ready-to-install lining.

Is the frame suitable for fitting a standard lock and which strike plate is used?

Yes, the frame is prepared for a standard lock and includes strike plate 0068. Check that your door lock aligns with the position of this strike plate.

Does the frame require additional preparation before installation or is it ready to fit?

The frame is ready to install: end tenons are made, holes for fixings are pre-drilled, hinges and caps are fitted. You only need appropriate mounting screws and to verify the opening dimensions.

How does model A123944SP / sku 000-456277ASP differ from other frames in the 'Frames, thresholds, trims' category?

Model A123944SP (sku 000-456277ASP) features oak veneer finish and dimensions 615 9x21 92MM with external size 890x2090 mm; it includes FT65 hinges and strike plate 0068 pre-fitted. Other frames may differ in finish, dimensions or included fittings.

Where to buy Door frame Veneer Oak 615 9x21 92MM?

You can buy Door frame Veneer Oak 615 9x21 92MM in our online store for 83.10€. Category: Door frames.

What is the price of Door frame Veneer Oak 615 9x21 92MM?

The current price of Door frame Veneer Oak 615 9x21 92MM is 83.10€. Brand: SWEDOOR.

Door frame Veneer Oak 615 9x21 92MM — specifications and description

Model: 000-456277ASP. Category: Door frames. Brand: SWEDOOR. Price: 83.10€.

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