Lead #3930
Best Contact
—
Email
info@phstoves.com (generic)
Override
Captured Pages
http://pipinghotstovesstockton.co.uk/about-us
Status: 200
Emails: info@phstoves.com
View text
Call us on 01642 805377 Quote Basket Find Us Contact Us Browse Stoves Brands Services Installation & Aftercare Information About Us FAQs Guides, Tips & News Where to Find Us Showrooms Appointments Browse by Fuel TypeMulti Fuel StovesWood Burner StovesNatural Gas StovesBrowse by BrandClockConturaDik GuertsHwamQudosStovaxView AllBrowse by Max Heat Output5kW6kW7kW9kW10kW14kW Installation & Aftercare No Subcontractors Premium Brands Free Expert Advice Fully Fitted Showrooms Family run for over 10 years We have become well-known across the local area for our exceptional service. No matter your stove requirements, one of our friendly team members will work closely with you to help you find the stove of your dreams. As a family-run business, customer satisfaction is at the heart of what we do. We are passionate about our work and committed to providing a service that makes our customers feel like friends. With many years of experience, we have become well-known across the local area for our exceptional service. No matter your stove requirements, one of our friendly team members will work closely with you to help you find the stove of your dreams. Importantly, we are not salespeople; we are customer advisors. You will never experience a hard sell from anyone in our company—just friendly advice should you need it. Dave Elaine Duncan Sharon Melanie Will Ollie Lee John Ian David Why Choose Us? As a family run business, we pride ourselves on customer satisfaction. We are passionate about what we do and the service we provide. Customer Service We're passionate about our work and committed to providing a service that makes our customers feel like friends. Premium Brands We carry high-quality stoves and fires from various leading brands to suit every budget. Full Service We are here to help throughout the full process, from design to installation and aftercare, without subcontractors. Expert Advice Our friendly team members will work closely with you to help you find the stove of your dreams. Need help? Arrange a free design consultation today. Call us on 01642 805377 Arrange an Appointment Visit Our Showroom and Design Studio With over 100 stunning displays across our two locations, we offer an extensive range of fireplaces designed to meet all your heating needs. Whether you’re seeking the warmth of a traditional wood burner or the sleek convenience of a modern gas or electric fire, we have the perfect solution to suit your home and style. Visit us today and discover how we can bring warmth, comfort, and style to your home! Your dream fireplace is just one visit away! Learn more about our showroom Discover Piping Hot Stoves Brands Guides & Tips Our Showroom Design Appointments Need help? Arrange a free design consultation today. Contact us today and our customer advisors will work closely with you to help you find the stove of your dreams. Arrange a Design Consultation Location Showroom Unit 7 Mandale Retail Park, Portrack Lane, Stockton on Tees, TS18 2LX Display Centre Unit 2 Portrack Grange Road, Stockton on Tees, TS18 2PH 01642 805377 info@phstoves.com NavigationBrands About Us Showrooms Browse StovesWood Multi-fuel Natural Gas Helpful InformationGuides, Tips & News Find Us Contact Us Copyright © 2025. All rights reserved. Website by Yellowbox. Menu Browse Stoves Wood Multi-fuel Natural Gas All Stoves Brands Services Installation & Aftercare Information FAQs Guides, Tips & News Where to Find Us Showrooms Appointments Quote Basket Find Us Contact Us Request an Appointment "*" indicates required fields If you’d love a wood burning stove but are struggling to make it work, or are brimming with ideas but don’t know where to start, you’ll find our free design consultation is the perfect way to explore your ideas with the experts. Simply fill out your details below and we'll contact your to arrange a time that works for you. Name* First Last Contact number*Email address Date* MM slash DD slash YYYY Time of day*MorningAfternoonWhich showroom would you like to visit?Solid Fuel ShowroomGas & Electric Display CentreVirtual ConsultationUnit 7, Mandale Retail Park, Portrack Lane, Stockton-on-Tees, County Durham, TS18 2LXUnit 2 Portrack Grange Road, Stockton, TS18 2PHAdditional information gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'http://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'http://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 2, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/phs-theme/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} jQuery('#navigationDesktop .nav-item > .nav-link').on('mouseenter', function() { var id = jQuery(this).data('megamenu'); jQuery('.megamenu.show').hide().removeClass('hide'); jQuery('#' + id).show().addClass('show'); }); jQuery('.megamenu').on('mouseleave', function() { jQuery(this).hide().removeClass('show'); }); Quote Basket No products in the Quote Basket. (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); var woof_filter_titles = {"product_cat":"Product categories","pa_colour":"Product Colour"}; var woof_ext_filter_titles = {"woof_author":"By author","stock":"In stock","onsales":"On sale","byrating":"By rating","woof_text":"By text"}; //# sourceURL=woof_front-js-extra const woof_front_nonce = "c5398618b0"; var woof_is_permalink =1; var woof_shop_page = ""; var woof_m_b_container =".woocommerce-products-header"; var woof_really_curr_tax = {}; var woof_current_page_link = location.protocol + '//' + location.host + location.pathname; /*lets remove pagination from woof_current_page_link*/ woof_current_page_link = woof_current_page_link.replace(/\page\/[0-9]+/, ""); woof_current_page_link = "https://pipinghotstovesstockton.co.uk/stove-catalogue/"; var woof_link = 'http://pipinghotstovesstockton.co.uk/wp-content/plugins/woocommerce-products-filter/'; var woof_ajaxurl = "https://pipinghotstovesstockton.co.uk/wp-admin/admin-ajax.php"; var woof_lang = { 'orderby': "orderby", 'date': "date", 'perpage': "per page", 'pricerange': "price range", 'menu_order': "menu order", 'popularity': "popularity", 'rating': "rating", 'price': "price low to high", 'price-desc': "price high to low", 'clear_all': "Clear All", 'list_opener': "Сhild list opener", }; if (typeof woof_lang_custom == 'undefined') { var woof_lang_custom = {};/*!!important*/ } var woof_is_mobile = 0; var woof_show_price_search_button = 0; var woof_show_price_search_type = 0; var woof_show_price_search_type = 0; var swoof_search_slug = "swoof"; var icheck_skin = {}; icheck_skin.skin = "square"; icheck_skin.color = "orange"; var woof_select_type = 'chosen'; var woof_current_values = '[]'; var woof_lang_loading = "Loading ..."; var woof_lang_show_products_filter = "show products filter"; var woof_lang_hide_products_filter = "hide products filter"; var woof_lang_pricerange = "price range"; var woof_use_beauty_scroll =1; var woof_autosubmit =1; var woof_ajaxurl = "https://pipinghotstovesstockton.co.uk/wp-admin/admin-ajax.php"; /*var woof_submit_link = "";*/ var woof_is_ajax = 0; var woof_ajax_redraw = 0; var woof_ajax_page_num =1; var woof_ajax_first_done = false; var woof_checkboxes_slide_flag = 1; /*toggles*/ var woof_toggle_type = "text"; var woof_toggle_closed_text = "+"; var woof_toggle_opened_text = "-"; var woof_toggle_closed_image = "http://pipinghotstovesstockton.co.uk/wp-content/plugins/woocommerce-products-filter/img/plus.svg"; var woof_toggle_opened_image = "http://pipinghotstovesstockton.co.uk/wp-content/plugins/woocommerce-products-filter/img/minus.svg"; /*indexes which can be displayed in red buttons panel*/ var woof_accept_array = ["min_price", "orderby", "perpage", "woof_author","stock","onsales","byrating","woof_text","min_rating","product_visibility","product_cat","product_tag","pa_brand","pa_colour","pa_fuel-type","pa_max-heat-output","pa_min-heat-output","pa_nominal-heat-output"]; /*for extensions*/ var woof_ext_init_functions = null; woof_ext_init_functions = '{"by_author":"woof_init_author","by_instock":"woof_init_instock","by_onsales":"woof_init_onsales","by_text":"woof_init_text","label":"woof_init_labels","select_radio_check":"woof_init_select_radio_check"}'; var woof_overlay_skin = "default"; function woof_js_after_ajax_done() { jQuery(document).trigger('woof_ajax_done'); } var woof_front_sd_is_a=1;var woof_front_show_notes=1;var woof_lang_front_builder_del="Are you sure you want to delete this filter-section?";var woof_lang_front_builder_options="Options";var woof_lang_front_builder_option="Option";var woof_lang_front_builder_section_options="Section Options";var woof_lang_front_builder_description="Description";var woof_lang_front_builder_close="Close";var woof_lang_front_builder_suggest="Suggest the feature";var woof_lang_front_builder_good_to_use="good to use in content areas";var woof_lang_front_builder_confirm_sd="Smart Designer item will be created and attached to this filter section and will cancel current type, proceed?";var woof_lang_front_builder_creating="Creating";var woof_lang_front_builder_shortcode="Shortcode";var woof_lang_front_builder_layout="Layout";var woof_lang_front_builder_filter_section="Section options";var woof_lang_front_builder_filter_redrawing="filter redrawing";var woof_lang_front_builder_filter_redrawn="redrawn";var woof_lang_front_builder_filter_redrawn="redrawn";var woof_lang_front_builder_title_top_info="this functionality is only visible for the site administrator";var woof_lang_front_builder_title_top_info_demo="demo mode is activated, and results are visible only to you";;var woof_lang_front_builder_select="+ Add filter section"; //# sourceURL=woof_front-js-before var url_parser_data = {"filters":{"by_price":"price","woof_author":"author","by_author":"by_author","by_instock":"by_instock","by_onsales":"by_onsales","min_rating":"min_rating","by_rating":"by_rating","woof_text":"name","by_text":"by_text","product_visibility":"product_visibility","product_cat":"product_cat","product_tag":"product_tag","pa_brand":"brand","pa_colour":"colour","pa_fuel-type":"fuel-type","pa_max-heat-output":"max-heat-output","pa_min-heat-output":"min-heat-output","pa_nominal-heat-output":"nominal-heat-output","instock":"instock","onsale":"onsale","featured":"featured","backorder_not_in":"backorder_not_in","rev_product_visibility":"product_visibility","rev_product_cat":"product_cat","rev_product_tag":"product_tag","rev_pa_brand":"brand","rev_pa_colour":"colour","rev_pa_fuel-type":"fuel-type","rev_pa_max-heat-output":"max-heat-output","rev_pa_min-heat-output":"min-heat-output","rev_pa_nominal-heat-output":"nominal-heat-output"},"special":{"stock":"instock","onsales":"onsale","product_visibility":"featured","backorder":"backorder_not_in"}}; //# sourceURL=woof_url_parser-js-extra var wc_order_attribution = {"params":{"lifetime":1.0000000000000000818030539140313095458623138256371021270751953125e-5,"session":30,"base64":false,"ajaxurl":"https://pipinghotstovesstockton.co.uk/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; //# sourceURL=wc-order-attribution-js-extra wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); //# sourceURL=wp-i18n-js-after var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled","error":"Error","message":"Message"},"vars":{"images_url":"http://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images"}}; var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"http://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms","number_formats":[],"spinnerUrl":"http://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images/spinner.svg","version_hash":"c879346ac7716666ec767cf8086713f6","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; //# sourceURL=gform_gravityforms-js-extra var gf_legacy = {"is_legacy":""}; //# sourceURL=gform_conditional_logic-js-extra var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"c879346ac7716666ec767cf8086713f6"},"ajax":{"ajaxurl":"https://pipinghotstovesstockton.co.uk/wp-admin/admin-ajax.php","ajax_submission_nonce":"b6f17337a5","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"http://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/assets/js/dist/","config_nonce":"1a2b46eeff"}; //# sourceURL=gform_gravityforms_theme-js-extra {"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"http://pipinghotstovesstockton.co.uk/wp-includes/js/wp-emoji-release.min.js?ver=6.9"}} /*! This file is auto-generated */ const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))}); //# sourceURL=http://pipinghotstovesstockton.co.uk/wp-includes/js/wp-emoji-loader.min.js gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 2) {gf_global["number_formats"][2] = {"14":{"price":false,"value":false},"4":{"price":false,"value":false},"6":{"price":false,"value":false},"7":{"price":false,"value":false},"9":{"price":false,"value":false},"10":{"price":false,"value":false},"11":{"price":false,"value":false},"12":{"price":false,"value":false},"13":{"price":false,"value":false},"8":{"price":false,"value":false}};if(window['jQuery']){if(!window['gf_form_conditional_logic'])window['gf_form_conditional_logic'] = new Array();window['gf_form_conditional_logic'][2] = { logic: { 12: {"field":{"enabled":true,"actionType":"show","logicType":"all","rules":[{"fieldId":"11","operator":"is","value":"Solid Fuel Showroom"}]},"nextButton":null,"section":null},13: {"field":{"enabled":true,"actionType":"show","logicType":"all","rules":[{"fieldId":"11","operator":"is","value":"Gas & Electric Display Centre"}]},"nextButton":null,"section":null} }, dependents: { 12: [12],13: [13] }, animation: 0, defaults: {"4":{"4.2":"","4.3":"","4.4":"","4.6":"","4.8":""}}, fields: {"14":[],"4":[],"6":[],"7":[],"9":[],"10":[],"11":[12,13],"12":[],"13":[],"8":[]} }; if(!window['gf_number_format'])window['gf_number_format'] = 'decimal_dot';jQuery(document).ready(function(){gform.utils.trigger({ event: 'gform/conditionalLogic/init/start', native: false, data: { formId: 2, fields: null, isInit: true } });window['gformInitPriceFields']();gf_apply_rules(2, [12,13], true);jQuery('#gform_wrapper_2').show();jQuery('#gform_wrapper_2 form').css('opacity', '');jQuery(document).trigger('gform_post_conditional_logic', [2, null, true]);gform.utils.trigger({ event: 'gform/conditionalLogic/init/end', native: false, data: { formId: 2, fields: null, isInit: true } });} );} if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 2, 1 ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );
https://pipinghotstovesstockton.co.uk/about-us
Status: 200
Emails: info@phstoves.com
View text
Call us on 01642 805377 Quote Basket Find Us Contact Us Browse Stoves Brands Services Installation & Aftercare Information About Us FAQs Guides, Tips & News Where to Find Us Showrooms Appointments Browse by Fuel TypeMulti Fuel StovesWood Burner StovesNatural Gas StovesBrowse by BrandClockConturaDik GuertsHwamQudosStovaxView AllBrowse by Max Heat Output5kW6kW7kW9kW10kW14kW Installation & Aftercare No Subcontractors Premium Brands Free Expert Advice Fully Fitted Showrooms Family run for over 10 years We have become well-known across the local area for our exceptional service. No matter your stove requirements, one of our friendly team members will work closely with you to help you find the stove of your dreams. As a family-run business, customer satisfaction is at the heart of what we do. We are passionate about our work and committed to providing a service that makes our customers feel like friends. With many years of experience, we have become well-known across the local area for our exceptional service. No matter your stove requirements, one of our friendly team members will work closely with you to help you find the stove of your dreams. Importantly, we are not salespeople; we are customer advisors. You will never experience a hard sell from anyone in our company—just friendly advice should you need it. Dave Elaine Duncan Sharon Melanie Will Ollie Lee John Ian David Why Choose Us? As a family run business, we pride ourselves on customer satisfaction. We are passionate about what we do and the service we provide. Customer Service We're passionate about our work and committed to providing a service that makes our customers feel like friends. Premium Brands We carry high-quality stoves and fires from various leading brands to suit every budget. Full Service We are here to help throughout the full process, from design to installation and aftercare, without subcontractors. Expert Advice Our friendly team members will work closely with you to help you find the stove of your dreams. Need help? Arrange a free design consultation today. Call us on 01642 805377 Arrange an Appointment Visit Our Showroom and Design Studio With over 100 stunning displays across our two locations, we offer an extensive range of fireplaces designed to meet all your heating needs. Whether you’re seeking the warmth of a traditional wood burner or the sleek convenience of a modern gas or electric fire, we have the perfect solution to suit your home and style. Visit us today and discover how we can bring warmth, comfort, and style to your home! Your dream fireplace is just one visit away! Learn more about our showroom Discover Piping Hot Stoves Brands Guides & Tips Our Showroom Design Appointments Need help? Arrange a free design consultation today. Contact us today and our customer advisors will work closely with you to help you find the stove of your dreams. Arrange a Design Consultation Location Showroom Unit 7 Mandale Retail Park, Portrack Lane, Stockton on Tees, TS18 2LX Display Centre Unit 2 Portrack Grange Road, Stockton on Tees, TS18 2PH 01642 805377 info@phstoves.com NavigationBrands About Us Showrooms Browse StovesWood Multi-fuel Natural Gas Helpful InformationGuides, Tips & News Find Us Contact Us Copyright © 2025. All rights reserved. Website by Yellowbox. Menu Browse Stoves Wood Multi-fuel Natural Gas All Stoves Brands Services Installation & Aftercare Information FAQs Guides, Tips & News Where to Find Us Showrooms Appointments Quote Basket Find Us Contact Us Request an Appointment "*" indicates required fields If you’d love a wood burning stove but are struggling to make it work, or are brimming with ideas but don’t know where to start, you’ll find our free design consultation is the perfect way to explore your ideas with the experts. Simply fill out your details below and we'll contact your to arrange a time that works for you. Name* First Last Contact number*Email address Date* MM slash DD slash YYYY Time of day*MorningAfternoonWhich showroom would you like to visit?Solid Fuel ShowroomGas & Electric Display CentreVirtual ConsultationUnit 7, Mandale Retail Park, Portrack Lane, Stockton-on-Tees, County Durham, TS18 2LXUnit 2 Portrack Grange Road, Stockton, TS18 2PHAdditional information gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 2, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/phs-theme/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} jQuery('#navigationDesktop .nav-item > .nav-link').on('mouseenter', function() { var id = jQuery(this).data('megamenu'); jQuery('.megamenu.show').hide().removeClass('hide'); jQuery('#' + id).show().addClass('show'); }); jQuery('.megamenu').on('mouseleave', function() { jQuery(this).hide().removeClass('show'); }); Quote Basket No products in the Quote Basket. (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); var woof_filter_titles = {"product_cat":"Product categories","pa_colour":"Product Colour"}; var woof_ext_filter_titles = {"woof_author":"By author","stock":"In stock","onsales":"On sale","byrating":"By rating","woof_text":"By text"}; //# sourceURL=woof_front-js-extra const woof_front_nonce = "c5398618b0"; var woof_is_permalink =1; var woof_shop_page = ""; var woof_m_b_container =".woocommerce-products-header"; var woof_really_curr_tax = {}; var woof_current_page_link = location.protocol + '//' + location.host + location.pathname; /*lets remove pagination from woof_current_page_link*/ woof_current_page_link = woof_current_page_link.replace(/\page\/[0-9]+/, ""); woof_current_page_link = "https://pipinghotstovesstockton.co.uk/stove-catalogue/"; var woof_link = 'https://pipinghotstovesstockton.co.uk/wp-content/plugins/woocommerce-products-filter/'; var woof_ajaxurl = "https://pipinghotstovesstockton.co.uk/wp-admin/admin-ajax.php"; var woof_lang = { 'orderby': "orderby", 'date': "date", 'perpage': "per page", 'pricerange': "price range", 'menu_order': "menu order", 'popularity': "popularity", 'rating': "rating", 'price': "price low to high", 'price-desc': "price high to low", 'clear_all': "Clear All", 'list_opener': "Сhild list opener", }; if (typeof woof_lang_custom == 'undefined') { var woof_lang_custom = {};/*!!important*/ } var woof_is_mobile = 0; var woof_show_price_search_button = 0; var woof_show_price_search_type = 0; var woof_show_price_search_type = 0; var swoof_search_slug = "swoof"; var icheck_skin = {}; icheck_skin.skin = "square"; icheck_skin.color = "orange"; var woof_select_type = 'chosen'; var woof_current_values = '[]'; var woof_lang_loading = "Loading ..."; var woof_lang_show_products_filter = "show products filter"; var woof_lang_hide_products_filter = "hide products filter"; var woof_lang_pricerange = "price range"; var woof_use_beauty_scroll =1; var woof_autosubmit =1; var woof_ajaxurl = "https://pipinghotstovesstockton.co.uk/wp-admin/admin-ajax.php"; /*var woof_submit_link = "";*/ var woof_is_ajax = 0; var woof_ajax_redraw = 0; var woof_ajax_page_num =1; var woof_ajax_first_done = false; var woof_checkboxes_slide_flag = 1; /*toggles*/ var woof_toggle_type = "text"; var woof_toggle_closed_text = "+"; var woof_toggle_opened_text = "-"; var woof_toggle_closed_image = "https://pipinghotstovesstockton.co.uk/wp-content/plugins/woocommerce-products-filter/img/plus.svg"; var woof_toggle_opened_image = "https://pipinghotstovesstockton.co.uk/wp-content/plugins/woocommerce-products-filter/img/minus.svg"; /*indexes which can be displayed in red buttons panel*/ var woof_accept_array = ["min_price", "orderby", "perpage", "woof_author","stock","onsales","byrating","woof_text","min_rating","product_visibility","product_cat","product_tag","pa_brand","pa_colour","pa_fuel-type","pa_max-heat-output","pa_min-heat-output","pa_nominal-heat-output"]; /*for extensions*/ var woof_ext_init_functions = null; woof_ext_init_functions = '{"by_author":"woof_init_author","by_instock":"woof_init_instock","by_onsales":"woof_init_onsales","by_text":"woof_init_text","label":"woof_init_labels","select_radio_check":"woof_init_select_radio_check"}'; var woof_overlay_skin = "default"; function woof_js_after_ajax_done() { jQuery(document).trigger('woof_ajax_done'); } var woof_front_sd_is_a=1;var woof_front_show_notes=1;var woof_lang_front_builder_del="Are you sure you want to delete this filter-section?";var woof_lang_front_builder_options="Options";var woof_lang_front_builder_option="Option";var woof_lang_front_builder_section_options="Section Options";var woof_lang_front_builder_description="Description";var woof_lang_front_builder_close="Close";var woof_lang_front_builder_suggest="Suggest the feature";var woof_lang_front_builder_good_to_use="good to use in content areas";var woof_lang_front_builder_confirm_sd="Smart Designer item will be created and attached to this filter section and will cancel current type, proceed?";var woof_lang_front_builder_creating="Creating";var woof_lang_front_builder_shortcode="Shortcode";var woof_lang_front_builder_layout="Layout";var woof_lang_front_builder_filter_section="Section options";var woof_lang_front_builder_filter_redrawing="filter redrawing";var woof_lang_front_builder_filter_redrawn="redrawn";var woof_lang_front_builder_filter_redrawn="redrawn";var woof_lang_front_builder_title_top_info="this functionality is only visible for the site administrator";var woof_lang_front_builder_title_top_info_demo="demo mode is activated, and results are visible only to you";;var woof_lang_front_builder_select="+ Add filter section"; //# sourceURL=woof_front-js-before var url_parser_data = {"filters":{"by_price":"price","woof_author":"author","by_author":"by_author","by_instock":"by_instock","by_onsales":"by_onsales","min_rating":"min_rating","by_rating":"by_rating","woof_text":"name","by_text":"by_text","product_visibility":"product_visibility","product_cat":"product_cat","product_tag":"product_tag","pa_brand":"brand","pa_colour":"colour","pa_fuel-type":"fuel-type","pa_max-heat-output":"max-heat-output","pa_min-heat-output":"min-heat-output","pa_nominal-heat-output":"nominal-heat-output","instock":"instock","onsale":"onsale","featured":"featured","backorder_not_in":"backorder_not_in","rev_product_visibility":"product_visibility","rev_product_cat":"product_cat","rev_product_tag":"product_tag","rev_pa_brand":"brand","rev_pa_colour":"colour","rev_pa_fuel-type":"fuel-type","rev_pa_max-heat-output":"max-heat-output","rev_pa_min-heat-output":"min-heat-output","rev_pa_nominal-heat-output":"nominal-heat-output"},"special":{"stock":"instock","onsales":"onsale","product_visibility":"featured","backorder":"backorder_not_in"}}; //# sourceURL=woof_url_parser-js-extra var wc_order_attribution = {"params":{"lifetime":1.0000000000000000818030539140313095458623138256371021270751953125e-5,"session":30,"base64":false,"ajaxurl":"https://pipinghotstovesstockton.co.uk/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; //# sourceURL=wc-order-attribution-js-extra wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); //# sourceURL=wp-i18n-js-after var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled","error":"Error","message":"Message"},"vars":{"images_url":"https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images"}}; var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms","number_formats":[],"spinnerUrl":"https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images/spinner.svg","version_hash":"c879346ac7716666ec767cf8086713f6","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; //# sourceURL=gform_gravityforms-js-extra var gf_legacy = {"is_legacy":""}; //# sourceURL=gform_conditional_logic-js-extra var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"c879346ac7716666ec767cf8086713f6"},"ajax":{"ajaxurl":"https://pipinghotstovesstockton.co.uk/wp-admin/admin-ajax.php","ajax_submission_nonce":"b6f17337a5","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/assets/js/dist/","config_nonce":"1a2b46eeff"}; //# sourceURL=gform_gravityforms_theme-js-extra {"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://pipinghotstovesstockton.co.uk/wp-includes/js/wp-emoji-release.min.js?ver=6.9"}} /*! This file is auto-generated */ const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))}); //# sourceURL=https://pipinghotstovesstockton.co.uk/wp-includes/js/wp-emoji-loader.min.js gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 2) {gf_global["number_formats"][2] = {"14":{"price":false,"value":false},"4":{"price":false,"value":false},"6":{"price":false,"value":false},"7":{"price":false,"value":false},"9":{"price":false,"value":false},"10":{"price":false,"value":false},"11":{"price":false,"value":false},"12":{"price":false,"value":false},"13":{"price":false,"value":false},"8":{"price":false,"value":false}};if(window['jQuery']){if(!window['gf_form_conditional_logic'])window['gf_form_conditional_logic'] = new Array();window['gf_form_conditional_logic'][2] = { logic: { 12: {"field":{"enabled":true,"actionType":"show","logicType":"all","rules":[{"fieldId":"11","operator":"is","value":"Solid Fuel Showroom"}]},"nextButton":null,"section":null},13: {"field":{"enabled":true,"actionType":"show","logicType":"all","rules":[{"fieldId":"11","operator":"is","value":"Gas & Electric Display Centre"}]},"nextButton":null,"section":null} }, dependents: { 12: [12],13: [13] }, animation: 0, defaults: {"4":{"4.2":"","4.3":"","4.4":"","4.6":"","4.8":""}}, fields: {"14":[],"4":[],"6":[],"7":[],"9":[],"10":[],"11":[12,13],"12":[],"13":[],"8":[]} }; if(!window['gf_number_format'])window['gf_number_format'] = 'decimal_dot';jQuery(document).ready(function(){gform.utils.trigger({ event: 'gform/conditionalLogic/init/start', native: false, data: { formId: 2, fields: null, isInit: true } });window['gformInitPriceFields']();gf_apply_rules(2, [12,13], true);jQuery('#gform_wrapper_2').show();jQuery('#gform_wrapper_2 form').css('opacity', '');jQuery(document).trigger('gform_post_conditional_logic', [2, null, true]);gform.utils.trigger({ event: 'gform/conditionalLogic/init/end', native: false, data: { formId: 2, fields: null, isInit: true } });} );} if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 2, 1 ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );
https://pipinghotstovesstockton.co.uk/contact
Status: 200
Emails: emailinfo@phstoves.com, info@phstoves.com
View text
Call us on 01642 805377 Quote Basket Find Us Contact Us Browse Stoves Brands Services Installation & Aftercare Information About Us FAQs Guides, Tips & News Where to Find Us Showrooms Appointments Browse by Fuel TypeMulti Fuel StovesWood Burner StovesNatural Gas StovesBrowse by BrandClockConturaDik GuertsHwamQudosStovaxView AllBrowse by Max Heat Output5kW6kW7kW9kW10kW14kW Installation & Aftercare No Subcontractors Premium Brands Free Expert Advice Fully Fitted Showrooms Contact Have a question? Contact us today and our customer advisors will work closely with you to help you find the stove of your dreams. Home / Contact Name First Last Contact numberEmail address How can we help? gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); Telephone01642 805377 Emailinfo@phstoves.com LocationUnit 7, Mandale Retail Park, Portrack Lane, Stockton on Tees, TS18 2LX Follow us on social media Need help? Arrange a free design consultation today. Contact us today and our customer advisors will work closely with you to help you find the stove of your dreams. Arrange a Design Consultation Location Showroom Unit 7 Mandale Retail Park, Portrack Lane, Stockton on Tees, TS18 2LX Display Centre Unit 2 Portrack Grange Road, Stockton on Tees, TS18 2PH 01642 805377 info@phstoves.com NavigationBrands About Us Showrooms Browse StovesWood Multi-fuel Natural Gas Helpful InformationGuides, Tips & News Find Us Contact Us Copyright © 2025. All rights reserved. Website by Yellowbox. Menu Browse Stoves Wood Multi-fuel Natural Gas All Stoves Brands Services Installation & Aftercare Information FAQs Guides, Tips & News Where to Find Us Showrooms Appointments Quote Basket Find Us Contact Us Request an Appointment "*" indicates required fields If you’d love a wood burning stove but are struggling to make it work, or are brimming with ideas but don’t know where to start, you’ll find our free design consultation is the perfect way to explore your ideas with the experts. Simply fill out your details below and we'll contact your to arrange a time that works for you. Name* First Last Contact number*Email address Date* MM slash DD slash YYYY Time of day*MorningAfternoonWhich showroom would you like to visit?Solid Fuel ShowroomGas & Electric Display CentreVirtual ConsultationUnit 7, Mandale Retail Park, Portrack Lane, Stockton-on-Tees, County Durham, TS18 2LXUnit 2 Portrack Grange Road, Stockton, TS18 2PHAdditional information gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 2, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/phs-theme/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} jQuery('#navigationDesktop .nav-item > .nav-link').on('mouseenter', function() { var id = jQuery(this).data('megamenu'); jQuery('.megamenu.show').hide().removeClass('hide'); jQuery('#' + id).show().addClass('show'); }); jQuery('.megamenu').on('mouseleave', function() { jQuery(this).hide().removeClass('show'); }); Quote Basket No products in the Quote Basket. (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); var woof_filter_titles = {"product_cat":"Product categories","pa_colour":"Product Colour"}; var woof_ext_filter_titles = {"woof_author":"By author","stock":"In stock","onsales":"On sale","byrating":"By rating","woof_text":"By text"}; //# sourceURL=woof_front-js-extra const woof_front_nonce = "c5398618b0"; var woof_is_permalink =1; var woof_shop_page = ""; var woof_m_b_container =".woocommerce-products-header"; var woof_really_curr_tax = {}; var woof_current_page_link = location.protocol + '//' + location.host + location.pathname; /*lets remove pagination from woof_current_page_link*/ woof_current_page_link = woof_current_page_link.replace(/\page\/[0-9]+/, ""); woof_current_page_link = "https://pipinghotstovesstockton.co.uk/stove-catalogue/"; var woof_link = 'https://pipinghotstovesstockton.co.uk/wp-content/plugins/woocommerce-products-filter/'; var woof_ajaxurl = "https://pipinghotstovesstockton.co.uk/wp-admin/admin-ajax.php"; var woof_lang = { 'orderby': "orderby", 'date': "date", 'perpage': "per page", 'pricerange': "price range", 'menu_order': "menu order", 'popularity': "popularity", 'rating': "rating", 'price': "price low to high", 'price-desc': "price high to low", 'clear_all': "Clear All", 'list_opener': "Сhild list opener", }; if (typeof woof_lang_custom == 'undefined') { var woof_lang_custom = {};/*!!important*/ } var woof_is_mobile = 0; var woof_show_price_search_button = 0; var woof_show_price_search_type = 0; var woof_show_price_search_type = 0; var swoof_search_slug = "swoof"; var icheck_skin = {}; icheck_skin.skin = "square"; icheck_skin.color = "orange"; var woof_select_type = 'chosen'; var woof_current_values = '[]'; var woof_lang_loading = "Loading ..."; var woof_lang_show_products_filter = "show products filter"; var woof_lang_hide_products_filter = "hide products filter"; var woof_lang_pricerange = "price range"; var woof_use_beauty_scroll =1; var woof_autosubmit =1; var woof_ajaxurl = "https://pipinghotstovesstockton.co.uk/wp-admin/admin-ajax.php"; /*var woof_submit_link = "";*/ var woof_is_ajax = 0; var woof_ajax_redraw = 0; var woof_ajax_page_num =1; var woof_ajax_first_done = false; var woof_checkboxes_slide_flag = 1; /*toggles*/ var woof_toggle_type = "text"; var woof_toggle_closed_text = "+"; var woof_toggle_opened_text = "-"; var woof_toggle_closed_image = "https://pipinghotstovesstockton.co.uk/wp-content/plugins/woocommerce-products-filter/img/plus.svg"; var woof_toggle_opened_image = "https://pipinghotstovesstockton.co.uk/wp-content/plugins/woocommerce-products-filter/img/minus.svg"; /*indexes which can be displayed in red buttons panel*/ var woof_accept_array = ["min_price", "orderby", "perpage", "woof_author","stock","onsales","byrating","woof_text","min_rating","product_visibility","product_cat","product_tag","pa_brand","pa_colour","pa_fuel-type","pa_max-heat-output","pa_min-heat-output","pa_nominal-heat-output"]; /*for extensions*/ var woof_ext_init_functions = null; woof_ext_init_functions = '{"by_author":"woof_init_author","by_instock":"woof_init_instock","by_onsales":"woof_init_onsales","by_text":"woof_init_text","label":"woof_init_labels","select_radio_check":"woof_init_select_radio_check"}'; var woof_overlay_skin = "default"; function woof_js_after_ajax_done() { jQuery(document).trigger('woof_ajax_done'); } var woof_front_sd_is_a=1;var woof_front_show_notes=1;var woof_lang_front_builder_del="Are you sure you want to delete this filter-section?";var woof_lang_front_builder_options="Options";var woof_lang_front_builder_option="Option";var woof_lang_front_builder_section_options="Section Options";var woof_lang_front_builder_description="Description";var woof_lang_front_builder_close="Close";var woof_lang_front_builder_suggest="Suggest the feature";var woof_lang_front_builder_good_to_use="good to use in content areas";var woof_lang_front_builder_confirm_sd="Smart Designer item will be created and attached to this filter section and will cancel current type, proceed?";var woof_lang_front_builder_creating="Creating";var woof_lang_front_builder_shortcode="Shortcode";var woof_lang_front_builder_layout="Layout";var woof_lang_front_builder_filter_section="Section options";var woof_lang_front_builder_filter_redrawing="filter redrawing";var woof_lang_front_builder_filter_redrawn="redrawn";var woof_lang_front_builder_filter_redrawn="redrawn";var woof_lang_front_builder_title_top_info="this functionality is only visible for the site administrator";var woof_lang_front_builder_title_top_info_demo="demo mode is activated, and results are visible only to you";;var woof_lang_front_builder_select="+ Add filter section"; //# sourceURL=woof_front-js-before var url_parser_data = {"filters":{"by_price":"price","woof_author":"author","by_author":"by_author","by_instock":"by_instock","by_onsales":"by_onsales","min_rating":"min_rating","by_rating":"by_rating","woof_text":"name","by_text":"by_text","product_visibility":"product_visibility","product_cat":"product_cat","product_tag":"product_tag","pa_brand":"brand","pa_colour":"colour","pa_fuel-type":"fuel-type","pa_max-heat-output":"max-heat-output","pa_min-heat-output":"min-heat-output","pa_nominal-heat-output":"nominal-heat-output","instock":"instock","onsale":"onsale","featured":"featured","backorder_not_in":"backorder_not_in","rev_product_visibility":"product_visibility","rev_product_cat":"product_cat","rev_product_tag":"product_tag","rev_pa_brand":"brand","rev_pa_colour":"colour","rev_pa_fuel-type":"fuel-type","rev_pa_max-heat-output":"max-heat-output","rev_pa_min-heat-output":"min-heat-output","rev_pa_nominal-heat-output":"nominal-heat-output"},"special":{"stock":"instock","onsales":"onsale","product_visibility":"featured","backorder":"backorder_not_in"}}; //# sourceURL=woof_url_parser-js-extra var wc_order_attribution = {"params":{"lifetime":1.0000000000000000818030539140313095458623138256371021270751953125e-5,"session":30,"base64":false,"ajaxurl":"https://pipinghotstovesstockton.co.uk/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; //# sourceURL=wc-order-attribution-js-extra wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); //# sourceURL=wp-i18n-js-after var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled","error":"Error","message":"Message"},"vars":{"images_url":"https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images"}}; var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms","number_formats":[],"spinnerUrl":"https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images/spinner.svg","version_hash":"c879346ac7716666ec767cf8086713f6","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms","number_formats":[],"spinnerUrl":"https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images/spinner.svg","version_hash":"c879346ac7716666ec767cf8086713f6","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; //# sourceURL=gform_gravityforms-js-extra var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"c879346ac7716666ec767cf8086713f6"},"ajax":{"ajaxurl":"https://pipinghotstovesstockton.co.uk/wp-admin/admin-ajax.php","ajax_submission_nonce":"b6f17337a5","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/assets/js/dist/","config_nonce":"1a2b46eeff"}; //# sourceURL=gform_gravityforms_theme-js-extra var gf_legacy = {"is_legacy":""}; //# sourceURL=gform_conditional_logic-js-extra {"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://pipinghotstovesstockton.co.uk/wp-includes/js/wp-emoji-release.min.js?ver=6.9"}} /*! This file is auto-generated */ const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))}); //# sourceURL=https://pipinghotstovesstockton.co.uk/wp-includes/js/wp-emoji-loader.min.js gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 1, 1 ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } ); gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 2) {gf_global["number_formats"][2] = {"14":{"price":false,"value":false},"4":{"price":false,"value":false},"6":{"price":false,"value":false},"7":{"price":false,"value":false},"9":{"price":false,"value":false},"10":{"price":false,"value":false},"11":{"price":false,"value":false},"12":{"price":false,"value":false},"13":{"price":false,"value":false},"8":{"price":false,"value":false}};if(window['jQuery']){if(!window['gf_form_conditional_logic'])window['gf_form_conditional_logic'] = new Array();window['gf_form_conditional_logic'][2] = { logic: { 12: {"field":{"enabled":true,"actionType":"show","logicType":"all","rules":[{"fieldId":"11","operator":"is","value":"Solid Fuel Showroom"}]},"nextButton":null,"section":null},13: {"field":{"enabled":true,"actionType":"show","logicType":"all","rules":[{"fieldId":"11","operator":"is","value":"Gas & Electric Display Centre"}]},"nextButton":null,"section":null} }, dependents: { 12: [12],13: [13] }, animation: 0, defaults: {"4":{"4.2":"","4.3":"","4.4":"","4.6":"","4.8":""}}, fields: {"14":[],"4":[],"6":[],"7":[],"9":[],"10":[],"11":[12,13],"12":[],"13":[],"8":[]} }; if(!window['gf_number_format'])window['gf_number_format'] = 'decimal_dot';jQuery(document).ready(function(){gform.utils.trigger({ event: 'gform/conditionalLogic/init/start', native: false, data: { formId: 2, fields: null, isInit: true } });window['gformInitPriceFields']();gf_apply_rules(2, [12,13], true);jQuery('#gform_wrapper_2').show();jQuery('#gform_wrapper_2 form').css('opacity', '');jQuery(document).trigger('gform_post_conditional_logic', [2, null, true]);gform.utils.trigger({ event: 'gform/conditionalLogic/init/end', native: false, data: { formId: 2, fields: null, isInit: true } });} );} if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 2, 1 ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );
http://pipinghotstovesstockton.co.uk/
Status: 200
Emails: info@phstoves.com
View text
Call us on 01642 805377 Quote Basket Find Us Contact Us Browse Stoves Brands Services Installation & Aftercare Information About Us FAQs Guides, Tips & News Where to Find Us Showrooms Appointments Browse by Fuel TypeMulti Fuel StovesWood Burner StovesNatural Gas StovesBrowse by BrandClockConturaDik GuertsHwamQudosStovaxView AllBrowse by Max Heat Output5kW6kW7kW9kW10kW14kW Installation & Aftercare No Subcontractors Premium Brands Free Expert Advice Fully Fitted Showrooms Transform Your Living Space The best quality stoves in a range of unique, stylish and contemporary designs, suited to blend in perfectly with any home. Browse Our Range of Stoves #marquee2122212324 { animation: scroll2122212324 50s linear infinite; } @keyframes scroll2122212324 { 0% { transform: translateX(0px); } 100% { transform: translateX(-50%); } } Wood Multi-fuel Natural Gas Popular Stoves Stove Catalogue Clock Sudbury compactWood Dik Guerts OdinWood Why Choose Us? As a family run business, we pride ourselves on customer satisfaction. We are passionate about what we do and the service we provide. Customer Service We're passionate about our work and committed to providing a service that makes our customers feel like friends. Premium Brands We carry high-quality stoves and fires from various leading brands to suit every budget. Full Service We are here to help throughout the full process, from design to installation and aftercare, without subcontractors. Expert Advice Our friendly team members will work closely with you to help you find the stove of your dreams. Need help? Arrange a free design consultation today. Call us on 01642 805377 Arrange an Appointment Visit Our Showroom and Design Studio With over 100 stunning displays across our two locations, we offer an extensive range of fireplaces designed to meet all your heating needs. Whether you’re seeking the cozy warmth of a traditional wood burner or the sleek convenience of a modern gas or electric fire, we have the perfect solution to suit your home and style. Visit us today and discover how we can bring warmth, comfort, and style to your home! Your dream fireplace is just one visit away! Our Showrooms Virtual Tours Expert advice from industry leading professionals Have a question? Why not visit our help centre where we’ve answered our customers most common questions. Browse More Expert Tips What is the difference between a wood stove and a multifuel stove? A wood stove is designed specifically for burning wood, while a multifuel stove can burn both wood and other solid fuels. What size stove do I need for my space? The size of the stove depends on the room size and insulation. Generally, you need 1kW of heat output for every 14 cubic meters of space. Can I have a stove if I don't have a chimney? Yes, a twin-wall flue system, or a pumice system can be installed, which allows for a stove installation without a traditional chimney. How can I make my stove installation environmentally friendly? Choose a high-efficiency, DEFRA-approved stove, use sustainable fuel sources, woodsure stamped fuels, and ensure proper installation and maintenance to reduce emissions. Do I need planning permission to install a stove? Planning permission is generally not required to install a stove, but if your property is listed or in a conservation area, you may need to check with your local planning authority. What are the benefits of having a stove? Stoves provide efficient heating, can reduce energy bills, create a cozy atmosphere, and add value to your home. Can I keep my existing surround with a new stove? Yes, in most cases, you can keep your existing surround as long as it meets safety requirements for the new stove. Marble can melt/bubble and timber needs a protector. Discover Piping Hot Stoves Meet The Team Guides & Tips Our Showroom Design Appointments Need help? Arrange a free design consultation today. Contact us today and our customer advisors will work closely with you to help you find the stove of your dreams. Arrange a Design Consultation Location Showroom Unit 7 Mandale Retail Park, Portrack Lane, Stockton on Tees, TS18 2LX Display Centre Unit 2 Portrack Grange Road, Stockton on Tees, TS18 2PH 01642 805377 info@phstoves.com NavigationBrands About Us Showrooms Browse StovesWood Multi-fuel Natural Gas Helpful InformationGuides, Tips & News Find Us Contact Us Copyright © 2025. All rights reserved. Website by Yellowbox. Menu Browse Stoves Wood Multi-fuel Natural Gas All Stoves Brands Services Installation & Aftercare Information FAQs Guides, Tips & News Where to Find Us Showrooms Appointments Quote Basket Find Us Contact Us Request an Appointment "*" indicates required fields If you’d love a wood burning stove but are struggling to make it work, or are brimming with ideas but don’t know where to start, you’ll find our free design consultation is the perfect way to explore your ideas with the experts. Simply fill out your details below and we'll contact your to arrange a time that works for you. Name* First Last Contact number*Email address Date* MM slash DD slash YYYY Time of day*MorningAfternoonWhich showroom would you like to visit?Solid Fuel ShowroomGas & Electric Display CentreVirtual ConsultationUnit 7, Mandale Retail Park, Portrack Lane, Stockton-on-Tees, County Durham, TS18 2LXUnit 2 Portrack Grange Road, Stockton, TS18 2PHAdditional information gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 2, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/phs-theme/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} jQuery('#navigationDesktop .nav-item > .nav-link').on('mouseenter', function() { var id = jQuery(this).data('megamenu'); jQuery('.megamenu.show').hide().removeClass('hide'); jQuery('#' + id).show().addClass('show'); }); jQuery('.megamenu').on('mouseleave', function() { jQuery(this).hide().removeClass('show'); }); Quote Basket No products in the Quote Basket. (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); var woof_filter_titles = {"product_cat":"Product categories","pa_colour":"Product Colour"}; var woof_ext_filter_titles = {"woof_author":"By author","stock":"In stock","onsales":"On sale","byrating":"By rating","woof_text":"By text"}; //# sourceURL=woof_front-js-extra const woof_front_nonce = "c5398618b0"; var woof_is_permalink =1; var woof_shop_page = ""; var woof_m_b_container =".woocommerce-products-header"; var woof_really_curr_tax = {}; var woof_current_page_link = location.protocol + '//' + location.host + location.pathname; /*lets remove pagination from woof_current_page_link*/ woof_current_page_link = woof_current_page_link.replace(/\page\/[0-9]+/, ""); woof_current_page_link = "https://pipinghotstovesstockton.co.uk/stove-catalogue/"; var woof_link = 'https://pipinghotstovesstockton.co.uk/wp-content/plugins/woocommerce-products-filter/'; var woof_ajaxurl = "https://pipinghotstovesstockton.co.uk/wp-admin/admin-ajax.php"; var woof_lang = { 'orderby': "orderby", 'date': "date", 'perpage': "per page", 'pricerange': "price range", 'menu_order': "menu order", 'popularity': "popularity", 'rating': "rating", 'price': "price low to high", 'price-desc': "price high to low", 'clear_all': "Clear All", 'list_opener': "Сhild list opener", }; if (typeof woof_lang_custom == 'undefined') { var woof_lang_custom = {};/*!!important*/ } var woof_is_mobile = 0; var woof_show_price_search_button = 0; var woof_show_price_search_type = 0; var woof_show_price_search_type = 0; var swoof_search_slug = "swoof"; var icheck_skin = {}; icheck_skin.skin = "square"; icheck_skin.color = "orange"; var woof_select_type = 'chosen'; var woof_current_values = '[]'; var woof_lang_loading = "Loading ..."; var woof_lang_show_products_filter = "show products filter"; var woof_lang_hide_products_filter = "hide products filter"; var woof_lang_pricerange = "price range"; var woof_use_beauty_scroll =1; var woof_autosubmit =1; var woof_ajaxurl = "https://pipinghotstovesstockton.co.uk/wp-admin/admin-ajax.php"; /*var woof_submit_link = "";*/ var woof_is_ajax = 0; var woof_ajax_redraw = 0; var woof_ajax_page_num =1; var woof_ajax_first_done = false; var woof_checkboxes_slide_flag = 1; /*toggles*/ var woof_toggle_type = "text"; var woof_toggle_closed_text = "+"; var woof_toggle_opened_text = "-"; var woof_toggle_closed_image = "https://pipinghotstovesstockton.co.uk/wp-content/plugins/woocommerce-products-filter/img/plus.svg"; var woof_toggle_opened_image = "https://pipinghotstovesstockton.co.uk/wp-content/plugins/woocommerce-products-filter/img/minus.svg"; /*indexes which can be displayed in red buttons panel*/ var woof_accept_array = ["min_price", "orderby", "perpage", "woof_author","stock","onsales","byrating","woof_text","min_rating","product_visibility","product_cat","product_tag","pa_brand","pa_colour","pa_fuel-type","pa_max-heat-output","pa_min-heat-output","pa_nominal-heat-output"]; /*for extensions*/ var woof_ext_init_functions = null; woof_ext_init_functions = '{"by_author":"woof_init_author","by_instock":"woof_init_instock","by_onsales":"woof_init_onsales","by_text":"woof_init_text","label":"woof_init_labels","select_radio_check":"woof_init_select_radio_check"}'; var woof_overlay_skin = "default"; function woof_js_after_ajax_done() { jQuery(document).trigger('woof_ajax_done'); } var woof_front_sd_is_a=1;var woof_front_show_notes=1;var woof_lang_front_builder_del="Are you sure you want to delete this filter-section?";var woof_lang_front_builder_options="Options";var woof_lang_front_builder_option="Option";var woof_lang_front_builder_section_options="Section Options";var woof_lang_front_builder_description="Description";var woof_lang_front_builder_close="Close";var woof_lang_front_builder_suggest="Suggest the feature";var woof_lang_front_builder_good_to_use="good to use in content areas";var woof_lang_front_builder_confirm_sd="Smart Designer item will be created and attached to this filter section and will cancel current type, proceed?";var woof_lang_front_builder_creating="Creating";var woof_lang_front_builder_shortcode="Shortcode";var woof_lang_front_builder_layout="Layout";var woof_lang_front_builder_filter_section="Section options";var woof_lang_front_builder_filter_redrawing="filter redrawing";var woof_lang_front_builder_filter_redrawn="redrawn";var woof_lang_front_builder_filter_redrawn="redrawn";var woof_lang_front_builder_title_top_info="this functionality is only visible for the site administrator";var woof_lang_front_builder_title_top_info_demo="demo mode is activated, and results are visible only to you";;var woof_lang_front_builder_select="+ Add filter section"; //# sourceURL=woof_front-js-before var url_parser_data = {"filters":{"by_price":"price","woof_author":"author","by_author":"by_author","by_instock":"by_instock","by_onsales":"by_onsales","min_rating":"min_rating","by_rating":"by_rating","woof_text":"name","by_text":"by_text","product_visibility":"product_visibility","product_cat":"product_cat","product_tag":"product_tag","pa_brand":"brand","pa_colour":"colour","pa_fuel-type":"fuel-type","pa_max-heat-output":"max-heat-output","pa_min-heat-output":"min-heat-output","pa_nominal-heat-output":"nominal-heat-output","instock":"instock","onsale":"onsale","featured":"featured","backorder_not_in":"backorder_not_in","rev_product_visibility":"product_visibility","rev_product_cat":"product_cat","rev_product_tag":"product_tag","rev_pa_brand":"brand","rev_pa_colour":"colour","rev_pa_fuel-type":"fuel-type","rev_pa_max-heat-output":"max-heat-output","rev_pa_min-heat-output":"min-heat-output","rev_pa_nominal-heat-output":"nominal-heat-output"},"special":{"stock":"instock","onsales":"onsale","product_visibility":"featured","backorder":"backorder_not_in"}}; //# sourceURL=woof_url_parser-js-extra var wc_order_attribution = {"params":{"lifetime":1.0000000000000000818030539140313095458623138256371021270751953125e-5,"session":30,"base64":false,"ajaxurl":"https://pipinghotstovesstockton.co.uk/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; //# sourceURL=wc-order-attribution-js-extra wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); //# sourceURL=wp-i18n-js-after var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled","error":"Error","message":"Message"},"vars":{"images_url":"https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images"}}; var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms","number_formats":[],"spinnerUrl":"https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/images/spinner.svg","version_hash":"c879346ac7716666ec767cf8086713f6","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; //# sourceURL=gform_gravityforms-js-extra var gf_legacy = {"is_legacy":""}; //# sourceURL=gform_conditional_logic-js-extra var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"c879346ac7716666ec767cf8086713f6"},"ajax":{"ajaxurl":"https://pipinghotstovesstockton.co.uk/wp-admin/admin-ajax.php","ajax_submission_nonce":"b6f17337a5","i18n":{"step_announcement":"Step %1$s of %2$s, %3$s","unknown_error":"There was an unknown error processing your request. Please try again."}}}},"hmr_dev":"","public_path":"https://pipinghotstovesstockton.co.uk/wp-content/plugins/gravityforms/assets/js/dist/","config_nonce":"1a2b46eeff"}; //# sourceURL=gform_gravityforms_theme-js-extra {"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://pipinghotstovesstockton.co.uk/wp-includes/js/wp-emoji-release.min.js?ver=6.9"}} /*! This file is auto-generated */ const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))}); //# sourceURL=https://pipinghotstovesstockton.co.uk/wp-includes/js/wp-emoji-loader.min.js gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 2) {gf_global["number_formats"][2] = {"14":{"price":false,"value":false},"4":{"price":false,"value":false},"6":{"price":false,"value":false},"7":{"price":false,"value":false},"9":{"price":false,"value":false},"10":{"price":false,"value":false},"11":{"price":false,"value":false},"12":{"price":false,"value":false},"13":{"price":false,"value":false},"8":{"price":false,"value":false}};if(window['jQuery']){if(!window['gf_form_conditional_logic'])window['gf_form_conditional_logic'] = new Array();window['gf_form_conditional_logic'][2] = { logic: { 12: {"field":{"enabled":true,"actionType":"show","logicType":"all","rules":[{"fieldId":"11","operator":"is","value":"Solid Fuel Showroom"}]},"nextButton":null,"section":null},13: {"field":{"enabled":true,"actionType":"show","logicType":"all","rules":[{"fieldId":"11","operator":"is","value":"Gas & Electric Display Centre"}]},"nextButton":null,"section":null} }, dependents: { 12: [12],13: [13] }, animation: 0, defaults: {"4":{"4.2":"","4.3":"","4.4":"","4.6":"","4.8":""}}, fields: {"14":[],"4":[],"6":[],"7":[],"9":[],"10":[],"11":[12,13],"12":[],"13":[],"8":[]} }; if(!window['gf_number_format'])window['gf_number_format'] = 'decimal_dot';jQuery(document).ready(function(){gform.utils.trigger({ event: 'gform/conditionalLogic/init/start', native: false, data: { formId: 2, fields: null, isInit: true } });window['gformInitPriceFields']();gf_apply_rules(2, [12,13], true);jQuery('#gform_wrapper_2').show();jQuery('#gform_wrapper_2 form').css('opacity', '');jQuery(document).trigger('gform_post_conditional_logic', [2, null, true]);gform.utils.trigger({ event: 'gform/conditionalLogic/init/end', native: false, data: { formId: 2, fields: null, isInit: true } });} );} if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).on('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); gform.initializeOnLoaded( function() {jQuery(document).trigger("gform_pre_post_render", [{ formId: "2", currentPage: "1", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_2" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_2"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_2" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 2, 1 ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );