wittbizzsnack.com Open in urlscan Pro
2620:127:f00f:4::  Public Scan

Submitted URL: https://alphaelitewholesaleinc.com/
Effective URL: https://wittbizzsnack.com/
Submission: On July 24 via api from BE — Scanned from CA

Form analysis 4 forms found in the DOM

POST /cart

<form action="/cart" method="post" novalidate="" class="cart-drawer-form">
  <div id="cartSlideoutWrapper" class="fresh-shopping-right slideout-panel-hidden cart-drawer-right slideout-menu slideout-menu-right" role="dialog" aria-labelledby="cart_dialog_label" aria-describedby="cart_dialog_status" aria-modal="true">
    <div data-free-shipping-msg="">
      <div id="shopify-section-free-shipping-msg" class="shopify-section">
        <div class="cart-free-shipping-encouragement">
          <div>
            <p>Spend $10.00 more and get free shipping!</p>
          </div>
          <div class="cart-free-shipping-encouragement__bar--bg">
            <div class="cart-free-shipping-encouragement__bar--progress" style="width: 0.0%;"></div>
          </div>
        </div>
      </div>
    </div>
    <div class="cart-drawer__top">
      <div class="cart-drawer__empty-div"></div>
      <h2 class="type-subheading type-subheading--1 wow animated" id="cart_dialog_label" style="visibility: visible;">
        <span class="cart-drawer--title">Your Cart</span>
      </h2>
      <div class="cart-close-icon-wrapper">
        <button class="slide-menu cart-close-icon cart-menu-close alt-focus" aria-label="Open cart sidebar" type="button">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
            <line x1="18" y1="6" x2="6" y2="18"></line>
            <line x1="6" y1="6" x2="18" y2="18"></line>
          </svg>
        </button>
      </div>
    </div>
    <div class="ajax-cart--top-wrapper">
      <div class="ajax-cart--cart-discount">
        <div class="cart--order-discount-wrapper custom-font ajax-cart-discount-wrapper"></div>
      </div>
      <span class="cart-price-text hide">Subtotal</span>
      <div class="ajax-cart--cart-original-price">
        <span class="cart-item-original-total-price d-none"><span class="money">$0.00</span></span>
      </div>
      <div class="ajax-cart--total-price hide">
        <h2 id="cart_dialog_status" role="status" class="js-cart-drawer-status sr-only"></h2>
        <h3 id="cart_drawer_subtotal">
          <span class="cart-total-price js-cart-total" id="cart-price"><span class="money"><span class="sr-only">Your Cart Subtotal</span>$0.00</span></span>
        </h3>
      </div>
      <p class="cart--shipping-message taxes-and-shipping-message hide">Tax included and shipping calculated at checkout </p>
      <div class="slide-checkout-buttons">
        <button type="submit" name="checkout" class="btn alt-focus cart-button-checkout hide" tpi-pao-registered="true">
          <span class="cart-button-checkout-text">Place your order</span>
          <span class="cart-button-checkout-spinner lds-dual-ring hide"></span>
        </button>
        <div class="additional-checkout-buttons hide">
          <div class="dynamic-checkout__content" id="dynamic-checkout-cart" data-shopify="dynamic-checkout-cart"></div>
        </div>
        <button class="btn btn-default cart-menu-close secondary-button alt-focus" type="button"> Continue Shopping </button>
      </div>
      <div class="ajax-cart--checkout-add-note hide">
        <label for="note">Add a note for the seller…</label>
        <textarea id="note" name="note" class="form-control"></textarea>
      </div>
    </div>
    <div class="cart-error-box"></div>
    <div aria-live="polite" class="cart-empty-box"> Your basket is empty </div>
    <script type="application/template" id="cart-item-template"> <li>
        	<article class="cart-item">
        		<div class="cart-item-image--wrapper">
        			<a class="cart-item-link" href="" tabindex="-1">
        				<img
        					class="cart-item-image"
        					src="/product/image.jpg"
        					alt=""
        				/>
        			</a>
        		</div>
        		<div class="cart-item-details--wrapper">
        			<h3 class="cart-item__title">
        				<a href="" class="cart-item-link cart-item-details--product-title-wrapper">
        					<span class="cart-item-product-title"></span>
        					<span class="cart-item-variant-title hide"></span>
        					<span class="cart-item-selling-plan hide"></span>
        				</a>
        			</h3>

        			<div class="cart-item-price-wrapper">
        				<span class="sr-only">Now</span>
        				<span class="cart-item-price"></span>
        				<span class="sr-only">Was</span>
        				<span class="cart-item-price-original"></span>
        				<span class="cart-item-price-per-unit"></span>
        			</div>

              <ul class="cart-item-drawer-properties"></ul>

        			<ul class="order-discount--cart-list" aria-label="Discount"></ul>

        			<div class="cart-item--quantity-remove-wrapper">
        				<div class="cart-item--quantity-wrapper">
        					<button
        						type="button"
        						class="alt-focus cart-item-quantity-button cart-item-decrease"
        						data-amount="-1"
        						aria-label="Reduce item quantity by one"
        					>-</button>
                  <label for="cart-item--quantity-input" class="sr-only"></label>
        					<input
                    id="cart-item--quantity-input"
        						type="text"
        						class="cart-item-quantity"
        						min="1"
        						pattern="[0-9]*"
        						aria-label="Quantity"
        					>
        					<button
        						type="button"
        						class="alt-focus cart-item-quantity-button cart-item-increase"
        						data-amount="1"
        						aria-label="Increase item quantity by one"
        					>+</button>
        				</div>

        				<div class="cart-item-remove-button-container">
        					<button type="button" id="cart-item-remove-button" class="alt-focus" aria-label="Remove product">
                    <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="feather feather-trash-2" viewBox="0 0 24 24"><path d="M3 6h18M19 6v14a2 2 0 01-2 2H7a2 2 0 01-2-2V6m3 0V4a2 2 0 012-2h4a2 2 0 012 2v2M10 11v6M14 11v6"/></svg>
                  </button>
        				</div>
        			</div>

              <div class="errors hide"></div>

        		</div>
        	</article>
        </li>
      </script>
    <script type="application/json" id="initial-cart">
      {
        "note": null,
        "attributes": {},
        "original_total_price": 0,
        "total_price": 0,
        "total_discount": 0,
        "total_weight": 0.0,
        "item_count": 0,
        "items": [],
        "requires_shipping": false,
        "currency": "USD",
        "items_subtotal_price": 0,
        "cart_level_discount_applications": [],
        "checkout_charge_amount": 0
      }
    </script>
    <ul class="cart-items"></ul>
  </div>
</form>

/search

<form id="search-page-form-header" action="/search">
  <div id="search-wrapper">
    <label for="search_text" class="sr-only" id="search_label">Search our site Wittbizz Snacks</label>
    <input id="search_text" name="q" type="text" size="20" placeholder="Search Snacks..." autocomplete="off" autocorrect="off" spellcheck="false" class="is-predictive stop-mega-menu-reinit" data-show-prices="true" data-show-vendor="false"
      aria-hidden="true" tabindex="-1">
    <div class="search-bar--controls">
      <button id="search_submit" type="submit" aria-label="Submit Search" aria-hidden="true" tabindex="-1" class="search-bar__button alt-focus">
        <span class="header-icon">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 21 20">
            <circle cx="8.571" cy="8.571" r="8.071" stroke="currentColor"></circle>
            <path stroke="currentColor" d="M0-.5h8.081" transform="rotate(45 -10.316 23.87)"></path>
          </svg>
        </span>
      </button>
    </div>
    <button class="search-bar__button search-clear alt-focus" id="search-bar--clear" tabindex="-1" aria-hidden="true" aria-label="Clear search query" type="button"> Clear </button>
    <button class="search-bar__button search-close alt-focus" id="search-bar--close" tabindex="-1" aria-hidden="true" aria-label="Close search bar" type="button">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
        <line x1="18" y1="6" x2="6" y2="18"></line>
        <line x1="6" y1="6" x2="18" y2="18"></line>
      </svg>
    </button>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <div id="block-search-wrapper">
    <label for="search_text_search_block" class="sr-only" id="search_block_label">Search our site Wittbizz Snacks</label>
    <input id="search_text_search_block" name="q" type="text" size="20" placeholder="Search Snacks..." autocomplete="off" autocorrect="off" spellcheck="false" class="is-predictive stop-mega-menu-reinit" data-show-prices="true"
      data-show-vendor="false">
    <button class="search-block__button search-clear alt-focus" id="search-bar-search-block--clear" aria-label="Clear search query" type="button" tabindex="-1"> Clear </button>
    <div class="predictive-loading hide">
      <i class="fa fa-circle-o-notch fa-spin fa-2x fa-fw js"></i><span class="sr-only">Loading...</span>
    </div>
    <div class="search-block--controls">
      <button id="search_submit_search_block" type="submit" aria-label="Submit Search" class="search-block__button alt-focus">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 21 20">
          <circle cx="8.571" cy="8.571" r="8.071" stroke="currentColor"></circle>
          <path stroke="currentColor" d="M0-.5h8.081" transform="rotate(45 -10.316 23.87)"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST /contact#newsletter_section_form

<form method="post" action="/contact#newsletter_section_form" id="newsletter_section_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <div class="text-center">
    <div class="lds-dual-ring newsletter-spinner hide"></div>
    <p class="note form-success hide">
      <strong>Thanks for Joining!</strong>
    </p>
  </div>
  <div id="newsletter-wrapper-template--22361326059793__newsletter-newsletter">
    <label for="newsletter_text" class="sr-only"></label>
    <input id="newsletter_text-template--22361326059793__newsletter-newsletter" type="email" value="" placeholder="your@email.com" name="contact[email]" class="input-group-field email" aria-label="your@email.com" autocorrect="off"
      autocomplete="email" autocapitalize="off" required="">
    <button type="submit" id="newsletter_submit-template--22361326059793__newsletter-newsletter" name="commit" aria-label="Join" class="btn"> Send </button>
  </div>
</form>

Text Content

Spend $10.00 more and get free shipping!




YOUR CART



Subtotal
$0.00


YOUR CART SUBTOTAL$0.00

Tax included and shipping calculated at checkout

Place your order

Continue Shopping
Add a note for the seller…

Your basket is empty

This store requires javascript to be enabled for some features to work correctly



 * Grocery
 * Home Goods
 * Office Supplies
 * Janitorial
 * Electronics
 * Adult
 * Home page
 * Home
 * Shop
    * Snack Type
    * Brand
    * Flavor

 * Subscriptions
 * Contact

 * 
 * 
 * 0
 * 

 * 
 * 
 * 0



 * Grocery
 * Home Goods
 * Office Supplies
 * Janitorial
 * Electronics
 * Adult
 * Home page
 * Home
 * Shop
   
   Snack Type
   
   Brand
   
   Flavor
   
   Save 10% On All Drinks

 * Subscriptions
 * Contact



 * Grocery
 * Home Goods
 * Office Supplies
 * Janitorial
 * Electronics
 * Adult
 * Home page
 * Home
 * Shop
    * Snack Type
    * Brand
    * Flavor

 * Subscriptions
 * Contact

 * 
 * 
 * 0

 * 
 * 
 * 0



Search our site Wittbizz Snacks

Clear
Loading...


 * Grocery
 * Home Goods
 * Office Supplies
 * Janitorial
 * Electronics
 * Adult
 * Home page
 * Home
 * Shop
   
   Snack Type
   
   Brand
   
   Flavor
   
   Save 10% On All Drinks

 * Subscriptions
 * Contact

 * Home
 * Shop
   * Snack Type
   * Brand
   * Flavor
 * Subscriptions
 * Contact

 * 
   




BROWSE SNACKS BY FLAVOR PROFILE


BROWSE BY FLAVOR




DELICIOUS, FLAVORFUL, FRESH


WHY CHOOSE WITTBIZZ SNACKS

At WittBizz Snacks, we are commited to providing customers with high-quality,
fresh, and delicious snacks. Experience the ease of having our snacks delivered
straight to your home!


Free shipping Enjoy FREE Shipping On All Orders




Exclusive Snacks For connoisseurs on the hunt for the latest, greatest, and
rarest snacks.

Eco friendly packaging All orders are packaged using 100% recyclable materials.
 * 
   Free shipping Enjoy FREE Shipping On All Orders
   
   

 * 
   Exclusive Snacks For connoisseurs on the hunt for the latest, greatest, and
   rarest snacks.
 * 
   Eco friendly packaging All orders are packaged using 100% recyclable
   materials.




100+ 5 STAR REVIEWS





SNACK SEARCH

Find new and popular snacks quickly by searching below

Search our site Wittbizz Snacks Clear
Loading...





WHAT OUR CLIENTS SAY

 * 
   5
   
   > All flavoring was spot-on and delivered the experience i craved. Chips were
   > intensely crunchy. Well worth the premium.
   
   
   JAMES HOLMES

 * 
   5
   
   > Best packing and shipping, the bottles were triple wrapped. I have ordered
   > a lot from various sellers this is the 1st time someone took care to pack
   > the product. 5 stars!
   
   
   JOHN SMITH

 * 
   5
   
   > We can never find this flavor unless we travel to a sandwich shop . For
   > this price, it is worth the wait.
   
   
   RORIE


NEED MORE SNACKS?


SIGN UP HERE!

Thanks for Joining!

Send

Back to top


GET CONNECTED

 * Facebook icon
   
   Facebook

 * Twitter icon
   
   Twitter

 * Instagram icon
   
   Instagram

 * Snapchat icon
   
   Snapchat


CONTACT US

Email:
contact@wittbizzsnackwi.com
Phone:
608-285-5651


POLICIES

 * Terms Of Service
 * Refund Policy
 * Contact Information


POLICIES

 * Terms Of Service
 * Refund Policy
 * Contact Information


LINKS

 * Search
 * Order Tracking
 * About Us


LINKS

 * Search
 * Order Tracking
 * About Us

 * Amazon
 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Meta Pay
 * Google Pay
 * Mastercard
 * PayPal
 * Shop Pay
 * Venmo
 * Visa

© 2024 Wittbizz Snacks | Powered by Shopify

 * Home
 * Shop
 * Subscriptions
 * Contact
 * Home
 * Shop
 * Subscriptions
 * Contact
 * Log in
 * Create Account
    * Facebook icon
      
      Facebook
   
    * Twitter icon
      
      Twitter
   
    * Instagram icon
      
      Instagram
   
    * Snapchat icon
      
      Snapchat

Back
 * Grocery
 * Home Goods
 * Office Supplies
 * Janitorial
 * Electronics
 * Adult
 * Home page
 * 

Back
 *