smws.com Open in urlscan Pro
63.141.128.15  Public Scan

Submitted URL: http://smws.com/
Effective URL: https://smws.com/
Submission: On November 20 via api from US — Scanned from DE

Form analysis 11 forms found in the DOM

/search.php

<form class="form" action="/search.php">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <i class="fal fa-search"></i>
      <label class="is-srOnly" for="search_query">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" id="search_query" data-error-message="Search field cannot be empty." placeholder="Search Phrase" autocomplete="off">
    </div>
  </fieldset>
</form>

POST /cart.php

<form class="productAddToBasket" method="post" action="/cart.php">
  <input type="hidden" name="action" value="add" tabindex="0">
  <input type="hidden" name="qty[]" value="1" tabindex="0">
  <input type="hidden" name="product_id" value="4606" tabindex="0">
  <p class="price noStockText">£64.20</p>
  <div class="buttonsWrap">
    <a href="/login.php" class="button small" title="Login to buy">Login</a>
    <a class="button moreInfo" href="/malt-loaf-and-vanilla-frosting/" tabindex="0">More Info</a>
  </div>
</form>

POST /cart.php

<form class="productAddToBasket" method="post" action="/cart.php">
  <input type="hidden" name="action" value="add" tabindex="-1">
  <input type="hidden" name="qty[]" value="1" tabindex="-1">
  <input type="hidden" name="product_id" value="4615" tabindex="-1">
  <p class="price noStockText">£85.00</p>
  <div class="buttonsWrap">
    <a href="/login.php" class="button small" title="Login to buy">Login</a>
    <a class="button moreInfo" href="/chocolate-rain-on-a-cherry-tree/" tabindex="-1">More Info</a>
  </div>
</form>

POST /cart.php

<form class="productAddToBasket" method="post" action="/cart.php">
  <input type="hidden" name="action" value="add" tabindex="-1">
  <input type="hidden" name="qty[]" value="1" tabindex="-1">
  <input type="hidden" name="product_id" value="4613" tabindex="-1">
  <p class="price noStockText">£66.00</p>
  <div class="buttonsWrap">
    <a href="/login.php" class="button small" title="Login to buy">Login</a>
    <a class="button moreInfo" href="/weird-and-wonderful/" tabindex="-1">More Info</a>
  </div>
</form>

POST /cart.php

<form class="productAddToBasket" method="post" action="/cart.php">
  <input type="hidden" name="action" value="add" tabindex="-1">
  <input type="hidden" name="qty[]" value="1" tabindex="-1">
  <input type="hidden" name="product_id" value="4609" tabindex="-1">
  <p class="price noStockText">£77.00</p>
  <div class="buttonsWrap">
    <a href="/login.php" class="button small" title="Login to buy">Login</a>
    <a class="button moreInfo" href="/complementary-smoke-and-toffee/" tabindex="-1">More Info</a>
  </div>
</form>

POST /cart.php

<form class="productAddToBasket" method="post" action="/cart.php">
  <input type="hidden" name="action" value="add" tabindex="-1">
  <input type="hidden" name="qty[]" value="1" tabindex="-1">
  <input type="hidden" name="product_id" value="4616" tabindex="-1">
  <p class="price noStockText">£95.00</p>
  <div class="buttonsWrap">
    <a href="/login.php" class="button small" title="Login to buy">Login</a>
    <a class="button moreInfo" href="/toasty-roasty-and-oaky/" tabindex="-1">More Info</a>
  </div>
</form>

POST /cart.php

<form class="productAddToBasket" method="post" action="/cart.php">
  <input type="hidden" name="action" value="add" tabindex="-1">
  <input type="hidden" name="qty[]" value="1" tabindex="-1">
  <input type="hidden" name="product_id" value="4599" tabindex="-1">
  <p class="price noStockText">£76.90</p>
  <div class="buttonsWrap">
    <a href="/login.php" class="button small" title="Login to buy">Login</a>
    <a class="button moreInfo" href="/avast-ye-smoky-apricots/" tabindex="-1">More Info</a>
  </div>
</form>

POST /cart.php

<form class="productAddToBasket" method="post" action="/cart.php">
  <input type="hidden" name="action" value="add" tabindex="-1">
  <input type="hidden" name="qty[]" value="1" tabindex="-1">
  <input type="hidden" name="product_id" value="4600" tabindex="-1">
  <p class="price noStockText">£60.00</p>
  <div class="buttonsWrap">
    <a href="/login.php" class="button small" title="Login to buy">Login</a>
    <a class="button moreInfo" href="/peat-ploughing-lunacy/" tabindex="-1">More Info</a>
  </div>
</form>

POST /cart.php

<form class="productAddToBasket" method="post" action="/cart.php">
  <input type="hidden" name="action" value="add" tabindex="-1">
  <input type="hidden" name="qty[]" value="1" tabindex="-1">
  <input type="hidden" name="product_id" value="4601" tabindex="-1">
  <p class="price noStockText">£65.50</p>
  <div class="buttonsWrap">
    <a href="/login.php" class="button small" title="Login to buy">Login</a>
    <a class="button moreInfo" href="/entranced-and-enchanted/" tabindex="-1">More Info</a>
  </div>
</form>

POST /login.php?action=check_login

<form class="login-form form" action="/login.php?action=check_login" method="post">
  <div class="form-field">
    <label class="form-label" for="login_email_popup">Email Address:</label>
    <input class="form-input" name="login_email" id="login_email_popup" type="email">
  </div>
  <div class="form-field">
    <label class="form-label" for="login_pass_popup">Password:</label>
    <input class="form-input" id="login_pass_popup" type="password" name="login_pass" autocomplete="off">
  </div>
  <div class="form-actions">
    <input type="submit" class="button button--primary" value="Sign in">
    <a class="forgot-password" href="/login.php?action=reset_password">Forgot your password?</a>
  </div>
</form>

POST /subscribe.php

<form class="form" action="/subscribe.php" method="post">
  <fieldset class="form-fieldset">
    <input type="hidden" name="action" value="subscribe">
    <input type="hidden" name="nl_first_name" value="bc">
    <input type="hidden" name="check" value="1">
    <div class="form-field">
      <label class="form-label is-srOnly" for="nl_name">Full name</label>
      <label class="form-label is-srOnly" for="nl_email">Email Address</label>
      <div class="form-prefixPostfix wrap">
        <input class="form-input" id="nl_name" name="nl_name" type="text" value="" placeholder="Full name">
        <input class="form-input" id="nl_email" name="nl_email" type="email" value="" placeholder="Email">
        <input class="button button--primary form-prefixPostfix-button--postfix" type="submit" value="Subscribe">
      </div>
    </div>
  </fieldset>
</form>

Text Content

 * Enjoy FREE Delivery
 * Christmas

DRAM-CIERGE +44(0)1315552929

UK Website

EU Website International

Menu
 * Search
 * Login
 * Basket 0
   
 * 

Search

 * Join SMWS
    * About Membership
    * Join SMWS
    * Company Membership
    * Activate Your Membership
    * Refer a Friend
    * New Member's Guide
   
   JOIN THE SCOTCH MALT WHISKY SOCIETY
 * Shop
    * Christmas
    * All Whisky
    * All Collections
    * Latest Outturn
    * Vaults Collection
    * DRAM-Cierge Selection
    * Last Drops
    * Cases & Tasting Packs
    * Spirits
    * Accessories
    * JG Thomson
    * Memberships
    * Bottle Archive
   
   WHISKY FLAVOUR PROFILES
 * About
    * Manifesto
    * International Branches
    * Awards & Testimonials
    * 40th Anniversary
   
   CELEBRATING 40 YEARS OF DISCOVERY
 * Outturn
    * Outturn
    * Latest Outturn Bottlings
   
   PAST SOCIETY RELEASES
 * Events
    * All Events
    * Private Events & Tastings
    * Virtual Whisky Tastings
    * SMWS ON THE ROAD
   
   SEE WHAT'S ON & GET INVOLVED
 * Venues
    * All Venues
    * Queen St, Edinburgh
    * The Vaults
    * Greville Street, London
    * Bath Street, Glasgow
    * Accommodation
    * Partner Bars
   
   DISCOVER YOUR LOCAL BRANCH
 * News

 * Unfiltered
   
   To immerse yourself and discover our unique member's only experiences, we
   invite you to join the world's most entertaining whisky club. JOIN NOW
   
    * Unfiltered Preview
   
    * Unfiltered Magazine
   
    * On Air
   
    * Exploring Whisky Flavours
   
    * New Member's Guide
   
   
 * Drop & Dram

DRAM-CIERGE +44(0)1315552929

UK Website

EU Website International
 * 
 * 
 * 

WELCOME TO THE SCOTCH MALT WHISKY SOCIETY


SHARE THE SPIRIT OF THE SEASON

Celebrate the spirit of the season with whisky gifts for everyone on your list.
Our new 12 Drams of Christmas 2023 advent calendar is on sale now with other
seasonal whisky specials ripe for picking.

ALL TOGETHER THIS CHRISTMAS

YOU BELONG HERE

A malt whisky club like no other, discover more about what it means to be a
member.

01/06


MAVERICKS SINCE 1983

Our 40th Year sees us celebrating our founder and ‘Maverick-in-Chief’ Pip Hills,
going back to our roots and igniting the Society’s original mischievous spark.

A PASSION SHARED

We don’t just bring you good whisky, we bring our members together to share
their passion.

SINGLE CASK WHISKY AND MORE

Whisky club membership brings exclusive access to hand-picked casks from over
150 distilleries in Scotland and beyond.

FLAVOUR NOT WHISKY BRANDS

We believe the best way to enjoy our single cask whisky is to focus on its
flavour and not where it’s from. You’ll notice the SMWS bottle doesn’t name the
whisky brand or distillery.

EXCLUSIVE CLUB & WHISKY BARS

Enjoy a warm club welcome at our exclusive Members’ Rooms and partner whisky
bars around the world.

WHISKY TASTING EVENTS

We host regular whisky tasting events. Share a unique sensory experience, have
whisky fun, and unite with fellow members and our entertaining SMWS ambassadors.

ABOUT MEMBERSHIP & STARTING YOUR WHISKY ADVENTURE

Learn More
- OR -
JOIN TODAY (from £85) BUY AS A GIFT

Live outside the UK and want to join?

EU WEBSITE INTERNATIONAL BRANCHES

--------------------------------------------------------------------------------

A BRAND NEW WHISKY SUBSCRIPTION SERVICE


DROP & DRAM

Are you a whisky enthusiast with a love for endless discovery?

Welcome to Drop & Dram, a monthly whisky subscription pack from The Scotch Malt
Whisky Society. We’ve designed this exciting new experience especially for
adventurous souls like you who are looking to take their passion for whisky to
the next level.

Launching 29 November. Limited packs available. We expect demand to be high so
to avoid missing out, sign up below for priority access and start your journey
of endless discovery!
Read more
SIGN UP FOR PRIORITY ACCESS


BIG OUTTURN 2023

GET FESTIVE

Get ready to turn up the volume on your celebrations, because our Big Outturn is
here to ignite the party vibes and make this festive season truly unforgettable!
We're pulling out all the stops with a selection of whiskies that will have you
dancing, laughing and toasting until the early hours.

01/08


CASK NO. 60.33

MALT LOAF AND VANILLA FROSTING

£64.20

Login More Info

CASK NO. 140.16

CHOCOLATE RAIN ON A CHERRY TREE

£85.00

Login More Info

CASK NO. 115.28

WEIRD AND WONDERFUL

£66.00

Login More Info

CASK NO. 82.51

COMPLEMENTARY SMOKE AND TOFFEE

£77.00

Login More Info

CASK NO. 157.1

TOASTY, ROASTY AND OAKY

£95.00

Login More Info

CASK NO. 4.382

AVAST YE SMOKY APRICOTS

£76.90

Login More Info

CASK NO. 16.96

PEAT-PLOUGHING LUNACY

£60.00

Login More Info

CASK NO. 26.221

ENTRANCED AND ENCHANTED

£65.50

Login More Info


GIFT MEMBERSHIP

What better gift for a whisky newbie than their very own membership to The
Scotch Malt Whisky Society? It's the perfect introduction to a lifetime's love
affair with whisky in its purest form.

GIFT MEMBERSHIP


`sdgagsd

Sample link text
Label

Sample title

Sample link text
Label

BEST BUY WHISKY UNDER £65

Say hello to our Best Buy Recommendations – hidden gems in our online shop that
are great value. But be quick, bottlings are limited in availability and once
they’re gone, they’re gone forever.

SHOP NOW



OK

Email Address:
Password:
Forgot your password?


NEW CUSTOMER?

Create an account with us and you'll be able to:

 * Check out faster
 * Save multiple shipping addresses
 * Access your order history
 * Track new orders
 * Save items to your Wish List

Create Account

JOIN US AND OTHER MEMBERS ON SOCIAL MEDIA




NOT A MEMBER YET, BUT WANT THE NEWS...

Sign up to our newsletter to hear the latest news and gain some insight into the
society.

Full name Email Address




JOIN SMWS

 * Join our Club
 * Activate Membership
 * About Membership


GET IN TOUCH

 * Contact us
 * Venues & Partner Bars
 * International Branches
 * Affiliates




SHIPPING & RETURNS

 * Delivery Information
 * Returns & Exchanges


FURTHER INFORMATION

 * FAQs
 * Terms & Conditions
 * Accessibility Statement
 * Privacy Statement

Please drink responsibly: drinkaware.co.uk

Copyright © 2023, Scotch Malt Whisky Society



Company Registration No. SC83022 VAT No. GB 202993315

SECURE CHECKOUT

We use cookies (and other similar technologies) to collect data to improve your
shopping experience.

SettingsReject allAccept All Cookies


×

Welcome to The Scotch Malt Whisky Society

Please confirm you are of legal drinking age in the country from where you are
accessing the website.

Yes