www.shosha.com.au Open in urlscan Pro
172.66.43.197  Public Scan

Submitted URL: http://www.shosha.com.au/
Effective URL: https://www.shosha.com.au/
Submission: On November 10 via api from DE — Scanned from AU

Form analysis 42 forms found in the DOM

POST https://www.shosha.com.au/customer/account/loginPost/

<form class="form form-login" action="https://www.shosha.com.au/customer/account/loginPost/" method="post" id="header-login-form" novalidate="novalidate">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO">
  <fieldset class="fieldset login" data-hasrequired="* Required Fields">
    <div class="field email required">
      <div class="control">
        <input name="login[username]" value="" autocomplete="off" id="email" type="email" class="input-text" title="Email" data-validate="{required:true, 'validate-email':true}" placeholder="Email" aria-required="true">
      </div>
    </div>
    <div class="field password required">
      <div class="control">
        <input name="login[password]" type="password" autocomplete="off" class="input-text" id="pass" title="Password" data-validate="{required:true}" placeholder="Password" aria-required="true">
      </div>
    </div>
    <div class="actions-toolbar">
      <div class="primary"><button type="submit" class="action login primary" name="send" id="send2"><span>Sign In</span></button></div>
      <div class="secondary"><a class="action remind" href="https://www.shosha.com.au/customer/account/forgotpassword/"><span>Forgot Your Password?</span></a></div>
    </div>
  </fieldset>
</form>

GET https://www.shosha.com.au/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.shosha.com.au/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested">
        <a class="action advanced" href="https://www.shosha.com.au/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
      <script src="https://www.shosha.com.au/media/mageplaza/search/default_0.js" type="text/javascript"></script>
      <script type="text/javascript">
        require(['jquery', 'Magento_Catalog/js/price-utils', 'mpDevbridgeAutocomplete'], function($, priceUtils) {
          "use strict";
          var baseUrl = 'https://www.shosha.com.au/',
            baseImageUrl = 'https://www.shosha.com.au/media/catalog/product/',
            priceFormat = {
              "pattern": "$%s",
              "precision": 2,
              "requiredPrecision": 2,
              "decimalSymbol": ".",
              "groupSymbol": ",",
              "groupLength": 3,
              "integerRequired": false
            },
            displayInfo = ["price", "image"];
          var categorySelect = $('#mpsearch-category'),
            searchInput = $('#search');
          if (categorySelect.length) {
            categorySelect.on('change', function() {
              searchInput.focus();
              if ($(this).val() === 0) {
                $(this).removeAttr('name');
              } else {
                $(this).attr('name', 'cat');
              }
            });
          }
          var correctProductUrl = function(urlKey, isImage) {
            if (urlKey.search('http') !== -1) {
              return urlKey;
            }
            return ((typeof isImage !== 'undefined') ? baseImageUrl : baseUrl) + urlKey;
          };
          var searchVar = [];
          searchVar = $.merge(searchVar, mp_products_search);
          searchInput.autocomplete({
            lookup: searchVar,
            lookupLimit: 5,
            maxHeight: 2000,
            minChars: 0,
            lookupFilter: function(suggestion, query, queryLowerCase) {
              /** Category search*/
              if (categorySelect.length) {
                var categoryId = categorySelect.val();
                if (categoryId > 0 && ($.inArray(categoryId, suggestion.c) === -1)) {
                  return false;
                }
              }
              /** Product Suggestion*/
              if (query.length === 0) {
                return suggestion.o !== 'product_search';
              }
              /** Product Search*/
              return decodeEntities(suggestion.value.toLowerCase()).indexOf(queryLowerCase) !== -1;
            },
            onSelect: function(suggestion) {
              window.location.href = correctProductUrl(suggestion.u);
            },
            formatResult: function(suggestion, currentValue) {
              var html = '<a href="' + correctProductUrl(suggestion.u) + '">';
              if ($.inArray('image', displayInfo) !== -1) {
                html += '<div class="suggestion-left"><img class="img-responsive" src="' + correctProductUrl(suggestion.i, true) + '" alt="" /></div>';
              }
              html += '<div class="suggestion-right">';
              html += '<div class="product-line product-name">' + suggestion.value + '</div>';
              if ($.inArray('price', displayInfo) !== -1) {
                html += '<div class="product-line product-price">Price: ' + priceUtils.formatPrice(suggestion.p, priceFormat) + '</div>';
              }
              if ($.inArray('description', displayInfo) !== -1 && suggestion.d && suggestion.d.replace('""', '')) {
                html += '<div class="product-des"><p class="short-des">' + suggestion.d + '</p></div>';
              }
              html += '</div></a>';
              return html;
            }
          });
          var decodeEntities = (function() {
            var element = document.createElement('div');

            function decodeHTMLEntities(str) {
              if (str && typeof str === 'string') {
                str = str.replace(/<script[^>]*>([\S\s]*?)<\/script>/gmi, '');
                str = str.replace(/<\/?\w(?:[^"'>]|"[^"]*"|'[^']*')*>/gmi, '');
                element.innerHTML = str;
                str = element.textContent;
                element.textContent = '';
              }
              return str;
            }
            return decodeHTMLEntities;
          })();
        });
      </script>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" disabled="">
      <span>Search</span>
    </button>
  </div>
</form>

POST https://www.shosha.com.au/customer/account/loginPost/

<form class="form form-login" action="https://www.shosha.com.au/customer/account/loginPost/" method="post" id="header-login-form" novalidate="novalidate">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO">
  <fieldset class="fieldset login" data-hasrequired="* Required Fields">
    <div class="field email required">
      <div class="control">
        <input name="login[username]" value="" autocomplete="off" id="email" type="email" class="input-text" title="Email" data-validate="{required:true, 'validate-email':true}" placeholder="Email" aria-required="true">
      </div>
    </div>
    <div class="field password required">
      <div class="control">
        <input name="login[password]" type="password" autocomplete="off" class="input-text" id="pass" title="Password" data-validate="{required:true}" placeholder="Password" aria-required="true">
      </div>
    </div>
    <div class="actions-toolbar">
      <div class="primary"><button type="submit" class="action login primary" name="send" id="send2"><span>Sign In</span></button></div>
      <div class="secondary"><a class="action remind" href="https://www.shosha.com.au/customer/account/forgotpassword/"><span>Forgot Your Password?</span></a></div>
    </div>
  </fieldset>
</form>

POST https://www.shosha.com.au/salty-berry-world-grape-bubble-gum-nicotine-salt-e-liquid-30ml?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/salty-berry-world-grape-bubble-gum-nicotine-salt-e-liquid-30ml?options=cart" method="post">
  <input type="hidden" name="product" value="7607">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zYWx0eS1iZXJyeS13b3JsZC1ncmFwZS1idWJibGUtZ3VtLW5pY290aW5lLXNhbHQtZS1saXF1aWQtMzBtbD9vcHRpb25zPWNhcnQ,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/salty-krush-world-passionfruit-on-ice-nicotine-salt-e-liquid-30ml?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/salty-krush-world-passionfruit-on-ice-nicotine-salt-e-liquid-30ml?options=cart" method="post">
  <input type="hidden" name="product" value="7520">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zYWx0eS1rcnVzaC13b3JsZC1wYXNzaW9uZnJ1aXQtb24taWNlLW5pY290aW5lLXNhbHQtZS1saXF1aWQtMzBtbD9vcHRpb25zPWNhcnQ,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/tote-aoturoa-green-grape-nicotine-salt-e-liquid-30ml?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/tote-aoturoa-green-grape-nicotine-salt-e-liquid-30ml?options=cart" method="post">
  <input type="hidden" name="product" value="7116">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS90b3RlLWFvdHVyb2EtZ3JlZW4tZ3JhcGUtbmljb3RpbmUtc2FsdC1lLWxpcXVpZC0zMG1sP29wdGlvbnM9Y2FydA,,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/salty-bubble-world-gummy-strawberry-nicotine-salt-e-liquid-30ml?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/salty-bubble-world-gummy-strawberry-nicotine-salt-e-liquid-30ml?options=cart" method="post">
  <input type="hidden" name="product" value="6321">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zYWx0eS1idWJibGUtd29ybGQtZ3VtbXktc3RyYXdiZXJyeS1uaWNvdGluZS1zYWx0LWUtbGlxdWlkLTMwbWw_b3B0aW9ucz1jYXJ0">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/salty-kiwi-world-ice-grape-nicotine-salt-e-liquid-30ml?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/salty-kiwi-world-ice-grape-nicotine-salt-e-liquid-30ml?options=cart" method="post">
  <input type="hidden" name="product" value="5879">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zYWx0eS1raXdpLXdvcmxkLWljZS1ncmFwZS1uaWNvdGluZS1zYWx0LWUtbGlxdWlkLTMwbWw_b3B0aW9ucz1jYXJ0">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/salty-kiwi-world-ice-blue-raspberry-nicotine-salt-e-liquid-30ml?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/salty-kiwi-world-ice-blue-raspberry-nicotine-salt-e-liquid-30ml?options=cart" method="post">
  <input type="hidden" name="product" value="5876">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zYWx0eS1raXdpLXdvcmxkLWljZS1ibHVlLXJhc3BiZXJyeS1uaWNvdGluZS1zYWx0LWUtbGlxdWlkLTMwbWw_b3B0aW9ucz1jYXJ0">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/salty-fizzy-world-ice-cola-wild-cherry-nicotine-salt-e-liquid-30ml?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/salty-fizzy-world-ice-cola-wild-cherry-nicotine-salt-e-liquid-30ml?options=cart" method="post">
  <input type="hidden" name="product" value="5849">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zYWx0eS1maXp6eS13b3JsZC1pY2UtY29sYS13aWxkLWNoZXJyeS1uaWNvdGluZS1zYWx0LWUtbGlxdWlkLTMwbWw_b3B0aW9ucz1jYXJ0">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/salty-fizzy-world-ice-berry-lemonade-nicotine-salt-e-liquid-30ml?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/salty-fizzy-world-ice-berry-lemonade-nicotine-salt-e-liquid-30ml?options=cart" method="post">
  <input type="hidden" name="product" value="5845">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zYWx0eS1maXp6eS13b3JsZC1pY2UtYmVycnktbGVtb25hZGUtbmljb3RpbmUtc2FsdC1lLWxpcXVpZC0zMG1sP29wdGlvbnM9Y2FydA,,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/salty-puff-world-peach-ice-nicotine-salt-e-liquid-30ml?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/salty-puff-world-peach-ice-nicotine-salt-e-liquid-30ml?options=cart" method="post">
  <input type="hidden" name="product" value="5346">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zYWx0eS1wdWZmLXdvcmxkLXBlYWNoLWljZS1uaWNvdGluZS1zYWx0LWUtbGlxdWlkLTMwbWw_b3B0aW9ucz1jYXJ0">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/salty-puff-world-cola-ice-nicotine-salt-e-liquid-30ml?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/salty-puff-world-cola-ice-nicotine-salt-e-liquid-30ml?options=cart" method="post">
  <input type="hidden" name="product" value="5329">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zYWx0eS1wdWZmLXdvcmxkLWNvbGEtaWNlLW5pY290aW5lLXNhbHQtZS1saXF1aWQtMzBtbD9vcHRpb25zPWNhcnQ,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/frozen-world-ice-strawberry-guava-nicotine-salt?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/frozen-world-ice-strawberry-guava-nicotine-salt?options=cart" method="post">
  <input type="hidden" name="product" value="3808">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9mcm96ZW4td29ybGQtaWNlLXN0cmF3YmVycnktZ3VhdmEtbmljb3RpbmUtc2FsdD9vcHRpb25zPWNhcnQ,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/frozen-world-ice-strawberry-nicotine-salt?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/frozen-world-ice-strawberry-nicotine-salt?options=cart" method="post">
  <input type="hidden" name="product" value="3804">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9mcm96ZW4td29ybGQtaWNlLXN0cmF3YmVycnktbmljb3RpbmUtc2FsdD9vcHRpb25zPWNhcnQ,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/salty-world-tobacco-nicotine-salt-e-liquid-30ml?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/salty-world-tobacco-nicotine-salt-e-liquid-30ml?options=cart" method="post">
  <input type="hidden" name="product" value="2901">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zYWx0eS13b3JsZC10b2JhY2NvLW5pY290aW5lLXNhbHQtZS1saXF1aWQtMzBtbD9vcHRpb25zPWNhcnQ,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/lawless-waiheke-wine-e-liquid-120ml?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/lawless-waiheke-wine-e-liquid-120ml?options=cart" method="post">
  <input type="hidden" name="product" value="2785">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9sYXdsZXNzLXdhaWhla2Utd2luZS1lLWxpcXVpZC0xMjBtbD9vcHRpb25zPWNhcnQ,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/lawless-lil-akl-e-liquid-120ml?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/lawless-lil-akl-e-liquid-120ml?options=cart" method="post">
  <input type="hidden" name="product" value="2767">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9sYXdsZXNzLWxpbC1ha2wtZS1saXF1aWQtMTIwbWw_b3B0aW9ucz1jYXJ0">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/nicsalt-ice-mint-e-liquid-30ml?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/nicsalt-ice-mint-e-liquid-30ml?options=cart" method="post">
  <input type="hidden" name="product" value="2105">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9uaWNzYWx0LWljZS1taW50LWUtbGlxdWlkLTMwbWw_b3B0aW9ucz1jYXJ0">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/shosha-nothing-but-green-e-liquid?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/shosha-nothing-but-green-e-liquid?options=cart" method="post">
  <input type="hidden" name="product" value="1920">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zaG9zaGEtbm90aGluZy1idXQtZ3JlZW4tZS1saXF1aWQ_b3B0aW9ucz1jYXJ0">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/uwell-caliburn-gk2-18w-pod-kit?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/uwell-caliburn-gk2-18w-pod-kit?options=cart" method="post">
  <input type="hidden" name="product" value="7990">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS91d2VsbC1jYWxpYnVybi1nazItMTh3LXBvZC1raXQ_b3B0aW9ucz1jYXJ0">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/smok-solus-2-15w-pod-kit?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/smok-solus-2-15w-pod-kit?options=cart" method="post">
  <input type="hidden" name="product" value="7694">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zbW9rLXNvbHVzLTItMTV3LXBvZC1raXQ_b3B0aW9ucz1jYXJ0">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/smok-nord-5-80w-pod-kit?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/smok-nord-5-80w-pod-kit?options=cart" method="post">
  <input type="hidden" name="product" value="7653">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zbW9rLW5vcmQtNS04MHctcG9kLWtpdD9vcHRpb25zPWNhcnQ,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/vaporesso-x-mini-29w-pod-kit?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/vaporesso-x-mini-29w-pod-kit?options=cart" method="post">
  <input type="hidden" name="product" value="7644">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS92YXBvcmVzc28teC1taW5pLTI5dy1wb2Qta2l0P29wdGlvbnM9Y2FydA,,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/uwell-popreel-p1-13w-pod-kit?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/uwell-popreel-p1-13w-pod-kit?options=cart" method="post">
  <input type="hidden" name="product" value="7643">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS91d2VsbC1wb3ByZWVsLXAxLTEzdy1wb2Qta2l0P29wdGlvbnM9Y2FydA,,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/smok-nfix-pro-25w-pod-kit?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/smok-nfix-pro-25w-pod-kit?options=cart" method="post">
  <input type="hidden" name="product" value="7499">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zbW9rLW5maXgtcHJvLTI1dy1wb2Qta2l0P29wdGlvbnM9Y2FydA,,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/smok-novo-4-mini-pod-kit?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/smok-novo-4-mini-pod-kit?options=cart" method="post">
  <input type="hidden" name="product" value="7209">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zbW9rLW5vdm8tNC1taW5pLXBvZC1raXQ_b3B0aW9ucz1jYXJ0">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/vaporesso-xros-nano-pod-kit?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/vaporesso-xros-nano-pod-kit?options=cart" method="post">
  <input type="hidden" name="product" value="7207">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS92YXBvcmVzc28teHJvcy1uYW5vLXBvZC1raXQ_b3B0aW9ucz1jYXJ0">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/elate-prime-18w-pod-kit?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/elate-prime-18w-pod-kit?options=cart" method="post">
  <input type="hidden" name="product" value="7190">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9lbGF0ZS1wcmltZS0xOHctcG9kLWtpdD9vcHRpb25zPWNhcnQ,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/uwell-caliburn-g2-18w-pod-kit?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/uwell-caliburn-g2-18w-pod-kit?options=cart" method="post">
  <input type="hidden" name="product" value="7035">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS91d2VsbC1jYWxpYnVybi1nMi0xOHctcG9kLWtpdD9vcHRpb25zPWNhcnQ,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/smok-nord-pro-25w-pod-kit?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/smok-nord-pro-25w-pod-kit?options=cart" method="post">
  <input type="hidden" name="product" value="6847">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zbW9rLW5vcmQtcHJvLTI1dy1wb2Qta2l0P29wdGlvbnM9Y2FydA,,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/uwell-caliburn-ak2-pod-kit?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/uwell-caliburn-ak2-pod-kit?options=cart" method="post">
  <input type="hidden" name="product" value="6797">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS91d2VsbC1jYWxpYnVybi1hazItcG9kLWtpdD9vcHRpb25zPWNhcnQ,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS8%2C/product/5605/

<form data-role="tocart-form" action="https://www.shosha.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS8%2C/product/5605/" method="post">
  <input type="hidden" name="product" value="5605">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VjMmh2YzJoaExtTnZiUzVoZFM4JTJDL3Byb2R1Y3QvNTYwNS8,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/uwell-caliburn-g-18w-pod-kit?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/uwell-caliburn-g-18w-pod-kit?options=cart" method="post">
  <input type="hidden" name="product" value="5586">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS91d2VsbC1jYWxpYnVybi1nLTE4dy1wb2Qta2l0P29wdGlvbnM9Y2FydA,,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/smok-novo-x-pod-kit?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/smok-novo-x-pod-kit?options=cart" method="post">
  <input type="hidden" name="product" value="5148">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zbW9rLW5vdm8teC1wb2Qta2l0P29wdGlvbnM9Y2FydA,,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/vaporesso-xros-16w-pod-kit?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/vaporesso-xros-16w-pod-kit?options=cart" method="post">
  <input type="hidden" name="product" value="5143">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS92YXBvcmVzc28teHJvcy0xNnctcG9kLWtpdD9vcHRpb25zPWNhcnQ,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/smok-nord-2-40w-pod-kit?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/smok-nord-2-40w-pod-kit?options=cart" method="post">
  <input type="hidden" name="product" value="4117">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zbW9rLW5vcmQtMi00MHctcG9kLWtpdD9vcHRpb25zPWNhcnQ,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/uwell-caliburn-11w-pod-kit?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/uwell-caliburn-11w-pod-kit?options=cart" method="post">
  <input type="hidden" name="product" value="473">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS91d2VsbC1jYWxpYnVybi0xMXctcG9kLWtpdD9vcHRpb25zPWNhcnQ,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS8%2C/product/168/

<form data-role="tocart-form" action="https://www.shosha.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS8%2C/product/168/" method="post">
  <input type="hidden" name="product" value="168">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9jaGVja291dC9jYXJ0L2FkZC91ZW5jL2FIUjBjSE02THk5M2QzY3VjMmh2YzJoaExtTnZiUzVoZFM4JTJDL3Byb2R1Y3QvMTY4Lw,,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/smok-novo-2-pod-kit?options=cart

<form data-role="tocart-form" action="https://www.shosha.com.au/smok-novo-2-pod-kit?options=cart" method="post">
  <input type="hidden" name="product" value="120">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly93d3cuc2hvc2hhLmNvbS5hdS9zbW9rLW5vdm8tMi1wb2Qta2l0P29wdGlvbnM9Y2FydA,,">
  <input name="form_key" type="hidden" value="PSliqCRUnVVJp3mO"> <button type="submit" title="Add to Cart" class="action tocart primary">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.shosha.com.au/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.shosha.com.au/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <label class="label" for="footer_newsletter"><span>Sign Up for Our Newsletter:</span></label>
    <div class="control">
      <input name="email" type="email" id="footer_newsletter" data-validate="{required:true, 'validate-email':true}">
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" title="Subscribe" type="submit">
      <span>Subscribe</span>
    </button>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <!-- ko if: (getIsVisible()) --><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.shosha.com.au/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

WE NOW HAVE NICOTINE VAPE JUICE OPTIONS ON OUR WEBSITE

Free Shipping on orders over $100.00.
Skip to Content
 * Welcome to Online Shosha Store
 * Compare ()
 * Sign In
   Sign In
   Forgot Your Password?
 * Create an Account

My Cart 0
My Cart 0
Close You have no items in your shopping cart.
Toggle Nav
Search
Search
Advanced Search
Search
Menu
   
 * New Arrival
   
 * Disposables
   
 * 
   Brands
    * 
      Vape Devices
      * V10 DisposableNew
      * D2 DisposableNew
      * Disposable BarNew
      * D1 DisposableNew
      * V3 DisposableNew
      * V5 DisposableNew
      * New Disposable Pod
      * Palm Fit
      * SMOK
      * Vaporesso
      * UWELL
      * Geekvape
      * Innokin
      * iJoy
      * Suorin
      * Vaptio
      * Aspire
      * DotMod USA
      * Voopoo
      * Wotofo
      * Wismec
      * View More Brands
    * 
      Freebase E-Liquids
      * Salty Kraze WorldNew
      * Salty Berry WorldNew
      * Tote HuaNew
      * Tote AoturoaNew
      * Salty Bubble World
      * Salty Puff World
      * Frozen World
      * Lawless
      * Kiwi Vapor
      * Shosha
      * Party Vape
      * Hollywood
      * Vaping Gadget
      * Crown Vape
      * Summer Lumma
      * Juicy Planet
      * Elate Vape
      * Electric Vape
      * Vapor World
      * CloudChaser
      * Squizz
      * View More
    * 
      Nicotine Salts
      * Salty Kraze WorldNew
      * Salty Berry WorldNew
      * Salty Krush WorldNew
      * Tote HuaNew
      * Tote AoturoaNew
      * Salty Bubble World
      * Salty Tropical World
      * Salty Kiwi World
      * Kiwi Vapor
      * Salty Fizzy World
      * Salty Puff World
      * Salty World
      * Frozen World
      * Solace
      * NicSalt
      * Lawless
      * CigSalt
      * Crown Vape
      * Summer Lumma
      * CigSalt Sub-Ohm
      * Lawless Salty Clouds
      * Hollywood
      * Vaping Gadget
      * View More

   
 * 
   Vapes
    * 
      Pod Kits
      * View Pod Kits
      * Pod System
      * Pod Mod System
      * Closed Pod
      * SMOK Novo 2Top Pick
      * SMOK Solus 16WBest Selling
      * SMOK Nord 2Trending
    * 
      Vape Kits
      * View Vape Kits
      * Sub-Ohm Kits
      * Vape Pens
      * Box Mod Kits
      * Elate Vape Luna 2Top Pick
      * SMOK Nord Pen 22 AIOBest Selling
      * IJOY Shogun UnivTrending
    * 
      Vape Tanks & Mods
      * Elate LunaTop Pick
      * SMOK TFV18Best Selling
      * SMOK TFV16Trending
      

   
 * 
   Vape Accessories
    * 
      Replacement Pods
      * View All Replacement Pods
      * Vaporesso XROSTop Pick
      * SMOK Novo 2Top Pick
      * UWELL CaliburnTop Pick
      * SMOK Novo XTop Pick
      * UWELL Yearn Neat 2Top Pick
      * UWELL Caliburn A2Top Pick
      * Vaporesso Luxe QTop Pick
    * 
      Replacement Coils
      * View All Replacement Coils
      * SMOK RPMTop Pick
      * UWELL Caliburn GTop Pick
      * SMOK NordTop Pick
      * SMOK RPM 2Top Pick
      * SMOK LP1Top Pick
      * Vaporesso GTTop Pick
    * 
      Glass & Others
      * Batteries & Chargers
      * Replacement Glass
      * Mouth & Drip Tips
      * Rebuildable Materials
      * Tool Kits

   
 * 
   E-Liquids
    * 
      Freebase E-Liquid Flavours
      * * View All Freebase
        * Tobacco
        * Fruity
        * Menthol
        * Dessert
        * Beverage
        * Berry
      * Hollywood Gold TobaccoTobacco
      * EV StrappinFruity
      * Shosha Nothing But GreenMenthol
      * Crown Vape Cookie ButterDessert
      * Tote Aoturoa Peach Kiwi SodaBeverage
      * Kiwi Vapor ChewberryBerry
    * 
      Nicotine Salts E-Liquid Flavours
      * * View All Nicotine Salt
        * Tobacco
        * Fruity
        * Menthol
        * Dessert
        * Beverage
        * Berry
      * Salty World TobaccoTobacco
      * Salty Puff World Peach IceFruity
      * NicSalt Ice MintMenthol
      * Tote Aoturoa Choco ChestnutDessert
      * Tote Hua Energy Drink GrapeBeverage
      * Salty Kiwi World Ice Blue RaspberryBerry
    * 
      Sub-Ohm Salts E-Liquids
      * * View All Sub-Ohm Salts
        * Tobacco
        * Fruity
        * Menthol
        * Dessert
        * Beverage
        * Berry
      * Cigsalt Smokey AppleTobacco
      * Salty Clouds Lil AKLFruity
      * Salty Clouds Waiheke Wine ChilledMenthol
      * Salty Clouds Vanilla CustardDessert
      * Cigsalt Sour KingBeverage
      * Cigsalt Melon BerryBerry

   
 * 
   Vaporisers
    * 
      IQOS
    * Portable
    * Desktop
    * Accessories

   
   
   
   
 * 
   Smoking
      
    * 
      Hookah
      * 
        Hookah Pipes
        * Small Size Hookah
        * Medium Size Hookah
        * Large Size Hookah
        
      * 
        Hookah Accessories
        * Hookah Bowls
        * Hookah Hoses
        * Hookah Charcoal
      
    * 
      Rolling Papers
      * Classic
      * Organic
      * 
        Juicy Jay's
        * Paper Rolls
        * Flavour Papers
      * Papers with Tips
      * Pre-Rolled
      * Rolling Accessories
      
    * 
      Hemp Wraps
    * Detox
    * Testing KitNew
    * Raw
    * Tips
    * 
      Lighters
      * Flint Lighter
      * Electric Lighter
      * Jet Flame Lighter
    * 
      Smoking Accessories
      * Stems and Metal Cones
      * Mesh & Screens
      * Pipe Cleaners
      * Ashtrays
      * Storage/Containers
    * Scales
    * Grinder
      
    * Magical Butter
    * More Smoking

   
 * 
   Popular
   
    * Popular Pod Kits
      
      * Palm Fit 2.0
      * SMOK Novo 2
      * SMOK Novo 4
      * SMOK Nord 2
      * SMOK Solus
      * UWELL Aeglos P1
   
    * Popular Vape Kits
      
      * Elate Luna 2
      * SMOK Nord Pen 22
      * IJOY Shogun Univ
      * SMOK Fortis
      * SMOK Priv V8
      * Vaporesso Revenger Mini
   
    * Popular E-Liquids
      
      * Salty Puff World Cola Ice
      * EV Vampire Blood
      * Lawless Waiheke Wine
      * Tote Hua Aloe Vera Grape
      * Shosha Watermelon
      * Crown Vape Cookie Butter
   
    * Popular Nicotine Salt E-Liquids
      
      * Salty Krush World Watermelon Lime Ice
      * Salty Kiwi World Ice Grape
      * Frozen World Ice Strawberry Guava
      * NicSalt UK Gold
      * Lawless Lil AKL
      * Salty Bubble World Gummy Strawberry

   
   
   
   
   
 * Our stores
   
   
   

Account
 * Welcome to Online Shosha Store
 * Compare ()
 * Sign In
   Sign In
   Forgot Your Password?
 * Create an Account


AUSTRALIA'S BEST ONLINE SHOP FOR VAPE AND VAPE JUICE


AVAILABLE IN A LARGE RANGE OF NICOTINE STRENGTHS

SHOP NOW





AUSTRALIA'S BEST ONLINE SHOP FOR VAPE AND VAPE JUICE


AVAILABLE IN A LARGE RANGE OF NICOTINE STRENGTHS

SHOP NOW





SPECIALIST VAPE RETAILER

Over 110 Stores in NZ


OVERNIGHT SHIPPING

T&C apply


LARGEST RANGE AVAILABLE

We stock the largest range of vaping products to help you reduce the harm of
smoking


ONLINE SUPPORT

Our team of specialist will assist you with any enquiries


POPULAR E-LIQUIDS VIEW MORE >




Grape Bubble Gum Nicotine Salt E-liquid
3.0 star rating 2 Reviews



$25.00
Add to Cart
Add to Wish List Add to Compare
Passionfruit on Ice Nicotine Salt E-Liquid
4.6 star rating 5 Reviews



$25.00
Add to Cart
Add to Wish List Add to Compare
Green Grape Nicotine Salt E-liquid
4.4 star rating 9 Reviews



$25.00
Add to Cart
Add to Wish List Add to Compare
Gummy Strawberry Nicotine Salt E-liquid
4.4 star rating 30 Reviews



$25.00
Add to Cart
Add to Wish List Add to Compare
Ice Grape Nicotine Salt E-liquid
4.7 star rating 52 Reviews



$25.00
Add to Cart
Add to Wish List Add to Compare
Ice Blue Raspberry Nicotine Salt E-liquid
4.7 star rating 54 Reviews



$25.00
Add to Cart
Add to Wish List Add to Compare
Ice Cola Wild Cherry Nicotine Salt E-liquid
4.5 star rating 48 Reviews



$25.00
Add to Cart
Add to Wish List Add to Compare
Ice Berry Lemonade Nicotine Salt E-liquid
4.6 star rating 52 Reviews



$25.00
Add to Cart
Add to Wish List Add to Compare
Peach Ice Nicotine Salt E-Liquid
4.7 star rating 109 Reviews



$30.00
Add to Cart
Add to Wish List Add to Compare
Cola Ice Nicotine Salt E-Liquid
4.8 star rating 87 Reviews



$30.00
Add to Cart
Add to Wish List Add to Compare
Ice Strawberry Guava Nicotine Salt E-liquid
4.9 star rating 38 Reviews



$25.00
Add to Cart
Add to Wish List Add to Compare
Ice Strawberry Nicotine Salt E-liquid
4.4 star rating 19 Reviews



$25.00
Add to Cart
Add to Wish List Add to Compare
Tobacco Nicotine Salt E-liquid
4.7 star rating 38 Reviews



$25.00
Add to Cart
Add to Wish List Add to Compare
Waiheke Wine E-liquid
4.6 star rating 8 Reviews



$60.00
Add to Cart
Add to Wish List Add to Compare
Lil AKL E-liquid
5.0 star rating 5 Reviews



$60.00
Add to Cart
Add to Wish List Add to Compare
Ice Mint Nicotine Salt E-liquid
4.7 star rating 36 Reviews



$25.00
Add to Cart
Add to Wish List Add to Compare
Nothing But Green E-Liquid
4.8 star rating 48 Reviews



$7.00
Add to Cart
Add to Wish List Add to Compare



POPULAR VAPE KITS VIEW MORE >




NEW
UWELL Caliburn GK2 18W Pod Kit

$59.99
Add to Cart
Add to Wish List Add to Compare
SMOK Solus 2 15W Pod Kit

$34.99
Add to Cart
Add to Wish List Add to Compare
NEW
SMOK NORD 5 80W Pod Kit

$69.99
Add to Cart
Add to Wish List Add to Compare
NEW
Vaporesso X MINI 29W Pod Kit

$44.99
Add to Cart
Add to Wish List Add to Compare
NEW
UWELL Popreel P1 13W Pod Kit

$44.99
Add to Cart
Add to Wish List Add to Compare
SMOK Nfix Pro 25W Pod Kit

$54.99
Add to Cart
Add to Wish List Add to Compare
SMOK NOVO 4 Mini 25W Pod Kit
5.0 star rating 1 Review



$54.99
Add to Cart
Add to Wish List Add to Compare
NEW
Vaporesso XROS Nano Pod Kit

$59.99
Add to Cart
Add to Wish List Add to Compare
Elate Prime 18W Pod Kit
4.8 star rating 8 Reviews



$49.99
Add to Cart
Add to Wish List Add to Compare
UWELL Caliburn G2 Pod Kit
4.7 star rating 3 Reviews



$59.99
Add to Cart
Add to Wish List Add to Compare
SMOK Nord PRO 25W Pod Kit

$54.99
Add to Cart
Add to Wish List Add to Compare
NEW
UWELL Caliburn AK2 15W Pod Kit

$54.99
Add to Cart
Add to Wish List Add to Compare
Geekvape Aegis Hero 45W Pod Kit
4.8 star rating 5 Reviews



$64.99
Add to Cart
Add to Wish List Add to Compare
UWELL Caliburn G Pod Kit
4.8 star rating 41 Reviews



$54.99
Add to Cart
Add to Wish List Add to Compare
SMOK Novo X Pod Kit
4.8 star rating 79 Reviews



$59.99
Add to Cart
Add to Wish List Add to Compare
Vaporesso XROS 16W Pod Kit
4.7 star rating 18 Reviews



$44.99
Add to Cart
Add to Wish List Add to Compare
SMOK Nord 2 40W Pod Kit
4.8 star rating 86 Reviews



$55.00
Add to Cart
Add to Wish List Add to Compare
Uwell Caliburn Pod Kit
4.6 star rating 46 Reviews



$55.00
Add to Cart
Add to Wish List Add to Compare
Geekvape Aegis Boost Pod Kit
4.3 star rating 9 Reviews



$69.99
Add to Cart
Add to Wish List Add to Compare
SMOK Novo 2 Pod Kit
4.8 star rating 645 Reviews



$39.99
Add to Cart
Add to Wish List Add to Compare




COMING SOON VIEW MORE >

Geekvape AU (Aegis U) 20W Pod Kit

$0.00
Coming Soon

Add to Wish List Add to Compare
Geekvape Wenax U 20W Pod Kit

$0.00
Coming Soon

Add to Wish List Add to Compare
Geekvape Obelisk U 20W Pod Kit

$0.00
Coming Soon

Add to Wish List Add to Compare
Vaporesso ZERO S Pod Kit

$0.00
Coming Soon

Add to Wish List Add to Compare
Vaporesso LUXE QS Pod Kit

$0.00
Coming Soon

Add to Wish List Add to Compare
UWELL Cravat 9W Pod Kit

$0.00
Coming Soon

Add to Wish List Add to Compare
UWELL Sculptor 11W Pod Kit

$0.00
Coming Soon

Add to Wish List Add to Compare
UWELL Crown D 35W Pod Kit

$0.00
Coming Soon

Add to Wish List Add to Compare
Sub-Ohm Nicotine Salt E-liquid - by Salty Series

$0.00
Coming Soon

Add to Wish List Add to Compare
Salty Tropical World NEW FLAVORS E-Liquid

$0.00
Coming Soon

Add to Wish List Add to Compare
Vaporesso Gen Air 40 Pod Kit

$0.00
Coming Soon

Add to Wish List Add to Compare
SMOK RPM 5 Pro 80W Pod Kit

$0.00
Coming Soon

Add to Wish List Add to Compare
SMOK POZZ PRO 25W Pod Kit

$0.00
Coming Soon

Add to Wish List Add to Compare



SHOSHA - LARGEST ONLINE VAPE SHOP IN AUSTRALIA

If you have been searching for the best online vape store in Australia - then
look no further than Shosha. We offer the largest range of high-quality vaping
products at a competitive price. Our team of specialists will help you to choose
the best vaping devices and E-liquids tailored to your requirements; So come
visit us and see for yourself. To ensure our customers are getting the best
products, we work tirelessly around the clock with only the best brands and
manufacturers out there to supply us with premium vape products that not only
look great but are built to a high standard.


SHOSHA STOCKS THE WORLD'S BEST VAPE AND E-CIGARETTES!

There is no surprise that Shosha is the best-vaping store in Australia. We have
over 110 physical stores and stock the world’s best-vaping brands, including
SMOK, Vaporesso, UWELL, Geekvape, Palm Fit and so many more. At Shosha, we
consistently deliver our customer's high-quality electronic cigarettes, pod
vapes, starter kits, vape mods, disposable vape, E Liquid, and vaping
accessories at the best price.

You can shop with absolute confidence at Shosha, knowing that you are getting
reliable, premium vaping devices and vape juice at the best price in NZ. With
hundreds of different E-liquid flavours and a wide range of nicotine strength to
choose from, Shosha has your vape juice needs covered!


THE BEST PREMIUM E-LIQUIDS AND NICOTINE SALTS VAPE JUICE IN AUSTRALIA!

Do you know that Shosha has one of the largest ranges of E-liquids in Australia?
Along with a different range of vaping devices, we have an extensive range of
quality E liquids to match. We offer a huge selection of flavours, including
strawberry, tobacco, menthol, vanilla, and many more intricate mixes that come
in both Freebase and Nicotine Salts.

Not only that, but we are also proud to stock the best vape juice brands brands
such as Shosha Vape, Lawless Vape, Crown Vape, Hollywood Vape and Vaping Gadget
(VG), along with the most popular Freebase and Nicotine Salts E-liquid series in
NZ and Australia like Salty World, Salty Puff World, Salty Kiwi World, Nic Salt
E-liquids, Shosha E-Liquids, Kiwi Vapor.


NUMBER ONE VAPE STORE IN AUSTRALIA!

At Shosha, we are committed to providing our customers with premium vape kits,
E-liquids, and vaping accessories that not only have the best price but deliver
a great vaping experience. If you have any questions about any of the vaping
devices and E liquids that we stock, do not hesitate to reach out and contact us
directly. Our friendly and professional sales team is always happy to help.

Show Less

Show More


About Us
SHOSHA is the largest retail group of Vape products, Vaporizers, Hookah, and
other Smoking-Related products. We offer an extensive selection of top brands
for vaping products with the finest quality. Starting from one retail store in
Auckland CBD, New Zealand in the year 2011, SHOSHA has dynamically developed to
have more than 110 stores located in New Zealand View More.
Quick Links
   
 * Terms & Conditions
 * Warranty
 * Privacy Policy
 * Delivery Information
 * Returns & Exchanges

Contact Information

 * Phone:
   +6496366000

 * Enquire Online

Be the First to Know

Get all the latest information on Events,
Sales and Offers. Sign up for newsletter today.

Enter your email address
Sign Up for Our Newsletter:

Subscribe
 * 
 * 

©Copyright 2022 Shosha | Mason Online Limited. All rights reserved.

Close

Age Gate AU



Are you 18 years or older and a smoker?

18+ Enter Under 18
Ok

Close
 

We're Sorry !

You must be 18 years of age or older to enter this site.

Ok


Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password

Sign In
Forgot Your Password?