Sophia & William Stainless Steel Portable 4-Burner Propane Gas Grill with Side Burner

188 sold
people are viewing this right now
Shipping
$13.50
$299.99
-$286.49
Quantity
Description

Product details

This Sophia & William 4-Burner Gas Grill with Side Burner is crafted from exclusive stainless steel and porcelain-enameled iron materials. With 542 sq. in. of total cooking space this BBQ offers enough space to cook for small gatherings or large parties. Its even heat cooking system includes stainless steel burners, porcelain-enamel flame tamer and enhanced grates that work together to distribute consistent heat across the entire cooking surface and to reduce grill flare-ups.

Specifation:
Material: 304 stainless steel burner, lid and body + porcelain-enameled iron grates, warm rack and flame tamer
Grill dimensions – 21.8″D x 51″W x 41.3″H
Primary cooking area – 24.6″W x 16.14″D
Warming rack area – 23.8″ W x 6.1″ D
Prep table – 13″ W x 19″ D
The height of the cooking space(from grill to top of closed lid) – 10″

Package Includes:
1 x Gas grill
Hose & regulator
1 x Assembly instruction

  • 4 burners propane gas grill with side burner
  • Made of stainless steel control panel, bringing beautiful silvery metal gloss and more durable
  • Double-layer lid ensures excellent heat retention for keeping food tasty and warm evenly
  • Built-in thermometer monitors temperature in real-time
  • Porcelain-enameled iron cooking grates and warm rack are easy to clean and resistant to rust and cracking
  • 4 Stainless steel burners are durable for longer-lasting performance
  • Porcelain-enamel flame tamer distribute even heat to every inch of cooking grates
  • Electronic ignition system offers quick start-up with a simple push
  • 32,000 BTU main cooking space and 10,000 BTU side burner
  • Two stainless steel doors open to a cabinet which stores the propane tank and offers sufficient space
  • A total of 542 sq in cooking space consists of 397 sq in primary cooking area and 145 sq in warming rack
  • Comes with 2 galvanized locking casters & 2 non-locking caster for easy fix and transport
  • Works with standard 20 lb liquid propane tank(not included).
Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.