wallterra.com Open in urlscan Pro
2606:4700:3031::ac43:b330  Public Scan

Submitted URL: https://wallterra.ca/
Effective URL: https://wallterra.com/
Submission: On February 21 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

POST

<form method="post" accept-charset="UTF-8" id="create-subscriber" novalidate="novalidate">
  <div class="mb-2 position-relative">
    <input type="hidden" name="CRAFT_CSRF_TOKEN" value="LsRiJkq5M6bRH2qiY8EGQcTXz3nk1mAwbS5QK0pZbc_02mMj-wkFuUvzLVQP-H7B4nkrwAibRxOTtPpAioQ6XQZ8GXIMI1i7u-taT7BbVfw=">
    <input type="hidden" name="action" value="subscribe-module/subscribe/create-subscriber">
    <script src="https://www.google.com/recaptcha/api.js?render=6Ld82UIoAAAAAIRqkh35XR5hS2HdPIpopqE8tvBO"></script><input type="hidden" name="craft-recaptcha-3-dcsxpxeufkbpuadxadwutvzjxbtrshlqlvgu" value="true">
    <script>
      if (typeof window.grecaptcha !== "undefined") {
        window.grecaptcha.ready(function() {
          var requestScore = function(event) {
            let success = undefined;
            let response = undefined;
            let f = typeof form !== 'undefined' ? form : null;
            // if this function was a callback for a JS event
            // then we want to stop the event until we verify the user
            if (typeof event !== 'undefined') {
              event.preventDefault();
            } else {
              let event = null;
            }
            window.grecaptcha.execute("6Ld82UIoAAAAAIRqkh35XR5hS2HdPIpopqE8tvBO", {
              action: ""
            }).then(function(token) {
              var scoreRequest = new XMLHttpRequest();
              scoreRequest.onload = function() {
                if (scoreRequest.status == 200) {
                  response = JSON.parse(scoreRequest.responseText);
                  if (response.success) {
                    success = true;
                  } else {
                    success = false;
                  }
                } else {
                  console.error('There was a problem requesting the captcha score from the server', scoreRequest);
                }
              };
              scoreRequest.open("POST", "/actions/craft-recaptcha-3/default", true);
              scoreRequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
              scoreRequest.send('response=' + token + '&CRAFT_CSRF_TOKEN=LsRiJkq5M6bRH2qiY8EGQcTXz3nk1mAwbS5QK0pZbc_02mMj-wkFuUvzLVQP-H7B4nkrwAibRxOTtPpAioQ6XQZ8GXIMI1i7u-taT7BbVfw=');
            });
            // this will always be running when the requestScore function is called
            // when the AJAX request to Google / our server finalizes, we will exit
            let listen = setInterval(() => {
              if (success == true || success == false) {
                clearInterval(listen);
                if (success) {
                  if (typeof recaptchaPopupSuccess !== 'undefined') {
                    recaptchaPopupSuccess(response, event);
                  }
                } else {
                  if (typeof recaptchaPopupFailure !== 'undefined') {
                    recaptchaPopupFailure(response, event);
                  }
                }
              } else {
                // do nothing really... 
                // console.log(success);
              }
            }, 100);
          };;
          let form = document.getElementsByName("craft-recaptcha-3-dcsxpxeufkbpuadxadwutvzjxbtrshlqlvgu")[0].form;
          if (form) {
            form.onsubmit = requestScore;
          } else {
            console.error('The Craft Recaptcha 3 form code can only be used within a form element');
          }
        });
      }
    </script>
    <input type="hidden" name="subscriberList" value="coupon">
    <input class="form-control required" type="hidden" value="" name="subscriberName" aria-required="true">
    <div class="form-field mb-4">
      <label for="email" class="visually-hidden">Please enter your email</label>
      <input title="Please enter Your Email Address" maxlength="40" class="form-control required" type="email" value="" id="email" name="subscriberEmail" placeholder="Your Email" onfocus="this.placeholder = ''"
        onblur="this.placeholder = 'Your Email'" aria-required="true">
    </div>
    <div class="form-field mb-2">
      <button id="subscribe-submit" type="submit" class="button-custom button-custom-dark w-100"> Get your discount </button>
    </div>
    <div class="form-field mb-2 text-center">
      <div class="info opacity-75">By signing up, you agree to receive email marketing</div>
      <input type="hidden" id="newsletter" name="subscriberNewsletter" value="yes">
    </div>
    <div class="text-center mt-3">
      <a href="javascript:void(0)" class="button-no button-link opacity-75" data-bs-dismiss="modal" aria-label="Close">No, Thanks</a>
    </div>
  </div>
</form>

POST

<form method="post" accept-charset="UTF-8" autocomplete="chrome-off" id="form-newsletter" novalidate="novalidate">
  <input type="hidden" name="CRAFT_CSRF_TOKEN" value="LsRiJkq5M6bRH2qiY8EGQcTXz3nk1mAwbS5QK0pZbc_02mMj-wkFuUvzLVQP-H7B4nkrwAibRxOTtPpAioQ6XQZ8GXIMI1i7u-taT7BbVfw=">
  <input type="hidden" name="action" value="subscribe-module/subscribe/create-subscriber">
  <script src="https://www.google.com/recaptcha/api.js?render=6Ld82UIoAAAAAIRqkh35XR5hS2HdPIpopqE8tvBO"></script><input type="hidden" name="craft-recaptcha-3-mclfsrduyyixuiwpbpflnpvgckjsoopwdrox" value="true">
  <script>
    if (typeof window.grecaptcha !== "undefined") {
      window.grecaptcha.ready(function() {
        var requestScore = function(event) {
          let success = undefined;
          let response = undefined;
          let f = typeof form !== 'undefined' ? form : null;
          // if this function was a callback for a JS event
          // then we want to stop the event until we verify the user
          if (typeof event !== 'undefined') {
            event.preventDefault();
          } else {
            let event = null;
          }
          window.grecaptcha.execute("6Ld82UIoAAAAAIRqkh35XR5hS2HdPIpopqE8tvBO", {
            action: ""
          }).then(function(token) {
            var scoreRequest = new XMLHttpRequest();
            scoreRequest.onload = function() {
              if (scoreRequest.status == 200) {
                response = JSON.parse(scoreRequest.responseText);
                if (response.success) {
                  success = true;
                } else {
                  success = false;
                }
              } else {
                console.error('There was a problem requesting the captcha score from the server', scoreRequest);
              }
            };
            scoreRequest.open("POST", "/actions/craft-recaptcha-3/default", true);
            scoreRequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
            scoreRequest.send('response=' + token + '&CRAFT_CSRF_TOKEN=LsRiJkq5M6bRH2qiY8EGQcTXz3nk1mAwbS5QK0pZbc_02mMj-wkFuUvzLVQP-H7B4nkrwAibRxOTtPpAioQ6XQZ8GXIMI1i7u-taT7BbVfw=');
          });
          // this will always be running when the requestScore function is called
          // when the AJAX request to Google / our server finalizes, we will exit
          let listen = setInterval(() => {
            if (success == true || success == false) {
              clearInterval(listen);
              if (success) {
                if (typeof recaptchaSubscriberSuccess !== 'undefined') {
                  recaptchaSubscriberSuccess(response, event);
                }
              } else {
                if (typeof recaptchaSubscriberFailure !== 'undefined') {
                  recaptchaSubscriberFailure(response, event);
                }
              }
            } else {
              // do nothing really... 
              // console.log(success);
            }
          }, 100);
        };;
        let form = document.getElementsByName("craft-recaptcha-3-mclfsrduyyixuiwpbpflnpvgckjsoopwdrox")[0].form;
        if (form) {
          form.onsubmit = requestScore;
        } else {
          console.error('The Craft Recaptcha 3 form code can only be used within a form element');
        }
      });
    }
  </script>
  <input type="hidden" name="subscriberList" value="newsletter">
  <input type="hidden" name="subscriberNewsletter" value="yes">
  <input type="hidden" name="subscriberName" value="Newsletter Subscriber - Feb 21, 2024 at 2:51pm ">
  <div class="form-field mb-0 position-relative">
    <label class="visually-hidden" for="emailNewsletter">Your Email Address</label>
    <input title="Please enter Your Email Address" name="subscriberEmail" autocomplete="do-not-autofill" id="emailNewsletter" class="form-control required" type="email" placeholder="Your Email Address" onfocus="this.placeholder = ''"
      onblur="this.placeholder = 'Your Email Address'" aria-required="true">
    <button title="Subscribe" class="button-submit" id="newsletter-submit" type="submit" name="submit"><span class="visually-hidden">Subscribe</span>
      <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
        <path
          d="M17.7344 0.890625C18.332 0.539062 19.1055 1.03125 18.9648 1.73438L16.4336 16.9219C16.3633 17.4844 15.7656 17.8008 15.2734 17.5898L10.9141 15.7266L8.66406 18.4688C8.17188 19.0664 7.1875 18.75 7.1875 17.9062V15.0586L15.625 4.75781C15.8008 4.54688 15.5195 4.30078 15.3438 4.47656L5.25391 13.3711L1.49219 11.7891C0.859375 11.543 0.789062 10.6289 1.42188 10.2773L17.7344 0.890625Z"
          fill="#141617"></path>
      </svg>
    </button>
  </div>
  <div class="mt-2 position-relative">
    <div id="spinner-newsletter" style="display: none" class="spinner-border position-absolute start-0 end-0 mx-auto text-dark" role="status">
      <span class="visually-hidden">Loading...</span>
    </div>
    <div class="position-relative mt-3">
      <div id="msg-newsletter-success" class="msg alert alert-success text-center" style="display: none"></div>
      <div id="msg-newsletter-error" class="msg alert alert-danger text-center" style="display: none"></div>
      <div id="msg-newsletter-warning" class="msg alert alert-warning text-center" style="display: none"></div>
    </div>
  </div>
</form>

Text Content

This website uses cookies to ensure you get the best experience on our website. 
Learn More
Got it!
Delivery in 2-5 business days anywhere in Canada | Local Pickup is Available in
Vaughan, ON
 * Wall Panels
   * Acoustic Wood Slat Panels
   * Hexagon Acoustic Panels
   * Sample Kits
 * Ideas
 * Trade
 * Support

647-345-3494
×


GET $50 OFF YOUR FIRST ORDER!

"Just bought and easily installed WallTerra panels. My living room looks
ultra-modern now, way beyond my expectations!"
Alex M
Please enter your email
Get your discount
By signing up, you agree to receive email marketing
No, Thanks
Loading...


Warm Up Your Space: 15% Off Our Entire Collection During the Winter Sale
(Discount Applied at Checkout)!


ENHANCE YOUR SPACE WITH NATURE'S TOUCH

Transform your walls with stunning acoustic wood slat panels.
Shop now
15% OFF
Acoustic Wood Slat Panels
Natural Oak (Grey Felt)
15% OFF
Acoustic Wood Slat Panels
Smoked Oak
15% OFF
Acoustic Wood Slat Panels
Walnut
15% OFF
Acoustic Wood Slat Panels
Natural Oak (Black Felt)

MODERN
ECO LOOK

AFFORDABLE
ALTERNATIVE

EASY
INSTALLATION

ZERO
MAINTENANCE

NOISE
REDUCTION

RISK-FREE
RETURN POLICY

Add a Touch of


NATURE'S CHARM

All products
Transform your walls with stunning natural wall panels
15% OFF
Acoustic Wood Slat Panels
Natural Oak on Black Felt
$165.75 $195 / panel
$10.69 per sq. ft
15% OFF
Acoustic Wood Slat Panels
Natural Oak on Grey Felt
$165.75 $195 / panel
$10.69 per sq. ft
15% OFF
Acoustic Wood Slat Panels
Smoked Oak
$165.75 $195 / panel
$10.69 per sq. ft
15% OFF
Acoustic Wood Slat Panels
Walnut
$165.75 $195 / panel
$10.69 per sq. ft


HEXAGON ACOUSTIC PANELS

Those items are currently not in stock. Secure your order today with a 50%
deposit, and pay the remaining 50% when your product is ready to ship. The
estimated delivery time is 7-8 weeks. Reserve now to be among the first to
receive this item upon its arrival!
20% PRE-ORDER OFFER
Hexagon Acoustic Panels
Black Ash
PRE-ORDER OFFER
$120 $150 / panel
$28.17 per sq. ft
20% PRE-ORDER OFFER
Hexagon Acoustic Panels
Dark Grey Oak
PRE-ORDER OFFER
$120 $150 / panel
$28.17 per sq. ft
20% PRE-ORDER OFFER
Hexagon Acoustic Panels
Natural Oak
PRE-ORDER OFFER
$120 $150 / panel
$28.17 per sq. ft
20% PRE-ORDER OFFER
Hexagon Acoustic Panels
Smoked Oak
PRE-ORDER OFFER
$120 $150 / panel
$28.17 per sq. ft
20% PRE-ORDER OFFER
Hexagon Acoustic Panels
Walnut
PRE-ORDER OFFER
$120 $150 / panel
$28.17 per sq. ft
20% PRE-ORDER OFFER
Hexagon Acoustic Panels
Bronze Oak
PRE-ORDER OFFER
$120 $150 / panel
$28.17 per sq. ft


CAN’T DECIDE WHAT COLOR TO GET?

Order a sample kit that includes all of the vibrant colors we currently offer!
Plus, enjoy complete peace of mind knowing your sample kit is risk-free – we'll
refund* the cost of the samples with any panel order you place.
Shop now
*-excluding shipping


Welcome to WallTerra, where our acoustic slat panels are not just about
enhancing spaces but also about ensuring ease and simplicity in bringing your
design visions to life. These wall panels, a blend of natural beauty and
contemporary European design, are crafted for those who value both aesthetics
and practicality.






DISCOVER THE BEAUTY OF ACOUSTIC SLAT PANEL

Our wooden slat wall panels are designed to infuse warmth and sophistication
into any space. These wall panels are not just about aesthetics; their acoustic
properties enhance the overall ambiance, making them a perfect choice for
creating serene environments.





ENJOY ENHANCED ACOUSTICS WITH OUR SLAT WALL PANELS

Whether it's for a home or an office, our acoustic slat panels are versatile
enough to complement any interior design. More than just aesthetically pleasing,
these slat wall panels enhance the acoustics of your space, contributing to a
more harmonious and pleasant environment.





SUSTAINABLE WALL PANELS: ECO-FRIENDLY ELEGANCE

WallTerra leads the way in eco-friendly and sustainable solutions with our wall
panels. Our acoustic slat panels stand out, combining visual appeal with a
commitment to the planet. We pride ourselves on utilizing eco-friendly processes
and materials, ensuring that each of our wall panels not only enhances your
space but also aligns with sustainable practices.





EFFORTLESS INSTALLATION OF WOODEN SLAT WALL PANELS

The wooden slat wall panels from WallTerra are designed for effortless
installation, ensuring a swift and simple enhancement to your space. These slat
wall panels not only exemplify style and elegance but are also engineered for
hassle-free setup, making them a perfect choice for any interior. Our focus on
easy installation means you can transform your space with wooden slat wall
panels without the need for complex procedures or professional help.





EXPLORE COLORS WITH OUR RISK-FREE SAMPLE KIT

If you're uncertain which color to choose for your panels, WallTerra offers a
convenient solution. Order a wall panels sample kit to explore all available
colors in the collection. Feel confident in your decision with this risk-free
sample kit – the cost is 100% refundable (shipping is excluded) with any
acoustic slat panel order you make.





SWIFT DELIVERY OF SLAT WALL PANELS

With WallTerra, you can expect quick and reliable shipping for the slat wall
panels you ordered. Our commitment to timely delivery ensures that your slat
wall panel arrives efficiently, keeping your design projects on schedule. Trust
in our logistical expertise to provide not just speedy but also dependable
delivery of your chosen wall panels.





AFFORDABLE ACOUSTIC SLAT PANELS

We believe in offering acoustic slat panels that blend luxury with
affordability. Our acoustic slat panels are a testament to achieving a balance
between top-notch quality and cost-effectiveness. With WallTerra's wall panels,
you can bring nature-inspired elegance to your space without stretching your
budget.





UNMATCHED CUSTOMER SUPPORT

WallTerra's dedication to customer satisfaction extends far beyond the sale. Our
team is always ready to offer comprehensive support, ensuring your experience
from ordering to installation is smooth and hassle-free. We pride ourselves on
our exceptional customer service, making sure every step of your journey with
WallTerra is as seamless as possible.





PARTNERING FOR EXCELLENCE WITH WALLTERRA

At WallTerra, we embrace collaborations with interior designers, builders, and
commercial partners, aiming to revolutionize living and working environments.
Partnering with us means joining a community committed to innovation,
sustainable practices, and top-tier quality. Together, we can create spaces that
are not only aesthetically pleasing but also embody the principles of
eco-friendliness and design excellence.

Let WallTerra guide you to a world where every wall panel adds a stroke of
sophistication to your personal canvas. Join our journey in creating spaces that
are visually captivating and effortlessly stylish.





DISCOVER INSPIRING DESIGNS

Find design inspiration that speaks to your soul and transforms your space.
15% OFF

15% OFF

15% OFF

Acoustic Wood Slat Panels
Natural Oak (Black Felt)
$165.75 $195 / panel
Elegantly stylish, highly functional, enhancing sound quality, all wrapped in a
natural wood aesthetic.
Shop now
Acoustic Wood Slat Panels
Smoked Oak
$165.75 $195 / panel
Stylish, modern wall slat panel that improves sound quality with a natural wood
aesthetic.
Shop now
Acoustic Wood Slat Panels
Smoked Oak
$165.75 $195 / panel
Refined, practical, and enhances audio quality while presenting an authentic
wood texture.
Shop now



WHAT HAPPY CUSTOMERS SAY ABOUT OUR PRODUCT

All Reviews

ALEX M

Exceeded My Expectations - I acquired this for an accent wall in my living room.
Installation was a breeze, and the space exudes elegance now. The product and
its outcome were nothing short of remarkable. 

SARAH B

These wood panels have completely transformed my home! The variety of colors
made it easy to find the perfect fit for each room. Now, my home is anything but
boring. The panels added warmth, character, and a touch of nature that I
absolutely love.

JOHN S

These wood panels have worked wonders for my home's appearance! With such a
choice of colours, I quickly found the perfect match for every room's setting.
My house has undergone a complete metamorphosis – it's now far from dull. The
panels have brought in a comforting warmth, a unique personality, and a
delightful hint of nature that I love.

LILY W

I'm amazed at how these wood panels have transformed my living space! Finding
the perfect complement for every room's decor was a breeze. My home, once
lacking lustre, now radiates with charm. These panels have introduced a
comforting warmth, a unique personality, and a natural essence that enchanted
me.

MAGGIE K.

Thanks to these wood panels, my home feels like an entirely new place!
Harmonizing each room's ambiance was effortless with the array of colours. The
transformation is astounding – from mundane to captivating. The panels have
infused my space with a cozy warmth, distinctive character, and a gentle touch
of nature that I've come to cherish.

EMILY P

These wood panels have completely transformed my home! The variety of colors
made it easy to find the perfect fit for each room. Now, my home is anything but
boring. The panels added warmth, character, and a touch of nature that I
absolutely love.

DAVID L

What a remarkable difference these wood panels have made in my home! The diverse
colour options allowed me to tailor each room's atmosphere perfectly. My house
has been completely rejuvenated – no longer dull but full of vitality. The
panels have brought in a welcoming warmth, distinctive character, and an
inviting touch of the outdoors that I can't get enough of.


FREQUENTLY ASKED QUESTIONS

HOW ARE THE WALLTERRA PANELS DELIVERED?

Each package contains two panels with the following measurements:

Panel Height: 94.49” (240cm)
Panel Width: 23.62” (60cm)



Weight: 39.68 lb per box.



DO THE PANELS COME IN VARIOUS SIZES?

The panels are available in a single size, but they can be interconnected both
horizontally and vertically to achieve your desired dimensions.

Longer sizes up to 10ft are available as a special order.

CAN YOU PRODUCE CUSTOM PANEL SIZES?

Yes, we can produce panels in custom sizes up to 10 feet in length. These are
available as special orders and require a minimum quantity. The production
timeline for custom-sized panels can be up to 2 months. For more information
about special orders, including minimum quantities and specific requirements,
please use the 'Contact Us' form on our site. We're here to assist you in
tailoring our products to your unique needs.

CAN THE ACOUSTIC PANELS BE USED OUTDOORS?

The WallTerra acoustic wood wall panels are designed exclusively for indoor
applications.

WHAT'S THE LEAD TIME FOR DELIVERY?

In-stock products are typically shipped the same or the next business day and
delivered within 2-4 business days for most provinces. You can view the
estimated delivery time during the checkout.

ARE THE PANELS SUITABLE FOR BATHROOMS OR KITCHENS?

Our panels are well-suited for these spaces if they're not directly exposed to
water. We recommend applying a water-resistant finish to the front of the slats
to safeguard them against moisture and humidity.

DO THE PANEL COLORS MATCH THE PICTURES IN REALITY?

The consistent source of wood ensures a consistent look, although natural
variations like knots, slight cracks, and colour differences can occur due to
the natural nature of the wood. 

HOW DO I WORK AROUND OBSTACLES LIKE SOCKETS AND WINDOWS?

Adapting the panels to fit around objects is straightforward. The slats can be
cut widthwise using a saw, and the felt can be cut lengthwise with a sharp
blade, enabling you to customize the fit around any items on your surface. 

WHAT TYPES OF SURFACES CAN THE PANELS BE INSTALLED ON?

The panels are versatile and can be installed on a variety of surfaces, such as
brick, concrete, and plasterboard.

All questions

 * Wall Panels
 * Support
 * Blog
 * Trade Partners
 * Contact Us
 * Shipping and Payment
 * About Us
 * Coupons and promotions
 * Inspiration
 * Return Policy

SIGN UP TO NEWSLETTER

Your Email Address Subscribe
Loading...

© 2024. WallTerra. All rights reserved.
Terms of Use | Privacy Policy


Chat with us! Ask us anything!

LIVE CHAT

Talk to an agent
webchat here