WordPress database error: [Table 'm1hq45356833263.ec_shippingrate' doesn't exist]
SELECT shippingrate_id, is_ups_based, is_usps_based, is_fedex_based, is_auspost_based, is_dhl_based, is_canadapost_based FROM ec_shippingrate

WordPress database error: [Table 'm1hq45356833263.ec_setting' doesn't exist]
SELECT shipping_method FROM ec_setting WHERE setting_id = 1

WordPress database error: [Table 'm1hq45356833263.ec_tempcart_optionitem' doesn't exist]
SELECT ec_tempcart_optionitem.*, ec_option_to_product.option_to_product_id, ec_option_to_product.option_order FROM ec_tempcart_optionitem LEFT JOIN ec_option_to_product ON ( ec_option_to_product.option_id = ec_tempcart_optionitem.option_id ) WHERE ec_tempcart_optionitem.session_id = 'not-set' GROUP BY ec_tempcart_optionitem.tempcart_optionitem_id ORDER BY ec_tempcart_optionitem.tempcart_optionitem_id ASC

WordPress database error: [Table 'm1hq45356833263.ec_tempcart' doesn't exist]
SELECT SUM(tempcart.quantity) as quantity, tempcart.product_id FROM ec_tempcart as tempcart WHERE tempcart.session_id = 'not-set' AND tempcart.session_id != '' AND tempcart.session_id != 'deleted' AND tempcart.session_id != 'not-set' GROUP BY tempcart.product_id

WordPress database error: [Table 'm1hq45356833263.ec_category' doesn't exist]
SELECT ec_category.*, wp_xjjs48d8hd_posts.guid FROM ec_category LEFT JOIN wp_xjjs48d8hd_posts ON wp_xjjs48d8hd_posts.ID = ec_category.post_id WHERE ec_category.is_active = 1 ORDER BY ec_category.parent_id ASC, ec_category.priority DESC, ec_category.category_name ASC

WordPress database error: [Table 'm1hq45356833263.ec_country' doesn't exist]
SELECT * FROM ec_country WHERE ship_to_active = 1 ORDER BY ec_country.sort_order ASC

WordPress database error: [Table 'm1hq45356833263.ec_promocode' doesn't exist]
SELECT ec_promocode.*, IF( ec_promocode.expiration_date < NOW( ), 1, 0 ) as coupon_expired FROM ec_promocode

WordPress database error: [Table 'm1hq45356833263.ec_review' doesn't exist]
SELECT ec_review.review_id, ec_review.product_id, ec_review.rating, ec_review.title, ec_review.description, ec_review.approved, DATE_FORMAT(ec_review.date_submitted, '%W, %M %e, %Y') as review_date, ec_review.reviewer_name, ec_user.first_name, ec_user.last_name FROM ec_review LEFT JOIN ec_user ON ec_user.user_id = ec_review.user_id WHERE approved = 1 ORDER BY ec_review.product_id ASC, ec_review.date_submitted DESC

WordPress database error: [Table 'm1hq45356833263.ec_manufacturer' doesn't exist]
SELECT * FROM ec_manufacturer ORDER BY ec_manufacturer.name ASC

WordPress database error: [Table 'm1hq45356833263.ec_menulevel1' doesn't exist]
SELECT menulevel1.name as menu1_name, menulevel1.menulevel1_id, menulevel1.post_id as menulevel1_post_id, menulevel1.menu_order as menulevel1_order, menulevel1.clicks as menulevel1_clicks, menulevel1.seo_keywords as menulevel1_seo_keywords, menulevel1.seo_description as menulevel1_seo_description, menulevel1.banner_image as menulevel1_banner_image, posts1.guid as menulevel1_guid, menulevel2.name as menu2_name, menulevel2.menulevel2_id, menulevel2.post_id as menulevel2_post_id, menulevel2.menu_order as menulevel2_order, menulevel2.clicks as menulevel2_clicks, menulevel2.seo_keywords as menulevel2_seo_keywords, menulevel2.seo_description as menulevel2_seo_description, menulevel2.banner_image as menulevel2_banner_image, posts2.guid as menulevel2_guid, menulevel3.name as menu3_name, menulevel3.menulevel3_id, menulevel3.post_id as menulevel3_post_id, menulevel3.menu_order as menulevel3_order, menulevel3.clicks as menulevel3_clicks, menulevel3.seo_keywords as menulevel3_seo_keywords, menulevel3.seo_description as menulevel3_seo_description, menulevel3.banner_image as menulevel3_banner_image, posts3.guid as menulevel3_guid FROM ec_menulevel1 as menulevel1 LEFT JOIN wp_xjjs48d8hd_posts as posts1 ON posts1.ID = menulevel1.post_id LEFT JOIN ec_menulevel2 as menulevel2 ON menulevel2.menulevel1_id = menulevel1.menulevel1_id LEFT JOIN wp_xjjs48d8hd_posts as posts2 ON posts2.ID = menulevel2.post_id LEFT JOIN ec_menulevel3 as menulevel3 ON menulevel3.menulevel2_id = menulevel2.menulevel2_id LEFT JOIN wp_xjjs48d8hd_posts as posts3 ON posts3.ID = menulevel3.post_id ORDER BY menulevel1.menu_order, menulevel1.menulevel1_id, menulevel2.menu_order, menulevel2.menulevel2_id, menulevel3.menu_order, menulevel3.menulevel3_id

WordPress database error: [Table 'm1hq45356833263.ec_perpage' doesn't exist]
SELECT * FROM ec_perpage ORDER BY perpage ASC

WordPress database error: [Table 'm1hq45356833263.ec_pricepoint' doesn't exist]
SELECT ec_pricepoint.* FROM ec_pricepoint ORDER BY ec_pricepoint.pricepoint_order ASC

WordPress database error: [Table 'm1hq45356833263.ec_pricetier' doesn't exist]
SELECT ec_pricetier.product_id, ec_pricetier.price, ec_pricetier.quantity FROM ec_pricetier ORDER BY ec_pricetier.quantity ASC

WordPress database error: [Table 'm1hq45356833263.ec_promotion' doesn't exist]
SELECT ec_promotion.promotion_id, ec_promotion.type as promotion_type, ec_promotion.name as promotion_name, ec_promotion.start_date, ec_promotion.end_date, ec_promotion.product_id_1, ec_promotion.product_id_2, ec_promotion.product_id_3, ec_promotion.manufacturer_id_1, ec_promotion.manufacturer_id_2, ec_promotion.manufacturer_id_3, ec_promotion.category_id_1, ec_promotion.category_id_2, ec_promotion.category_id_3, ec_promotion.price1, ec_promotion.price2, ec_promotion.price3, ec_promotion.percentage1, ec_promotion.percentage2, ec_promotion.percentage3, ec_promotion.number1, ec_promotion.number2, ec_promotion.number3, ec_promotion.promo_limit as product_limit, NOW() as currdate FROM ec_promotion HAVING ec_promotion.start_date <= currdate AND ec_promotion.end_date >= currdate

WordPress database error: [Table 'm1hq45356833263.ec_roleprice' doesn't exist]
SELECT ec_roleprice.* FROM ec_roleprice, ec_user WHERE ec_user.user_id = 0 AND ec_user.user_level = ec_roleprice.role_label ORDER BY ec_roleprice.product_id ASC

WordPress database error: [Table 'm1hq45356833263.ec_setting' doesn't exist]
SELECT shipping_method, shipping_expedite_rate, shipping_handling_rate, ups_access_license_number, ups_user_id, ups_password, ups_ship_from_zip, ups_shipper_number, ups_country_code, ups_weight_type, ups_conversion_rate, ups_ship_from_state, ups_negotiated_rates, usps_user_name, usps_ship_from_zip, fedex_key, fedex_account_number, fedex_meter_number, fedex_password, fedex_ship_from_zip, fedex_weight_units, fedex_country_code, fedex_conversion_rate, fedex_test_account, auspost_api_key, auspost_ship_from_zip, dhl_site_id, dhl_password, dhl_ship_from_country, dhl_ship_from_zip, dhl_weight_unit, dhl_test_mode, fraktjakt_customer_id, fraktjakt_login_key, fraktjakt_conversion_rate, fraktjakt_test_mode, fraktjakt_address, fraktjakt_city, fraktjakt_state, fraktjakt_zip, fraktjakt_country, canadapost_username, canadapost_password, canadapost_customer_number, canadapost_contract_id, canadapost_test_mode, canadapost_ship_from_zip FROM ec_setting WHERE setting_id = 1

WordPress database error: [Table 'm1hq45356833263.ec_perpage' doesn't exist]
SELECT perpage.perpage FROM ec_perpage as perpage ORDER BY perpage.perpage ASC

WordPress database error: [Table 'm1hq45356833263.ec_user' doesn't exist]
SELECT ec_user.user_id, ec_user.first_name, ec_user.last_name, ec_user.vat_registration_number, ec_user.user_level, ec_user.default_billing_address_id, ec_user.default_shipping_address_id, ec_user.is_subscriber, ec_user.realauth_registered, ec_user.stripe_customer_id, ec_user.default_card_type, ec_user.default_card_last4, ec_user.exclude_tax, ec_user.exclude_shipping, ec_user.email_other, ec_role.role_id, billing.first_name as billing_first_name, billing.last_name as billing_last_name, billing.address_line_1 as billing_address_line_1, billing.address_line_2 as billing_address_line_2, billing.city as billing_city, billing.state as billing_state, billing.zip as billing_zip, billing.country as billing_country, billing.phone as billing_phone, billing.company_name as billing_company_name, shipping.first_name as shipping_first_name, shipping.last_name as shipping_last_name, shipping.address_line_1 as shipping_address_line_1, shipping.address_line_2 as shipping_address_line_2, shipping.city as shipping_city, shipping.state as shipping_state, shipping.zip as shipping_zip, shipping.country as shipping_country, shipping.phone as shipping_phone, shipping.company_name as shipping_company_name, GROUP_CONCAT(DISTINCT CONCAT_WS('***', ec_customfield.field_name, ec_customfield.field_label, ec_customfielddata.data) ORDER BY ec_customfield.field_name ASC SEPARATOR '---') as customfield_data FROM ec_user LEFT JOIN ec_address as billing ON ( ec_user.default_billing_address_id = billing.address_id AND billing.user_id = ec_user.user_id ) LEFT JOIN ec_address as shipping ON ( ec_user.default_shipping_address_id = shipping.address_id AND shipping.user_id = ec_user.user_id ) LEFT JOIN ec_role ON ec_role.role_label = ec_user.user_level LEFT JOIN ec_customfield ON ec_customfield.table_name = 'ec_user' LEFT JOIN ec_customfielddata ON ec_customfielddata.customfield_id = ec_customfield.customfield_id AND ec_customfielddata.table_id = ec_user.user_id WHERE ec_user.user_id = '0' AND ec_user.email = '' GROUP BY ec_user.user_id

WordPress database error: [Table 'm1hq45356833263.ec_taxrate' doesn't exist]
SELECT ec_taxrate.vat_included FROM ec_taxrate WHERE ec_taxrate.vat_included = 1

WordPress database error: [Table 'm1hq45356833263.ec_taxrate' doesn't exist]
SELECT ec_taxrate.vat_added FROM ec_taxrate WHERE ec_taxrate.vat_added = 1

Diapering 101: Newborn to Potty-Training – Super-comfy. Super-lovable. Super-dry.

WordPress database error: [Table 'm1hq45356833263.ec_pageoption' doesn't exist]
SELECT option_type, option_value FROM ec_pageoption WHERE post_id = 343

U.S. ORDERS: $10 Any-Size (3-7 days)
INTERNATIONAL ORDERS: $20 Any-Size (3-8 days)

Diapering 101: Newborn to Potty-Training

There’s different types of cloth diapers?? A very common question we get is “which one”? It’s really what works best for you. They all do the same thing!

New to cloth diapering? Wondering which cloth diapers to buy? It’s important to find ones that best fit your family’s needs. Most enjoy having a few types that fit their changing needs, for example: when they are at home, or out-and-about, or at daycare. We only sell One-Size Diapers that are fully adjustable, that snap up and down on the front to fit birth to potty-training. Here’s the breakdown on cloth diaper types:

A pocket diaper is made up of a waterproof cover that has a fabric lining that acts as a pocket between the lining and the cover. Pocket Diapers, differ only in the soft lining touching your baby’s bum. Then, you can fully customize for your growing baby with any type of insert, the absorbent pad.  We have hemp, bamboo, charcoal bamboo, microfleece, and a new bamboo velour (soon to come!). The best part is there’s only ONE diaper to buy from birth to potty training.

Pocket Style Cloth Diaper

Covers are simply the waterproof cover, fully adjustable ONE diaper fits birth to potty training. You mix and match and add any type washable cloth inserts or our easy, eco-disposable inserts. These Covers are also called a Hybrid diaper since it can be used both as a regular cloth diaper with cloth inserts, or it can be used with disposable inserts to create a premium disposable diaper. With these, unless they poop, just take out the dirty disposable insert or cloth insert then slide in the new one and GO! Only change the cover if they poo. Either hand-wash covers or machine wash and hang to dry. Covers air dry in less than 30 minutes. There’s no need to use a dryer.

Our disposable inserts are made with bamboo, a renewable earth-friendly material. When would simpler be calling? Certain situations may call for a simpler diaper with less washing like: a toddler running around with a new baby, a child in daycare or with a sitter for the evening, or going on a trip. Let’s look at a trip for 7 days by plane. One could fill their diaper bag with just 8 covers and 70 disposable inserts (to give lots of cushioning and not run out of diapers)! The cost is about $30!

So another very common question we get is “how many and what types best”? Do what works best for you. The end result is they are all diapers. Most families do like to mix and match. Here’s an example: For a full-time cloth diaper wearer it could look like this to have enough diapers birth to potty training: 10 One Size Pocket Diapers (5 Hemp One Size Pocket and 5 Charcoal Bamboo One Size Pocket, 10 One Size Covers, 10 cloth hemp inserts, 10 Bamboo cloth inserts. The cost is about $330. The upfront cost is high but there’s barely any cost later except for detergent, a wash every few days, maybe some liners, and the disposable inserts for on-the-go. A package of disposable diapers is already 200 diapers at $40! That’ll be gone in a few weeks easily. If using disposable diapers one would have already spent $330 in the first 3 months of a babies life. The savings alone is enormous. And, disposables take a big hit on the environment. At least with our disposable liners for hybrids they contain no chemicals and are completely renewable, being made with bamboo.

We don’t sell All in One’s. With All in Ones, complaints arise when more absorbency is needed at night or with a growing baby. With All-In-Ones an insert is already sewn all-in the diaper. Unfortunately, absorbency isn’t a “one-size” fits all. An 8 pound baby’s needs are much, much less than a 2 year old for the absorbency pad (that holds urine). Therefore, adding another insert over it would be necessary as the baby grows or for nighttime protection leading to a new daunting task later on. And when different brands are bought and the quality is different so is the amount of absorbency sewn in. So, we don’t take customers down this road. You can create your babies “perfect” All-in-One with Pocket Diapers by leaving your insert inside the diaper pocket, even during the wash. If you need more absorbency later on, just put a new insert in and leave it.

We want you to enjoy cloth diapering. It’s worth it to have a good set of quality cloth diapers and inserts. It’s great picking out all the adorable prints and pinks or blues you want to see on your little one. It’s fabulous knowing they’re so comfy. It’s so fun as your little one gets bigger and picks out their favorite color or print. Diapering is meant to be fun and memorable! So we try to keep it simple and easy for you.

We also talk cloth diaper sizes using disposable diaper sizes so you can understand how cloth diapers work. Our diapers fit from Newborn to Size 5! We also don’t sell sized diapers based on size due to our customers’ choice. We just don’t have customers wanting sized diapers. They are more of an older version; with One-Size adjustable snaps being very modern and simpler. It doesn’t make sense to buy cloth diapers over and over. Let’s face it. An average baby goes from Newborn Size (7-10 pounds) to Size 1 (8-14 pounds) within 3 months of life. Every time you turn around you’ll have the hassle of re-buying and readjusting your whole routine. Skip the hassle. With “One-Size Diapers” when your little one grows adjust and re-snap the snaps to the new size. This way, you’ll have all diaper sizes including: newborn, Size 1, Size 2, Size 3, Size 4, Size 5… that is from birth to potty training 7-35 pounds+, in ONE diaper!

If you still have more questions to start diapering, need a demonstration, don’t understand how to wash, or just anything please don’t hesitate to email us at info@kashmirbaby.com. We can set up a time to have someone help you so you will be on your way.

One Size, Pocket Diapers
Covers and Hybrid Diapers

Cloth Baby Wipes? What are they & ways to use them!

Using Cloth Baby Wipes over disposables wipes is not only better for the environment but it is much gentler on your little ones skin. They are incredibly easy to use. Simply wash them with your normal wash and wet them with water, baby soap, or a hand made solution when you need one. We recommend making 2 of the recipes below to last about 2 weeks and store in the refrigerator. Stored in the fridge it can last up to a month.

3 Ways To Use Them:

  1. DRY WIPES- Store them dry and wet them one-by-one as needed.
  2. Use in a Wipe Warmer- For the warmer, add a little baby soap and water or a hand-made solution to your baby wipe warmer and enjoy warm baby wipes against your little ones bum. If putting them in a warmer it’s best to only put what you’ll use in a 12 hour period. Then, add more dry wipes for another 12 hour period. Empty, rinse out the inside of the warmer, and add new solution every two days. We find that making two full recipes and storing the unused portion in the fridge makes it easiest; and will last for a few weeks this way.
  3. On-the-go Wipes- Save a few baby liquid soap or other containers. While making the two-week supply of solution fill the baby soap containers with the solution too and leave in the fridge to grab for on-the-go solution to wet dry wipes as-needed. The one thing is, that after 2 days of sitting out of the fridge to get rid of the solution. Because there aren’t any preservatives or artificial ingredients, like found in disposable wipes to keep them for weeks on end, the solution obviously won’t last as long. Have you ever bought freshly made bread, for example? It goes bad much quicker. Similar deal. So we recommend 2 days tops out of the fridge!

??Can I use cloth wipes on a brand new baby??

In the early newborn days, it is recommend to use cloth rather than disposable wipes because newborn skin is so sensitive. You can use cloth wipes from day one. We have found that using water or a diluted solution like below followed by a wipe with just water is very best on delicate, newborn skin for the first few months. For the very first meconium poo’s your little one will have, the natural fibers will be gentler on skin and easier to clean off than with disposables.

Cloth diapering is really simple! In fact, it is easier than disposables once a routines down. And, with it are many benefits  including: NO disposable dirty diaper smells lingering in the trash, the enormous money savings verses disposables, saving the planet for our future generation, and being worry-free about disposables chemicals and their unknown harms.


Simple Cloth Wipe Solution Recipe

Cloth wipes are safe and gentle against your little ones bums! Use with soap and water or make a cloth wipe solution. When making a cloth wipe solution, store unused portion in refrigerator for up to a month.

Our Recipe Favorite:
WATER 10 cups

BABY WASH 2 Tbsp (Cetaphil Organic Baby Wash, Burt’s Bee Baby Wash, Johnson & Johnson, etc.)

OIL 2 Tbsp of choice (coconut oil, olive oil, avocado oil, etc.). Oils help to soothe, nourish, and protect delicate skin.

OPTIONAL: Add 1-2 drops of essential oils.
– calendula oil~ guards against diaper rash
– lavender or mandarin~calming, relaxes, promotes sleep
– tea tree oil~ antimicrobial & antifungal to guard against diaper rashes & fungal infections.

 

 


Benefits, cost analysis, and more! View flyer at

 https://goo.gl/rbufpT

 and


 

Can I use Diaper Creams with cloth diapers? Yes..Yes.. You Can!!

Biodegradable 100% bamboo, fragrance Bamboo Diaper Liners can be purchased relatively inexpensive at about 100 liners for $9. Apply diaper cream when needed to your baby’s bum. Then, simply place ultra-soft diaper liner between your little one’s bum and diaper. Remove liner and toss after use. This keeps the diaper cream or ointment off your cloth diapers and inserts, which can ruin the absorbency.

We also recommend using these Bamboo Diaper Liners in the first few months of a little ones life. A newborns poop is more frequent starting with meconium and then to the frequent 5-6 stools per day. Plus, if a mom’s breastfeeding it is expected the poop is yellow and softer. So, it’s way… easier for a new mom to clean cloth diapers if the liner and stool are simply lifted out and tossed. These can be used in any washable reusable cloth diaper types.

THE BUZZ... Newsletter Signup!

Sign up to get savvy deals, coupons, and buzzing news delivered to your inbox!

You've Joined the Fam!