www.ninelife.at Open in urlscan Pro
23.227.38.74  Public Scan

URL: https://www.ninelife.at/products/black-currant-powder-ribes-nigrum-1lb-antioxident-anthocyanin-blackcurrant-berry?gclid=...
Submission: On May 17 via api from US — Scanned from CA

Form analysis 4 forms found in the DOM

POST /cart

<form action="/cart" method="post">
  <ul class="cart-popup-ul-middle">
  </ul>
  <ul class="cart-popup-ul-top">
    <li><b>Total : </b><span class="total-price">€0,00</span></li>
  </ul>
  <ul class="cart-popup-ul-bottom">
    <li>
      <a href="/checkout" class="btn btn-primary btn-block buy-btn btn-lg button-with-appand-checkout">
                    <span class="bg-img">&nbsp;</span>
                    <span class="checkouttext">Secure Checkout</span>
                  </a>
    </li>
    <li><a href="/cart" class="btn btn-large btn-secondary">View My Cart</a></li>
    <div class="continue-shopping-cart"><i class="fa fa-angle-left"></i> Continue Shopping</div>
  </ul>
</form>

/search

<form class="navbar-form" action="/search">
  <div class="input-group">
    <input type="hidden" name="type" value="product">
    <input type="text" class="form-control" placeholder="Search for..." name="q" value="">
    <div class="input-group-btn">
      <button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button>
    </div>
  </div>
</form>

/search

<form class="navbar-form" action="/search">
  <div class="input-group">
    <input type="hidden" name="type" value="product">
    <input type="text" class="form-control" placeholder="Search for..." name="q" value="">
    <div class="input-group-btn">
      <button class="btn btn-default" type="submit">
        <!--<i class="glyphicon glyphicon-search"></i> -->
        <img src="//cdn.shopify.com/s/files/1/0627/4557/5651/files/search-icon1.png?v=11126669357275689518" alt="searchicon">
      </button>
    </div>
  </div>
</form>

POST /cart/add

<form class="customcartform" action="/cart/add" method="post">
  <div class="type-data">
    <div class="price-box desktop-only">
      <span class="regular-price" id="product-price-7551759712483">
        <span class="productnew_price">
          <span id="cmprprice" rel="8600" data-price="86,00"><i class="fa fa-inr"></i>
            <span>€86,00</span></span>
        </span>
        <span rel="5300" data-price="53,00" id="price_value-7551759712483" class="save_price">
          <i class="fa fa-inr"></i><span> €53,00</span></span>
        <span class="compare-price" id="compare_value-7551759712483">
          <span class="price">Save: <b id="save_value-7551759712483">  (38.37%)</b></span>
        </span>
      </span>
    </div>
    <div class="price-box mobile-only">
      <span class="regular-price" id="product-price-7551759712483">
        <span rel="5300" data-price="53,00" id="price_value-7551759712483" class="save_price"><i class="fa fa-inr"></i>
          <span> €53,00</span></span>
        <span class="compare-price" id="compare_value-7551759712483">
          <span id="cmprprice" rel="8600" data-price="86,00">
            <span>€86</span></span>
          <span class="price">Save <b id="save_value-7551759712483">
                                           <i class="fa fa-inr"></i>
                                           <span class="saveamt"> €33</span>
                                           (38.37%)
                                           </b></span>
        </span>
      </span>
    </div>
  </div>
  <div class="veriants-7551759712483 veriants">
    <div class="option0-7551759712483 option0"></div>
    <div class="option1-7551759712483 option1"></div>
    <div class="option2-7551759712483 option2"></div>
  </div>
  <div class="expected_delivery mobile-only mobile_deli"> Delivery Time: <span>07 June 2023 - 14 June 2023</span>
    <script>
      $('document').ready(function() {
        var str = $('.mobile_deli span').text();
        var fname = str.split(" ")[0];
        var newStr = fname.split("-")[0];
        var secndStr = fname.split("-")[1];
        //alert(secndStr); alert(newStr);
        //alert(number2); 
        var months = new Array(12);
        months[0] = "January";
        months[1] = "February";
        months[2] = "March";
        months[3] = "April";
        months[4] = "May";
        months[5] = "June";
        months[6] = "July";
        months[7] = "August";
        months[8] = "September";
        months[9] = "October";
        months[10] = "November";
        months[11] = "December";
        var date = new Date();
        var newdate = new Date(date);
        if (secndStr == 18 && newStr == 12) {
          newdate.setDate(newdate.getDate() + 28);
        } else if (secndStr == 28 && newStr == 21) {
          newdate.setDate(newdate.getDate() + 28);
        } else if (secndStr == 3 && newStr == 2) {
          newdate.setDate(newdate.getDate() + 18);
        } else if (secndStr == 4 && newStr == 3) {
          newdate.setDate(newdate.getDate() + 24);
        }
        var firstdate = new Date(newdate);
        var month1 = firstdate.getMonth();
        var day1 = firstdate.getDate();
        var outputone = (('' + day1).length < 2 ? '0' : '') + day1 + ' ' + (('' + months[month1]).length < 2 ? '0' : '') + months[month1] + ' ' + firstdate.getFullYear();
        //alert(outputone);
        var newwdate = new Date(date);
        if (secndStr == 18 && newStr == 12) {
          newwdate.setDate(newwdate.getDate() + 21);
        } else if (secndStr == 28 && newStr == 21) {
          newwdate.setDate(newwdate.getDate() + 21);
        } else if (secndStr == 3 && newStr == 2) {
          newwdate.setDate(newwdate.getDate() + 12);
        } else if (secndStr == 4 && newStr == 3) {
          newwdate.setDate(newwdate.getDate() + 16);
        }
        var seconddate = new Date(newwdate);
        var monthh = seconddate.getMonth();
        var dayy = seconddate.getDate();
        var outputtwo = (('' + dayy).length < 2 ? '0' : '') + dayy + ' ' + (('' + months[monthh]).length < 2 ? '0' : '') + months[monthh] + ' ' + seconddate.getFullYear();
        //alert(outputtwo);
        $('.mobile_deli span').text(outputtwo + ' - ' + outputone);
      });
    </script>
  </div>
  <div class="displaytogether mobile_qty_hide">
    <h4>
      <span class="desktophidden">Quantity:</span>
    </h4>
    <div class="desktop-only mobile_desk_qty">
      <input type="button" value="-" class="qtyminus disable_btn" field="quantity">
      <input type="text" value="1" id="quantity-7551759712483" name="quantity" class="qty_text_box desktop-only">
      <input type="button" value="+" class="qtyplus" field="quantity">
    </div>
  </div>
  <div class="btn-addcart-div-click mobilehidden">
    <button type="button" class="btn btn-primary btn-block buy-btn btn-lg button-with-appand-addtocart addtocart-ajax addtocart addtocart-7551759712483">
      <span class="desktop-only addtocarttext" data-change="0" style="display: inline-block;">Add To Bag</span>
      <span class="mobile-only" data-change="0">ADD TO BAG</span>
    </button>
  </div>
  <!--                        <div class="desktop-only product-details">
                          <h2>Description</h2>
                          <div class="metafiled">
                            
                             
                            
                            
                             	<span>Delivery Time : </span>
                            
                          </div>
                          <div class="scrollbarr" id="ex3">
                             <div class="contentt">
                                <ul>
<li>Black currant powder is one of the richest known sources of gamma linoleic acid. Rich in minerals, vitamins , vitamin C and vitamin D and antioxidants</li>
<li>No GMOs, No Additives, No Preservatives, No Artificial Colors, No Flavors, No Soy, No Fillers and No Gluten.</li>
<li>Great to make a delicious juice, or add to smoothies or recipes</li>
</ul>
                             </div>
                          </div>                     
                       </div>  -->
  <div class="desktop-only expected_delivery desktop_deli"> Delivery Time: <span>07 June 2023 - 14 June 2023</span>
    <script>
      $('document').ready(function() {
        var str = $('.desktop_deli span').text();
        var fname = str.split(" ")[0];
        var newStr = fname.split("-")[0];
        var secndStr = fname.split("-")[1];
        //alert(secndStr); alert(newStr);
        //alert(number2); 
        var months = new Array(12);
        months[0] = "January";
        months[1] = "February";
        months[2] = "March";
        months[3] = "April";
        months[4] = "May";
        months[5] = "June";
        months[6] = "July";
        months[7] = "August";
        months[8] = "September";
        months[9] = "October";
        months[10] = "November";
        months[11] = "December";
        var date = new Date();
        var newdate = new Date(date);
        if (secndStr == 18 && newStr == 12) {
          newdate.setDate(newdate.getDate() + 28);
        } else if (secndStr == 28 && newStr == 21) {
          newdate.setDate(newdate.getDate() + 28);
        } else if (secndStr == 3 && newStr == 2) {
          newdate.setDate(newdate.getDate() + 18);
        } else if (secndStr == 4 && newStr == 3) {
          newdate.setDate(newdate.getDate() + 24);
        }
        var firstdate = new Date(newdate);
        var month1 = firstdate.getMonth();
        var day1 = firstdate.getDate();
        var outputone = (('' + day1).length < 2 ? '0' : '') + day1 + ' ' + (('' + months[month1]).length < 2 ? '0' : '') + months[month1] + ' ' + firstdate.getFullYear();
        //alert(outputone);
        var newwdate = new Date(date);
        if (secndStr == 18 && newStr == 12) {
          newwdate.setDate(newwdate.getDate() + 21);
        } else if (secndStr == 28 && newStr == 21) {
          newwdate.setDate(newwdate.getDate() + 21);
        } else if (secndStr == 3 && newStr == 2) {
          newwdate.setDate(newwdate.getDate() + 12);
        } else if (secndStr == 4 && newStr == 3) {
          newwdate.setDate(newwdate.getDate() + 16);
        }
        var seconddate = new Date(newwdate);
        var monthh = seconddate.getMonth();
        var dayy = seconddate.getDate();
        var outputtwo = (('' + dayy).length < 2 ? '0' : '') + dayy + ' ' + (('' + months[monthh]).length < 2 ? '0' : '') + months[monthh] + ' ' + seconddate.getFullYear();
        //alert(outputtwo);
        $('.desktop_deli span').text(outputtwo + ' - ' + outputone);
      });
    </script>
  </div>
  <div class="shippinformtn">
    <div class="shippinformtn">
      <p><span>Import Duties to be borne by the customer at the time of delivery.<br>Product price is exclusive of such duties.</span></p>
    </div>
  </div>
  <div class="top_cat_mob"></div>
  <div class="mobile_cart_stcky_bar mob_cart_fixed" id="sticker">
    <div class="sucess_stcky">
      <div id="sticky_cart_block" style="display:none;">
        <div>
          <div class="succes_bar"> <img src="https://cdn.shopify.com/s/files/1/1653/1839/files/Sticky-Add-to-Bag-NA_M_-2_15.png?4775269785412369330"> Product Added to Bag</div> <a href="/cart" class="success_cart_btn">View Bag</a>
        </div>
      </div>
    </div>
    <div class="mob_cart_btn">
      <button type="submit" class="mobile_cart_add btn btn-primary customcart addtocart-7551759712483 desktophidden">
        <span class="desktop-only bg-img" style="display: inline-block;">&nbsp;</span>
        <span class="desktop-only addtocarttext" data-change="0" style="display: inline-block;">Add To Bag</span>
        <span class="mobile-only" data-change="0">ADD TO BAG</span>
      </button>
    </div>
  </div>
  <input type="hidden" name="id" id="variant_id-7551759712483" value="42422946988259">
</form>

Text Content

This website uses cookies to ensure you get the best experience. Learn More
Got it!
Items in bag



WOW0821240209BLCLJLLLML

Added to Cart!



Sign In or Register +
 * Sports Nutrition +
   * Protein
   * Endurance & Energy
   * Amino Acids
   * Pre-Workout
   * Post-Workout & Recovery
   * Weight Gainers
   * Supplement Stacks
   * Carb Management Supplements
   * ZMA Mineral Supplements
   * Multivitamins
   * Hydration
   * Nutrition Bars
   * Healthy Snacks & Beverages
   * Accessories
 * Vitamins and Supplements +
   * Vitamins
   * Supplements
   * Herbal Supplements
   * Minerals
   * Weight Loss
 * Food and Grocery +
   * Pantry Staples
   * Produce
   * Meat & Seafood
   * Meat Substitutes
   * Breakfast Foods
   * Bakery
   * Snack Foods
   * Deli and Prepared Foods
   * Beverages
   * Home Brewing & Winemaking
   * Baby Foods
   * Candy and Chocolate
   * Gifts
 * Personal Care +
   * Shave & Hair Removal
   * Hair Care
   * Skin Care
   * Oral Care
   * Lip Care
   * Feminine Care
   * Deodorants & Antiperspirants
   * Bath & Bathing Accessories
   * Piercing & Tattoo Supplies
 * Health Care +
   * First Aid
   * Diabetes Care
   * Respiratory Aids & Accessories
   * Medical Supplies & Equipment
   * Medications & Treatments
   * Alternative Medicine
   * Women's Health
   * Vision Care
   * Ear Care
   * Foot Health
   * Sleep & Snoring
   * Smoking Cessation
   * Incontinence & Ostomy
   * Wellness & Relaxation
 * Baby and Child Care +
   * Health Care
   * Personal Care
   * Diaper Care

Items in Bag
 * Total : €0,00

 *   Secure Checkout
 * View My Cart
   Continue Shopping

Toggle navigation MENU
 * 0


 * 0

 * +49 1573 5989991

 * info@ninelife.eu

Track your order
 * MY ORDERS
 * MY ACCOUNT DETAILS
 * MY ADDRESS
 * LOGIN

0
 * Your cart is empty. Did you forget to add something?
 * Shop Now


 * Sports Nutrition
   
   * Sports Nutrition Products
     
     Protein
     
     Endurance & Energy
     
     Amino Acids
     
     Pre-Workout
     
     Post-Workout & Recovery
     
     Weight Gainers
     
     Supplement Stacks
     
     Carb Management Supplements
     
     ZMA Mineral Supplements
     
     Multivitamins
     
     Hydration
     
     Nutrition Bars
     
     Healthy Snacks & Beverages
     
     Accessories
     
     
     
     
     
     
     
     
     
 * Vitamins and Supplements
   
   * Vitamins and Supplements Products
     
     Vitamins
     
     Supplements
     
     Herbal Supplements
     
     Minerals
     
     Weight Loss
     
     
     
     
     
     
     
     
     
     
     
 * Food and Grocery
   
   * Food and Grocery Products
     
     Pantry Staples
     
     Produce
     
     Meat & Seafood
     
     Meat Substitutes
     
     Breakfast Foods
     
     Bakery
     
     Snack Foods
     
     Deli and Prepared Foods
     
     Beverages
     
     Baby Foods
     
     Candy and Chocolate
     
     Gifts
     
     
     
     
     
     
     
     
     
 * Personal Care
   
   * Personal Care Products
     
     Shave & Hair Removal
     
     Hair Care
     
     Skin Care
     
     Oral Care
     
     Lip Care
     
     Feminine Care
     
     Deodorants & Antiperspirants
     
     Bath & Bathing Accessories
     
     Piercing & Tattoo Supplies
     
     
     
     
     
     
     
     
     
     
 * Health Care
   
   * Health Care Products
     
     First Aid
     
     Diabetes Care
     
     Respiratory Aids & Accessories
     
     Medical Supplies & Equipment
     
     Medications & Treatments
     
     Alternative Medicine
     
     Women's Health
     
     Vision Care
     
     Ear Care
     
     Foot Health
     
     Sleep & Snoring
     
     Smoking Cessation
     
     Incontinence & Ostomy
     
     Wellness & Relaxation
     
     
     
     
     
     
     
     
     
 * Baby and Child Care
   
   * Baby and Child Care Products
     
     Health Care
     
     Personal Care
     
     Diaper Care
     
     
     
     
     
     
     
     
     
     
     

 * Free shippingOn all prepaid orders

 * 10 dayreturns

 * COD available all for Orders Under Rs. 3000

 * India's largest selectionof Beauty Products

 * Copy link
 * Share
 * Tweet
 * Instagram
 * 
 * +1
 * Pin it
 * Whatsapp

 * 
 * 

PrevNext
1
2
PrevNext


GO NUTRA

BLACK CURRANT POWDER RIBES NIGRUM 1LB ANTIOXIDENT ANTHOCYANIN BLACKCURRANT BERRY


 * 
 * 

1
PrevNext
 * 
 * 

1
2
PrevNext
Go Nutra


BLACK CURRANT POWDER RIBES NIGRUM 1LB ANTIOXIDENT ANTHOCYANIN BLACKCURRANT BERRY


€86,00 €53,00 Save: (38.37%)
€53,00 €86 Save €33 (38.37%)

Delivery Time: 07 June 2023 - 14 June 2023

QUANTITY:


Add To Bag ADD TO BAG
Delivery Time: 07 June 2023 - 14 June 2023

Import Duties to be borne by the customer at the time of delivery.
Product price is exclusive of such duties.


Product Added to Bag
View Bag
  Add To Bag ADD TO BAG

4 GREAT REASONS TO BUY FROM US:

   

 * Tracked Shipping on all orders

 * 100% Original
   Products

 * Secure Payments

 * 14 Days Returns

   
   

 * Tracked Shipping on all orders

 * 100% Original
   Products

 * Secure Payments

 * 10 Days Returns

Product Description Product Description
 * Black currant powder is one of the richest known sources of gamma linoleic
   acid. Rich in minerals, vitamins , vitamin C and vitamin D and antioxidants
 * No GMOs, No Additives, No Preservatives, No Artificial Colors, No Flavors, No
   Soy, No Fillers and No Gluten.
 * Great to make a delicious juice, or add to smoothies or recipes

Read More
Read Less
Delivery Delivery
   
 * Shipment tracking ID will be provided after your product(s) is dispatched.
 * The delivery date stated is indicative and subject to availability, payment
   authorization, verification, and processing.
 * In case your product(s) is not delivered due to an incorrect or invalid
   address, we will not be able to process any claims. However, we will notify
   you if it is returned to us.

Returns Return
 * Return or exchange requests can be made within 14 days of the delivery date.
 * To return or exchange any items, please email us at info@ninelife.uk, clearly
   mentioning your order number and our customer support team will guide you on
   the process.
 * To be eligible for return, products must be in the exact condition you
   received them in. All packaging material must be undamaged and unused with
   the price tags intact.
 * Orders can be cancelled before dispatch. If the order has already been
   dispatched, cancellation fees might be charged.
 * Due to the nature of the products that we sell, we will not be able to
   replace or refund unwanted items if they have been opened or any seals are
   broken.
 * The refund will not include the import duties or the cost of delivery or
   return postage.
 * If your refund is approved, then it will automatically be credited to the
   original method of payment, within 7-10 days.
 * NineLife reserves the right to alter and enforce this Return and Refund
   Policy at any time without having to serve a prior notice to users.

 
 






RECENTLY VIEWED

BLACK CURRANT POWDER RIBES NIGRUM 1LB ANTIOXIDENT ANTHOCYANIN BLACKCURRANT BERRY

€53,00
prev
next
Back to Top
 * About Us
 * Contact Us
 * Shipping and Delivery
 * Return and Refund
 * Privacy Policy
 * Terms and Conditions

 * About Us
 * Contact Us
 * Shipping and Delivery
 * Return and Refund
 * Privacy Policy
 * Terms and Conditions

© 2023 NineLife - Europe. All rights reserved.


We're Online!

How may I help you today?