Насадка - культиватор CTA9500, захват 24см. для комбісистеми PH1400

0140000003
В наявності
11.199 грн
Вага: 3.9 кг
Довжина пристрою: 920 мм
Живлення: від акумулятора
Комплектація: захисний щиток, інструкція з експлуатації, шестигранний ключ
Країна торгової марки: Велика Британія

EGO CTA9500 - насадка для акумуляторної комбісистеми EGO PH1400E, призначена для культивування невеликих ділянок, клумб та грядок. Являє собою дві пари фрез для культивування на алюмінієвій штанзі без двигуна.

Зверніть увагу: насадка-культиватор підходить лише для комбісистеми EGO PH1400E!

Основні переваги EGOCTA9500:

3 роки гарантія

4 сталеві фрези для культивування, 2 з яких знімні

21/24 см - ширина захвату куьтиватора

21,5 см - глибина обробки

210-240 об/хв - швидкість обертання фрез

40 хв - час роботи від акумулятора ємністю 2.5 А * год

64 хв - час роботи від акумулятора ємністю 4 А * год

80 хв - час роботи від акумулятора ємністю 5 А * год

120 хв - час роботи від акумулятора ємністю 7.5 А * год

160 хв - час роботи від акумулятора ємністю 10 А * год

Міцна алюмінієва штанга

Загальна довжина 92 см

Вага насадки всього 3,9 кг

КОМПЛЕКТАЦІЯ:

Насадка-культиватор EGO CTA9500

Захисний щиток

Шестигранний ключ

Інструкція

Картонна коробка.

Вага
3.9 кг
Довжина пристрою
920 мм
Живлення
від акумулятора
Комплектація
захисний щиток, інструкція з експлуатації, шестигранний ключ
Країна торгової марки
Велика Британія
Напруга акумулятора
56 В
Стан товару
Новий
Сумісність
EGO PH1400E
Тип
насадка
Тип акумулятора
Li-Ion
Тип насадки
Культиватор
file_put_contents(/mnt/test_sites/sites_new/wellcraft.com.ua/storage/cache/products_options_values/products_options_values$_language(5)): failed to open stream: No such file or directory (500 Whoops, looks like something went wrong.)

file_put_contents(/mnt/test_sites/sites_new/wellcraft.com.ua/storage/cache/products_options_values/products_options_values$_language(5)): failed to open stream: No such file or directory

Exception

ErrorException

  1.      * @param bool $lock
  2.      * @return int
  3.      */
  4.     public function put(string $path$contents$lock false)
  5.     {
  6.         return file_put_contents($path$contents$lock LOCK_EX 0);
  7.     }
  8.     /**
  9.      * Write the contents of a file, replacing it atomically if it already exists.
  10.      * @param string $path
  1.         //ini_set('error_log' , '/home/solomono/web/solomono.net/sites/dev/php.log');
  2.         error_reporting(E_ALL);
  3.         set_error_handler(function ($level$message$file ''$line 0) {
  4.             $this->handleError($level$message$file$line);
  5.         });
  6.         set_exception_handler(function ($e) {
  7.             $this->handleException($e);
  8.         });
HandleExceptions->Bootstrap\{closure}()
  1.      * @param bool $lock
  2.      * @return int
  3.      */
  4.     public function put(string $path$contents$lock false)
  5.     {
  6.         return file_put_contents($path$contents$lock LOCK_EX 0);
  7.     }
  8.     /**
  9.      * Write the contents of a file, replacing it atomically if it already exists.
  10.      * @param string $path
  1.         $this->ensureCacheDirectoryExists($path $this->path($key));
  2.         $result $this->files->put(
  3.             $path,
  4.             $this->expiration($seconds) . serialize($value),
  5.             true
  6.         );
  7.         if ($result !== false && $result 0) {
  8.             $this->ensureFileHasCorrectPermissions($path);
  1.      * @param mixed $value
  2.      * @return bool
  3.      */
  4.     public function forever($key$value): bool
  5.     {
  6.         return $this->put($key$value0);
  7.     }
  8.     /**
  9.      * Remove an item from the cache.
  10.      * @param string $key
  1.      * @param mixed $value
  2.      * @return bool
  3.      */
  4.     public function forever($key$value)
  5.     {
  6.         $result $this->store->forever($this->itemKey($key), $value);
  7.         if ($result) {
  8.             event(new CacheWritten($key$value));
  9.         }
  1.         if (is_array($key)) {
  2.             return $this->putMany($key$value);
  3.         }
  4.         if ($ttl === null) {
  5.             return $this->forever($key$value);
  6.         }
  7.         $seconds $this->getSeconds($ttl);
  8.         if ($seconds <= 0) {
  1.         // given number of seconds so it's available for all subsequent requests.
  2.         if (!is_null($value)) {
  3.             return $value;
  4.         }
  5.         $this->put($key$value $callback(), $ttl);
  6.         return $value;
  7.     }
  8.     /**
  1.         try {
  2.             if ($isCacheEnabled) {
  3.                 return self::getRepository()
  4.                     ->remember(
  5.                         $key,
  6.                         $ttl,
  7.                         $closure
  8.                     );
  9.             } else {
  10.                 return $closure();
  1.                         $attributesValues[$row['id']] = $row;
  2.                     }
  3.                 }
  4.                 return $attributesValues;
  5.             },
  6.             null
  7.         );
  8.     }
  9.     return $attributesValuesBuffer ?: [];
  10. }
  1.     if (empty($attributesOptionsData)) {
  2.         return [];
  3.     }
  4.     //get attributes values
  5.     $attributesValues getAttributesValues($languagesId$force);
  6.     //get product`s attributes
  7.     if (!$force && !empty($listing_sql)) {
  8.         //get all products ids
  9.         $allListingProductsIds getAttributesAllProducts();
  1.     }
  2.     if ($useCache) {
  3.         $data FileCacheHelper::remember(
  4.             FileCacheHelper::ALL_ATTRIBUTES_KEY "_language({$languagesId})_" $parameter,
  5.             fn() => getPageAttributes($languagesId$force),
  6.             null
  7.         );
  8.     } else {
  9.         $data getPageAttributes($languagesId$force);
  10.     }
  1.         // given number of seconds so it's available for all subsequent requests.
  2.         if (!is_null($value)) {
  3.             return $value;
  4.         }
  5.         $this->put($key$value $callback(), $ttl);
  6.         return $value;
  7.     }
  8.     /**
  1.         try {
  2.             if ($isCacheEnabled) {
  3.                 return self::getRepository()
  4.                     ->remember(
  5.                         $key,
  6.                         $ttl,
  7.                         $closure
  8.                     );
  9.             } else {
  10.                 return $closure();
  1.     if ($useCache) {
  2.         $data FileCacheHelper::remember(
  3.             FileCacheHelper::ALL_ATTRIBUTES_KEY "_language({$languagesId})_" $parameter,
  4.             fn() => getPageAttributes($languagesId$force),
  5.             null
  6.         );
  7.     } else {
  8.         $data getPageAttributes($languagesId$force);
  9.     }
  1.     if ($drugie->num_rows) {
  2.         $tpl_settings $currenModuleSettings;
  3.         $tpl_settings['request'] = $drugie;
  4.         $tpl_settings['title'] = getConstantValue('PROD_DRUGIE');
  5.         getArrayWithAllAttributes();
  6.         include(DIR_WS_MODULES FILENAME_PRODUCT_LISTING_COL);
  7.     }
  8. }
include('/home/solomono/web/solomono.net/sites/demo/includes/modules/drugie.php') in /mnt/test_sites/sites_new/wellcraft.com.ua/templates/default/content/product_info.tpl.php (line 412)
  1.                     }
  2.                     require_once DIR_WS_EXT "last_viewed_products/last_viewed_products.php";
  3.                 }
  4.                 break;
  5.             case 'P_DRUGIE':
  6.                 include(DIR_WS_MODULES 'drugie.php');
  7.                 break;
  8.             case 'P_XSELL':
  9.                 if (is_file(DIR_WS_EXT 'xsell_products_buynow/' FILENAME_XSELL_PRODUCTS)) {
  10.                     require_once DIR_WS_EXT 'xsell_products_buynow/' FILENAME_XSELL_PRODUCTS;
  11.                 }
require('/mnt/test_sites/sites_new/wellcraft.com.ua/templates/default/content/product_info.tpl.php') in /mnt/test_sites/sites_new/wellcraft.com.ua/templates/default/main_page.tpl.php (line 121)
  1.             <?php echo $breadcrumb->trail(' '); ?>
  2.             <!-- END BREADCRUMBS -->
  3.             <!-- CONTENT -->
  4.             <?php
  5.             if (file_exists(DIR_WS_TEMPLATES TEMPLATE_NAME '/content/' $content '.tpl.php')) {
  6.                 require(DIR_WS_TEMPLATES TEMPLATE_NAME '/content/' $content '.tpl.php'); // content from current template (if exists)
  7.             } else {
  8.                 require(DIR_WS_CONTENT $content '.tpl.php'); // content from default template
  9.             }
  10.             ?>
  11.             <!-- END CONTENT -->
require('/mnt/test_sites/sites_new/wellcraft.com.ua/templates/default/main_page.tpl.php') in /mnt/test_sites/sites_new/wellcraft.com.ua/product_info.php (line 338)
  1.     }
  2. } else {
  3.     http_response_code(404);
  4.     $content CONTENT_ERROR_404;
  5. }
  6. require(DIR_WS_TEMPLATES TEMPLATE_NAME '/' TEMPLATENAME_MAIN_PAGE);
  7. require(DIR_WS_INCLUDES 'application_bottom.php');

Stack Trace

ErrorException
ErrorException:
file_put_contents(/mnt/test_sites/sites_new/wellcraft.com.ua/storage/cache/products_options_values/products_options_values$_language(5)): failed to open stream: No such file or directory

  at /home/solomono/web/solomono.net/sites/demo/app/Classes/Filesystem/Filesystem.php:140
  at Bootstrap\HandleExceptions->handleError()
     (/home/solomono/web/solomono.net/sites/demo/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at file_put_contents()
     (/home/solomono/web/solomono.net/sites/demo/app/Classes/Filesystem/Filesystem.php:140)
  at App\Classes\Filesystem\Filesystem->put()
     (/home/solomono/web/solomono.net/sites/demo/app/Classes/Cache/Store/FileStore.php:64)
  at App\Classes\Cache\Store\FileStore->put()
     (/home/solomono/web/solomono.net/sites/demo/app/Classes/Cache/Store/FileStore.php:131)
  at App\Classes\Cache\Store\FileStore->forever()
     (/home/solomono/web/solomono.net/sites/demo/app/Classes/Cache/Repository.php:301)
  at App\Classes\Cache\Repository->forever()
     (/home/solomono/web/solomono.net/sites/demo/app/Classes/Cache/Repository.php:160)
  at App\Classes\Cache\Repository->put()
     (/home/solomono/web/solomono.net/sites/demo/app/Classes/Cache/Repository.php:328)
  at App\Classes\Cache\Repository->remember()
     (/home/solomono/web/solomono.net/sites/demo/app/Classes/Cache/Helpers/FileCacheHelper.php:186)
  at App\Classes\Cache\Helpers\FileCacheHelper::remember()
     (/home/solomono/web/solomono.net/sites/demo/includes/functions/attributes.php:318)
  at getAttributesValues()
     (/home/solomono/web/solomono.net/sites/demo/includes/functions/attributes.php:522)
  at getPageAttributes()
     (/home/solomono/web/solomono.net/sites/demo/includes/functions/attributes.php:467)
  at {closure}()
     (/home/solomono/web/solomono.net/sites/demo/app/Classes/Cache/Repository.php:328)
  at App\Classes\Cache\Repository->remember()
     (/home/solomono/web/solomono.net/sites/demo/app/Classes/Cache/Helpers/FileCacheHelper.php:186)
  at App\Classes\Cache\Helpers\FileCacheHelper::remember()
     (/home/solomono/web/solomono.net/sites/demo/includes/functions/attributes.php:468)
  at getArrayWithAllAttributes()
     (/home/solomono/web/solomono.net/sites/demo/includes/modules/drugie.php:42)
  at include('/home/solomono/web/solomono.net/sites/demo/includes/modules/drugie.php')
     (/mnt/test_sites/sites_new/wellcraft.com.ua/templates/default/content/product_info.tpl.php:412)
  at require('/mnt/test_sites/sites_new/wellcraft.com.ua/templates/default/content/product_info.tpl.php')
     (/mnt/test_sites/sites_new/wellcraft.com.ua/templates/default/main_page.tpl.php:121)
  at require('/mnt/test_sites/sites_new/wellcraft.com.ua/templates/default/main_page.tpl.php')
     (/mnt/test_sites/sites_new/wellcraft.com.ua/product_info.php:338)                
file_put_contents(/mnt/test_sites/sites_new/wellcraft.com.ua/storage/cache/all_attributes/all_attributes$_language(5)_7f3eb6c69fef724f97eaec0e4c2ac21a): failed to open stream: No such file or directory (500 Whoops, looks like something went wrong.)

file_put_contents(/mnt/test_sites/sites_new/wellcraft.com.ua/storage/cache/all_attributes/all_attributes$_language(5)_7f3eb6c69fef724f97eaec0e4c2ac21a): failed to open stream: No such file or directory

Exception

ErrorException

  1.      * @param bool $lock
  2.      * @return int
  3.      */
  4.     public function put(string $path$contents$lock false)
  5.     {
  6.         return file_put_contents($path$contents$lock LOCK_EX 0);
  7.     }
  8.     /**
  9.      * Write the contents of a file, replacing it atomically if it already exists.
  10.      * @param string $path
  1.         //ini_set('error_log' , '/home/solomono/web/solomono.net/sites/dev/php.log');
  2.         error_reporting(E_ALL);
  3.         set_error_handler(function ($level$message$file ''$line 0) {
  4.             $this->handleError($level$message$file$line);
  5.         });
  6.         set_exception_handler(function ($e) {
  7.             $this->handleException($e);
  8.         });
HandleExceptions->Bootstrap\{closure}()
  1.      * @param bool $lock
  2.      * @return int
  3.      */
  4.     public function put(string $path$contents$lock false)
  5.     {
  6.         return file_put_contents($path$contents$lock LOCK_EX 0);
  7.     }
  8.     /**
  9.      * Write the contents of a file, replacing it atomically if it already exists.
  10.      * @param string $path
  1.         $this->ensureCacheDirectoryExists($path $this->path($key));
  2.         $result $this->files->put(
  3.             $path,
  4.             $this->expiration($seconds) . serialize($value),
  5.             true
  6.         );
  7.         if ($result !== false && $result 0) {
  8.             $this->ensureFileHasCorrectPermissions($path);
  1.      * @param mixed $value
  2.      * @return bool
  3.      */
  4.     public function forever($key$value): bool
  5.     {
  6.         return $this->put($key$value0);
  7.     }
  8.     /**
  9.      * Remove an item from the cache.
  10.      * @param string $key
  1.      * @param mixed $value
  2.      * @return bool
  3.      */
  4.     public function forever($key$value)
  5.     {
  6.         $result $this->store->forever($this->itemKey($key), $value);
  7.         if ($result) {
  8.             event(new CacheWritten($key$value));
  9.         }
  1.         if (is_array($key)) {
  2.             return $this->putMany($key$value);
  3.         }
  4.         if ($ttl === null) {
  5.             return $this->forever($key$value);
  6.         }
  7.         $seconds $this->getSeconds($ttl);
  8.         if ($seconds <= 0) {
  1.         // given number of seconds so it's available for all subsequent requests.
  2.         if (!is_null($value)) {
  3.             return $value;
  4.         }
  5.         $this->put($key$value $callback(), $ttl);
  6.         return $value;
  7.     }
  8.     /**
  1.         try {
  2.             if ($isCacheEnabled) {
  3.                 return self::getRepository()
  4.                     ->remember(
  5.                         $key,
  6.                         $ttl,
  7.                         $closure
  8.                     );
  9.             } else {
  10.                 return $closure();
  1.     if ($useCache) {
  2.         $data FileCacheHelper::remember(
  3.             FileCacheHelper::ALL_ATTRIBUTES_KEY "_language({$languagesId})_" $parameter,
  4.             fn() => getPageAttributes($languagesId$force),
  5.             null
  6.         );
  7.     } else {
  8.         $data getPageAttributes($languagesId$force);
  9.     }
  1.     if ($drugie->num_rows) {
  2.         $tpl_settings $currenModuleSettings;
  3.         $tpl_settings['request'] = $drugie;
  4.         $tpl_settings['title'] = getConstantValue('PROD_DRUGIE');
  5.         getArrayWithAllAttributes();
  6.         include(DIR_WS_MODULES FILENAME_PRODUCT_LISTING_COL);
  7.     }
  8. }
include('/home/solomono/web/solomono.net/sites/demo/includes/modules/drugie.php') in /mnt/test_sites/sites_new/wellcraft.com.ua/templates/default/content/product_info.tpl.php (line 412)
  1.                     }
  2.                     require_once DIR_WS_EXT "last_viewed_products/last_viewed_products.php";
  3.                 }
  4.                 break;
  5.             case 'P_DRUGIE':
  6.                 include(DIR_WS_MODULES 'drugie.php');
  7.                 break;
  8.             case 'P_XSELL':
  9.                 if (is_file(DIR_WS_EXT 'xsell_products_buynow/' FILENAME_XSELL_PRODUCTS)) {
  10.                     require_once DIR_WS_EXT 'xsell_products_buynow/' FILENAME_XSELL_PRODUCTS;
  11.                 }
require('/mnt/test_sites/sites_new/wellcraft.com.ua/templates/default/content/product_info.tpl.php') in /mnt/test_sites/sites_new/wellcraft.com.ua/templates/default/main_page.tpl.php (line 121)
  1.             <?php echo $breadcrumb->trail(' '); ?>
  2.             <!-- END BREADCRUMBS -->
  3.             <!-- CONTENT -->
  4.             <?php
  5.             if (file_exists(DIR_WS_TEMPLATES TEMPLATE_NAME '/content/' $content '.tpl.php')) {
  6.                 require(DIR_WS_TEMPLATES TEMPLATE_NAME '/content/' $content '.tpl.php'); // content from current template (if exists)
  7.             } else {
  8.                 require(DIR_WS_CONTENT $content '.tpl.php'); // content from default template
  9.             }
  10.             ?>
  11.             <!-- END CONTENT -->
require('/mnt/test_sites/sites_new/wellcraft.com.ua/templates/default/main_page.tpl.php') in /mnt/test_sites/sites_new/wellcraft.com.ua/product_info.php (line 338)
  1.     }
  2. } else {
  3.     http_response_code(404);
  4.     $content CONTENT_ERROR_404;
  5. }
  6. require(DIR_WS_TEMPLATES TEMPLATE_NAME '/' TEMPLATENAME_MAIN_PAGE);
  7. require(DIR_WS_INCLUDES 'application_bottom.php');

Stack Trace

ErrorException
ErrorException:
file_put_contents(/mnt/test_sites/sites_new/wellcraft.com.ua/storage/cache/all_attributes/all_attributes$_language(5)_7f3eb6c69fef724f97eaec0e4c2ac21a): failed to open stream: No such file or directory

  at /home/solomono/web/solomono.net/sites/demo/app/Classes/Filesystem/Filesystem.php:140
  at Bootstrap\HandleExceptions->handleError()
     (/home/solomono/web/solomono.net/sites/demo/bootstrap/HandleExceptions.php:32)
  at Bootstrap\HandleExceptions->Bootstrap\{closure}()
  at file_put_contents()
     (/home/solomono/web/solomono.net/sites/demo/app/Classes/Filesystem/Filesystem.php:140)
  at App\Classes\Filesystem\Filesystem->put()
     (/home/solomono/web/solomono.net/sites/demo/app/Classes/Cache/Store/FileStore.php:64)
  at App\Classes\Cache\Store\FileStore->put()
     (/home/solomono/web/solomono.net/sites/demo/app/Classes/Cache/Store/FileStore.php:131)
  at App\Classes\Cache\Store\FileStore->forever()
     (/home/solomono/web/solomono.net/sites/demo/app/Classes/Cache/Repository.php:301)
  at App\Classes\Cache\Repository->forever()
     (/home/solomono/web/solomono.net/sites/demo/app/Classes/Cache/Repository.php:160)
  at App\Classes\Cache\Repository->put()
     (/home/solomono/web/solomono.net/sites/demo/app/Classes/Cache/Repository.php:328)
  at App\Classes\Cache\Repository->remember()
     (/home/solomono/web/solomono.net/sites/demo/app/Classes/Cache/Helpers/FileCacheHelper.php:186)
  at App\Classes\Cache\Helpers\FileCacheHelper::remember()
     (/home/solomono/web/solomono.net/sites/demo/includes/functions/attributes.php:468)
  at getArrayWithAllAttributes()
     (/home/solomono/web/solomono.net/sites/demo/includes/modules/drugie.php:42)
  at include('/home/solomono/web/solomono.net/sites/demo/includes/modules/drugie.php')
     (/mnt/test_sites/sites_new/wellcraft.com.ua/templates/default/content/product_info.tpl.php:412)
  at require('/mnt/test_sites/sites_new/wellcraft.com.ua/templates/default/content/product_info.tpl.php')
     (/mnt/test_sites/sites_new/wellcraft.com.ua/templates/default/main_page.tpl.php:121)
  at require('/mnt/test_sites/sites_new/wellcraft.com.ua/templates/default/main_page.tpl.php')
     (/mnt/test_sites/sites_new/wellcraft.com.ua/product_info.php:338)                
Насадка - висоторіз PSA1000 до комбісистеми PH1400E (шина 25 см) 40лан., 3/8Р, 1,1мм
Насадка - висоторіз PSA1000 до комбісистеми PH1400E (шина 25 см) 40лан., 3/8Р, 1,1мм
В наявності

8.399 грн

Вага:
1.89 кг
Довжина пристрою:
1420 мм
Живлення:
від акумулятора
Комплектація:
інструкція з експлуатації, ланцюг, шина
Насадка - кромкоріз з ножем EA0800 до комбісистеми PH1400E
Насадка - кромкоріз з ножем EA0800 до комбісистеми PH1400E
В наявності

7.449 грн

Вага:
2.26 кг
Довжина пристрою:
920 мм
Живлення:
від акумулятора
Комплектація:
шестигранний ключ, захисний щиток, ніж, універсальний ключ
Мотокоса CN330D 1,05кВт/1,4к.с., жостк.вал, ніж+кос.головка Tap&amp;Go
Мотокоса CN330D 1,05кВт/1,4к.с., жостк.вал, ніж+кос.головка Tap&Go
В наявності

5.210 грн

Вага:
6.2 кг
Габарити:
1400x350x350 мм
Діаметр волосіні:
2.7 мм
Діаметр штанги:
26 мм
Кущоріз CN650FAV 1,8кВт/2,5к.с., жостк.вал, ніж для заростей+ніж+кос.головка Tap&amp;Go
Кущоріз CN650FAV 1,8кВт/2,5к.с., жостк.вал, ніж для заростей+ніж+кос.головка Tap&Go
В наявності

7.992 грн

Вага:
8.5 кг
Габарити:
1400x350x350 мм
Діаметр волосіні:
2.7 мм
Діаметр штанги:
28 мм
Висоторіз GZJ260AE 0,7кВт/1к.с., телескоп. штанга 4,1м, 44лан. 12&quot;/30см, 3/8Р, 1,3мм
Висоторіз GZJ260AE 0,7кВт/1к.с., телескоп. штанга 4,1м, 44лан. 12"/30см, 3/8Р, 1,3мм
В наявності

14.999 грн

Автоматичне змащування ланцюга:
Так
Автоматичний натяг ланцюга:
Немає
Вага:
9.5 кг
Довжина пристрою:
4.1 м
Насадка - кущоріз з подвійним ножем RTA2300 ширина косіння 23см до комбісистеми PH1400E
Насадка - кущоріз з подвійним ножем RTA2300 ширина косіння 23см до комбісистеми PH1400E
В наявності

13.999 грн

Вага:
2 кг
Довжина пристрою:
1090 мм
Живлення:
від акумулятора
Комплектація:
шестигранний ключ, захисний щиток, універсальний ключ, два ножа
Недоступний
Насадка - кущоріз з ножем BCA1200 ширина косіння 30см до комбісистеми PH1400E
Насадка - кущоріз з ножем BCA1200 ширина косіння 30см до комбісистеми PH1400E
Немає в наявності

6.099 грн

Вага:
1.8 кг
Довжина пристрою:
1020 мм
Живлення:
від акумулятора
Комплектація:
шестигранний ключ, захисний щиток, ніж, універсальний ключ
Недоступний
Насадка - щітка BBA2100 для комбісистеми PH1400E/PH1420E
Насадка - щітка BBA2100 для комбісистеми PH1400E/PH1420E
Немає в наявності

14.449 грн

Вага:
5.05 кг
Довжина пристрою:
1020 мм
Живлення:
від акумулятора
Комплектація:
щітка, шестигранний ключ, захисний щиток
Недоступний
Насадка - снігова лопата SSA1200 ширина 30см до комбісистеми PH1400E
Насадка - снігова лопата SSA1200 ширина 30см до комбісистеми PH1400E
Немає в наявності

12.899 грн

Вага:
5.5 кг
Довжина пристрою:
935 мм
Живлення:
від акумулятора
Комплектація:
інструкція з експлуатації, шестигранний ключ
Недоступний
Мотокоса CN430F 1,35кВт/1,8к.с., жостк.вал, ніж+кос.головка Tap&amp;Go
Мотокоса CN430F 1,35кВт/1,8к.с., жостк.вал, ніж+кос.головка Tap&Go
Немає в наявності

5.257 грн

Вага:
7.3 кг
Габарити:
1650x280x430 мм
Діаметр волосіні:
2.7 мм
Діаметр штанги:
26 мм