www.matcha.apps.plana.ae Open in urlscan Pro
54.38.179.64  Public Scan

URL: https://www.matcha.apps.plana.ae/
Submission: On July 25 via api from US — Scanned from FR

Form analysis 5 forms found in the DOM

POST https://matcha.apps.plana.ae/index.php?route=common/currency/currency

<form action="https://matcha.apps.plana.ae/index.php?route=common/currency/currency" method="post" enctype="multipart/form-data" id="form-currency" class="header-dropdown">
  <div id="curr" class="btn-group">
    <button class="btn btn-link dropdown-toggle" data-toggle="dropdown"> <span>KWD </span> &nbsp;<i class="icon-right ion-ios-arrow-down"></i>
    </button>
    <ul class="dropdown-menu">
      <li>
        <button class="currency-select btn btn-link btn-block" type="button" name="BHD">BHD </button>
      </li>
      <li>
        <button class="currency-select btn btn-link btn-block" type="button" name="JOD">JOD </button>
      </li>
      <li>
        <button class="currency-select btn btn-link btn-block" type="button" name="KWD">KWD </button>
      </li>
      <li>
        <button class="currency-select btn btn-link btn-block" type="button" name="OMR">OMR </button>
      </li>
      <li>
        <button class="currency-select btn btn-link btn-block" type="button" name="QAR">QAR </button>
      </li>
      <li>
        <button class="currency-select btn btn-link btn-block" type="button" name="SAR">SAR </button>
      </li>
      <li>
        <button class="currency-select btn btn-link btn-block" type="button" name="AED">AED </button>
      </li>
    </ul>
  </div>
  <input type="hidden" name="code" value="">
  <input type="hidden" name="redirect" value="https://matcha.apps.plana.ae/index.php?route=common/home">
</form>

POST https://matcha.apps.plana.ae/index.php?route=common/language/language

<form action="https://matcha.apps.plana.ae/index.php?route=common/language/language" method="post" enctype="multipart/form-data" id="form-language" class="header-dropdown">
  <div class="btn-group">
    <button class="btn btn-link btn-block language-select en-active" type="button" name="ar">
      <span class="en-btn">E</span>
      <div class="lang-switcher">
      </div>
      <span class="ar-btn">ع</span>
    </button>
  </div>
  <input type="hidden" name="code" value="">
  <input type="hidden" name="redirect" value="https://matcha.apps.plana.ae/index.php?route=common/home">
</form>

POST #

<form action="#" method="post" id="ajax-login-form" enctype="multipart/form-data">
  <div class="form-group">
    <label class="control-label" for="input-email">E-Mail Address</label>
    <input type="text" name="email" value="" placeholder="E-Mail Address" id="input-email" class="form-control">
  </div>
  <div class="form-group">
    <label class="control-label" for="input-password">Password</label>
    <input type="password" name="password" value="" placeholder="Password" id="input-password" class="form-control">
    <a class="forgotten" href="https://matcha.apps.plana.ae/index.php?route=account/forgotten">Forgotten Password</a>
  </div>
  <div class="action">
    <button class="button btn" type="button" onclick="ptlogin.loginAction(document.getElementById('input-email').value, document.getElementById('input-password').value)"><span>Login</span></button>
    <button class="button btn" type="button" onclick="ptlogin.appendRegisterForm()"><span>Create an account</span></button>
    <img class="ajax-load-img" alt="" src="https://matcha.apps.plana.ae/image/catalog/ajax-loader.gif" width="30" height="30">
  </div>
</form>

POST https://matcha.apps.plana.ae/index.php?route=plaza/register

<form action="https://matcha.apps.plana.ae/index.php?route=plaza/register" method="post" id="ajax-register-form" enctype="multipart/form-data" class="form-horizontal">
  <fieldset id="account">
    <legend>Your Personal Details</legend>
    <div class="form-group required" style="display:  none ;">
      <label class="col-sm-2 control-label">Customer Group</label>
      <div class="col-sm-10">
        <div class="radio">
          <label>
            <input type="radio" name="customer_group_id" value="1" checked="checked"> Default</label>
        </div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-firstname">First Name</label>
      <div class="col-sm-10">
        <input type="text" name="firstname" value="" placeholder="First Name" id="input-firstname" class="form-control">
        <!-- Error First Name -->
        <div class="for-error error-firstname"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-lastname">Last Name</label>
      <div class="col-sm-10">
        <input type="text" name="lastname" value="" placeholder="Last Name" id="input-lastname" class="form-control">
        <!-- Error Last Name -->
        <div class="for-error error-lastname"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-register-email">E-Mail</label>
      <div class="col-sm-10">
        <input type="email" name="email" value="" placeholder="E-Mail" id="input-register-email" class="form-control">
        <!-- Error Email -->
        <div class="for-error error-email"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-telephone">Telephone</label>
      <div class="col-sm-10">
        <input type="tel" name="telephone" value="" placeholder="Telephone" id="input-telephone" class="form-control">
        <!-- Error Phone -->
        <div class="for-error error-telephone"></div>
      </div>
    </div>
  </fieldset>
  <fieldset>
    <legend>Your Password</legend>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-register-password">Password</label>
      <div class="col-sm-10">
        <input type="password" name="password" value="" placeholder="Password" id="input-register-password" class="form-control">
        <!-- Error Password -->
        <div class="for-error error-password"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-confirm">Password Confirm</label>
      <div class="col-sm-10">
        <input type="password" name="confirm" value="" placeholder="Password Confirm" id="input-confirm" class="form-control">
        <!-- Error Confirm Password -->
        <div class="for-error error-confirm"></div>
      </div>
    </div>
  </fieldset>
  <fieldset>
    <legend>Newsletter</legend>
    <div class="form-group">
      <label class="col-sm-2 control-label">Subscribe</label>
      <div class="col-sm-10">
        <label class="radio-inline">
          <input type="radio" name="newsletter" value="1"> Yes</label>
        <label class="radio-inline">
          <input type="radio" name="newsletter" value="0" checked="checked"> No</label>
      </div>
    </div>
  </fieldset>
  <div class="buttons">
    <div class="pull-right">I have read and agree to the <a href="https://matcha.apps.plana.ae/index.php?route=information/information/agree&amp;information_id=3" class="agree"><b>Privacy Policy</b></a>
      <input type="checkbox" name="agree" value="1"> &nbsp; <input type="button" onclick="ptlogin.registerAction();" value="Continue" class="btn btn-primary">
      <img class="ajax-load-img" alt="" src="https://matcha.apps.plana.ae/image/catalog/ajax-loader.gif" width="30" height="30">
    </div>
  </div>
</form>

POST /index.php?route=information/collaborate/process

<form method="POST" action="/index.php?route=information/collaborate/process">
  <div class="modal-content">
    <div class="modal-header">
      <button type="button" class="close" data-dismiss="modal">×</button>
      <h4 class="modal-title">Fill out the form</h4>
    </div>
    <div class="modal-body">
      <div class="row">
        <div class="col-md-6">
          <div class="form-group">
            <label>Your Name</label>
            <input type="text" name="name" class="form-control" required="true">
          </div>
        </div>
        <div class="col-md-6">
          <div class="form-group">
            <label>Your Email</label>
            <input type="email" name="email" class="form-control" required="true">
          </div>
        </div>
      </div>
      <div class="row">
        <div class="col-md-6">
          <div class="form-group">
            <label>Your Phone</label>
            <input type="text" name="phone" class="form-control" required="true">
          </div>
        </div>
        <div class="col-md-6">
          <div class="form-group">
            <label>Your Brand</label>
            <input type="text" name="brand" class="form-control" required="true">
          </div>
        </div>
      </div>
      <div class="row">
        <div class="col-md-12">
          <div class="form-group">
            <label>Additional Information</label>
            <textarea rows="5" class="form-control" name="additional_info" placeholder="Additional Information you would like to share with us"></textarea>
          </div>
        </div>
      </div>
    </div>
    <div class="modal-footer">
      <input type="submit" id="collaborate" name="submit" value="Submit" class="btn btn-success">
      <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
    </div>
  </div>
</form>

Text Content

Up to 50% off Spring Sale For now & later from $7.99
 * Home
 * Shop
 * Services
 * About us
 * Contact us


 * MOBILE MENU

 * Home
 * Shop
 * Services
 * About us
 * Contact us

Your browser does not support the video tag.
KWD  
 * BHD
 * JOD
 * KWD
 * OMR
 * QAR
 * SAR
 * AED

E

ع
All Categories
 * All Categories
 * Kits & Sets
 * Matcha
 * Matcha Powder
 * Merchandise
 * Save and Bundle

Search

Wish List 0
0 My Cart KWD 0.000

 * Your shopping cart is empty!

 * * My Account
     * Register
     * Login


LOGIN OR CREATE AN ACCOUNT

Close


RETURNING CUSTOMER

I am a returning customer

E-Mail Address
Password Forgotten Password
Login Create an account


LOGIN OR CREATE AN ACCOUNT

Close


REGISTER ACCOUNT

If you already have an account with us, please login at the login form.

Your Personal Details
Customer Group
Default
First Name

Last Name

E-Mail

Telephone

Your Password
Password

Password Confirm

Newsletter
Subscribe
Yes No
I have read and agree to the Privacy Policy  



YOUR ACCOUNT HAS BEEN CREATED!

Thank you for registering with Matcha Matcha!

You will be notified by e-mail once your account has been activated by the store
owner.

If you have ANY questions about the operation of this online shop, please
contact the store owner.

Continue


ACCOUNT LOGOUT

You have been logged off your account. It is now safe to leave the computer.

Your shopping cart has been saved, the items inside it will be restored whenever
you log back into your account.

Continue
Close


SIGN UP NEWSLETTER

Enjoy our newsletter to stay updated with the latest news and special sales.
Let's your email address here!

Subscribe

Don’t worry we don’t spam


Don't show again
Your browser does not support the video tag.


READYTO MAKEMAGIC?

Shop Now


Shop By Categories

Shop Now

KITS & SETS

3 products

Shop Now

MATCHA POWDER

3 products

Shop Now

MERCHANDISE

9 products

Shop Now

SAVE AND BUNDLE

5 products

Shop Now

Featured products


Add to Wish List Quick View Add to Cart

MATCHA POWDER

KWD 0.000

New
Add to Wish List Quick View Add to Cart

MAGIC SET

KWD 100.000 KWD 32.000

--213%
Add to Wish List Quick View Add to Cart

MATCHA LATTE

KWD 45.000

Add to Wish List Quick View Add to Cart

ORGANIC CEREMONIAL GRADE MATCHA PREMIUM (100G)

KWD 28.000

Add to Wish List Quick View Add to Cart

ENERGY BOOSTER

KWD 26.000

Add to Wish List Quick View Add to Cart

MATCHA MATCHA SKATEBOARD DECK

KWD 25.000

New


HOW IT WORKS

It’s as simple as…


1


CHOOSE
YOUR PRODUCT

choose your product


1


SELECT
QUANTITY & FREQUENCY

Use our calculator to determine your ideal matcha quantity.


2


ADD
TO CART

…and enjoy!

How many Matcha cups you drink a day?




YOU'LL NEED:


5


40G TINS/MONTH*


Shop Now

NATURAL PRODUCT


SAVE 40% OFF

Broccoli roses, alway fresh and delicious.100% Organic

163Days17hours25minutes58seconds

Shop Now
 * MATCHA MAGIC • FREAKING GOOD MATCHA • MATCHA MADNESS • PURE MATCHA BLISS •
   MATCHA MOMENTS • MATCHA VIBES • MATCHA PERFECTION • MATCHA HEAVEN • MATCHA
   POWER • GREEN GOLD MATCHA •
 * MATCHA MAGIC • FREAKING GOOD MATCHA • MATCHA MADNESS • PURE MATCHA BLISS •
   MATCHA MOMENTS • MATCHA VIBES • MATCHA PERFECTION • MATCHA HEAVEN • MATCHA
   POWER • GREEN GOLD MATCHA •
 * MATCHA MAGIC • FREAKING GOOD MATCHA • MATCHA MADNESS • PURE MATCHA BLISS •
   MATCHA MOMENTS • MATCHA VIBES • MATCHA PERFECTION • MATCHA HEAVEN • MATCHA
   POWER • GREEN GOLD MATCHA •
 * MATCHA MAGIC • FREAKING GOOD MATCHA • MATCHA MADNESS • PURE MATCHA BLISS •
   MATCHA MOMENTS • MATCHA VIBES • MATCHA PERFECTION • MATCHA HEAVEN • MATCHA
   POWER • GREEN GOLD MATCHA •

My Matcha Matcha


Your browser does not support the video tag.
Your browser does not support the video tag.
Your browser does not support the video tag.
Your browser does not support the video tag.


WE'RE MORE THAN OUR SLEEVES

Share your brand with our engaged community through cafe pop-ups, product
collaborations and offsite caterings. Got another idea? We’d love to hear it!

LET'S COLLABORATE

×

FILL OUT THE FORM

Your Name
Your Email
Your Phone
Your Brand
Additional Information
Close

Frequently Asked Question

WHAT IS MATCHA?

Matcha is a special kind of powdered green tea, traditionally used in the
Japanese tea ceremony. Matcha is unique among other types of green tea in both
appearance and taste. It has a vibrant, beautiful green color, a subtle aroma,
and a rich umami taste.

WHY DOES MY MATCHA TASTE BITTER?

If your matcha tastes bitter, it may be an inferior grade of tea. Also, the
water might be too hot, you may have used too much matcha, or you did not whisk
it properly. If there are breaks in the froth that reveal the liquid underneath
or big bubbles on the surface, the flavor profile will not be as good as it
should be.

WHY DOESN’T MY MATCHA FROTH WELL?

This could be due to not whisking the matcha thoroughly, but more often than
not, it is due to not using enough matcha tea powder for the amount of hot
water.

WHY DO I HAVE CLUMPS WHEN DRINKING MY MATCHA?

This is due to not sifting the matcha before preparation. If you sift the matcha
(by rubbing a quantity through a fine sieve), this will not happen.

HOW MUCH MATCHA IS IN A SINGLE SERVING?

Approximately 1 teaspoon (3 scoops using an authentic matcha scoop).



What they say


Sandy Wilcke

Perfect Themes and the best of all that you have many options to choose! Best
Support team ever!Very fast responding and experts on their fields! Thank you
very much! Are to be congratulated.

Sandy Wilcke

All Perfect !! I have three sites with magento , this theme is the best !!
Excellent support , advice theme installation package , sorry for English, are
Italian but I had no problem !! Thank you !

Sandy Wilcke

Perfect Themes and the best of all that you have many options to choose! Best
Support team ever!Very fast responding and experts on their fields! Thank you
very much! Are to be congratulated.

Sandy Wilcke

All Perfect !! I have three sites with magento , this theme is the best !!
Excellent support , advice theme installation package , sorry for English, are
Italian but I had no problem !! Thank you !

Sandy Wilcke

Perfect Themes and the best of all that you have many options to choose! Best
Support team ever!Very fast responding and experts on their fields! Thank you
very much! Are to be congratulated.

Sandy Wilcke

All Perfect !! I have three sites with magento , this theme is the best !!
Excellent support , advice theme installation package , sorry for English, are
Italian but I had no problem !! Thank you !

Sandy Wilcke

Perfect Themes and the best of all that you have many options to choose! Best
Support team ever!Very fast responding and experts on their fields! Thank you
very much! Are to be congratulated.

Sandy Wilcke

All Perfect !! I have three sites with magento , this theme is the best !!
Excellent support , advice theme installation package , sorry for English, are
Italian but I had no problem !! Thank you !

Sandy Wilcke

Perfect Themes and the best of all that you have many options to choose! Best
Support team ever!Very fast responding and experts on their fields! Thank you
very much! Are to be congratulated.

Sandy Wilcke

All Perfect !! I have three sites with magento , this theme is the best !!
Excellent support , advice theme installation package , sorry for English, are
Italian but I had no problem !! Thank you !



Read Our Blog



CELEBRITY DAUGHTER OPENS UP ABOUT HAVING

People are constantly changing things about themselves--- from their hair styles
to their clothes, to even.

03/10/2019 Plaza
Read More

CELEBRITY DAUGHTER OPENS UP ABOUT HAVING HER EYE COLOR

People are constantly changing things about themselves--- from their hair styles
to their clothes, to even the way they

18/01/2019 Plaza
Read More

CHILDREN LEFT HOME ALONE FOR 4 DAYS IN TV EXPERIMENT

A new reality show in the UK conducted an experiment to see just how kids and
teens would behave after being left home...

18/01/2019 Plaza
Read More

CHILDREN LEFT HOME ALONE FOR 4 DAYS IN TV EXPERIMENT 2

A new reality show in the UK conducted an experiment to see just how kids and
teens would behave after being left home...

18/01/2019 Plaza
Read More

LOTTO WINNER OFFERING UP MONEY TO ANY MAN THAT WILL DATE HER

The UK’s youngest lottery winner has recently revealed she is searching for a
boyfriend, and is willing to pay for the right man.

18/01/2019 Plaza
Read More

LOTTO WINNER OFFERING UP MONEY TO ANY MAN THAT WILL DATE HER2

The UK’s youngest lottery winner has recently revealed she is searching for a
boyfriend, and is willing to pay for the right man.

31/01/2019 Plaza
Read More

PEOPLE ARE WILLING TO LIE WHEN IT COMES TO MONEY

Humans have a problem: we really like to lie. And most of the lies that we tell
aren’t even malicious. We frequently tell lies...

18/01/2019 Plaza
Read More

PEOPLE ARE WILLING TO LIE WHEN IT COMES TO MONEY 2

Humans have a problem: we really like to lie. And most of the lies that we tell
aren’t even malicious. We frequently tell lies...

23/12/2019 Plaza
Read More


Free Shipping

On all orders over $75.00

Free Returns

Returns are free within 9 days

Support 24/7

Contact us 24 hours a day

100% Payment Secure

Your payment are safe with us.


Your browser does not support the video tag.
 * 
 * 
 * 
 * 
 * 
 * 


Information
 * About Us
 * Delivery Information
 * Privacy Policy
 * Terms & Conditions
 * Contact Us
 * Site Map
 * FAQ
   

About us

M-F 9am-5pm EST

Matcha Matcha

+0123.456.8386

info@matchamatcha.com

Join Our Newsletter

Sign up for our e-mail to get latest news.

Subscribe

Don’t worry we don’t spam


 * 
 * 
 * 
 * 
 * 
 * 

Copyrights © Matcha Matcha 2024 Powered By PLAN A Agency



PLEASE SELECT YOUR COUNTRY


BAHRAIN


JORDAN


KUWAIT


OMAN


QATAR


SAUDI ARABIA


UNITED ARAB EMIRATES