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

Diaper Rash- What is it? And Remedies for Relief! – 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 = 1098

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

Diaper Rash- What is it? And Remedies for Relief!

Diaper Rash- What is it? And Remedies for Relief!

Diaper rash is a common form of inflamed skin (dermatitis) that appears as a patchwork of bright red skin on your baby’s bottom.

Diaper rash is often related to wet or infrequently changed diapers and skin sensitivity. It usually affects babies, though anyone who wears a diaper regularly can develop the condition.

Diaper rash can alarm parents and annoy babies. But it usually clears up with simple at-home treatments, such as air drying, more frequent diaper changes and ointment.

(information taken from the Mayo Clinic @ https://www.mayoclinic.org/diseases-conditions/diaper-rash/symptoms-causes/syc-20371636)

 

RELIEF REMEDIES:

  1. Remember to “AIR THEM OUT”! As soon as you spot a little redness or skin change near the bottom when wiping- leave the diaper off for a few minutes before putting a new one on & even longer if you have time! If it’s somewhat cold swaddle your baby at the top only and allow the bottom area to be open to some air with the diaper OFF! Babies most likely won’t pee right away! Another idea is to lay your baby on a large towel and engage in some playtime while he or she is bare-bottomed.

 

2.We all know cloth diapers are breathable, allowing air to flow freely through them. Cloth allows a constant air movement providing a natural, dry environment without the harsh chemicals found in disposables next to your baby’s skin. In most cases, rashes are “gone with the wind”. And, the most important thing to remember is to always change a baby AS SOON as they pee or poop. Leaving them in the dirty diaper worsens rashes and can lead to a worsening infection, such as a bacterial or yeast infection.

 

3.For your cloth diapers use FREE and CLEAR Detergents not containing any dies or perfumes. They don’t have to be the expensive ones on the market specifically for cloth diapering! The idea with cloth diapers is to stay away from dies and perfumes and many budget friendly brands work exactly the same and you can buy them while you do your other shopping! To name a few- Tide free and clear, Dreft, All Free and Clear, Kirkland free and clear- and there are many, many others. The goal is to stay away from added dies and perfumes, which bother a newborn and even toddlers delicate, maturing skin! Their skin is more delicate than ours and is why they are easily at risk for a rash!

4.If you suspect a rash is coming on or may potentially happen- USE AN OINTMENT! Don’t wait! If they’re pooping a lot, especially a breast fed baby in the first 2-3 weeks after birth, or when a color change is slightly suspected apply one:

Some natural options! These natural options work the best and won’t put a hole in your wallet!

  • Apply an ointment, like Burt’s Bees (my favorite) and follow with cornstarch or arrowroot powder. The cornstarch sticks to the ointment so the ointment doesn’t rub off on your nice cloth diaper. Or, lay a baby washcloth between the cloth diaper and ointment to prevent the ointment from getting on the cloth diaper.
  • Coconut oil– This favorite oil is naturally antimicrobial and anti-fungal. It also gives a nice layer of protection. It is reasonable in price and can be found at grocery stores. Remember to follow with cornstarch or use a washcloth to protect cloth diaper from absorbing any oil! 
  • Olive oil– This oil is also fabulous for soothing the skin, and is even better at moisturizing rough skin. It provides a nice barrier so that baby’s bum can heal. Remember to follow with cornstarch or use a washcloth to protect cloth diaper from oils!

 

 

 

THE BUZZ... Newsletter Signup!

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

You've Joined the Fam!

%d