agendalife.co Open in urlscan Pro
100.21.133.80  Public Scan

URL: https://agendalife.co/
Submission Tags: sansec.io magecart Search All
Submission: On March 31 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

POST https://agendalife.co/customization/newsletter/betterpopup/

<form id="mp-newsletter-validate-detail" class="form subscribe " novalidate="novalidate" action="https://agendalife.co/customization/newsletter/betterpopup/" method="post" onsubmit="DoSubmit();">
  <div class="form-group-cc font-calluna-light">
    <input id="mp-newsletter" class="email font-calluna-light" type="email" name="email" placeholder="EMAIL" required="" style="float: left;">
    <input id="welcome_used_block" type="hidden" name="used_block" value="2">
    <input class="action subscribe font-bg-bold button" type="submit" id="better_popup_click" style="height: 45px !important;" value="SIGN UP">
    <input class="action subscribe font-pbold button" type="hidden" name="type_newsletter" id="type_newsletter" value="1">
  </div>
  <label class="terms font-calluna-light"><input type="checkbox" id="chk1" name="chk" value="chk" required=""> I agree to the <a href="hhttps://agendalife.co/terms/" style="color: #111822 !important;">terms &amp; conditions </a> as stated here.
  </label>
  <div id="chk-error1" style="color: #111822; font-size: 1.2rem;"></div>
</form>

GET https://agendalife.co/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://agendalife.co/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <div class="actions">
        <button type="submit" title="Search" class="action search" aria-label="Search" disabled="">
          <span>Search</span>
        </button>
      </div>
      <input id="search" type="text" name="q" value="" placeholder="" class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
      <div id="search_autocomplete" class="search-autocomplete"></div>
    </div>
  </div>
</form>

POST https://agendalife.co/checkout/cart/add/

<form data-product-sku="Trio Bundle" action="https://agendalife.co/checkout/cart/add/" method="post" id="product_addtocart_form" novalidate="novalidate">
  <input type="hidden" name="product" value="2579">
  <input type="hidden" name="selected_configurable_option" value="">
  <input type="hidden" name="qty" value="1">
  <input type="hidden" name="related_product" id="related-products-field" value="">
  <input type="hidden" name="item" value="2579">
  <input type="hidden" name="bundle_option[4][]" value="8">
  <input type="hidden" name="bundle_option[4][]" value="9">
  <input type="hidden" name="bundle_option[4][]" value="10">
  <input name="form_key" type="hidden" value="upPJphm926Qc3V3J">
  <div class="actions">
    <button title="Add to Cart" class="action primary tocart" id="product-addtocart-button">
      <span class="font-bg-bold">Add to Cart</span>
    </button>
  </div>
</form>

POST javascript:void(0)

<form class="form subscribe" novalidate="novalidate" action="javascript:void(0)" method="post" id="newsletter-validate-detail">
  <!--
             <p class="label title col-lg-12">
				              </p>
-->
  <div class="field newsletter col-lg-7 col-md-9">
    <div class="control">
      <input type="hidden" name="used_block" value="2">
      <input name="email" type="email" id="newsletter" placeholder="EMAIL" data-validate="{required:true, 'validate-email':true}">
    </div>
    <div class="mage-error"></div>
  </div>
  <div class="actions col-lg-5 col-md-3">
    <button class="action subscribe primary" id="submitNewsletterForm" title="SIGN UP" type="button" aria-label="Subscribe">
      <span class="font-bg-bold">SIGN UP</span>
    </button>
  </div>
  <input type="hidden" value="https://agendalife.co/customization/newsletter/subscribe/" id="customSubscribeUrl">
  <!--
            <p class="term-condition col-lg-12 font-mr"><input type="checkbox" value="1" data-validate="{'validate-one-checkbox-required-by-name':true}" checked name="accept_terms_and_conditions"></p>
-->
</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 -->
    <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://agendalife.co/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

BE THE FIRST TO KNOW!

Join our mailing list for Agenda updates, new product releases, and exclusive
offers.


I agree to the terms & conditions as stated here.


AGENDA USES COOKIES

This website uses cookies to improve your user experience

I accept Read more
The store will not work correctly in the case when cookies are disabled.

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

Skip to Content

Our Last Price Reduction! All products only $4!


Menu
 * Shop
 * System
 * About

SHOP
SHOP

Account

Toggle Nav
My Cart
My Cart
Close Your Bag

You have no items in your shopping cart.


 * 
   
   
   
   

Toggle Nav
Search
Search
Search



OWN YOUR ROUTINE


YOUR SIMPLE SYSTEM TO MAKE EVERY DAY A GOOD HAIR DAY.

SHOP HAIR CARE
Life is too short to have boring hair. Big hair, don’t care. If all else fails,
make the hair bigger. I’m not perfect but my hair is. Turn up the volume.
Consider us your hair care BFFs. Life is too short to have boring hair. Big
hair, don’t care. If all else fails, make the hair bigger. I’m not perfect but
my hair is. Turn up the volume. Consider us your hair care BFFs.


THE BIG BASIC KIT

Making your hair care routine as easy as 1-2-3.

 1. Add to Wish List
    HEAD START 1
    Protection Serum
 2. Add to Wish List
    BIG PLANS AHEAD 2
    Root Boosting Foam
 3. Add to Wish List
    FINISH STRONG 3
    Hair Oil

$12.00 $60.00
Add to Cart

SEE ALL

STEP-BY-STEP SYSTEM

REDEFINE YOUR DAILY RITUALS

It’s no secret that having a good routine makes you feel better. That’s why we
created the perfect combination of products that work together to give you a
no-nonsense hair care system you (and your hair) will love.

LEARN MORE


DESIGNED TO BE KIND

Just like you, we care what goes in your hair.

The IDEAL ORDER
Like your BFFs, each product brings its own strength to the party.
NO BAD STUFF
Only the ingredients you want. No gluten, parabens, phthalates, SLS, or SLES.
Cruelty-free and Vegan
Products you can feel good about—never tested on animals.
Gentle Scent
Get that fresh-out-the-shower scent that’s not too strong.

Embracing everyday life

As a working mom, our founder knows what it’s like to juggle a lot. She wanted
one less thing to worry about, so took matters into her own hands and built a
hair care system that’s easy to implement into everyday life.

OUR STORY



NO BAD NEWS(LETTER)

Good vibes only. We promise.

LEARN MORE



INSPIRATION IS RIGHT

AROUND THE CORNER.

Show us your new daily routine by posting your haircare selfies on Instagram. Be
sure to follow us for everyday inspiration and to shop the feed.

FOLLOW THE FEED

 * ABOUT US
 * About
 * Cause

 * BRAND
 * Shop
 * System
 * Newsletter

 * HELP
 * FAQ
 * Shipping & Returns
 * Contact
 * My Account
 * Privacy Policy
 * Terms Of Use
 * Cookie Policy

NO BAD NEWS(LETTER)

Want to be the first one to know about new products and get exclusive offers?
Sign up for email alerts.

SIGN UP


YOU’RE ALL SIGNED UP!

You are now subscribed to the Agenda newsletter. Stay tuned for updates, tips,
and to be the first to know about future drops.


© 2024 Agenda. All rights reserved.


X
 * Home
 * Shop
 * System
 * Newsletter
   

 * About
 * Cause
 * FAQ
 * Shipping
 * Contact
 * My Account
 * Privacy Policy
 * Terms of Use
 * Cookie Policy


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 Password?