www.shop.oatmlk.in Open in urlscan Pro
2620:127:f00f:e::  Public Scan

Submitted URL: https://share.polymail.io/v1/z/b/NjcwODg0MjA5NmU0/_6GW9yq4o9pW6Zf8W6_DZDuFObnD3O0tyIgPcbRMzBzXh-Owtuwdht-sq8WIZTVeanmwlEUM...
Effective URL: https://www.shop.oatmlk.in/products/protein
Submission: On October 11 via manual from SG — Scanned from SG

Form analysis 3 forms found in the DOM

POST /cart

<form id="CartDrawer" action="/cart" class="cart-drawer critical-hidden" method="post" novalidate="">
  <div class="cart-drawer__header">
    <h2 class="visually-hidden" id="cart-drawer-title">Shopping Cart</h2>
    <button type="button" class="cart-drawer__close-button" data-popup-close="cart" data-cart-close="">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow-back" viewBox="0 0 18 18">
        <path d="M1.5 9.347L10.414 1M9.674 17L1.502 8.653M1.648 9H17.5"></path>
      </svg>
      <span class="cart-drawer__title">Continue shopping</span>
    </button>
  </div>
  <div class="cart-drawer__content">
    <p class="cart-drawer__empty-text" data-cart-empty-text="">Your cart is currently empty.</p>
    <p class="cart-drawer__no-cookies-text">Enable cookies to use the shopping cart</p>
    <div class="cart-drawer__items" data-cart-items="">
    </div>
  </div>
  <div class="cart-drawer__footer">
    <div class="cart-drawer__totals">
      <h3 class="cart-drawer__subtotal">Subtotal</h3>
      <p class="cart-drawer__subtotal-value" data-cart-price=""><span class="money">Rs. 0.00</span></p>
      <p class="visually-hidden" data-price-live-region="" aria-live="polite" role="status"></p>
    </div>
    <div data-discounts="">
    </div>
    <p class="cart-drawer__notice">Tax included and shipping calculated at checkout </p>
    <div id="is-a-gift" style="clear: left; margin: 30px 0" class="clearfix rte">
      <p>
        <input id="gift-wrapping" type="checkbox" name="attributes[gift-wrapping]" value="yes" style="float: none">
        <label for="gift-wrapping" style="display:inline; padding-left: 5px; float: none;"> Make this order Plastic Neutral by addingss <span class="money">Rs. 10.00</span> only <strong>Powered by The Disposal Company</strong>
        </label>
      </p>
      <p style="display:none">
        <label style="display:block" for="gift-note">Gift message (free and optional):</label>
        <textarea name="attributes[gift-note]" id="gift-note"></textarea>
      </p>
    </div>
    <style>
      #updates_41373371400341 {
        display: none;
      }
    </style>
    <script>
      Shopify.Cart = Shopify.Cart || {};
      Shopify.Cart.GiftWrap = {};
      Shopify.Cart.GiftWrap.set = function() {
        var headers = new Headers({
          'Content-Type': 'application/json'
        });
        var request = {
          method: 'POST',
          headers: headers,
          body: JSON.stringify({
            updates: {
              41373371400341: 1
            },
            attributes: {
              'gift-wrapping': true
            }
          })
        };
        fetch('/cart/update.js', request).then(function() {
          location.href = '/cart';
        });
      }
      Shopify.Cart.GiftWrap.remove = function() {
        var headers = new Headers({
          'Content-Type': 'application/json'
        });
        var request = {
          method: 'POST',
          headers: headers,
          body: JSON.stringify({
            updates: {
              41373371400341: 0
            },
            attributes: {
              'gift-wrapping': '',
              'gift-note': ''
            }
          })
        };
        fetch('/cart/update.js', request).then(function() {
          location.href = '/cart';
        });
      }
      // If we have nothing but gift-wrap items in the cart.
      // When the gift-wrapping checkbox is checked or unchecked.
      document.addEventListener("DOMContentLoaded", function() {
        document.querySelector('[name="attributes[gift-wrapping]"]').addEventListener("change", function(event) {
          if (event.target.checked) {
            console.log("helo");
            Shopify.Cart.GiftWrap.set();
          } else {
            Shopify.Cart.GiftWrap.remove();
          }
        });
        document.querySelector('#gift-note').addEventListener("change", function(evt) {
          var note = evt.target.value;
          var headers = new Headers({
            'Content-Type': 'application/json'
          });
          var request = {
            method: 'POST',
            headers: headers,
            body: JSON.stringify({
              attributes: {
                'gift-note': note
              }
            })
          };
          fetch('/cart/update.js', request);
        });
      });
      //api call
    </script>
    <div class="center">
      <button type="submit" class="button" name="checkout" data-checkout-button="" disabled=""> Check Out </button>
    </div>
  </div>
</form>

GET /search

<form action="/search" class="search__form" method="get" role="search" data-form="">
  <div class="search__form-input-wrapper form__input-wrapper" data-form-input-wrapper="">
    <label class="search__form-input-label search__form-input-label--drawer form__input-label" for="q" aria-hidden="true">Search</label>
    <input class="search__form-input search__form-input--drawer form__input" type="search" name="q" value="" data-popup-focus="search" required="">
  </div>
  <button class="search__form-button search__form-button--drawer search-submit" type="submit">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 20 20">
      <path
        d="M18.64 17.02l-5.31-5.31c.81-1.08 1.26-2.43 1.26-3.87C14.5 4.06 11.44 1 7.75 1S1 4.06 1 7.75s3.06 6.75 6.75 6.75c1.44 0 2.79-.45 3.87-1.26l5.31 5.31c.45.45 1.26.54 1.71.09.45-.36.45-1.17 0-1.62zM3.25 7.75c0-2.52 1.98-4.5 4.5-4.5s4.5 1.98 4.5 4.5-1.98 4.5-4.5 4.5-4.5-1.98-4.5-4.5z">
      </path>
    </svg>
    <span class="visually-hidden">Search</span>
  </button>
  <button class="search__form-button search__form-button--drawer search-close" type="button" data-popup-close="search">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 17 17">
      <path d="M1 1l14 15M16 1L1 16"></path>
    </svg>
    <span class="visually-hidden">Close search</span>
  </button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product_form_7916217893013" accept-charset="UTF-8" class="
  product-form
   product-form--payment-button-disabled
   product-form--multi-variants
  form
" enctype="multipart/form-data" novalidate="novalidate" data-product-form="" data-product-id="7916217893013" data-product-handle="protein" data-variant-name="protein shake - Pack of 4 (200ml each)"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓">
  <div class="rte payment-terms-wrapper">
  </div>
  <div class="form__error-message-wrapper hidden" data-error-message-wrapper="" role="alert">
    <span class="visually-hidden">Error </span>
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-error" viewBox="0 0 14 14">
      <g fill="none">
        <path d="M7 0a7 7 0 0 1 7 7 7 7 0 1 1-7-7z"></path>
        <path class="icon-error__symbol" d="M6.328 8.396l-.252-5.4h1.836l-.24 5.4H6.328zM6.04 10.16c0-.528.432-.972.96-.972s.972.444.972.972c0 .516-.444.96-.972.96a.97.97 0 0 1-.96-.96z"></path>
      </g>
    </svg>
    <span class="form__error-message" data-error-message="">Quantity must be 1 or more</span>
  </div>
  <div class="form__input-wrapper form__input-wrapper--select" data-quantity-input-wrapper="">
    <label class="form__select-label" for="Quantity-product"> Quantity </label>
    <div class="quantity-input">
      <button class="quantity-input__button button" type="button" aria-label="Decrease quantity of protein shake by one" data-quantity-selector="" data-product-id="7916217893013"><svg aria-hidden="true" focusable="false" role="presentation"
          class="icon icon--wide icon-minus" viewBox="0 0 12 1">
          <path d="M0 .5h12" stroke="currentColor"></path>
        </svg></button>
      <input class="quantity-input__element center" type="number" name="quantity" id="Quantity-product" value="1" min="1" aria-label="Product quantity" data-quantity-input="" data-product-id="7916217893013">
      <button class="quantity-input__button button" type="button" aria-label="Increase quantity of protein shake by one" data-quantity-selector="" data-quantity-selector-increase="" data-product-id="7916217893013"><svg aria-hidden="true"
          focusable="false" role="presentation" class="icon icon-plus" viewBox="0 0 12 13">
          <path d="M0 6.5h12M6 .5v12" stroke="currentColor"></path>
        </svg></button>
    </div>
  </div>
  <div class="product-form__select form__input-wrapper form__input-wrapper--select">
    <label class="product-form__select-label form__select-label" for="Option-product-0"> Size </label>
    <select id="Option-product-0" class="form__input form__input--select" style="background-image: url(//www.shop.oatmlk.in/cdn/shop/t/2/assets/icon-select.svg?v=125966324132212991831628150266);" name="options[Size]" data-product-option="">
      <option value="Pack of 4 (200ml each)" selected="selected"> Pack of 4 (200ml each) </option>
      <option value="Pack of 12 (200ml each)"> Pack of 12 (200ml each) </option>
      <option value="Pack of 24 (200ml each)"> Pack of 24 (200ml each) </option>
    </select>
  </div><select name="id" class="form__input no-js" data-product-master-select="">
    <option selected="selected" value="43475010027669"> Pack of 4 (200ml each) </option>
    <option value="43475010060437"> Pack of 12 (200ml each) </option>
    <option value="43475010093205"> Pack of 24 (200ml each) </option>
  </select>
  <div class="product-form__buttons">
    <div id="recurpay-pdp-widget"></div><button type="submit" name="add" class="product-form__add-to-cart button" data-add-to-cart="" aria-label="Add to Cart">
      <span data-add-to-cart-text="">Add to Cart </span>
    </button><span class="product__success-message center hidden" data-product-success-message=""></span><button type="submit" name="add" class="product-form__add-to-cart no-js button" data-add-to-cart="" aria-label="Add to Cart">
      <span data-add-to-cart-text="">Add to Cart </span>
    </button>
  </div>
  <p class="visually-hidden" data-product-status="" aria-live="polite" role="status"></p><input type="hidden" name="product-id" value="7916217893013"><input type="hidden" name="section-id" value="product">
</form>

Text Content

Skip to content


SHOPPING CART

Continue shopping

Your cart is currently empty.

Enable cookies to use the shopping cart




SUBTOTAL

Rs. 0.00





Tax included and shipping calculated at checkout

Make this order Plastic Neutral by addingss Rs. 10.00 only Powered by The
Disposal Company

Gift message (free and optional):

Check Out

Collection:


Search
Search Close search
 * Visit our Main Website
 * OatMlk
 * Protein
 * Chai
 * Powder

Log in Cart
Number of items in your cart: 0
Cart
Number of items in your cart: 0
Cart price Rs. 0.00


MENU

 * Visit our Main Website
 * OatMlk
 * Protein
 * Chai
 * Powder
 * Log in

1 / 4



PROTEIN SHAKE


PROTEIN SHAKE

Regular price Rs. 450.00
Regular price Rs. 480.00 Sale price Rs. 450.00
Sale Sold Out
Unit price /per 
Tax included.
Error Quantity must be 1 or more
Quantity

Size Pack of 4 (200ml each) Pack of 12 (200ml each) Pack of 24 (200ml each)
Pack of 4 (200ml each) Pack of 12 (200ml each) Pack of 24 (200ml each)

Add to Cart Add to Cart



Delivery only in - Mumbai, Delhi NCR, Bengaluru

chocolate OatMlk ready-to-drink protein shake with 25g of Protein

Welcome to our indulgent oasis! Whether you're a fitness enthusiast seeking
post-workout replenishment or simply aiming to elevate your daily protein
intake, our chocolate drink is your delectable answer.

It has rich cocoa and velvety oat milk, coming together to deliver pleasure with
the nutritional goodness of 25g of plant-based protein. It is thick with a few
‘c’s, creamy how you want it to be, and luscious how a chocolate protein OatMlk
should be.


We know the rhyme at the end of the last sentence is convincing.

So, what are you waiting for? Order yours now!

Ingredients: water, oats (10%),&pea protein, cocoa powder, sugar, canola oil,
calcium carbonate, dipotassium phosphate, dicalcium phosphate, guar gum

Shelf life: 9 months from the date of manufacturing.

Storage: The product can be stored at room temperature. After opening,
refrigerate and consume within 3 days.


CUSTOMER REVIEWS

Based on 11 reviews Write a review


Couldn't load pickup availability

Refresh



Get in touch

Copyright © 2020-2021 W.G. Corp, All Rights Reserved.

Be a part of the OatMlk family!

Reach us at business@oatmlk.in or +91-7307978517

 * Facebook
 * Instagram

 * Facebook
 * Instagram

© 2024, oatmlkindia
 * Choosing a selection results in a full page refresh.
 * Press the space key then arrow keys to make a selection.


 * Opens in a new window.
 * Opens external website.
 * Opens external website in a new window.