Door frame CL. Oak MARONE VERTIKAAL right

The photographs are for illustrative purposes only.
Get AI analytics on product Door frame CL. Oak MARONE VERTIKAAL right:
57.04€/pair
Ex Tax: 46.00€/pair
Classen
0 reviews
In stock
Product Code: 000-458759ASP

Specification

  • Color: Oak maroon
  • Height (mm): 2061
  • Material: MDF
  • Size : 7x21
    8x21
    9x21
  • Width (mm): 886
  • Type: Door frames
Qty
One click order
Tags:

DESCRIPTION Door frame CL. Oak MARONE VERTIKAAL right price 57.97€ Classen

Product sizes206,10 x 9,00 x 8,40 cm
Package dimensions215,00 x 9,00 x 10,00 cm
Gross weight8,800 kg
Net weight9,100 kg

Ukselengi vertikaalid Parema käelisele uksele, valmistatud MDF-ist.

Vali eraldi juurde horisontaalid sobivas mõõdus:
UKSELENG CL. TAMM MARONE HORISONTAAL 9 - avamõõt 9x21 ustele, ukselengi välismõõt 886x2061mm
UKSELENG CL. TAMM MARONE HORISONTAAL 8 - avamõõt 8x21 ustele, ukselengi välismõõt 786x2061mm
UKSELENG CL. TAMM MARONE HORISONTAAL 7 - avamõõt 7x21 ustele, ukselengi välismõõt 686x2061mm

Ukseleng sobib uste mudelile: CLIF M3 TAMM MARONE

NB! Pilt on illustreeriv, toote originaal värvitooni leiate piltide lisast (värvitoon võib erineda tegelikkust) !

Description provided by sitypro.com

Door frames
Color
Oak maroon
Height (mm)
2061
Material
MDF
Size
7x21
8x21
9x21
Width (mm)
886
Frames, thresholds, strips
Type
Door frames
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Door frame CL. Oak MARONE VERTIKAAL right
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Door frame CL. Oak MARONE VERTIKAAL right

What is Door frame CL. Oak MARONE VERTIKAAL right?

Door frame CL. Oak MARONE VERTIKAAL right are MDF vertical jambs for a right-handed door. They are supplied as vertical elements to be paired with separate horizontals (HORISONTAAL 9/8/7) and are compatible with the CLIF M3 TAMM MARONE door model.

Which horizontals is this door frame compatible with?

This frame pairs with separate horizontals: HORISONTAAL 9 (outer size 886x2061mm for a 9x21 opening), HORISONTAAL 8 (786x2061mm for 8x21) or HORISONTAAL 7 (686x2061mm for 7x21). Select the horizontal matching your opening size.

Is this frame for left- or right-handed doors?

This is the right-handed version (right opening) only. For a left-opening door you must order the left variant.

What material is the Door frame CL. Oak MARONE VERTIKAAL right made of?

The vertical jambs are made of MDF, as stated in the product description.

What are the outer dimensions when paired with HORISONTAAL 9?

With HORISONTAAL 9 the outer dimension is 886x2061mm, designed for a 9x21 opening. The verticals are separate and combined with the selected horizontal.

Which door models is this frame compatible with?

The description states compatibility with the CLIF M3 TAMM MARONE door model. Make sure the horizontal you choose matches the opening size.

How do I choose between HORISONTAAL 9, 8 and 7 for my opening?

Measure your opening: choose HORISONTAAL 9 for a 9x21 opening (outer 886x2061mm), HORISONTAAL 8 for 8x21 (786x2061mm), or HORISONTAAL 7 for 7x21 (686x2061mm). Pick the horizontal that matches your actual opening dimensions.

Does the set include the full frame or only the verticals?

The listing specifies the vertical jambs for the right door; horizontals are sold separately. To assemble a complete frame, purchase the appropriate horizontal size.

Can I use this frame with doors other than CLIF M3 TAMM MARONE?

The description specifies compatibility with CLIF M3 TAMM MARONE; use with other doors is possible only if dimensions and profile match. Verify measurements and profile before purchasing.

Who is the manufacturer and what is the model SKU?

Manufacturer: Classen. Model: A125426SP. SKU: 000-458759ASP. Use these details when matching parts and checking compatibility.

Where to buy Door frame CL. Oak MARONE VERTIKAAL right?

You can buy Door frame CL. Oak MARONE VERTIKAAL right in our online store for 46.00€. Category: Door frames.

What is the price of Door frame CL. Oak MARONE VERTIKAAL right?

The current price of Door frame CL. Oak MARONE VERTIKAAL right is 46.00€. Brand: Classen.

Door frame CL. Oak MARONE VERTIKAAL right — specifications and description

Model: 000-458759ASP. Category: Door frames. Brand: Classen. Price: 46.00€.

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