PLIIDIUKS 375x275 KLAAS.PÕLMER

The photographs are for illustrative purposes only.
Get AI analytics on product Stove door 375x275 glass Põlmer:
91.08€/pc.
Ex Tax: 73.45€/pc.
No brand
0 reviews
In stock
Product Code: 000-379197ASP
Qty
One click order
Tags:
Package dimensions27,50 x 37,50 x 3,00 cm
Net weight7,240 kg

Stove Door 375x275 with Glass — PÕLMER

This PÕLMER stove door is a replacement or upgrade component designed for wood stoves and fireplaces. It features a glass panel and is intended to provide safe access to the firebox while improving viewing and heat management. Use this product description to learn about its features, application, price considerations and where to buy at SityPro.

Key advantages


    Clear glass panel allows good flame visibility and enhances ambiance
  • Standard rectangular size simplifies replacement and compatibility
  • Improves stove efficiency by maintaining a sealed firebox
  • Enhances safety with a secure door solution
  • Neat finish that complements traditional and modern stoves
  • Easy to source as a single spare part for repairs

Application and use cases

This stove door is suitable for maintenance, renovation and new installations where a glass firebox door of the specified size is required.


    Replacing a damaged or worn stove door on a domestic wood stove
  • Upgrading an existing fireplace door to a glass model for better view of the fire
  • Use in stove renovation projects to restore functionality and appearance
  • Stocking spare parts for stove repair services or workshops

What to consider when choosing


    Confirm the door dimensions match your stove opening to ensure proper fit
  1. Check compatibility with your stove model and mounting arrangement
  2. Verify the glass type and heat resistance meet your stove's operating conditions
  3. Consider installation requirements and whether professional fitting is needed
  4. Compare price and availability to balance cost and delivery time

Characteristics


    Product type: stove door (PLIIDIUKS)
  • Dimensions: 375x275
  • Includes: glass panel (KLAAS)
  • Model/variant: PÕLMER

Why buy at SityPro


    Wide selection of stove parts and accessories to help you find the right match
  • Clear information on price and characteristics to simplify your buying decision
  • Reliable delivery options to Estonia and Finland for convenient shipping
  • Customer support to assist with product questions and application guidance
  • Easy to buy online with transparent ordering and return policies

Description provided by sitypro.com

PLIIDIUKS 375x275 KLAAS.PÕLMER
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Stove door 375x275 glass Põlmer

What is the Stove door 375x275 glass Põlmer and what is it used for?

Stove door 375x275 glass Põlmer is a replacement stove/oven door with a 375×275 mm glass panel. It is used to replace damaged doors, improve flame/food visibility and refresh the look of the stove or fireplace.

What are the exact dimensions and shape of this stove door?

The stove door measures 375×275 mm and is rectangular with a glass insert designed for viewing the firebox or oven interior.

Will this stove door fit old or retro stoves?

Yes, the 375×275 mm standard size and universal design of the Stove door 375x275 glass Põlmer make it compatible with many older or retro stoves, provided the mounting points and aperture dimensions match.

What materials is the Stove door 375x275 glass Põlmer made of?

The door features a metal frame with a clear glass insert; the product description specifies the glass panel for visibility and a standard stove-door construction.

Are additional components required to install this door?

Typically, installation requires standard fasteners and seals; the description does not list special parts, but confirm your stove’s mounting points match before purchase.

What is the model number and SKU of this door?

The model number is A046864SP and the SKU is 000-379197ASP — use these when checking compatibility or referencing the spare part.

Is this door suitable for stoves and fireplaces or only kitchen stoves?

The product is described for stoves and ovens, and the English text also references fireplaces; check your specific appliance’s dimensions and mounting before fitting.

How do I care for and clean the glass surface of the door?

Wipe the glass with a soft damp cloth and mild detergent, avoiding abrasives and harsh chemicals. For stubborn soot or baked-on residue use oven-glass cleaners and follow product directions carefully.

How does this door differ from other 375x275 models?

The Stove door 375x275 glass Põlmer features a clear viewing glass and a universal aesthetic; it’s identified by model A046864SP and SKU 000-379197ASP, which helps distinguish it from other parts.

What are common use cases for the Stove door 375x275 glass Põlmer?

Common uses include replacing cracked or broken doors, restoring retro stoves, fitting in country/kitchen renovations and as a spare part in repair workshops.

Where to buy Stove door 375x275 glass Põlmer?

You can buy Stove door 375x275 glass Põlmer in our online store for 73.45€. Category: Castings.

What is the price of Stove door 375x275 glass Põlmer?

The current price of Stove door 375x275 glass Põlmer is 73.45€. Brand: Tootja puudub.

Stove door 375x275 glass Põlmer — specifications and description

Model: 000-379197ASP. Category: Castings. Brand: Tootja puudub. Price: 73.45€.

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