WordPress database error: [Storage engine MyISAM is disabled (Table creation is disallowed).] CREATE TABLE IF NOT EXISTS `eXt9n_amz_assets` (
`id` BIGINT(15) UNSIGNED NOT NULL AUTO_INCREMENT,
`post_id` BIGINT(20) NOT NULL,
`asset` VARCHAR(225) NULL DEFAULT NULL,
`thumb` VARCHAR(225) NULL DEFAULT NULL,
`download_status` VARCHAR(20) NULL DEFAULT 'new' COMMENT 'new, success, inprogress, error, remote',
`hash` VARCHAR(32) NULL DEFAULT NULL,
`media_id` BIGINT(20) NULL DEFAULT '0',
`msg` TEXT NULL,
`date_added` DATETIME NULL DEFAULT NULL,
`date_download` DATETIME NULL DEFAULT NULL,
`image_sizes` TEXT NULL,
PRIMARY KEY (`id`),
INDEX `post_id` (`post_id`),
INDEX `hash` (`hash`),
INDEX `media_id` (`media_id`),
INDEX `download_status` (`download_status`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
WordPress database error: [Storage engine MyISAM is disabled (Table creation is disallowed).] CREATE TABLE IF NOT EXISTS `eXt9n_amz_products` (
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`post_id` BIGINT(20) NOT NULL,
`post_parent` BIGINT(20) NULL DEFAULT '0',
`type` ENUM('post','variation') NULL DEFAULT 'post',
`title` TEXT NULL,
`nb_assets` INT(4) NULL DEFAULT '0',
`nb_assets_done` INT(4) NULL DEFAULT '0',
`status` ENUM('new','success') NULL DEFAULT 'new',
PRIMARY KEY (`post_id`, `id`),
UNIQUE INDEX `post_id` (`post_id`),
INDEX `post_parent` (`post_parent`),
INDEX `type` (`type`),
INDEX `nb_assets` (`nb_assets`),
INDEX `nb_assets_done` (`nb_assets_done`),
INDEX `id` (`id`),
INDEX `status` (`status`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
WordPress database error: [Storage engine MyISAM is disabled (Table creation is disallowed).] CREATE TABLE IF NOT EXISTS `eXt9n_amz_cross_sell` (
`ASIN` VARCHAR(10) NOT NULL,
`products` TEXT NULL,
`nr_products` INT(11) NULL DEFAULT NULL,
`add_date` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`is_variable` CHAR(1) NULL DEFAULT 'N',
`nb_tries` TINYINT(1) UNSIGNED NULL DEFAULT '0',
PRIMARY KEY (`ASIN`),
UNIQUE INDEX `ASIN` (`ASIN`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
WordPress database error: [Storage engine MyISAM is disabled (Table creation is disallowed).] CREATE TABLE IF NOT EXISTS `eXt9n_amz_report_log` (
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`log_id` VARCHAR(50) NULL DEFAULT NULL,
`log_action` VARCHAR(50) NULL DEFAULT NULL,
`desc` VARCHAR(255) NULL DEFAULT NULL,
`log_data_type` VARCHAR(50) NULL DEFAULT NULL,
`log_data` LONGTEXT NULL,
`source` TEXT NULL,
`date_add` TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
INDEX `log_id` (`log_id`),
INDEX `log_action` (`log_action`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
WordPress database error: [Storage engine MyISAM is disabled (Table creation is disallowed).] CREATE TABLE IF NOT EXISTS `eXt9n_amz_queue` (
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`asin` VARCHAR(100) NOT NULL,
`status` VARCHAR(20) NOT NULL,
`status_msg` TEXT NOT NULL,
`from_op` VARCHAR(30) NOT NULL,
`created_date` TIMESTAMP NULL DEFAULT '0000-00-00 00:00:00',
`imported_date` TIMESTAMP NULL DEFAULT NULL,
`nb_tries` SMALLINT(1) UNSIGNED NOT NULL DEFAULT '0',
`nb_tries_prev` SMALLINT(1) UNSIGNED NOT NULL DEFAULT '0',
`product_title` TEXT NULL,
`country` VARCHAR(30) NOT NULL DEFAULT '',
`provider` VARCHAR(20) NOT NULL DEFAULT 'amazon',
PRIMARY KEY (`id`),
UNIQUE INDEX `asin_from_op` (`asin`, `from_op`),
INDEX `nb_tries` (`nb_tries`),
INDEX `from_op` (`from_op`),
INDEX `status` (`status`),
INDEX `country` (`country`),
INDEX `provider` (`provider`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
WordPress database error: [Storage engine MyISAM is disabled (Table creation is disallowed).] CREATE TABLE IF NOT EXISTS `eXt9n_amz_search` (
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`code` VARCHAR(32) NOT NULL,
`publish` ENUM('Y','N') NOT NULL DEFAULT 'Y',
`status` VARCHAR(20) NOT NULL,
`status_msg` TEXT NOT NULL,
`params` TEXT NOT NULL,
`provider` VARCHAR(20) NOT NULL DEFAULT 'amazon',
`search_title` VARCHAR(100) NOT NULL,
`country` VARCHAR(30) NOT NULL DEFAULT '',
`recurrency` VARCHAR(10) NOT NULL,
`created_date` TIMESTAMP NULL DEFAULT '0000-00-00 00:00:00',
`started_at` TIMESTAMP NULL DEFAULT NULL,
`ended_at` TIMESTAMP NULL DEFAULT NULL,
`run_date` TIMESTAMP NULL DEFAULT NULL,
`nb_tries` SMALLINT(1) UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE INDEX `code` (`code`),
INDEX `provider` (`provider`),
INDEX `country` (`country`),
INDEX `recurrency` (`recurrency`),
INDEX `status` (`status`),
INDEX `publish` (`publish`),
INDEX `run_date` (`run_date`),
INDEX `nb_tries` (`nb_tries`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
WordPress database error: [Storage engine MyISAM is disabled (Table creation is disallowed).] CREATE TABLE IF NOT EXISTS `eXt9n_amz_locale_reference` (
`ID` INT(10) NOT NULL AUTO_INCREMENT,
`country` VARCHAR(3) NOT NULL DEFAULT 'US',
`searchIndex` VARCHAR(50) NOT NULL,
`department` VARCHAR(100) NOT NULL,
`browseNode` BIGINT(20) NOT NULL DEFAULT '0',
`sortValues` TEXT NOT NULL,
`itemSearchParams` TEXT NOT NULL,
PRIMARY KEY (`ID`),
UNIQUE INDEX `country_searchIndex` (`country`, `searchIndex`),
INDEX `searchIndex` (`searchIndex`),
INDEX `department` (`department`),
INDEX `browseNode` (`browseNode`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci
WordPress database error: [Storage engine MyISAM is disabled (Table creation is disallowed).] CREATE TABLE IF NOT EXISTS `eXt9n_amz_amzkeys` (
`id` MEDIUMINT(8) UNSIGNED NOT NULL AUTO_INCREMENT,
`access_key` VARCHAR(100) NOT NULL,
`secret_key` VARCHAR(100) NOT NULL,
`publish` ENUM('Y','N') NOT NULL DEFAULT 'Y',
`locked` CHAR(1) NOT NULL DEFAULT 'N',
`lock_time` TIMESTAMP NULL DEFAULT NULL,
`nb_requests` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`nb_requests_valid` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`ratio_success` FLOAT(5,2) UNSIGNED NOT NULL DEFAULT '0.00',
`last_request_time` TIMESTAMP NULL DEFAULT NULL,
`last_request_status` VARCHAR(50) NULL DEFAULT NULL,
`last_request_input` MEDIUMTEXT NULL,
`last_request_output` MEDIUMTEXT NULL,
PRIMARY KEY (`id`),
UNIQUE INDEX `access_key_secret_key` (`access_key`, `secret_key`),
INDEX `publish_locked_lock_time` (`publish`, `locked`, `lock_time`),
INDEX `locked_lock_time` (`locked`, `lock_time`),
INDEX `lock_time` (`lock_time`),
INDEX `last_request_time` (`last_request_time`),
INDEX `ratio_success` (`ratio_success`),
INDEX `nb_requests` (`nb_requests`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
AMACOOL Battery Operated Stroller Fan Flexible Tripod Clip On Fan with 3 Speeds and Rotatable Handheld Personal Fan for Car Seat Crib Bike Treadmill (Pink) – Alltravelanyday.com
Skip to content
“TIPKITS Airplane Footrest with Comfortable No Clashing Base, Portable Travel Foot Rest Made with Premium Memory Foam, Airplane Travel Accessories to Reduce Swelling and Soreness, Gifts for Travelers” has been added to your cart. View cart
AMACOOL Battery Operated Stroller Fan Flexible Tripod Clip On Fan with 3 Speeds and Rotatable Handheld Personal Fan for Car Seat Crib Bike Treadmill (Pink)
Amazon.com Price: $23.99 (as of 11/04/2025 12:18 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Make sure this fits by entering your model number.
Design for Baby: the mini fan with a flexible tripod/Legs, versatile and easy to clip on most strollers, crib, wheelchair, carriage and etc in any position, it’s a lifesaver for car seat, especially those with rear facing, your kid and you can enjoy cool and comfortable ride
360 Degree Angled and 3 Speeds: the stroller fan’s head can adjust vertically and horizontally for any direction,to create the perfect cooling breeze; it comes with 3 speeds for different purpose, powerful wind yet whisper working
Amacool tripods fan is specifically made for child but additionally anybody. We invent this to fulfill child and dad and mom want in summer time, indoors and outdoor. The 3 versatile legs (tripod) are sturdy constructed and lengthy sufficient to carry the deal with of strollers, wheelchails, crib or wherever you’d place your child, hold it cool and entertained. As we surveyed, many dad and mom will sit their child little one on carseat on a journey, if it is rear going through and the AC vent arenot positioned at an excellent place, your little one wont get a lot AC. There comes our child fan, which might be connected on automotive headset, irrespective of your little one is rear going through or ahead going through, he/she’s going to get cool breeze simply. Our fan with 3 speeds for your wants, Speed 1 and 2 are snug, quiet and efficient for little one, whereas velocity 3 are robust for grownup. The child fan is with rechargeable battery included – Grade A 2600mah battery, lasts 6-10hours if set at low velocity for little one, it’s sufficient for a half day outing like a stroll. If you are taking it out to park, zoo and Disney, we propose you absolutely cost the fan and take a transportable energy financial institution as backup energy supply ( (higher with 5V/2A output), which may hold the fan operating additional hours. The bonus of LED Light is low energy consumption but useful at night time, the lit fan cools your down and drives away darkness, LED Light and Fan can works collectively or individually, their have completely different controls, so you possibly can selected Light and Fan setting based on your want. We spend a lot on the tripod to make it multi-functional and helpful. It can be utilized as handheld fan for sport days for soccer, tenting and different outdoor. It can sit at your bed room, workplace desk, seize in your poor or seaside umbrella, you can too set it at your boat, golf cart, or treadmill in health club…it’s a magic fan and wait for you to discover extra.
Make positive this suits by getting into your mannequin quantity.
Design for Baby: the mini fan with a versatile tripod/Legs, versatile and simple to clip on most strollers, crib, wheelchair, carriage and and so on in any place, it’s a lifesaver for automotive seat, particularly these with rear going through, your child and you possibly can get pleasure from cool and snug journey
360 Degree Angled and 3 Speeds: the stroller fan’s head can alter vertically and horizontally for any route,to create the proper cooling breeze; it comes with 3 speeds for completely different function, highly effective wind but whisper working
Rechargeable and Portable: comes with 2600mah battery, lasts 2.5-10 hours relying on winds, assist USB charging by way of energy financial institution laptop computer and any energy supply with USB output,a should have for you and your children journey to Disneyland, zoo and park
Baby-Friendly: fan cowl particularly designed to guard little inquisitive fingers; this fan with LED lights of 3 setting, gentle up the night time, hold your child feeling secure, handy for Mom and the elder within the darkness
Durable and Sturdy: our engineer designed the tripod with versatile knobs, the legs robust sufficient to be bent over and over; to current you a cool and worry-free summer time, we provide 12 month Replacement Warranty
Be the first to review “AMACOOL Battery Operated Stroller Fan Flexible Tripod Clip On Fan with 3 Speeds and Rotatable Handheld Personal Fan for Car Seat Crib Bike Treadmill (Pink)”Cancel Reply
Amazon.com Price: $19.99 (as of 03/04/2025 14:40 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $7.85 (as of 08/04/2025 11:31 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $9.99 (as of 22/03/2025 12:12 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Amazon.com Price: $13.04 (as of 05/04/2025 10:57 PST- Details)
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.
Reviews
There are no reviews yet.