diff --git a/.license b/.license index 43ac38e2fb..f4a1f558e5 100644 --- a/.license +++ b/.license @@ -1,4 +1,4 @@ /** - * This file is part of the Spryker Suite. + * This file is part of the Spryker Commerce OS. * For full license information, please view the LICENSE file that was distributed with this source code. */ diff --git a/.travis.yml b/.travis.yml index daa400ced0..f077925d18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,6 +52,7 @@ install: - chmod -R a+x config/Shared/ci/travis/ - composer install --optimize-autoloader --no-interaction - config/Shared/ci/travis/install_elasticsearch.sh + - config/Shared/ci/travis/install_mailcatcher.sh before_script: - nvm install 8 diff --git a/LICENSE b/LICENSE index 6f106dae10..833621fdda 100644 --- a/LICENSE +++ b/LICENSE @@ -8,7 +8,7 @@ Spryker grants to Licensee, during the 45-calendar-day period (the “Evaluation Licensee shall not (i) use the SPRYKER DEMO SHOP to set up a productive live system, for development purposes or any other purposes; (ii) copy any part of the SPRYKER DEMO SHOP (iii) distribute, disclose, market, rent, lease, or transfer the SPRYKER DEMO SHOP or act as a service bureau with respect to the SPRYKER DEMO SHOP; (iv) export the SPRYKER DEMO SHOP or install it in multiple locations; (v) disclose any confidential information provided by Spryker; (vi) modify or make derivative works of the SPRYKER DEMO SHOP; or (vii) allow others to make or obtain copies of the SPRYKER DEMO SHOP, unless it is permitted in the general Software License Agreement, which has been concluded between Spryker and the Licensee. -Excluded from this SPRYKER DEMO SHOP license are all "product images, product data, other images, and fonts". These are for display purposes only and are subject to their own rights of use, which must be purchased independently. +Excluded from this SPRYKER DEMO SHOP license are all “product images, product data, other images, and fonts”. These are for display purposes only and are subject to their own rights of use, which must be purchased independently. THE SPRYKER DEMO SHOP IS PROVIDED “AS-IS” AND WITHOUT WARRANTY OF ANY KIND. SPRYKER DISCLAIMS ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, TITLE, NON INFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE. SPRYKER WILL NOT BE LIABLE FOR ANY DAMAGES ASSOCIATED WITH THE SPRYKER DEMO SHOP, INCLUDING WITHOUT LIMITATION ORDINARY, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OF ANY KIND, INCLUDING BUT NOT LIMITED TO DAMAGES RELATING TO LOST DATA OR LOST PROFITS, EVEN IF SPRYKER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. diff --git a/README.md b/README.md index d5ac7d6040..d73564810b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ -# Spryker Shop Suite -[![Build Status](https://api.travis-ci.org/spryker-shop/suite.svg?branch=master)](https://travis-ci.org/spryker-shop/suite) +# Spryker B2C Demo Shop +[![Build Status](https://api.travis-ci.org/spryker-shop/suite-b2b.svg?branch=master)](https://travis-ci.org/spryker-shop/suite) [![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.1-8892BF.svg)](https://php.net/) -License: [MIT](LICENSE) - ## Installation -In order to install Spryker Shop Suite on your machine, you can follow the instructions described in the link below : +In order to install the B2C Demo Shop on your machine, you can follow the instructions described in the link below: * [Installation Guide](https://academy.spryker.com/getting_started/installation_guide.html) diff --git a/composer.json b/composer.json index 647f689258..c1237f515f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { - "name": "spryker-shop/suite", - "description": "Spryker Shop Suite", - "license": "MIT", + "name": "spryker-shop/suite-b2c-internal", + "description": "Spryker B2C Demo Shop", + "license": "proprietary", "require": { "php": ">=7.1", "ext-bcmath": "*", @@ -14,297 +14,104 @@ "ext-pgsql": "*", "ext-readline": "*", "ext-redis": "*", - "spryker-eco/loggly": "dev-master as 1.0.0", - "spryker-shop/availability-widget": "^1.0.0", + "spryker-eco/loggly": "dev-master", + "spryker-feature/agent-assist": "~2018.11.0", + "spryker-feature/alternative-products": "~2018.11.0", + "spryker-feature/cart": "~2018.11.0", + "spryker-feature/cart-notes": "~2018.11.0", + "spryker-feature/catalog": "~2018.11.0", + "spryker-feature/category-management": "~2018.11.0", + "spryker-feature/checkout": "~2018.11.0", + "spryker-feature/cms": "~2018.11.0", + "spryker-feature/content-based-shop-navigation": "~2018.11.0", + "spryker-feature/customer-account-management": "~2018.11.0", + "spryker-feature/customer-notes": "~2018.11.0", + "spryker-feature/deployment-tools": "~2018.11.0", + "spryker-feature/development-integration": "~2018.11.0", + "spryker-feature/development-tools": "~2018.11.0", + "spryker-feature/digital-asset-management": "~2018.11.0", + "spryker-feature/discontinued-products": "~2018.11.0", + "spryker-feature/file-manager": "~2018.11.0", + "spryker-feature/gift-cards": "~2018.11.0", + "spryker-feature/inventory-management": "~2018.11.0", + "spryker-feature/invoice": "~2018.11.0", + "spryker-feature/mailing-notifications": "~2018.11.0", + "spryker-feature/navigation": "~2018.11.0", + "spryker-feature/newsletter-subscription": "~2018.11.0", + "spryker-feature/non-splittable-products": "~2018.11.0", + "spryker-feature/order-management": "~2018.11.0", + "spryker-feature/order-threshold": "~2018.11.0", + "spryker-feature/payments": "~2018.11.0", + "spryker-feature/persistent-cart": "~2018.11.0", + "spryker-feature/prices": "~2018.11.0", + "spryker-feature/product": "~2018.11.0", + "spryker-feature/product-bundles": "~2018.11.0", + "spryker-feature/product-groups": "~2018.11.0", + "spryker-feature/product-image-management": "~2018.11.0", + "spryker-feature/product-labels": "~2018.11.0", + "spryker-feature/product-options": "~2018.11.0", + "spryker-feature/product-promotions": "~2018.11.0", + "spryker-feature/product-raiting-reviews": "~2018.11.0", + "spryker-feature/product-relations": "~2018.11.0", + "spryker-feature/product-sets": "~2018.11.0", + "spryker-feature/product-validity": "~2018.11.0", + "spryker-feature/promotions-discounts": "~2018.11.0", + "spryker-feature/raitings-review": "~2018.11.0", + "spryker-feature/reclamations": "~2018.11.0", + "spryker-feature/refunds": "~2018.11.0", + "spryker-feature/reorder": "~2018.11.0", + "spryker-feature/search": "~2018.11.0", + "spryker-feature/shipment": "~2018.11.0", + "spryker-feature/spryker-core": "~2018.11.0", + "spryker-feature/spryker-core-back-office": "~2018.11.0", + "spryker-feature/spryker-core-e-commerce": "~2018.11.0", + "spryker-feature/state-machine": "~2018.11.0", + "spryker-feature/tax": "~2018.11.0", + "spryker-feature/wishlist": "~2018.11.0", "spryker-shop/calculation-page": "^1.0.0", - "spryker-shop/cart-note-widget": "^1.0.0", - "spryker-shop/cart-page": "^1.0.0", - "spryker-shop/catalog-page": "^1.0.0", - "spryker-shop/category-widget": "^1.0.0", - "spryker-shop/checkout-page": "^1.0.0", - "spryker-shop/checkout-widget": "^1.0.0", - "spryker-shop/cms-block-widget": "^1.0.0", + "spryker-shop/chart-widget": "^0.1.1", + "spryker-shop/cms-content-widget-chart-connector": "^1.0.0", "spryker-shop/cms-content-widget-product-connector": "^1.0.0", "spryker-shop/cms-content-widget-product-set-connector": "^1.0.0", - "spryker-shop/cms-page": "^1.0.0", - "spryker-shop/currency-widget": "^1.0.0", - "spryker-shop/customer-page": "^1.0.0", - "spryker-shop/customer-page-extension": "^1.0.0", - "spryker-shop/customer-reorder-widget": "^3.0.0", - "spryker-shop/discount-promotion-widget": "^1.0.0", - "spryker-shop/discount-widget": "^1.0.0", - "spryker-shop/error-page": "^1.0.0", - "spryker-shop/heartbeat-page": "^1.0.0", - "spryker-shop/home-page": "^1.0.0", - "spryker-shop/language-switcher-widget": "^1.0.0", - "spryker-shop/money-widget": "^1.0.0", - "spryker-shop/navigation-widget": "^1.0.0", - "spryker-shop/newsletter-page": "^1.0.0", - "spryker-shop/newsletter-widget": "^1.0.0", - "spryker-shop/price-widget": "^1.0.0", - "spryker-shop/product-barcode-widget": "^1.0.0", - "spryker-shop/product-bundle-widget": "^1.0.0", - "spryker-shop/product-category-widget": "^1.0.0", - "spryker-shop/product-detail-page": "^1.0.0", - "spryker-shop/product-group-widget": "^1.0.0", - "spryker-shop/product-image-widget": "^1.0.0", - "spryker-shop/product-label-widget": "^1.0.0", - "spryker-shop/product-new-page": "^1.0.0", - "spryker-shop/product-option-widget": "^1.0.0", - "spryker-shop/product-relation-widget": "^1.0.0", - "spryker-shop/product-review-widget": "^1.0.0", - "spryker-shop/product-set-detail-page": "^1.0.0", - "spryker-shop/product-set-list-page": "^1.0.0", - "spryker-shop/product-set-widget": "^1.0.0", - "spryker-shop/product-widget": "^1.0.0", - "spryker-shop/redirect-page": "^1.0.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-application-extension": "^1.0.0", - "spryker-shop/shop-router": "^1.0.0", - "spryker-shop/shop-router-extension": "^1.0.0", - "spryker-shop/shop-translator": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker-shop/shop-ui-extension": "1.0.0", - "spryker-shop/web-profiler-widget": "^1.0.0", - "spryker-shop/wishlist-page": "^1.0.0", - "spryker-shop/wishlist-widget": "^1.0.0", - "spryker/acl": "^3.0.0", - "spryker/api": "^0.1.0", - "spryker/api-query-builder": "^0.1.0", - "spryker/application": "^3.0.0", - "spryker/assertion": "^3.0.0", - "spryker/auth": "^3.0.0", - "spryker/auth-mail-connector": "^3.0.0", - "spryker/availability": "^6.0.0", - "spryker/availability-cart-connector": "^4.0.0", - "spryker/availability-data-feed": "^0.1.0", - "spryker/availability-gui": "^3.0.0", - "spryker/availability-offer-connector": "^1.0.0", - "spryker/availability-storage": "^1.0.0", - "spryker/barcode": "^1.0.0", - "spryker/barcode-extension": "^1.0.0", - "spryker/braintree": "^0.5.0", - "spryker/cache": "^3.0.0", - "spryker/calculation": "^4.0.0", - "spryker/cart": "^5.0.0", - "spryker/cart-currency-connector": "^1.0.0", - "spryker/cart-extension": "^1.0.0", - "spryker/cart-note": "^0.1.0", - "spryker/cart-note-extension": "^1.0.0", + "spryker/assertion": "*", + "spryker/availability-cart-connector": "^4.2", + "spryker/barcode": "*", + "spryker/cart-currency-connector": "^1.1", "spryker/cart-note-product-bundle-connector": "^0.1.0", - "spryker/cart-variant": "^1.0.0", - "spryker/catalog": "^5.0.0", - "spryker/catalog-price-product-connector": "^1.0.0", - "spryker/category": "^4.0.0", - "spryker/category-data-feed": "^0.2.0", - "spryker/category-data-import": "^0.2.0", - "spryker/category-exporter": "^3.0.0", + "spryker/catalog-price-product-connector": "^1.2", "spryker/category-navigation-connector": "^1.0.0", - "spryker/category-page-search": "^1.0.0", - "spryker/category-storage": "^1.0.0", - "spryker/checkout": "^4.0.0", - "spryker/cms": "^6.0.0", - "spryker/cms-block": "^2.0.0", - "spryker/cms-block-category-connector": "^2.0.0", - "spryker/cms-block-category-storage": "^1.0.0", - "spryker/cms-block-collector": "^2.0.0", - "spryker/cms-block-gui": "^2.0.0", - "spryker/cms-block-product-connector": "^1.0.0", - "spryker/cms-block-product-storage": "^1.0.0", - "spryker/cms-block-storage": "^1.0.0", - "spryker/cms-collector": "^2.0.0", - "spryker/cms-content-widget": "^1.0.0", - "spryker/cms-content-widget-product-connector": "^1.0.0", - "spryker/cms-content-widget-product-group-connector": "^1.0.0", - "spryker/cms-content-widget-product-set-connector": "^1.0.0", - "spryker/cms-gui": "^4.0.0", + "spryker/chart": "*", "spryker/cms-navigation-connector": "^1.0.0", - "spryker/cms-page-search": "^1.0.0", - "spryker/cms-storage": "^1.0.0", - "spryker/cms-user-connector": "^1.0.0", - "spryker/code-it-now": "^1.0.0", - "spryker/collector": "^6.0.0", - "spryker/collector-search-connector": "^1.0.0", - "spryker/collector-storage-connector": "^1.0.0", - "spryker/config": "^3.0.0", - "spryker/console": "^4.0.0", - "spryker/country": "^3.0.0", - "spryker/currency": "^3.0.0", - "spryker/currency-extension": "^1.0.0", - "spryker/customer": "^7.9", - "spryker/customer-api": "^0.1.0", - "spryker/customer-extension": "^1.0.0", - "spryker/customer-group": "^2.0.0", - "spryker/customer-group-discount-connector": "^2.0.0", - "spryker/customer-note-gui": "^1.0.0", - "spryker/customer-offer-connector": "^1.0.0", - "spryker/customer-user-connector": "^1.0.0", - "spryker/customer-user-connector-gui": "^1.0.0", - "spryker/data-import": "^1.0.0", - "spryker/discount": "^6.0.0", - "spryker/discount-calculation-connector": "^5.0.0", - "spryker/discount-promotion": "^1.0.0", - "spryker/dummy-payment": "^2.0.0", - "spryker/egulias": "^1.0.0", - "spryker/elastica": "^4.0.0", - "spryker/error-handler": "^2.0.0", - "spryker/event": "^2.0.0", - "spryker/event-behavior": "^1.0.0", + "spryker/cms-user-connector": "^1.0", + "spryker/code-it-now": "^1.0", + "spryker/customer-catalog": "^1.0", + "spryker/customer-group-discount-connector": "^2.0", + "spryker/customer-user-connector": "^1.0", + "spryker/customer-user-connector-gui": "^1.1", + "spryker/discount-calculation-connector": "^5.0", "spryker/event-journal": "^3.0.0", - "spryker/file-system": "^1.0.0", - "spryker/flysystem": "^1.0.0", - "spryker/flysystem-aws3v3-file-system": "^1.0.0", "spryker/flysystem-ftp-file-system": "^1.0.0", - "spryker/flysystem-local-file-system": "^1.0.0", - "spryker/gift-card": "^1.0.0", - "spryker/gift-card-balance": "^1.0.0", - "spryker/gift-card-mail-connector": "^1.0.0", - "spryker/glossary": "^3.0.0", - "spryker/glossary-storage": "^1.0.0", - "spryker/graph": "^3.0.0", - "spryker/graphviz": "^2.0.0", - "spryker/gui": "^3.0.0", - "spryker/guzzle": "^2.0.0", - "spryker/heartbeat": "^3.0.0", - "spryker/install": "^0.4.0", - "spryker/installer": "^4.0.0", - "spryker/invoice": "^2.0.0", - "spryker/kernel": "^3.0.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.0.0", - "spryker/log": "^3.0.0", - "spryker/mail": "^4.0.0", - "spryker/maintenance": "^3.0.0", - "spryker/mandrill": "^2.0.0", - "spryker/manual-order-entry": "^1.0.0", - "spryker/manual-order-entry-gui": "^0.5.0", - "spryker/manual-order-entry-gui-extension": "^1.0.0", - "spryker/messenger": "^3.0.0", - "spryker/money": "^2.0.0", - "spryker/monolog": "^2.0.0", - "spryker/navigation": "^2.0.0", - "spryker/navigation-collector": "^1.0.0", - "spryker/navigation-gui": "^2.0.0", - "spryker/navigation-storage": "^1.0.0", + "spryker/flysystem-local-file-system": "^1.0", + "spryker/gift-card-mail-connector": "^1.0", "spryker/new-relic": "^3.0.0", - "spryker/new-relic-api": "^1.0.0", - "spryker/newsletter": "^4.0.0", - "spryker/nopayment": "^4.0.0", - "spryker/offer": "^0.1.0", - "spryker/offer-extension": "^1.0.0", - "spryker/offer-gui": "^0.1.0", - "spryker/oms": "^8.0.0", - "spryker/oms-discount-connector": "^3.0.0", - "spryker/payment": "^4.0.0", - "spryker/payment-cart-connector": "^1.0.0", - "spryker/pimple": "^2.0.0", - "spryker/price": "^5.3.0", - "spryker/price-cart-connector": "^4.0.0", - "spryker/price-data-feed": "^0.2.0", - "spryker/price-extension": "^1.0.0", - "spryker/price-product": "^1.0.0", - "spryker/price-product-storage": "^1.0.0", - "spryker/product": "^6.0.0", - "spryker/product-abstract-data-feed": "^0.2.0", - "spryker/product-api": "^0.1.0", - "spryker/product-attribute": "^1.0.0", - "spryker/product-attribute-gui": "^1.0.0", - "spryker/product-barcode": "^1.0.0", - "spryker/product-barcode-gui": "^1.0.0", - "spryker/product-bundle": "^4.0.0", - "spryker/product-cart-connector": "^4.0.0", - "spryker/product-category": "^4.0.0", - "spryker/product-category-filter": "^1.0.0", - "spryker/product-category-filter-collector": "^1.0.0", - "spryker/product-category-filter-gui": "^1.0.0", - "spryker/product-category-filter-storage": "^1.0.0", - "spryker/product-category-storage": "^1.0.0", - "spryker/product-discount-connector": "^3.0.0", - "spryker/product-group": "^1.0.0", - "spryker/product-group-collector": "^1.0.0", - "spryker/product-group-storage": "^1.0.0", - "spryker/product-image": "^3.0.0", - "spryker/product-image-cart-connector": "^1.0.0", - "spryker/product-image-storage": "^1.0.0", - "spryker/product-label": "^2.0.0", - "spryker/product-label-collector": "^1.0.0", - "spryker/product-label-discount-connector": "^1.0.0", - "spryker/product-label-gui": "^2.0.0", - "spryker/product-label-search": "^1.0.0", - "spryker/product-label-storage": "^1.0.0", - "spryker/product-management": "^0.13.0", - "spryker/product-new": "^1.0.0", - "spryker/product-option": "^6.0.0", - "spryker/product-option-cart-connector": "^5.0.0", - "spryker/product-option-storage": "^1.0.0", - "spryker/product-page-search": "^1.0.0", - "spryker/product-quantity": "^1.0.0", - "spryker/product-quantity-storage": "^1.0.0", - "spryker/product-relation": "^2.0.0", - "spryker/product-relation-collector": "^2.0.0", - "spryker/product-relation-storage": "^1.0.0", - "spryker/product-review": "^2.0.0", - "spryker/product-review-collector": "^1.0.0", - "spryker/product-review-gui": "^1.0.0", - "spryker/product-review-search": "^1.0.0", - "spryker/product-review-storage": "^1.0.0", - "spryker/product-search": "^5.0.0", - "spryker/product-search-config-storage": "^1.0.0", - "spryker/product-set": "^1.0.0", - "spryker/product-set-collector": "^1.0.0", - "spryker/product-set-gui": "^2.0.0", - "spryker/product-set-page-search": "^1.0.0", - "spryker/product-set-storage": "^1.0.0", - "spryker/product-storage": "^1.0.0", - "spryker/product-validity": "^1.0.0", - "spryker/propel": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/propel-query-builder": "^0.3.0", - "spryker/queue": "^1.0.0", - "spryker/quote": "^2.0.0", - "spryker/quote-extension": "^1.0.0", - "spryker/rabbit-mq": "^2.0.0", - "spryker/redis": "^2.0.0", - "spryker/refund": "^5.0.0", - "spryker/sales": "^8.0.0", - "spryker/sales-extension": "^1.0.0", - "spryker/sales-product-connector": "^1.0.0", - "spryker/sales-reclamation": "^0.3.0", - "spryker/sales-split": "^3.0.0", - "spryker/search": "^8.0.0", - "spryker/sequence-number": "^3.0.0", - "spryker/session": "^3.0.0", - "spryker/setup": "^4.0.0", - "spryker/setup-frontend": "^1.0.0", - "spryker/shipment": "^6.0.0", - "spryker/shipment-cart-connector": "^1.0.0", + "spryker/oms-discount-connector": "^3.0", + "spryker/payment-cart-connector": "^1.0", + "spryker/price-cart-connector": "^4.5", + "spryker/price-product-volume-gui": "^1.0.0", + "spryker/product-alternative-product-label-connector": "^1.0", + "spryker/product-cart-connector": "^4.3", + "spryker/product-category": "^4.6", + "spryker/product-discontinued-product-bundle-connector": "^1.0", + "spryker/product-discontinued-product-label-connector": "^1.0", + "spryker/product-discount-connector": "^3.2", + "spryker/product-image-cart-connector": "^1.0", + "spryker/product-option-cart-connector": "^5.1", + "spryker/rabbit-mq": "^2.2", + "spryker/sales-product-connector": "^1.1", + "spryker/sales-statistics": "^1.0.0", "spryker/shipment-checkout-connector": "^1.0.0", - "spryker/shipment-discount-connector": "^1.0.0", - "spryker/silex": "^2.0.0", - "spryker/sql-criteria-builder": "^1.0.0", - "spryker/state-machine": "^2.0.0", - "spryker/step-engine": "^3.0.0", - "spryker/stock": "^5.0.0", - "spryker/stock-sales-connector": "^3.0.0", - "spryker/storage": "^3.0.0", - "spryker/store": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/synchronization": "^0.2.0", - "spryker/synchronization-behavior": "^1.0.0", - "spryker/tax": "^5.0.0", - "spryker/tax-product-connector": "^4.0.0", - "spryker/touch": "^4.0.0", - "spryker/transfer": "^3.0.0", - "spryker/twig": "^3.0.0", - "spryker/url": "^3.0.0", - "spryker/url-collector": "^1.0.0", - "spryker/url-storage": "^1.0.0", - "spryker/user": "^3.0.0", - "spryker/util-validate": "^1.0.0", - "spryker/wishlist": "^6.0.0", - "spryker/zed-navigation": "^1.0.0", - "spryker/zed-request": "^3.0.0", - "spryker/zend": "^2.0.0", + "spryker/stock-sales-connector": "^3.0", + "spryker/symfony": "3.2.0", "swiftmailer/swiftmailer": "^5.4.5" }, "require-dev": { @@ -315,15 +122,10 @@ "jakoch/phantomjs-installer": "^2.1.0", "nette/php-generator": "^2.6.1", "pdepend/pdepend": "^2.2.4", - "php-mock/php-mock": "^1.0", - "phpdocumentor/reflection-docblock": "^2.0", - "phpmd/phpmd": "~2.4.3", - "phpstan/phpstan": "^0.9.0", + "phpstan/phpstan": "^0.10.2", "phpunit/php-code-coverage": "^5.2.2", "phpunit/php-timer": "^1.0.9", - "phpunit/php-token-stream": "^1.4.11", "phpunit/phpunit": "^6.0.0", - "phpunit/phpunit-mock-objects": "^4.0.4", "sebastian/comparator": "^2.1.3", "sebastian/diff": "^2.0.1", "sebastian/environment": "^3.1.0", @@ -332,15 +134,15 @@ "sebastian/phpcpd": "^2.0.2", "sebastian/recursion-context": "^3.0.0", "sensiolabs/security-checker": "^3.0.2", - "silex/web-profiler": "*", "site5/phantoman": "^1.1", "sllh/composer-versions-check": "^2.0.2", "spryker/architecture-sniffer": "^0.4.0", "spryker/code-generator": "^0.3.0", - "spryker/code-sniffer": "^0.11.0", + "spryker/code-sniffer": "^0.12.0", "spryker/development": "^3.0.0", "spryker/testify": "^3.0.0", - "squizlabs/php_codesniffer": "~3.1.0", + "spryker/web-profiler": "1.1.1", + "squizlabs/php_codesniffer": "~3.3.0", "stecman/symfony-console-completion": "^0.7.0", "symfony/var-dumper": "*", "symfony/web-profiler-bundle": "*" @@ -374,9 +176,305 @@ }, "use-include-path": true, "sort-packages": true, - "github-protocols": ["https"], + "github-protocols": [ + "https" + ], "process-timeout": 900 }, + "repositories": [ + { + "type": "git", + "url": "https://github.com/spryker-feature/agent-assist.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/alternative-products.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/backup.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/product-barcode.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/cart.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/customer-notes.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/cart-notes.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/catalog.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/category-management.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/checkout.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/cms.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/company-account.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/content-based-shop-navigation.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/customer-access.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/customer-account-management.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/data-export.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/deployment-tools.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/development-integration.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/development-tools.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/digital-asset-management.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/discontinued-products.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/file-manager.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/gift-cards.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/inventory-management.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/invoice.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/mailing-notifications.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/measurement-units.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/merchant.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/merchant-contracts.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/merchant-custom-prices.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/merchant-order-threshold.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/merchant-product-restrictions.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/multiple-carts.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/multistore.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/navigation.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/newsletter-subscription.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/non-splittable-products.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/order-management.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/order-threshold.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/payments.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/persistent-cart.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/prices.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/product.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/product-based-shop-navigation.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/product-bundles.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/product-customer-restrictions.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/product-groups.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/product-image-management.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/product-labels.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/product-lists.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/product-options.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/product-promotions.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/product-raiting-reviews.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/product-relations.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/product-sets.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/product-validity.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/promotions-discounts.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/purchaise-approval-not-in-october-release.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/quick-add-to-cart.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/raitings-review.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/reclamations.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/refunds.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/reorder.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/search.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/shipment.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/shopping-lists.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/split-shipment.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/spryker-core.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/spryker-core-back-office.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/spryker-core-e-commerce.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/state-machine.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/tax.git" + }, + { + "type": "git", + "url": "https://github.com/spryker-feature/wishlist.git" + } + ], "scripts": { "compile": [ "mkdir -p ./data/DE/logs/ZED", @@ -387,8 +485,10 @@ "PhantomInstaller\\Installer::installPhantomJS" ], "post-update-cmd": [ - "PhantomInstaller\\Installer::installPhantomJS", - "Install\\ComposerAdjuster::assertDemoshopGitUrls" + "PhantomInstaller\\Installer::installPhantomJS" + ], + "phpstan": [ + "php -d memory_limit=1024M vendor/bin/phpstan analyze -c phpstan.neon src/ -l 4" ], "phpstan-setup": "vendor/bin/console dev:ide:generate-auto-completion" } diff --git a/composer.lock b/composer.lock index 7680c04266..4747b5a2b6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,156 +4,118 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "c0deb7afd5b7af14f6fbf1ac122c995c", + "content-hash": "77010acd56480a1d94ce4c12e552d239", "packages": [ { - "name": "aws/aws-sdk-php", - "version": "3.61.8", + "name": "codeitnowin/barcode", + "version": "3.0.3", "source": { "type": "git", - "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "7df3b62d06da6512c752b2fd224a65fc0d8c0cbe" + "url": "https://github.com/codeitnowin/barcode-generator.git", + "reference": "6325a15ae904ec401b947e1a3e868de1c2cc80b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/7df3b62d06da6512c752b2fd224a65fc0d8c0cbe", - "reference": "7df3b62d06da6512c752b2fd224a65fc0d8c0cbe", + "url": "https://api.github.com/repos/codeitnowin/barcode-generator/zipball/6325a15ae904ec401b947e1a3e868de1c2cc80b0", + "reference": "6325a15ae904ec401b947e1a3e868de1c2cc80b0", "shasum": "" }, "require": { - "ext-json": "*", - "ext-pcre": "*", - "ext-simplexml": "*", - "ext-spl": "*", - "guzzlehttp/guzzle": "^5.3.1|^6.2.1", - "guzzlehttp/promises": "~1.0", - "guzzlehttp/psr7": "^1.4.1", - "mtdowling/jmespath.php": "~2.2", - "php": ">=5.5" - }, - "require-dev": { - "andrewsville/php-token-reflection": "^1.4", - "aws/aws-php-sns-message-validator": "~1.0", - "behat/behat": "~3.0", - "doctrine/cache": "~1.4", - "ext-dom": "*", - "ext-openssl": "*", - "nette/neon": "^2.3", - "phpunit/phpunit": "^4.8.35|^5.4.3", - "psr/cache": "^1.0" - }, - "suggest": { - "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications", - "doctrine/cache": "To use the DoctrineCacheAdapter", - "ext-curl": "To send requests using cURL", - "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages" + "ext-gd": "*", + "php": ">=5.3.2" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, "autoload": { "psr-4": { - "Aws\\": "src/" - }, - "files": [ - "src/functions.php" - ] + "CodeItNow\\": "CodeItNow/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "Apache-2.0" + "MIT" ], "authors": [ { - "name": "Amazon Web Services", - "homepage": "http://aws.amazon.com" + "name": "Akhtar Khan", + "email": "er.akhtarkhan@gmail.com" } ], - "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project", - "homepage": "http://aws.amazon.com/sdkforphp", + "description": "Barcode & Qr Code generator library by http://www.codeitnow.in. You can use it with Custom PHP application or any PHP Framework such as Laravel, Cakephp, Yii, Codeigneter etc.", + "homepage": "http://www.codeitnow.in", "keywords": [ - "amazon", - "aws", - "cloud", - "dynamodb", - "ec2", - "glacier", - "s3", - "sdk" + "Symfony2", + "barcode", + "cakephp", + "code", + "generator", + "laravel", + "qr", + "qrcode", + "symfony" ], - "time": "2018-06-15T21:48:00+00:00" + "time": "2018-10-25T18:32:10+00:00" }, { - "name": "braintree/braintree_php", - "version": "3.15.0", + "name": "container-interop/container-interop", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/braintree/braintree_php.git", - "reference": "1026b6cca5f2dd5dfdd5447843b920cc74d2b8ca" + "url": "https://github.com/container-interop/container-interop.git", + "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/braintree/braintree_php/zipball/1026b6cca5f2dd5dfdd5447843b920cc74d2b8ca", - "reference": "1026b6cca5f2dd5dfdd5447843b920cc74d2b8ca", + "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", + "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", "shasum": "" }, "require": { - "ext-curl": "*", - "ext-dom": "*", - "ext-hash": "*", - "ext-openssl": "*", - "ext-xmlwriter": "*", - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "3.7.*" + "psr/container": "^1.0" }, "type": "library", "autoload": { - "psr-0": { - "Braintree": "lib/" - }, "psr-4": { - "Braintree\\": "lib/Braintree" + "Interop\\Container\\": "src/Interop/Container/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "authors": [ - { - "name": "Braintree", - "homepage": "http://www.braintreepayments.com" - } - ], - "description": "Braintree PHP Client Library", - "time": "2016-07-18T21:55:50+00:00" + "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", + "homepage": "https://github.com/container-interop/container-interop", + "time": "2017-02-14T19:40:03+00:00" }, { - "name": "codeitnowin/barcode", - "version": "3.0.2", + "name": "defuse/php-encryption", + "version": "v2.2.1", "source": { "type": "git", - "url": "https://github.com/codeitnowin/barcode-generator.git", - "reference": "a84e923469a631e48723cd1cca21858605966904" + "url": "https://github.com/defuse/php-encryption.git", + "reference": "0f407c43b953d571421e0020ba92082ed5fb7620" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/codeitnowin/barcode-generator/zipball/a84e923469a631e48723cd1cca21858605966904", - "reference": "a84e923469a631e48723cd1cca21858605966904", + "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620", + "reference": "0f407c43b953d571421e0020ba92082ed5fb7620", "shasum": "" }, "require": { - "php": ">=5.3.2" + "ext-openssl": "*", + "paragonie/random_compat": ">= 2", + "php": ">=5.4.0" + }, + "require-dev": { + "nikic/php-parser": "^2.0|^3.0|^4.0", + "phpunit/phpunit": "^4|^5" }, + "bin": [ + "bin/generate-defuse-key" + ], "type": "library", "autoload": { "psr-4": { - "CodeItNow\\": "CodeItNow/" + "Defuse\\Crypto\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -162,55 +124,97 @@ ], "authors": [ { - "name": "Akhtar Khan", - "email": "er.akhtarkhan@gmail.com" + "name": "Taylor Hornby", + "email": "taylor@defuse.ca", + "homepage": "https://defuse.ca/" + }, + { + "name": "Scott Arciszewski", + "email": "info@paragonie.com", + "homepage": "https://paragonie.com" } ], - "description": "Barcode & Qr Code generator library by http://www.codeitnow.in. You can use it with Custom PHP application or any PHP Framework such as Laravel, Cakephp, Yii, Codeigneter etc.", - "homepage": "http://www.codeitnow.in", + "description": "Secure PHP Encryption Library", "keywords": [ - "Symfony2", - "barcode", - "cakephp", - "code", - "generator", - "laravel", - "qr", - "qrcode", - "symfony" + "aes", + "authenticated encryption", + "cipher", + "crypto", + "cryptography", + "encrypt", + "encryption", + "openssl", + "security", + "symmetric key cryptography" ], - "time": "2018-06-01T13:33:52+00:00" + "time": "2018-07-24T23:27:56+00:00" }, { - "name": "container-interop/container-interop", - "version": "1.2.0", + "name": "doctrine/inflector", + "version": "v1.3.0", "source": { "type": "git", - "url": "https://github.com/container-interop/container-interop.git", - "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" + "url": "https://github.com/doctrine/inflector.git", + "reference": "5527a48b7313d15261292c149e55e26eae771b0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", - "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", + "reference": "5527a48b7313d15261292c149e55e26eae771b0a", "shasum": "" }, "require": { - "psr/container": "^1.0" + "php": "^7.1" + }, + "require-dev": { + "phpunit/phpunit": "^6.2" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3.x-dev" + } + }, "autoload": { "psr-4": { - "Interop\\Container\\": "src/Interop/Container/" + "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", - "homepage": "https://github.com/container-interop/container-interop", - "time": "2017-02-14T19:40:03+00:00" + "authors": [ + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "Common String Manipulations with regard to casing and singular/plural rules.", + "homepage": "http://www.doctrine-project.org", + "keywords": [ + "inflection", + "pluralize", + "singularize", + "string" + ], + "time": "2018-01-09T20:05:19+00:00" }, { "name": "doctrine/lexer", @@ -268,16 +272,16 @@ }, { "name": "egulias/email-validator", - "version": "2.1.4", + "version": "2.1.6", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "8790f594151ca6a2010c6218e09d96df67173ad3" + "reference": "0578b32b30b22de3e8664f797cf846fc9246f786" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/8790f594151ca6a2010c6218e09d96df67173ad3", - "reference": "8790f594151ca6a2010c6218e09d96df67173ad3", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0578b32b30b22de3e8664f797cf846fc9246f786", + "reference": "0578b32b30b22de3e8664f797cf846fc9246f786", "shasum": "" }, "require": { @@ -321,7 +325,7 @@ "validation", "validator" ], - "time": "2018-04-10T10:11:19+00:00" + "time": "2018-09-25T20:47:26+00:00" }, { "name": "elasticsearch/elasticsearch", @@ -422,16 +426,16 @@ }, { "name": "everon/criteria-builder", - "version": "v1.1.5", + "version": "v1.1.6", "source": { "type": "git", "url": "https://github.com/oliwierptak/everon-criteria-builder.git", - "reference": "b841624421ab0fadbf7a9d36ae9f9d5ebbbe7112" + "reference": "5c8b0ba0dfb0bacb4e2a8f236d9201b6bdd26238" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oliwierptak/everon-criteria-builder/zipball/b841624421ab0fadbf7a9d36ae9f9d5ebbbe7112", - "reference": "b841624421ab0fadbf7a9d36ae9f9d5ebbbe7112", + "url": "https://api.github.com/repos/oliwierptak/everon-criteria-builder/zipball/5c8b0ba0dfb0bacb4e2a8f236d9201b6bdd26238", + "reference": "5c8b0ba0dfb0bacb4e2a8f236d9201b6bdd26238", "shasum": "" }, "require": { @@ -462,7 +466,7 @@ } ], "description": "Everon Criteria Builder Component", - "time": "2016-03-20T14:50:11+00:00" + "time": "2018-10-11T12:41:03+00:00" }, { "name": "everon/factory", @@ -550,16 +554,16 @@ }, { "name": "filp/whoops", - "version": "2.2.0", + "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", - "reference": "181c4502d8f34db7aed7bfe88d4f87875b8e947a" + "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/181c4502d8f34db7aed7bfe88d4f87875b8e947a", - "reference": "181c4502d8f34db7aed7bfe88d4f87875b8e947a", + "url": "https://api.github.com/repos/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7", + "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7", "shasum": "" }, "require": { @@ -578,7 +582,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.1-dev" + "dev-master": "2.2-dev" } }, "autoload": { @@ -607,20 +611,20 @@ "throwable", "whoops" ], - "time": "2018-03-03T17:56:25+00:00" + "time": "2018-10-23T09:00:00+00:00" }, { "name": "fzaninotto/faker", - "version": "v1.7.1", + "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/fzaninotto/Faker.git", - "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d" + "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", - "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d", + "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de", + "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de", "shasum": "" }, "require": { @@ -628,7 +632,7 @@ }, "require-dev": { "ext-intl": "*", - "phpunit/phpunit": "^4.0 || ^5.0", + "phpunit/phpunit": "^4.8.35 || ^5.7", "squizlabs/php_codesniffer": "^1.5" }, "type": "library", @@ -657,7 +661,7 @@ "faker", "fixtures" ], - "time": "2017-08-15T16:48:10+00:00" + "time": "2018-07-12T10:23:15+00:00" }, { "name": "guzzlehttp/guzzle", @@ -842,16 +846,16 @@ }, { "name": "guzzlehttp/ringphp", - "version": "1.1.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/guzzle/RingPHP.git", - "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b" + "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b", - "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b", + "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b", + "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b", "shasum": "" }, "require": { @@ -889,7 +893,7 @@ } ], "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.", - "time": "2015-05-20T03:37:09+00:00" + "time": "2018-07-31T13:22:33+00:00" }, { "name": "guzzlehttp/streams", @@ -941,30 +945,180 @@ ], "time": "2014-10-12T19:18:40+00:00" }, + { + "name": "ircmaxell/password-compat", + "version": "v1.0.4", + "source": { + "type": "git", + "url": "https://github.com/ircmaxell/password_compat.git", + "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", + "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", + "shasum": "" + }, + "require-dev": { + "phpunit/phpunit": "4.*" + }, + "type": "library", + "autoload": { + "files": [ + "lib/password.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Anthony Ferrara", + "email": "ircmaxell@php.net", + "homepage": "http://blog.ircmaxell.com" + } + ], + "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", + "homepage": "https://github.com/ircmaxell/password_compat", + "keywords": [ + "hashing", + "password" + ], + "time": "2014-11-20T16:49:30+00:00" + }, + { + "name": "lcobucci/jwt", + "version": "3.2.4", + "source": { + "type": "git", + "url": "https://github.com/lcobucci/jwt.git", + "reference": "c9704b751315d21735dc98d78d4f37bd73596da7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lcobucci/jwt/zipball/c9704b751315d21735dc98d78d4f37bd73596da7", + "reference": "c9704b751315d21735dc98d78d4f37bd73596da7", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "php": ">=5.5" + }, + "require-dev": { + "mdanter/ecc": "~0.3.1", + "mikey179/vfsstream": "~1.5", + "phpmd/phpmd": "~2.2", + "phpunit/php-invoker": "~1.1", + "phpunit/phpunit": "~4.5", + "squizlabs/php_codesniffer": "~2.3" + }, + "suggest": { + "mdanter/ecc": "Required to use Elliptic Curves based algorithms." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "autoload": { + "psr-4": { + "Lcobucci\\JWT\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Luís Otávio Cobucci Oblonczyk", + "email": "lcobucci@gmail.com", + "role": "developer" + } + ], + "description": "A simple library to work with JSON Web Token and JSON Web Signature", + "keywords": [ + "JWS", + "jwt" + ], + "time": "2018-08-03T11:23:50+00:00" + }, + { + "name": "league/event", + "version": "2.1.2", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/event.git", + "reference": "e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/event/zipball/e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd", + "reference": "e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "henrikbjorn/phpspec-code-coverage": "~1.0.1", + "phpspec/phpspec": "~2.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Event\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frenky.net" + } + ], + "description": "Event package", + "keywords": [ + "emitter", + "event", + "listener" + ], + "time": "2015-05-21T12:24:47+00:00" + }, { "name": "league/flysystem", - "version": "1.0.45", + "version": "1.0.48", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6" + "reference": "a6ded5b2f6055e2db97b4b859fdfca2b952b78aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a99f94e63b512d75f851b181afcdf0ee9ebef7e6", - "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a6ded5b2f6055e2db97b4b859fdfca2b952b78aa", + "reference": "a6ded5b2f6055e2db97b4b859fdfca2b952b78aa", "shasum": "" }, "require": { + "ext-fileinfo": "*", "php": ">=5.5.9" }, "conflict": { "league/flysystem-sftp": "<1.0.6" }, "require-dev": { - "ext-fileinfo": "*", "phpspec/phpspec": "^3.4", - "phpunit/phpunit": "^5.7" + "phpunit/phpunit": "^5.7.10" }, "suggest": { "ext-fileinfo": "Required for MimeType", @@ -1023,40 +1177,45 @@ "sftp", "storage" ], - "time": "2018-05-07T08:44:23+00:00" + "time": "2018-10-15T13:53:10+00:00" }, { - "name": "league/flysystem-aws-s3-v3", - "version": "1.0.19", + "name": "league/oauth2-server", + "version": "7.2.0", "source": { "type": "git", - "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git", - "reference": "f135691ef6761542af301b7c9880f140fb12dc74" + "url": "https://github.com/thephpleague/oauth2-server.git", + "reference": "8184f771d43ea7305ddbb893d0daf6f0352ec5fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/f135691ef6761542af301b7c9880f140fb12dc74", - "reference": "f135691ef6761542af301b7c9880f140fb12dc74", + "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/8184f771d43ea7305ddbb893d0daf6f0352ec5fd", + "reference": "8184f771d43ea7305ddbb893d0daf6f0352ec5fd", "shasum": "" }, "require": { - "aws/aws-sdk-php": "^3.0.0", - "league/flysystem": "^1.0.40", - "php": ">=5.5.0" + "defuse/php-encryption": "^2.1", + "ext-openssl": "*", + "lcobucci/jwt": "^3.2.2", + "league/event": "^2.1", + "php": ">=7.0.0", + "psr/http-message": "^1.0.1" + }, + "replace": { + "league/oauth2server": "*", + "lncd/oauth2": "*" }, "require-dev": { - "henrikbjorn/phpspec-code-coverage": "~1.0.1", - "phpspec/phpspec": "^2.0.0" + "phpstan/phpstan": "^0.9.2", + "phpstan/phpstan-phpunit": "^0.9.4", + "phpstan/phpstan-strict-rules": "^0.9.0", + "phpunit/phpunit": "^6.3 || ^7.0", + "zendframework/zend-diactoros": "^1.3.2" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, "autoload": { "psr-4": { - "League\\Flysystem\\AwsS3v3\\": "src/" + "League\\OAuth2\\Server\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1065,55 +1224,30 @@ ], "authors": [ { - "name": "Frank de Jonge", - "email": "info@frenky.net" - } - ], - "description": "Flysystem adapter for the AWS S3 SDK v3.x", - "time": "2018-03-27T20:33:59+00:00" - }, - { - "name": "mandrill/mandrill", - "version": "1.0.55", - "source": { - "type": "git", - "url": "https://bitbucket.org/mailchimp/mandrill-api-php.git", - "reference": "da3adc10042eafac2e53de141b358a52b8e53596" - }, - "dist": { - "type": "zip", - "url": "https://bitbucket.org/mailchimp/mandrill-api-php/get/da3adc10042eafac2e53de141b358a52b8e53596.zip", - "reference": "da3adc10042eafac2e53de141b358a52b8e53596", - "shasum": "" - }, - "require": { - "php": ">=5.2.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "Mandrill": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Mandrill Devs", - "email": "community@mandrill.com", - "homepage": "http://mandrill.com", + "name": "Alex Bilbie", + "email": "hello@alexbilbie.com", + "homepage": "http://www.alexbilbie.com", "role": "Developer" } ], - "description": "API client library for the Mandrill email as a service platform", - "homepage": "https://bitbucket.org/mailchimp/mandrill-api-php", + "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.", + "homepage": "https://oauth2.thephpleague.com/", "keywords": [ + "Authentication", "api", - "email" + "auth", + "authorisation", + "authorization", + "oauth", + "oauth 2", + "oauth 2.0", + "oauth2", + "protect", + "resource", + "secure", + "server" ], - "time": "2015-09-22T13:58:03+00:00" + "time": "2018-06-23T16:57:59+00:00" }, { "name": "moneyphp/money", @@ -1197,16 +1331,16 @@ }, { "name": "monolog/monolog", - "version": "1.23.0", + "version": "1.24.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" + "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", - "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", + "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", "shasum": "" }, "require": { @@ -1271,92 +1405,33 @@ "logging", "psr-3" ], - "time": "2017-06-19T01:22:40+00:00" - }, - { - "name": "mtdowling/jmespath.php", - "version": "2.4.0", - "source": { - "type": "git", - "url": "https://github.com/jmespath/jmespath.php.git", - "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac", - "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac", - "shasum": "" - }, - "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "bin": [ - "bin/jp.php" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "psr-4": { - "JmesPath\\": "src/" - }, - "files": [ - "src/JmesPath.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - } - ], - "description": "Declaratively specify how to extract elements from a JSON document", - "keywords": [ - "json", - "jsonpath" - ], - "time": "2016-12-03T22:08:25+00:00" + "time": "2018-11-05T09:00:11+00:00" }, { "name": "paragonie/random_compat", - "version": "v2.0.15", + "version": "v9.99.99", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", - "reference": "10bcb46e8f3d365170f6de9d05245aa066b81f09" + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/10bcb46e8f3d365170f6de9d05245aa066b81f09", - "reference": "10bcb46e8f3d365170f6de9d05245aa066b81f09", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", "shasum": "" }, "require": { - "php": ">=5.2.0" + "php": "^7" }, "require-dev": { - "phpunit/phpunit": "4.*|5.*" + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^1" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", - "autoload": { - "files": [ - "lib/random.php" - ] - }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" @@ -1375,26 +1450,26 @@ "pseudorandom", "random" ], - "time": "2018-06-08T15:26:40+00:00" + "time": "2018-07-02T15:55:56+00:00" }, { "name": "php-amqplib/php-amqplib", - "version": "v2.7.2", + "version": "2.8.2", "source": { "type": "git", "url": "https://github.com/php-amqplib/php-amqplib.git", - "reference": "dfd3694a86f1a7394d3693485259d4074a6ec79b" + "reference": "20fc065ec03c5944cd3ada9adc56625b449b158e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/dfd3694a86f1a7394d3693485259d4074a6ec79b", - "reference": "dfd3694a86f1a7394d3693485259d4074a6ec79b", + "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/20fc065ec03c5944cd3ada9adc56625b449b158e", + "reference": "20fc065ec03c5944cd3ada9adc56625b449b158e", "shasum": "" }, "require": { "ext-bcmath": "*", - "ext-mbstring": "*", - "php": ">=5.3.0" + "ext-sockets": "*", + "php": ">=5.4.0" }, "replace": { "videlalvaro/php-amqplib": "self.version" @@ -1405,13 +1480,10 @@ "scrutinizer/ocular": "^1.1", "squizlabs/php_codesniffer": "^2.5" }, - "suggest": { - "ext-sockets": "Use AMQPSocketConnection" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.7-dev" + "dev-master": "2.8-dev" } }, "autoload": { @@ -1437,6 +1509,11 @@ "name": "Raúl Araya", "email": "nubeiro@gmail.com", "role": "Maintainer" + }, + { + "name": "Luke Bakken", + "email": "luke@bakken.io", + "role": "Maintainer" } ], "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.", @@ -1446,7 +1523,7 @@ "queue", "rabbitmq" ], - "time": "2018-02-11T19:28:00+00:00" + "time": "2018-10-31T14:27:47+00:00" }, { "name": "phpdocumentor/graphviz", @@ -1795,6 +1872,88 @@ ], "time": "2016-10-10T12:19:37+00:00" }, + { + "name": "ramsey/uuid", + "version": "3.8.0", + "source": { + "type": "git", + "url": "https://github.com/ramsey/uuid.git", + "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3", + "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3", + "shasum": "" + }, + "require": { + "paragonie/random_compat": "^1.0|^2.0|9.99.99", + "php": "^5.4 || ^7.0", + "symfony/polyfill-ctype": "^1.8" + }, + "replace": { + "rhumsaa/uuid": "self.version" + }, + "require-dev": { + "codeception/aspect-mock": "^1.0 | ~2.0.0", + "doctrine/annotations": "~1.2.0", + "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0", + "ircmaxell/random-lib": "^1.1", + "jakub-onderka/php-parallel-lint": "^0.9.0", + "mockery/mockery": "^0.9.9", + "moontoast/math": "^1.1", + "php-mock/php-mock-phpunit": "^0.3|^1.1", + "phpunit/phpunit": "^4.7|^5.0|^6.5", + "squizlabs/php_codesniffer": "^2.3" + }, + "suggest": { + "ext-ctype": "Provides support for PHP Ctype functions", + "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", + "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", + "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", + "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", + "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", + "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Ramsey\\Uuid\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marijn Huizendveld", + "email": "marijn.huizendveld@gmail.com" + }, + { + "name": "Thibaud Fabre", + "email": "thibaud@aztech.io" + }, + { + "name": "Ben Ramsey", + "email": "ben@benramsey.com", + "homepage": "https://benramsey.com" + } + ], + "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", + "homepage": "https://github.com/ramsey/uuid", + "keywords": [ + "guid", + "identifier", + "uuid" + ], + "time": "2018-07-19T23:38:55+00:00" + }, { "name": "react/promise", "version": "v2.7.0", @@ -1974,6 +2133,7 @@ "keywords": [ "microframework" ], + "abandoned": "symfony/flex", "time": "2017-04-30T16:26:54+00:00" }, { @@ -1982,22 +2142,22 @@ "source": { "type": "git", "url": "https://github.com/spryker-eco/loggly.git", - "reference": "4e0bce8d31a810efcd50de81ee7c5de81e12fdc6" + "reference": "db0cff40b0d164599cf9fdce150e31374c1369b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-eco/loggly/zipball/4e0bce8d31a810efcd50de81ee7c5de81e12fdc6", - "reference": "4e0bce8d31a810efcd50de81ee7c5de81e12fdc6", + "url": "https://api.github.com/repos/spryker-eco/loggly/zipball/db0cff40b0d164599cf9fdce150e31374c1369b1", + "reference": "db0cff40b0d164599cf9fdce150e31374c1369b1", "shasum": "" }, "require": { + "php": ">=7.1", "spryker/kernel": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/monolog": "*", - "spryker/queue": "*", - "spryker/testify": "*" + "spryker/queue": "*" }, "suggest": { "spryker/monolog": "Needed to send messages to loggly via Curl helper", @@ -2019,192 +2179,4465 @@ "proprietary" ], "description": "Loggly module", - "time": "2018-04-24T10:34:44+00:00" + "time": "2018-10-16T13:00:22+00:00" }, { - "name": "spryker-shop/availability-widget", - "version": "1.0.0", + "name": "spryker-feature/agent-assist", + "version": "2018.11.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/availability-widget.git", - "reference": "a494072a710bdb58803f106588eebd8713088f98" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/availability-widget/zipball/a494072a710bdb58803f106588eebd8713088f98", - "reference": "a494072a710bdb58803f106588eebd8713088f98", - "shasum": "" + "url": "https://github.com/spryker-feature/agent-assist.git", + "reference": "ce73c54b1eedd9934ecbfd04d0ff768899c4893c" }, "require": { "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0" - }, - "require-dev": { - "spryker-shop/product-detail-page": "*" - }, - "suggest": { - "spryker-shop/product-detail-page": "Widget plugins are available for this module." + "spryker-shop/agent-page": "^1.1.0", + "spryker-shop/agent-widget": "^1.1.0", + "spryker/agent": "^1.0.1", + "spryker/agent-gui": "^1.0.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "SprykerShop\\": "src/SprykerShop/" - } - }, - "notification-url": "https://packagist.org/downloads/", + "type": "metapackage", "license": [ "proprietary" ], - "description": "AvailabilityWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "Agent Assist [feature]", + "time": "2018-11-09T17:53:22+00:00" }, { - "name": "spryker-shop/calculation-page", - "version": "1.0.0", + "name": "spryker-feature/alternative-products", + "version": "2018.11.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/calculation-page.git", - "reference": "c729c812d8db30d97a0625f004da2991b2a10d3f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/calculation-page/zipball/c729c812d8db30d97a0625f004da2991b2a10d3f", - "reference": "c729c812d8db30d97a0625f004da2991b2a10d3f", - "shasum": "" + "url": "https://github.com/spryker-feature/alternative-products.git", + "reference": "9a9951a43af8a371c765c4628495ced9efbb8485" }, "require": { "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/calculation": "^4.2.0", - "spryker/config": "^3.1.0", - "spryker/kernel": "^3.16.0", - "spryker/quote": "^1.1.0 || ^2.0.0", - "spryker/symfony": "^3.1.0" - }, - "require-dev": { - "spryker-shop/shop-application": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "SprykerShop\\": "src/SprykerShop/" - } + "spryker-feature/product": "~2018.11.0", + "spryker-shop/product-alternative-widget": "^1.1.0", + "spryker-shop/product-replacement-for-widget": "^1.2.1", + "spryker/product-alternative": "^1.0.0", + "spryker/product-alternative-data-import": "^1.0.0", + "spryker/product-alternative-gui": "^1.0.0", + "spryker/product-alternative-storage": "^1.2.0" }, - "notification-url": "https://packagist.org/downloads/", + "type": "metapackage", "license": [ "proprietary" ], - "description": "CalculationPage module", - "time": "2018-06-15T09:21:34+00:00" + "description": "Alternative Products [feature]", + "time": "2018-11-09T17:53:29+00:00" }, { - "name": "spryker-shop/cart-note-widget", - "version": "1.0.0", + "name": "spryker-feature/cart", + "version": "2018.11.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/cart-note-widget.git", - "reference": "b847c15d8939d4adedb5036bce699d1778944291" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/cart-note-widget/zipball/b847c15d8939d4adedb5036bce699d1778944291", - "reference": "b847c15d8939d4adedb5036bce699d1778944291", - "shasum": "" + "url": "https://github.com/spryker-feature/cart.git", + "reference": "bf57ed29a9d79faae9e3965fbf1b33897848e988" }, "require": { "php": ">=7.1", - "spryker-shop/cart-page": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/application": "^3.8.0", - "spryker/cart-note": "^0.1.0", - "spryker/glossary-storage": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/symfony": "^3.1.0" - }, - "require-dev": { - "spryker-shop/checkout-page": "*", - "spryker-shop/customer-page": "*", - "spryker-shop/shop-application": "*", - "spryker/code-sniffer": "*", - "spryker/silex": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker-shop/cart-page": "Widget plugins are available for this module.", - "spryker-shop/checkout-page": "Widget plugins are available for this module.", - "spryker-shop/customer-page": "Widget plugins are available for this module.", - "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker-shop/cart-page": "^1.4.3", + "spryker/calculation": "^4.4.1", + "spryker/cart": "^5.5.2", + "spryker/cart-variant": "^1.0.4" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Cart [feature]", + "time": "2018-11-09T17:53:41+00:00" + }, + { + "name": "spryker-feature/cart-notes", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/cart-notes.git", + "reference": "0846d5042619fcf79d1677bc9165bdd9d91cbf87" }, - "autoload": { - "psr-4": { - "SprykerShop\\": "src/SprykerShop/" - } + "require": { + "php": ">=7.1", + "spryker-feature/cart": "~2018.11.0", + "spryker-shop/cart-note-widget": "^1.1.0", + "spryker/cart-note": "^0.1.0" }, - "notification-url": "https://packagist.org/downloads/", + "type": "metapackage", "license": [ "proprietary" ], - "description": "CartNoteWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "Cart Notes [feature]", + "time": "2018-11-09T17:53:47+00:00" }, { - "name": "spryker-shop/cart-page", - "version": "1.0.0", + "name": "spryker-feature/catalog", + "version": "2018.11.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/cart-page.git", - "reference": "eb49d98c55095b4e8daaf3ed44ba377ea729bc37" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/cart-page/zipball/eb49d98c55095b4e8daaf3ed44ba377ea729bc37", - "reference": "eb49d98c55095b4e8daaf3ed44ba377ea729bc37", - "shasum": "" + "url": "https://github.com/spryker-feature/catalog.git", + "reference": "a0754583039f95113e4cd70f18191becfd662280" }, "require": { "php": ">=7.1", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/availability": "^5.4.0 || ^6.0.0", - "spryker/availability-storage": "^1.0.0", - "spryker/cart": "^5.0.0", - "spryker/cart-variant": "^1.0.0", - "spryker/kernel": "^3.19.0", + "spryker-feature/spryker-core": "~2018.11.0", + "spryker-shop/catalog-page": "^1.3.2", + "spryker/catalog": "^5.3.0", + "spryker/catalog-search-products-resource-relationship": "^1.0.1", + "spryker/catalog-search-rest-api": "^1.4.0" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Catalog [feature]", + "time": "2018-11-09T17:57:32+00:00" + }, + { + "name": "spryker-feature/category-management", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/category-management.git", + "reference": "9cbb0f858d75f99674f5101308af803909bb1def" + }, + "require": { + "php": ">=7.1", + "spryker-feature/spryker-core": "~2018.11.0", + "spryker-shop/category-widget": "^1.0.2", + "spryker/categories-rest-api": "^1.1.1", + "spryker/category": "^4.9.0", + "spryker/category-data-feed": "^0.2.1", + "spryker/category-data-import": "^0.2.1", + "spryker/category-exporter": "^3.0.2", + "spryker/category-page-search": "^1.0.1", + "spryker/category-storage": "^1.1.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Category Management [feature]", + "time": "2018-11-09T17:57:35+00:00" + }, + { + "name": "spryker-feature/checkout", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/checkout.git", + "reference": "25e9591e515346a419b6fd12d4f2da84d51cb84f" + }, + "require": { + "php": ">=7.1", + "spryker-shop/checkout-page": "^1.7.0", + "spryker-shop/checkout-widget": "^1.1.0", + "spryker/checkout": "^4.2.0", + "spryker/dummy-payment": "^2.3.1", + "spryker/step-engine": "^3.1.4" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Checkout [feature]", + "time": "2018-11-09T17:54:07+00:00" + }, + { + "name": "spryker-feature/cms", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/cms.git", + "reference": "d594abc580558c8aa1a019e2537b2a61c07ad537" + }, + "require": { + "php": ">=7.1", + "spryker-shop/cms-block-widget": "^1.1.0", + "spryker-shop/cms-page": "^1.0.0", + "spryker/cms": "^6.6.0", + "spryker/cms-block": "^2.1.1", + "spryker/cms-block-category-connector": "^2.1.4", + "spryker/cms-block-category-storage": "^1.0.1", + "spryker/cms-block-collector": "^2.0.0", + "spryker/cms-block-gui": "^2.0.1", + "spryker/cms-block-product-connector": "^1.1.4", + "spryker/cms-block-product-storage": "^1.0.1", + "spryker/cms-block-storage": "^1.0.1", + "spryker/cms-collector": "^2.0.3", + "spryker/cms-content-widget": "^1.2.1", + "spryker/cms-content-widget-product-connector": "^1.0.3", + "spryker/cms-content-widget-product-group-connector": "^1.0.0", + "spryker/cms-content-widget-product-search-connector": "^1.0.1", + "spryker/cms-content-widget-product-set-connector": "^1.0.3", + "spryker/cms-gui": "^4.5.0", + "spryker/cms-page-search": "^1.0.1", + "spryker/cms-storage": "^1.0.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "CMS [feature]", + "time": "2018-11-09T17:57:39+00:00" + }, + { + "name": "spryker-feature/content-based-shop-navigation", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/content-based-shop-navigation.git", + "reference": "a67b5f6474dc383086ca5248b16bf7170c3c0311" + }, + "require": { + "php": ">=7.1", + "spryker-feature/navigation": "~2018.11.0" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Content Based Shop Navigation [feature]", + "time": "2018-11-09T17:54:26+00:00" + }, + { + "name": "spryker-feature/customer-account-management", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/customer-account-management.git", + "reference": "e22ecc610b399e6995af94720c16f6a96811fa5c" + }, + "require": { + "php": ">=7.1", + "spryker-shop/customer-page": "^1.13.0", + "spryker/auth-rest-api": "^2.0.0", + "spryker/customer": "^7.13.3", + "spryker/customer-api": "^0.1.3", + "spryker/customer-group": "^2.3.0", + "spryker/customers-rest-api": "^1.3.2" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Customer Account Management [feature]", + "time": "2018-11-09T17:57:49+00:00" + }, + { + "name": "spryker-feature/customer-notes", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/customer-notes.git", + "reference": "5e3703f8c7d8068cd2123ded6182b039b4e028ba" + }, + "require": { + "php": ">=7.1", + "spryker-feature/customer-account-management": "~2018.11.0", + "spryker/customer-note": "^1.0.0", + "spryker/customer-note-gui": "^1.0.0" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Customer Notes [feature]", + "time": "2018-11-09T17:54:45+00:00" + }, + { + "name": "spryker-feature/deployment-tools", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/deployment-tools.git", + "reference": "c8fbab850ebccd1ba29b42f40d89da356d2f1b60" + }, + "require": { + "php": ">=7.1", + "spryker/console": "^4.0.0", + "spryker/heartbeat": "^3.2.3", + "spryker/index-generator": "^1.0.0", + "spryker/install": "^0.5.0" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Deployment tools [feature]", + "time": "2018-11-09T17:55:48+00:00" + }, + { + "name": "spryker-feature/development-integration", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/development-integration.git", + "reference": "0ac1ca10aa668846a4bcf4f9a142d2078e7cb79c" + }, + "require": { + "php": ">=7.1", + "spryker-shop/heartbeat-page": "^1.0.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Development & Integration [feature]", + "time": "2018-11-09T17:55:54+00:00" + }, + { + "name": "spryker-feature/development-tools", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/development-tools.git", + "reference": "d84f2702da4a8d620e0ed64ff4108cf41abc299c" + }, + "require": { + "php": ">=7.1", + "spryker-shop/web-profiler-widget": "^1.0.0", + "spryker/code-generator": "^0.3.7", + "spryker/development": "^3.13.2", + "spryker/rest-api-documentation-generator": "^0.1.0" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Development tools [feature]", + "time": "2018-11-09T17:58:00+00:00" + }, + { + "name": "spryker-feature/digital-asset-management", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/digital-asset-management.git", + "reference": "c3758991c3605f5ab894a81363765ea2c1533ab2" + }, + "require": { + "php": ">=7.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Digital Asset Management [feature]", + "time": "2018-11-09T17:56:07+00:00" + }, + { + "name": "spryker-feature/discontinued-products", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/discontinued-products.git", + "reference": "a1551c087c6349e4c3cff97bf02ed5882dff1e3f" + }, + "require": { + "php": ">=7.1", + "spryker-feature/product": "~2018.11.0", + "spryker-shop/product-discontinued-widget": "^1.1.0", + "spryker/product-discontinued": "^1.0.0", + "spryker/product-discontinued-data-import": "^1.0.0", + "spryker/product-discontinued-gui": "^1.0.1", + "spryker/product-discontinued-storage": "^1.0.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Discontinued products [feature]", + "time": "2018-11-09T17:56:13+00:00" + }, + { + "name": "spryker-feature/file-manager", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/file-manager.git", + "reference": "133579dc8a8c077cf71aba85b3bdb49dad677688" + }, + "require": { + "php": ">=7.1", + "spryker-shop/file-manager-widget": "^1.0.0", + "spryker/file-manager": "^1.0.1", + "spryker/file-manager-data-import": "^1.0.0", + "spryker/file-manager-gui": "^1.0.0", + "spryker/file-manager-storage": "^1.0.0" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "File manager [feature]", + "time": "2018-11-09T17:56:19+00:00" + }, + { + "name": "spryker-feature/gift-cards", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/gift-cards.git", + "reference": "e62deecb4b2920ae2f0eb1867a227c3f856c5a64" + }, + "require": { + "php": ">=7.1", + "spryker-feature/payments": "~2018.11.0", + "spryker/gift-card": "^1.0.3", + "spryker/gift-card-balance": "^1.0.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Gift cards [feature]", + "time": "2018-11-09T17:56:25+00:00" + }, + { + "name": "spryker-feature/inventory-management", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/inventory-management.git", + "reference": "898617d2343062bc967ef7c625398f17f747e690" + }, + "require": { + "php": ">=7.1", + "spryker-feature/product": "~2018.11.0", + "spryker-shop/availability-widget": "^1.1.0", + "spryker/availability": "^6.3.0", + "spryker/availability-data-feed": "^0.1.3", + "spryker/availability-gui": "^3.0.2", + "spryker/availability-storage": "^1.1.0", + "spryker/product-availabilities-rest-api": "^1.0.1", + "spryker/stock": "^5.0.2" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Inventory Management [feature]", + "time": "2018-11-09T17:58:10+00:00" + }, + { + "name": "spryker-feature/invoice", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/invoice.git", + "reference": "65a09cd50d1732899498348b4b3c0886da4aae4b" + }, + "require": { + "php": ">=7.1", + "spryker-feature/payments": "~2018.11.0", + "spryker/invoice": "^2.0.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Invoice [feature]", + "time": "2018-11-09T17:56:38+00:00" + }, + { + "name": "spryker-feature/mailing-notifications", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/mailing-notifications.git", + "reference": "a347bdecd12d659fe892c2b6ef25045ac30e3e96" + }, + "require": { + "php": ">=7.1", + "spryker-shop/newsletter-page": "^1.0.1", + "spryker-shop/newsletter-widget": "^1.2.0", + "spryker/mail": "^4.1.0", + "spryker/newsletter": "^4.3.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Mailing & Notifications [feature]", + "time": "2018-11-09T17:56:44+00:00" + }, + { + "name": "spryker-feature/navigation", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/navigation.git", + "reference": "ec3c6cde1ea9ead8a732dee24ced5ffaf90f6701" + }, + "require": { + "php": ">=7.1", + "spryker-feature/spryker-core": "~2018.11.0", + "spryker/navigation": "^2.3.1", + "spryker/navigation-collector": "^1.0.4", + "spryker/navigation-gui": "^2.2.0", + "spryker/navigation-storage": "^1.0.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Navigation [feature]", + "time": "2018-11-09T17:57:40+00:00" + }, + { + "name": "spryker-feature/newsletter-subscription", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/newsletter-subscription.git", + "reference": "b374b8a5dd01affbe9771f07ab71c76d752ab7a5" + }, + "require": { + "php": ">=7.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Newsletter Subscription [feature]", + "time": "2018-11-09T17:57:47+00:00" + }, + { + "name": "spryker-feature/non-splittable-products", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/non-splittable-products.git", + "reference": "13e32aac3449f8e87a4d301ad9aed2c6175e7d9e" + }, + "require": { + "php": ">=7.1", + "spryker-feature/product": "~2018.11.0", + "spryker/product-quantity": "^1.1.0", + "spryker/product-quantity-data-import": "^1.2.0", + "spryker/product-quantity-storage": "^1.0.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Non-splittable Products [feature]", + "time": "2018-11-09T17:57:53+00:00" + }, + { + "name": "spryker-feature/order-management", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/order-management.git", + "reference": "04371e21b6e55bf23a3276ab8dc9a937bfe04c38" + }, + "require": { + "php": ">=7.1", + "spryker/oms": "^8.3.2", + "spryker/orders-rest-api": "^1.1.0", + "spryker/sales": "^8.16.1", + "spryker/sales-quantity": "^1.0.1", + "spryker/sales-split": "^3.0.5" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Order Management [feature]", + "time": "2018-11-09T17:58:38+00:00" + }, + { + "name": "spryker-feature/order-threshold", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/order-threshold.git", + "reference": "09dd99a302fec09ee0a8951c2ac0d4988320d070" + }, + "require": { + "php": ">=7.1", + "spryker-feature/cart": "~2018.11.0", + "spryker-feature/checkout": "~2018.11.0", + "spryker-feature/order-management": "~2018.11.0", + "spryker-feature/prices": "~2018.11.0", + "spryker-feature/spryker-core-e-commerce": "~2018.11.0", + "spryker-shop/sales-order-threshold-widget": "^1.1.0", + "spryker/sales-order-threshold": "^1.1.2", + "spryker/sales-order-threshold-data-import": "^0.1.0", + "spryker/sales-order-threshold-gui": "^1.1.0" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Order Threshold [feature]", + "time": "2018-11-09T17:58:06+00:00" + }, + { + "name": "spryker-feature/payments", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/payments.git", + "reference": "01e2b015a8306db8ee50b4d309b4ba4f0f5a2815" + }, + "require": { + "php": ">=7.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Payments [feature]", + "time": "2018-11-09T17:58:18+00:00" + }, + { + "name": "spryker-feature/persistent-cart", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/persistent-cart.git", + "reference": "793a4abd3dbb11c1ebae66a7bd52d78de5a34c3f" + }, + "require": { + "php": ">=7.1", + "spryker-feature/cart": "~2018.11.0", + "spryker/persistent-cart": "^1.4.0" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Persistent cart [feature]", + "time": "2018-11-09T17:58:23+00:00" + }, + { + "name": "spryker-feature/prices", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/prices.git", + "reference": "0a9e00be21a2e3eb162e470f346f64674332c9ea" + }, + "require": { + "php": ">=7.1", + "spryker-shop/currency-widget": "^1.1.0", + "spryker-shop/money-widget": "^1.1.3", + "spryker-shop/price-product-volume-widget": "^1.1.0", + "spryker-shop/price-widget": "^1.1.0", + "spryker/currency": "^3.5.2", + "spryker/price": "^5.3.0", + "spryker/price-data-feed": "^0.2.1", + "spryker/price-product": "^2.4.0", + "spryker/price-product-data-import": "^0.1.5", + "spryker/price-product-storage": "^2.3.1", + "spryker/price-product-volume": "^1.1.1", + "spryker/price-product-volume-gui": "^1.0.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Prices [feature]", + "time": "2018-11-09T17:58:30+00:00" + }, + { + "name": "spryker-feature/product", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/product.git", + "reference": "4f58d2ebfac3e69f0a60787b6e24c1742347fa4c" + }, + "require": { + "php": ">=7.1", + "spryker-feature/spryker-core": "~2018.11.0", + "spryker-shop/product-category-widget": "^1.1.1", + "spryker-shop/product-detail-page": "^1.7.1", + "spryker-shop/product-image-widget": "^1.0.1", + "spryker-shop/product-widget": "^1.2.1", + "spryker/product": "^6.7.0", + "spryker/product-abstract-data-feed": "^0.2.2", + "spryker/product-attribute": "^1.1.0", + "spryker/product-attribute-gui": "^1.0.7", + "spryker/product-category-filter": "^1.2.2", + "spryker/product-category-filter-collector": "^1.0.1", + "spryker/product-category-filter-gui": "^1.1.7", + "spryker/product-category-filter-storage": "^1.0.1", + "spryker/product-category-storage": "^1.1.0", + "spryker/product-image-sets-rest-api": "^1.0.2", + "spryker/product-image-storage": "^1.3.0", + "spryker/product-management": "^0.16.1", + "spryker/product-page-search": "^2.3.0", + "spryker/product-search": "^5.6.0", + "spryker/product-search-config-storage": "^1.0.1", + "spryker/product-storage": "^1.4.3", + "spryker/products-rest-api": "^2.2.0" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Product [feature]", + "time": "2018-11-09T17:58:50+00:00" + }, + { + "name": "spryker-feature/product-bundles", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/product-bundles.git", + "reference": "ff5d2f0eabe367c6ec770da1450c6f8435bbbf90" + }, + "require": { + "php": ">=7.1", + "spryker-feature/product": "~2018.11.0", + "spryker-shop/product-bundle-widget": "^1.3.0", + "spryker/product-bundle": "^4.7.4" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Product Bundles [feature]", + "time": "2018-11-09T17:58:54+00:00" + }, + { + "name": "spryker-feature/product-groups", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/product-groups.git", + "reference": "fc9c40a4e61d63157ed71c10a6e1835ab8db84cf" + }, + "require": { + "php": ">=7.1", + "spryker-feature/product": "~2018.11.0", + "spryker-shop/product-group-widget": "^1.2.0", + "spryker/product-group": "^1.2.1", + "spryker/product-group-collector": "^1.0.1", + "spryker/product-group-storage": "^1.0.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Product Groups [feature]", + "time": "2018-11-09T18:01:01+00:00" + }, + { + "name": "spryker-feature/product-image-management", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/product-image-management.git", + "reference": "52219627ce3f75a6d5438c39c5d27e5932183f3b" + }, + "require": { + "php": ">=7.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Product Image Management [feature]", + "time": "2018-11-09T17:59:12+00:00" + }, + { + "name": "spryker-feature/product-labels", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/product-labels.git", + "reference": "43e1ba5c4ad86848d67dd5b659c78221afd4f760" + }, + "require": { + "php": ">=7.1", + "spryker-feature/product": "~2018.11.0", + "spryker-shop/product-label-widget": "^1.1.0", + "spryker-shop/product-new-page": "^1.0.1", + "spryker/product-label-gui": "^2.0.11", + "spryker/product-label-search": "^1.1.0", + "spryker/product-new": "^1.1.4" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Product Labels [feature]", + "time": "2018-11-09T17:59:19+00:00" + }, + { + "name": "spryker-feature/product-options", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/product-options.git", + "reference": "c44823d21b54a945caff626bf8c4c1b3f8497a5b" + }, + "require": { + "php": ">=7.1", + "spryker-feature/product": "~2018.11.0", + "spryker-shop/product-option-widget": "^1.2.2", + "spryker/product-option": "^6.5.0", + "spryker/product-option-storage": "^1.0.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Product Options [feature]", + "time": "2018-11-09T17:59:31+00:00" + }, + { + "name": "spryker-feature/product-promotions", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/product-promotions.git", + "reference": "fb70e2b5e3fbf026d4d3e7bb32d0dcf50b2ca271" + }, + "require": { + "php": ">=7.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Product Promotions [feature]", + "time": "2018-11-09T17:59:37+00:00" + }, + { + "name": "spryker-feature/product-raiting-reviews", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/product-raiting-reviews.git", + "reference": "4f5df6935967e9a53cbfd49d5e90f49c363a8c66" + }, + "require": { + "php": ">=7.1", + "spryker-shop/product-review-widget": "^1.2.0", + "spryker/product-review": "^2.0.1", + "spryker/product-review-collector": "^1.0.3", + "spryker/product-review-gui": "^1.0.3", + "spryker/product-review-search": "^1.1.0", + "spryker/product-review-storage": "^1.0.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Product Raiting & Reviews [feature]", + "time": "2018-11-09T18:01:14+00:00" + }, + { + "name": "spryker-feature/product-relations", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/product-relations.git", + "reference": "018ea39da6a79f3a6706ef39c3a8b94d9ad8be57" + }, + "require": { + "php": ">=7.1", + "spryker-feature/product": "~2018.11.0", + "spryker-shop/product-relation-widget": "^1.1.0", + "spryker/product-relation": "^2.1.6", + "spryker/product-relation-collector": "^2.0.3", + "spryker/product-relation-storage": "^1.1.0" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Product Relations [feature]", + "time": "2018-11-09T17:59:49+00:00" + }, + { + "name": "spryker-feature/product-sets", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/product-sets.git", + "reference": "6656e2ce848cddc704676c605a01a0532060c78c" + }, + "require": { + "php": ">=7.1", + "spryker-feature/product": "~2018.11.0", + "spryker-shop/product-set-detail-page": "^1.3.0", + "spryker-shop/product-set-list-page": "^1.0.0", + "spryker-shop/product-set-widget": "^1.1.1", + "spryker/product-set": "^1.3.4", + "spryker/product-set-collector": "^1.0.3", + "spryker/product-set-gui": "^2.0.4", + "spryker/product-set-page-search": "^1.0.2", + "spryker/product-set-storage": "^1.0.3" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Product Sets [feature]", + "time": "2018-11-09T18:01:19+00:00" + }, + { + "name": "spryker-feature/product-validity", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/product-validity.git", + "reference": "efeca1882e7570fbe915c756a3ba89176da6df68" + }, + "require": { + "php": ">=7.1", + "spryker-feature/product": "~2018.11.0", + "spryker/product-validity": "^1.0.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Product Validity [feature]", + "time": "2018-11-09T18:00:02+00:00" + }, + { + "name": "spryker-feature/promotions-discounts", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/promotions-discounts.git", + "reference": "f7f1375e64f7c62456f7207e9601fedc09173e17" + }, + "require": { + "php": ">=7.1", + "spryker-shop/discount-promotion-widget": "^1.2.1", + "spryker-shop/discount-widget": "^1.1.1", + "spryker/discount": "^6.4.0", + "spryker/discount-promotion": "^1.1.4", + "spryker/product-label": "^2.5.1", + "spryker/product-label-collector": "^1.1.2", + "spryker/product-label-discount-connector": "^1.2.1", + "spryker/product-label-storage": "^1.0.3", + "spryker/product-new": "^1.1.4" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Promotions & Discounts [feature]", + "time": "2018-11-09T18:00:09+00:00" + }, + { + "name": "spryker-feature/raitings-review", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/raitings-review.git", + "reference": "f488e33273ec419e238e986bbc2d2e52742f313e" + }, + "require": { + "php": ">=7.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Raitings & Review [feature]", + "time": "2018-11-09T18:00:28+00:00" + }, + { + "name": "spryker-feature/reclamations", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/reclamations.git", + "reference": "8165e2c968950f06b3cdb357c3cdeeea092238e9" + }, + "require": { + "php": ">=7.1", + "spryker/sales-reclamation": "^0.3.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Reclamations [feature]", + "time": "2018-11-09T18:00:34+00:00" + }, + { + "name": "spryker-feature/refunds", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/refunds.git", + "reference": "f32ce2c5844b41c476fe835e4239d0230506ebd6" + }, + "require": { + "php": ">=7.1", + "spryker/refund": "^5.1.2" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Refunds [feature]", + "time": "2018-11-09T18:00:40+00:00" + }, + { + "name": "spryker-feature/reorder", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/reorder.git", + "reference": "90f0226b2ee6307d86b5fe58d2844103bae8a966" + }, + "require": { + "php": ">=7.1", + "spryker-feature/cart": "~2018.11.0", + "spryker-shop/customer-reorder-widget": "^4.1.0" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Reorder [feature]", + "time": "2018-11-09T18:00:46+00:00" + }, + { + "name": "spryker-feature/search", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/search.git", + "reference": "bf47b7b24d768031a8f098ad895619c99e904962" + }, + "require": { + "php": ">=7.1", + "spryker/search": "^8.3.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Search [feature]", + "time": "2018-11-09T18:00:52+00:00" + }, + { + "name": "spryker-feature/shipment", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/shipment.git", + "reference": "2adfa216fb6ab68fe5e09a4997951b5697814358" + }, + "require": { + "php": ">=7.1", + "spryker/shipment": "^6.6.2", + "spryker/shipment-cart-connector": "^1.0.1", + "spryker/shipment-discount-connector": "^1.1.2" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Shipment [feature]", + "time": "2018-11-09T18:01:06+00:00" + }, + { + "name": "spryker-feature/spryker-core", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/spryker-core.git", + "reference": "a769db71b055fb9f0da0018817693cac6f3b0872" + }, + "require": { + "php": ">=7.1", + "spryker-shop/error-page": "^1.1.0", + "spryker-shop/home-page": "^1.0.0", + "spryker-shop/language-switcher-widget": "^1.1.0", + "spryker-shop/navigation-widget": "^1.1.0", + "spryker-shop/redirect-page": "^1.0.0", + "spryker-shop/shop-application": "^1.3.0", + "spryker-shop/shop-permission": "^1.1.0", + "spryker-shop/shop-router": "^1.0.1", + "spryker-shop/shop-translator": "^1.0.0", + "spryker-shop/shop-ui": "^1.9.2", + "spryker/application": "^3.10.0", + "spryker/assertion": "^3.0.0", + "spryker/country": "^3.2.0", + "spryker/data-import": "^1.4.2", + "spryker/glossary": "^3.4.0", + "spryker/glossary-storage": "^1.1.0", + "spryker/glue-application": "^1.8.1", + "spryker/gui": "^3.15.0", + "spryker/installer": "^4.0.1", + "spryker/locale": "^3.1.0", + "spryker/log": "^3.5.0", + "spryker/maintenance": "^3.1.0", + "spryker/permission": "^1.2.0", + "spryker/propel": "^3.6.1", + "spryker/propel-orm": "^1.7.1", + "spryker/propel-query-builder": "^0.3.1", + "spryker/rabbit-mq": "^2.2.0", + "spryker/session": "^4.0.0", + "spryker/setup": "^4.0.3", + "spryker/setup-frontend": "^1.0.2", + "spryker/store": "^1.9.0", + "spryker/stores-rest-api": "^1.0.0", + "spryker/synchronization": "^1.1.0", + "spryker/synchronization-behavior": "^1.3.0", + "spryker/touch": "^4.0.1", + "spryker/url": "^3.4.1", + "spryker/url-collector": "^1.0.0", + "spryker/url-storage": "^1.0.2", + "spryker/uuid-behavior": "^1.0.1", + "spryker/zed-request": "^3.5.0" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Spryker Core [feature]", + "time": "2018-11-09T18:01:47+00:00" + }, + { + "name": "spryker-feature/spryker-core-back-office", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/spryker-core-back-office.git", + "reference": "3f04cdb48ce077571949ce2ac08485ba6e19e193" + }, + "require": { + "php": ">=7.1", + "spryker/acl": "^3.1.1", + "spryker/auth": "^3.0.4", + "spryker/auth-mail-connector": "^3.0.0", + "spryker/auth-rest-api": "^2.0.0", + "spryker/dashboard": "^1.0.0", + "spryker/gui": "^3.15.0", + "spryker/user": "^3.5.0", + "spryker/zed-navigation": "^1.2.2" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Spryker Core Back Office [feature]", + "time": "2018-11-09T18:01:50+00:00" + }, + { + "name": "spryker-feature/spryker-core-e-commerce", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/spryker-core-e-commerce.git", + "reference": "f964bf78403b4861b58e4720d1a539356c523133" + }, + "require": { + "php": ">=7.1", + "spryker-feature/cart": "~2018.11.0", + "spryker-feature/catalog": "~2018.11.0", + "spryker-feature/checkout": "~2018.11.0", + "spryker-feature/customer-account-management": "~2018.11.0", + "spryker-feature/inventory-management": "~2018.11.0", + "spryker-feature/order-management": "~2018.11.0", + "spryker-feature/payments": "~2018.11.0", + "spryker-feature/prices": "~2018.11.0", + "spryker-feature/product": "~2018.11.0", + "spryker-feature/search": "~2018.11.0", + "spryker-feature/shipment": "~2018.11.0", + "spryker-feature/spryker-core": "~2018.11.0", + "spryker-feature/tax": "~2018.11.0", + "spryker/cart-items-products-relationship": "^1.0.1", + "spryker/carts-rest-api": "^2.0.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Spryker Core E-commerce [feature]", + "time": "2018-11-09T18:01:53+00:00" + }, + { + "name": "spryker-feature/state-machine", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/state-machine.git", + "reference": "1ce18b29dd61e80c9ea1e6475aa81dfa3f870c7b" + }, + "require": { + "php": ">=7.1", + "spryker/state-machine": "^2.2.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "State Machine [feature]", + "time": "2018-11-09T18:01:43+00:00" + }, + { + "name": "spryker-feature/tax", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/tax.git", + "reference": "93742803471390ea643770d35aa8d554a9b6f179" + }, + "require": { + "php": ">=7.1", + "spryker/tax": "^5.5.0", + "spryker/tax-product-connector": "^4.1.0" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Tax [feature]", + "time": "2018-11-09T18:01:49+00:00" + }, + { + "name": "spryker-feature/wishlist", + "version": "2018.11.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-feature/wishlist.git", + "reference": "cce2e4cd538206597309b81f07209e555fe75d81" + }, + "require": { + "php": ">=7.1", + "spryker-shop/wishlist-page": "^1.5.0", + "spryker-shop/wishlist-widget": "^1.1.0", + "spryker/wishlist": "^6.4.0", + "spryker/wishlist-items-products-resource-relationship": "^1.0.0", + "spryker/wishlists-rest-api": "^1.2.1" + }, + "type": "metapackage", + "license": [ + "proprietary" + ], + "description": "Wishlist [feature]", + "time": "2018-11-09T18:02:00+00:00" + }, + { + "name": "spryker-shop/agent-page", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/agent-page.git", + "reference": "af3a17e5895c55dd95ed3048ec26adb35903b3b8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/agent-page/zipball/af3a17e5895c55dd95ed3048ec26adb35903b3b8", + "reference": "af3a17e5895c55dd95ed3048ec26adb35903b3b8", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/customer-page": "^1.4.0", + "spryker-shop/customer-page-extension": "^1.2.0", + "spryker-shop/shop-application": "^1.1.0", + "spryker-shop/shop-ui": "^1.3.0", + "spryker/agent": "^1.0.0", + "spryker/application": "^3.9.0", + "spryker/customer": "^7.10.0", + "spryker/kernel": "^3.23.0", + "spryker/messenger": "^3.1.0", + "spryker/quote": "^2.0.0", + "spryker/symfony": "^3.1.0" + }, + "require-dev": { + "spryker-shop/home-page": "*", + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/home-page": "Widget plugins are available for this module.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "AgentPage module", + "time": "2018-11-02T15:06:47+00:00" + }, + { + "name": "spryker-shop/agent-widget", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/agent-widget.git", + "reference": "9e15697b265d93548838b42cf077e4c705938b9f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/agent-widget/zipball/9e15697b265d93548838b42cf077e4c705938b9f", + "reference": "9e15697b265d93548838b42cf077e4c705938b9f", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.3.0", + "spryker/agent": "^1.0.0", + "spryker/customer": "^7.0.0", + "spryker/kernel": "^3.24.0", + "spryker/symfony": "^3.1.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "AgentWidget module", + "time": "2018-10-10T14:15:13+00:00" + }, + { + "name": "spryker-shop/availability-widget", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/availability-widget.git", + "reference": "b0dc6a2b28bf8cfa1fa5182dea93defb635d46ad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/availability-widget/zipball/b0dc6a2b28bf8cfa1fa5182dea93defb635d46ad", + "reference": "b0dc6a2b28bf8cfa1fa5182dea93defb635d46ad", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.24.0" + }, + "require-dev": { + "spryker-shop/product-detail-page": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/product-detail-page": "Widget plugins are available for this module." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "AvailabilityWidget module", + "time": "2018-10-10T14:15:13+00:00" + }, + { + "name": "spryker-shop/calculation-page", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/calculation-page.git", + "reference": "afd4474da2eb06c9e9c16821729296699ea203c1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/calculation-page/zipball/afd4474da2eb06c9e9c16821729296699ea203c1", + "reference": "afd4474da2eb06c9e9c16821729296699ea203c1", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/calculation": "^4.2.0", + "spryker/config": "^3.1.0", + "spryker/kernel": "^3.16.0", + "spryker/quote": "^1.1.0 || ^2.0.0", + "spryker/symfony": "^3.1.0" + }, + "require-dev": { + "spryker-shop/shop-application": "*", + "spryker/silex": "*" + }, + "suggest": { + "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CalculationPage module", + "time": "2018-07-30T11:08:18+00:00" + }, + { + "name": "spryker-shop/cart-note-widget", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/cart-note-widget.git", + "reference": "00264bee24fdcc4f7bcbf3252f43ac95aff2e533" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/cart-note-widget/zipball/00264bee24fdcc4f7bcbf3252f43ac95aff2e533", + "reference": "00264bee24fdcc4f7bcbf3252f43ac95aff2e533", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/cart-page": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/application": "^3.8.0", + "spryker/cart-note": "^0.1.0", + "spryker/glossary-storage": "^1.0.0", + "spryker/kernel": "^3.24.0", + "spryker/symfony": "^3.1.0" + }, + "require-dev": { + "spryker-shop/checkout-page": "*", + "spryker-shop/customer-page": "*", + "spryker-shop/shop-application": "*", + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/checkout-page": "Widget plugins are available for this module.", + "spryker-shop/customer-page": "Widget plugins are available for this module.", + "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CartNoteWidget module", + "time": "2018-10-10T14:15:13+00:00" + }, + { + "name": "spryker-shop/cart-page", + "version": "1.4.3", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/cart-page.git", + "reference": "9305994aba8606c3e683eb10a59331405c092c10" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/cart-page/zipball/9305994aba8606c3e683eb10a59331405c092c10", + "reference": "9305994aba8606c3e683eb10a59331405c092c10", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.6.0", + "spryker/availability": "^5.4.0 || ^6.0.0", + "spryker/availability-storage": "^1.0.0", + "spryker/cart": "^5.0.0", + "spryker/cart-variant": "^1.0.0", + "spryker/kernel": "^3.24.0", + "spryker/permission-extension": "^1.0.0", + "spryker/product-storage": "^1.1.0", + "spryker/symfony": "^3.1.0", + "spryker/zed-request": "^3.4.0" + }, + "require-dev": { + "spryker-shop/discount-widget": "*", + "spryker-shop/multi-cart-widget": "*", + "spryker-shop/product-option-widget": "*", + "spryker-shop/product-packaging-unit-widget": "*", + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/discount-widget": "If you want to use components from module DiscountWidget or DiscountSummaryWidgetPlugin", + "spryker-shop/multi-cart-widget": "If you want to use components from module MultiCartWidget or CartOperationsWidgetPlugin", + "spryker-shop/product-option-widget": "If you want to use components from module ProductOptionWidget or CartItemProductOptionWidgetPlugin", + "spryker-shop/product-packaging-unit-widget": "If you want to use components from module ProductPackagingUnitWidget or CartProductPackagingUnitWidgetPlugin", + "spryker/permission": "If you want to use permissions plugins", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CartPage module", + "time": "2018-11-06T12:17:18+00:00" + }, + { + "name": "spryker-shop/catalog-page", + "version": "1.3.2", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/catalog-page.git", + "reference": "88110e802b7fc3bcf25b8dbd138fe3e4c37458c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/catalog-page/zipball/88110e802b7fc3bcf25b8dbd138fe3e4c37458c0", + "reference": "88110e802b7fc3bcf25b8dbd138fe3e4c37458c0", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-router-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/catalog": "^5.2.0", + "spryker/category-storage": "^1.0.0", + "spryker/kernel": "^3.24.0", + "spryker/locale": "^3.1.0", + "spryker/product-category-filter": "^1.2.0", + "spryker/product-category-filter-storage": "^1.0.0", + "spryker/search": "^7.0.0 || ^8.0.0", + "spryker/storage": "^3.4.0", + "spryker/symfony": "^3.1.0", + "spryker/twig": "^3.3.0", + "spryker/util-text": "^1.2.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CatalogPage module", + "time": "2018-10-29T17:23:23+00:00" + }, + { + "name": "spryker-shop/category-widget", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/category-widget.git", + "reference": "6f06443db33906d795404275391cf37e7104a4ff" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/category-widget/zipball/6f06443db33906d795404275391cf37e7104a4ff", + "reference": "6f06443db33906d795404275391cf37e7104a4ff", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/category-storage": "^1.1.0", + "spryker/kernel": "^3.16.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CategoryWidget module", + "time": "2018-09-20T09:04:40+00:00" + }, + { + "name": "spryker-shop/chart-widget", + "version": "0.1.1", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/chart-widget.git", + "reference": "77509f5ff1240743bced65ec608c7796e751b9ef" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/chart-widget/zipball/77509f5ff1240743bced65ec608c7796e751b9ef", + "reference": "77509f5ff1240743bced65ec608c7796e751b9ef", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/chart": "^1.0.0", + "spryker/kernel": "^3.16.0" + }, + "require-dev": { + "spryker-shop/cms-content-widget-chart-connector": "*", + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker-shop/cms-content-widget-chart-connector": "If you want to use ChartWidgetPlugin: ^1.0.0", + "spryker/silex": "*", + "spryker/twig": "If you want to use ChartWidgetPlugin: ^3.2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ChartWidget module", + "time": "2018-10-10T14:15:13+00:00" + }, + { + "name": "spryker-shop/checkout-page", + "version": "1.7.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/checkout-page.git", + "reference": "45c08fe0f6af859a5165cdff94d1d73c6de2e7aa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/checkout-page/zipball/45c08fe0f6af859a5165cdff94d1d73c6de2e7aa", + "reference": "45c08fe0f6af859a5165cdff94d1d73c6de2e7aa", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/customer-page": "^1.0.0", + "spryker-shop/home-page": "^1.0.0", + "spryker-shop/money-widget": "^1.0.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/application": "^3.8.0", + "spryker/calculation": "^4.2.0", + "spryker/cart": "^4.3.0 || ^5.0.0", + "spryker/checkout": "^4.0.0", + "spryker/customer": "^7.4.0", + "spryker/glossary": "^3.3.0", + "spryker/glossary-storage": "^1.0.0", + "spryker/kernel": "^3.24.0", + "spryker/messenger": "^3.1.0", + "spryker/money": "^2.4.0", "spryker/permission-extension": "^1.0.0", - "spryker/product-storage": "^1.0.0", + "spryker/price": "^5.1.0", + "spryker/product-bundle": "^4.1.0", + "spryker/quote": "^1.1.0 || ^2.0.0", + "spryker/shipment": "^6.2.0", + "spryker/step-engine": "^3.1.0", + "spryker/symfony": "^3.1.0", + "spryker/util-validate": "^1.0.0" + }, + "require-dev": { + "spryker-shop/cart-note-widget": "*", + "spryker-shop/checkout-widget": "*", + "spryker-shop/product-packaging-unit-widget": "*", + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/cart-note-widget": "If you want to use components from module CartNoteWidget or CartNoteQuoteItemNoteWidgetPlugin.", + "spryker-shop/checkout-widget": "ADD SUGGEST DESCRIPTION", + "spryker-shop/product-packaging-unit-widget": "If you want to use components from module ProductPackagingUnitWidget or SummaryProductPackagingUnitWidgetPlugin.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CheckoutPage module", + "time": "2018-11-08T13:08:20+00:00" + }, + { + "name": "spryker-shop/checkout-widget", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/checkout-widget.git", + "reference": "241481a6f5ceeecb1f693b079f008310563b8273" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/checkout-widget/zipball/241481a6f5ceeecb1f693b079f008310563b8273", + "reference": "241481a6f5ceeecb1f693b079f008310563b8273", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/checkout-page": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.24.0" + }, + "require-dev": { + "spryker-shop/cart-page": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/cart-page": "Widget plugins are available for this module." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CheckoutWidget module", + "time": "2018-10-10T14:15:13+00:00" + }, + { + "name": "spryker-shop/cms-block-widget", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/cms-block-widget.git", + "reference": "016a9c7c623ca8523a908558013c145e08e78c79" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/cms-block-widget/zipball/016a9c7c623ca8523a908558013c145e08e78c79", + "reference": "016a9c7c623ca8523a908558013c145e08e78c79", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/cms-block-storage": "^1.0.0", + "spryker/kernel": "^3.24.0" + }, + "require-dev": { + "spryker-shop/catalog-page": "*", + "spryker-shop/product-detail-page": "*", + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker-shop/catalog-page": "Widget plugins are available for this module.", + "spryker-shop/product-detail-page": "Widget plugins are available for this module.", + "spryker-shop/shop-application": "^0.2.0 ShopApplicationServiceProvider plugin is required by TwigCmsBlock plugin", + "spryker/silex": "Use this module when using plugins that need Silex dependencies.", + "spryker/twig": "Use this module when using plugins that need Twig dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CmsBlockWidget module", + "time": "2018-10-10T14:15:13+00:00" + }, + { + "name": "spryker-shop/cms-content-widget-chart-connector", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/cms-content-widget-chart-connector.git", + "reference": "96d8efc1a8bcd82be761b85509b013f3b6d6b5e6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/cms-content-widget-chart-connector/zipball/96d8efc1a8bcd82be761b85509b013f3b6d6b5e6", + "reference": "96d8efc1a8bcd82be761b85509b013f3b6d6b5e6", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/cms-content-widget": "^1.0.0", + "spryker/kernel": "^3.24.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker-shop/chart-widget": "If you want to use ChartWidgetPlugin: ^0.1.0", + "spryker/twig": "If you want to use CmsChartContentWidgetPlugin: ^3.2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CmsContentWidgetChartConnector module", + "time": "2018-10-11T08:42:32+00:00" + }, + { + "name": "spryker-shop/cms-content-widget-product-connector", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/cms-content-widget-product-connector.git", + "reference": "a1d75d5853163a78301d7dd757ef67c1cccfbf1b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/cms-content-widget-product-connector/zipball/a1d75d5853163a78301d7dd757ef67c1cccfbf1b", + "reference": "a1d75d5853163a78301d7dd757ef67c1cccfbf1b", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/cms-content-widget": "^1.2.0", + "spryker/kernel": "^3.24.0", + "spryker/product-storage": "^1.1.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker/twig": "If you want to use CmsProductContentWidgetPlugin." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CmsContentWidgetProductConnector module", + "time": "2018-10-11T08:42:32+00:00" + }, + { + "name": "spryker-shop/cms-content-widget-product-set-connector", + "version": "1.1.2", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/cms-content-widget-product-set-connector.git", + "reference": "e8ec965c7a9483490ed2c0631029962987e6b3b5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/cms-content-widget-product-set-connector/zipball/e8ec965c7a9483490ed2c0631029962987e6b3b5", + "reference": "e8ec965c7a9483490ed2c0631029962987e6b3b5", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/cms-content-widget": "^1.2.0", + "spryker/kernel": "^3.24.0", + "spryker/product-set-storage": "^1.0.0", + "spryker/product-storage": "^1.1.0" + }, + "require-dev": { + "spryker-shop/product-set-detail-page": "*", + "spryker-shop/product-set-widget": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker-shop/product-set-detail-page": "If you want to use CmsProductSetContentWidgetPlugin.", + "spryker-shop/product-set-widget": "If you want to use components from module ProductSetWidget or ProductSetWidgetPlugin.", + "spryker/twig": "If you want to use CmsProductSetContentWidgetPlugin." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CmsContentWidgetProductSetConnector module", + "time": "2018-10-17T13:11:00+00:00" + }, + { + "name": "spryker-shop/cms-page", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/cms-page.git", + "reference": "5fc186f64a63722cefde7569de796771cb6dc12b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/cms-page/zipball/5fc186f64a63722cefde7569de796771cb6dc12b", + "reference": "5fc186f64a63722cefde7569de796771cb6dc12b", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-router-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/cms": "^6.4.0", + "spryker/cms-content-widget": "^1.2.0", + "spryker/cms-storage": "^1.0.0", + "spryker/customer": "^7.4.0", + "spryker/kernel": "^3.16.0", + "spryker/symfony": "^3.1.0" + }, + "require-dev": { + "spryker/silex": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker/silex": "Use this module when using plugins that need Silex dependencies.", + "spryker/twig": "Use this module when using plugins that need Twig dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CmsPage module", + "time": "2018-06-15T09:21:34+00:00" + }, + { + "name": "spryker-shop/currency-widget", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/currency-widget.git", + "reference": "65aaa92fdf748841dd0ba11d927a82f2f3df7a84" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/currency-widget/zipball/65aaa92fdf748841dd0ba11d927a82f2f3df7a84", + "reference": "65aaa92fdf748841dd0ba11d927a82f2f3df7a84", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/currency": "^3.4.0", + "spryker/kernel": "^3.24.0", + "spryker/symfony": "^3.1.0" + }, + "require-dev": { + "spryker-shop/shop-application": "*", + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CurrencyWidget module", + "time": "2018-10-10T14:15:13+00:00" + }, + { + "name": "spryker-shop/customer-page", + "version": "1.13.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/customer-page.git", + "reference": "a3df0e274c9e83ba7c08d833de37d79e5ccf8322" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/customer-page/zipball/a3df0e274c9e83ba7c08d833de37d79e5ccf8322", + "reference": "a3df0e274c9e83ba7c08d833de37d79e5ccf8322", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/customer-page-extension": "^1.2.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/application": "^3.8.0", + "spryker/customer": "^7.4.0", + "spryker/customer-access-permission": "^1.0.0", + "spryker/kernel": "^3.25.0", + "spryker/product-bundle": "^4.1.0", + "spryker/quote": "^1.0.0 || ^2.1.0", + "spryker/sales": "^8.15.0", + "spryker/step-engine": "^3.1.0", + "spryker/symfony": "^3.1.0", + "spryker/util-validate": "^1.0.0" + }, + "require-dev": { + "spryker-shop/business-on-behalf-widget": "*", + "spryker-shop/cart-note-widget": "*", + "spryker-shop/home-page": "*", + "spryker-shop/product-packaging-unit-widget": "*", + "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/messenger": "*", + "spryker/silex": "*", + "spryker/testify": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker-shop/business-on-behalf-widget": "If you want to use BusinessOnBehalfWidget or MenuItemBusinessOnBehalfWidgetPlugin.", + "spryker-shop/cart-note-widget": "If you want to use components from module CartNoteWidget or CartNoteOrderNoteWidgetPlugin.", + "spryker-shop/home-page": "Widget plugins are available for this module.", + "spryker-shop/product-packaging-unit-widget": "If you want to use components from module ProductPackagingUnitWidget or OrderDetailProductPackagingUnitWidgetPlugin.", + "spryker/config": "Use this module when using plugins that need Config dependencies.", + "spryker/messenger": "Use this module when using plugins that need Messenger dependencies.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies.", + "spryker/twig": "Use this module when using plugins that need Twig dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CustomerPage module", + "time": "2018-11-08T20:19:13+00:00" + }, + { + "name": "spryker-shop/customer-page-extension", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/customer-page-extension.git", + "reference": "0d632b27a8a0860c1a5313dbc5cbc0a492b178a2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/customer-page-extension/zipball/0d632b27a8a0860c1a5313dbc5cbc0a492b178a2", + "reference": "0d632b27a8a0860c1a5313dbc5cbc0a492b178a2", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CustomerPageExtension module", + "time": "2018-09-04T14:35:04+00:00" + }, + { + "name": "spryker-shop/customer-reorder-widget", + "version": "4.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/customer-reorder-widget.git", + "reference": "8024313d0936240e323917e1c1225464ff4479d6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/customer-reorder-widget/zipball/8024313d0936240e323917e1c1225464ff4479d6", + "reference": "8024313d0936240e323917e1c1225464ff4479d6", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/availability-storage": "^1.0.0", + "spryker/cart": "^4.6.0 || ^5.0.0", + "spryker/customer": "^7.4.0", + "spryker/glossary-storage": "^1.0.0", + "spryker/kernel": "^3.16.0", + "spryker/locale": "^3.0.0", + "spryker/messenger": "^3.1.0", + "spryker/product-bundle": "^4.1.0", + "spryker/product-storage": "^1.1.0", + "spryker/sales": "^8.5.0", + "spryker/symfony": "^3.1.0", + "spryker/zed-request": "^3.4.0" + }, + "require-dev": { + "spryker-shop/customer-page": "*", + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/cart-page": "The default widget redirect is heading to a cart controller. Please redefine the redirect URL if you would like to use a custom behavior.", + "spryker-shop/customer-page": "Module with interface to implement (^0.2.0), to use the reorder widget on a customer page", + "spryker/silex": "If you want use the widget's router provider" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "CustomerReorderWidget module", + "time": "2018-11-08T13:33:41+00:00" + }, + { + "name": "spryker-shop/discount-promotion-widget", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/discount-promotion-widget.git", + "reference": "6489de44f6d6d10aced845786e34b57b3a13d78a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/discount-promotion-widget/zipball/6489de44f6d6d10aced845786e34b57b3a13d78a", + "reference": "6489de44f6d6d10aced845786e34b57b3a13d78a", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.24.0", + "spryker/product-storage": "^1.1.0", + "spryker/symfony": "^3.1.0" + }, + "require-dev": { + "spryker-shop/cart-page": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/cart-page": "Widget plugins are available for this module." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "DiscountPromotionWidget module", + "time": "2018-10-29T10:27:00+00:00" + }, + { + "name": "spryker-shop/discount-widget", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/discount-widget.git", + "reference": "fca94bd65ce57f661b9726d6d96de8e277cc3a67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/discount-widget/zipball/fca94bd65ce57f661b9726d6d96de8e277cc3a67", + "reference": "fca94bd65ce57f661b9726d6d96de8e277cc3a67", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/cart-page": "^1.0.0", + "spryker-shop/checkout-page": "^1.0.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/application": "^3.8.0", + "spryker/calculation": "^4.2.0", + "spryker/kernel": "^3.24.0", + "spryker/messenger": "^3.1.0", + "spryker/quote": "^1.1.0 || ^2.0.0", + "spryker/symfony": "^3.1.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "DiscountWidget module", + "time": "2018-10-26T08:05:49+00:00" + }, + { + "name": "spryker-shop/error-page", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/error-page.git", + "reference": "e45543f4e8d9eaa33db8ac904052ac0f8fd0acca" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/error-page/zipball/e45543f4e8d9eaa33db8ac904052ac0f8fd0acca", + "reference": "e45543f4e8d9eaa33db8ac904052ac0f8fd0acca", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/config": "^3.1.0", + "spryker/kernel": "^3.16.0", + "spryker/symfony": "^3.1.0" + }, + "require-dev": { + "spryker-shop/shop-application": "*", + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ErrorPage module", + "time": "2018-10-24T16:36:06+00:00" + }, + { + "name": "spryker-shop/file-manager-widget", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/file-manager-widget.git", + "reference": "a45acfc71a60bc1e7ea01034ea310fa950469cb9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/file-manager-widget/zipball/a45acfc71a60bc1e7ea01034ea310fa950469cb9", + "reference": "a45acfc71a60bc1e7ea01034ea310fa950469cb9", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/cms-content-widget": "^1.0.0", + "spryker/file-manager": "^1.0.0", + "spryker/file-manager-storage": "^1.0.0", + "spryker/kernel": "^3.0.0", + "spryker/symfony": "^3.0.0" + }, + "require-dev": { + "spryker-shop/shop-application": "*", + "spryker/silex": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker-shop/shop-application": "Use this module when using plugins that need Twig dependencies.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies.", + "spryker/twig": "Use this module when using plugins that need Twig dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "FileManagerWidget module", + "time": "2018-07-18T14:28:23+00:00" + }, + { + "name": "spryker-shop/heartbeat-page", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/heartbeat-page.git", + "reference": "b6cd6a70bd99a4e774a991b74ead35f90ecfedf3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/heartbeat-page/zipball/b6cd6a70bd99a4e774a991b74ead35f90ecfedf3", + "reference": "b6cd6a70bd99a4e774a991b74ead35f90ecfedf3", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-application": "^1.0.0", + "spryker/heartbeat": "^3.2.0", + "spryker/kernel": "^3.16.0", + "spryker/search": "^7.0.0 || ^8.0.0", + "spryker/session": "^3.2.0 || ^4.0.0", + "spryker/storage": "^3.4.0", + "spryker/symfony": "^3.1.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "HeartbeatPage module", + "time": "2018-10-29T12:36:15+00:00" + }, + { + "name": "spryker-shop/home-page", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/home-page.git", + "reference": "8ca11dd002d858ca0f907e2f59a92919234edc3a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/home-page/zipball/8ca11dd002d858ca0f907e2f59a92919234edc3a", + "reference": "8ca11dd002d858ca0f907e2f59a92919234edc3a", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.16.0", + "spryker/storage": "^3.4.0" + }, + "require-dev": { + "spryker/silex": "*" + }, + "suggest": { + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "HomePage module", + "time": "2018-06-15T09:21:34+00:00" + }, + { + "name": "spryker-shop/language-switcher-widget", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/language-switcher-widget.git", + "reference": "1c0f254f57bb60ccd1395448781a062bb51f6978" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/language-switcher-widget/zipball/1c0f254f57bb60ccd1395448781a062bb51f6978", + "reference": "1c0f254f57bb60ccd1395448781a062bb51f6978", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.24.0", + "spryker/url-storage": "^1.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/symfony": "3.0.0 for using LanguageSwitcherPlugin" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "LanguageSwitcherWidget module", + "time": "2018-10-12T09:04:45+00:00" + }, + { + "name": "spryker-shop/money-widget", + "version": "1.1.3", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/money-widget.git", + "reference": "032389911616d0e30c36d192d9e9da9ce7e5b7cd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/money-widget/zipball/032389911616d0e30c36d192d9e9da9ce7e5b7cd", + "reference": "032389911616d0e30c36d192d9e9da9ce7e5b7cd", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/currency-widget": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.16.0", + "spryker/money": "^2.4.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker/silex": "Use this module when using plugins that need Silex dependencies.", + "spryker/twig": "Use this module when using plugins that need Twig dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "MoneyWidget module", + "time": "2018-10-08T17:24:33+00:00" + }, + { + "name": "spryker-shop/navigation-widget", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/navigation-widget.git", + "reference": "eb6e12d274923829cf9abb054f4a43d958c8b639" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/navigation-widget/zipball/eb6e12d274923829cf9abb054f4a43d958c8b639", + "reference": "eb6e12d274923829cf9abb054f4a43d958c8b639", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.24.0", + "spryker/navigation-storage": "^1.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "NavigationWidget module", + "time": "2018-10-10T14:15:13+00:00" + }, + { + "name": "spryker-shop/newsletter-page", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/newsletter-page.git", + "reference": "9a460beb55bc14b153b94448ca20b04443a3d0a0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/newsletter-page/zipball/9a460beb55bc14b153b94448ca20b04443a3d0a0", + "reference": "9a460beb55bc14b153b94448ca20b04443a3d0a0", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/application": "^3.8.0", + "spryker/customer": "^7.4.0", + "spryker/kernel": "^3.16.0", + "spryker/newsletter": "^4.3.0", + "spryker/symfony": "^3.1.0" + }, + "require-dev": { + "spryker-shop/customer-page": "*", + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/customer-page": "ADD SUGGEST DESCRIPTION", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "NewsletterPage module", + "time": "2018-08-29T10:37:32+00:00" + }, + { + "name": "spryker-shop/newsletter-widget", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/newsletter-widget.git", + "reference": "9b0aba0d2f93544ef8f1b5f9737f7eeb205ed779" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/newsletter-widget/zipball/9b0aba0d2f93544ef8f1b5f9737f7eeb205ed779", + "reference": "9b0aba0d2f93544ef8f1b5f9737f7eeb205ed779", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/application": "^3.8.0", + "spryker/kernel": "^3.24.0", + "spryker/newsletter": "^4.3.0", + "spryker/symfony": "^3.1.0" + }, + "require-dev": { + "spryker-shop/customer-page": "*", + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/customer-page": "Widget plugins are available for this module.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "NewsletterWidget module", + "time": "2018-11-02T15:06:47+00:00" + }, + { + "name": "spryker-shop/price-product-volume-widget", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/price-product-volume-widget.git", + "reference": "da48475b885680d0b8e5daae858ef25514cd98db" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/price-product-volume-widget/zipball/da48475b885680d0b8e5daae858ef25514cd98db", + "reference": "da48475b885680d0b8e5daae858ef25514cd98db", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/currency": "^3.4.0", + "spryker/kernel": "^3.24.0", + "spryker/price": "^5.3.0", + "spryker/price-product-storage": "^2.1.0", + "spryker/util-encoding": "^2.0.0" + }, + "require-dev": { + "spryker-shop/product-detail-page": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/product-detail-page": "Widget plugins are available for this module." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "PriceProductVolumeWidget module", + "time": "2018-10-11T09:19:52+00:00" + }, + { + "name": "spryker-shop/price-widget", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/price-widget.git", + "reference": "ff92411463385eff1f90784c464240d499cf9f74" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/price-widget/zipball/ff92411463385eff1f90784c464240d499cf9f74", + "reference": "ff92411463385eff1f90784c464240d499cf9f74", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.24.0", + "spryker/price": "^5.3.0", + "spryker/quote": "^1.1.0 || ^2.0.0", + "spryker/symfony": "^3.1.0" + }, + "require-dev": { + "spryker-shop/product-detail-page": "*", + "spryker-shop/shop-application": "*", + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/product-detail-page": "Widget plugins are available for this module.", + "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "PriceWidget module", + "time": "2018-10-11T09:19:52+00:00" + }, + { + "name": "spryker-shop/product-alternative-widget", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/product-alternative-widget.git", + "reference": "c8995226128b2b8b1097e04943add34e1d162887" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/product-alternative-widget/zipball/c8995226128b2b8b1097e04943add34e1d162887", + "reference": "c8995226128b2b8b1097e04943add34e1d162887", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/kernel": "^3.24.0", + "spryker/product-alternative-storage": "^1.0.0" + }, + "require-dev": { + "spryker-shop/product-detail-page": "*", + "spryker-shop/shopping-list-page": "*", + "spryker-shop/wishlist-page": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/product-detail-page": "if you want to use ProductAlternativeWidgetPlugin: ^1.1.0", + "spryker-shop/shopping-list-page": "if you want to use ProductAlternativeWidgetPlugin: ^0.4.1", + "spryker-shop/wishlist-page": "if you want to use ProductAlternativeWidgetPlugin: ^1.1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductAlternativeWidget module", + "time": "2018-10-10T14:15:13+00:00" + }, + { + "name": "spryker-shop/product-bundle-widget", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/product-bundle-widget.git", + "reference": "21dcf15820be9415757dc13626739d54e0f32bd1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/product-bundle-widget/zipball/21dcf15820be9415757dc13626739d54e0f32bd1", + "reference": "21dcf15820be9415757dc13626739d54e0f32bd1", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.24.0", + "spryker/product-bundle": "^4.1.0" + }, + "require-dev": { + "spryker-shop/cart-page": "*", + "spryker-shop/multi-cart-page": "*", + "spryker-shop/multi-cart-widget": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/cart-page": "Widget plugins are available for this module.", + "spryker-shop/multi-cart-page": "If you want to use ProductBundleItemCounterWidgetPlugin: ^1.0.0", + "spryker-shop/multi-cart-widget": "Add to use bundle product widgets" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductBundleWidget module", + "time": "2018-10-11T17:28:11+00:00" + }, + { + "name": "spryker-shop/product-category-widget", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/product-category-widget.git", + "reference": "ef2d67757f1ffe16a176a2ee8d9772e4524bf311" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/product-category-widget/zipball/ef2d67757f1ffe16a176a2ee8d9772e4524bf311", + "reference": "ef2d67757f1ffe16a176a2ee8d9772e4524bf311", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.24.0", + "spryker/product-category-storage": "^1.0.0" + }, + "require-dev": { + "spryker-shop/product-detail-page": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/product-detail-page": "Widget plugins are available for this module." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductCategoryWidget module", + "time": "2018-11-02T15:58:55+00:00" + }, + { + "name": "spryker-shop/product-detail-page", + "version": "1.7.1", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/product-detail-page.git", + "reference": "c2ed7677617d763350987d7877f2e03e08bac52b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/product-detail-page/zipball/c2ed7677617d763350987d7877f2e03e08bac52b", + "reference": "c2ed7677617d763350987d7877f2e03e08bac52b", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-router-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.24.0", + "spryker/product-storage": "^1.1.0", + "spryker/storage": "^3.4.0", + "spryker/symfony": "^3.1.0" + }, + "require-dev": { + "spryker-shop/availability-widget": "*", + "spryker-shop/cms-block-widget": "*", + "spryker-shop/product-review-widget": "*", + "spryker-shop/wishlist-widget": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/availability-widget": "If you want to use components from module AvailabilityWidget or AvailabilityWidgetPlugin.", + "spryker-shop/cms-block-widget": "If you want to use components from module CmsBlockWidget or ProductCmsBlockWidgetPlugin.", + "spryker-shop/product-review-widget": "If you want to use ProductDetailPageReviewWidget or ProductReviewWidgetPlugin.", + "spryker-shop/wishlist-widget": "If you want to use components from module WishlistWidget or WishlistWidgetPlugin." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductDetailPage module", + "time": "2018-11-09T09:44:32+00:00" + }, + { + "name": "spryker-shop/product-discontinued-widget", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/product-discontinued-widget.git", + "reference": "c2b4be6848829e5f461099a83b0336bca687a46d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/product-discontinued-widget/zipball/c2b4be6848829e5f461099a83b0336bca687a46d", + "reference": "c2b4be6848829e5f461099a83b0336bca687a46d", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/kernel": "^3.24.0", + "spryker/product-discontinued-storage": "^1.0.0" + }, + "require-dev": { + "spryker-shop/product-detail-page": "*", + "spryker-shop/shopping-list-page": "*", + "spryker-shop/wishlist-page": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/product-detail-page": "if you want to use ProductDiscontinuedWidgetPlugin: ^1.1.0", + "spryker-shop/shopping-list-page": "if you want to use ProductDiscontinuedWidgetPlugin: ^0.4.1", + "spryker-shop/wishlist-page": "if you want to use ProductDiscontinuedWidgetPlugin: ^1.1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductDiscontinuedWidget module", + "time": "2018-10-11T17:28:11+00:00" + }, + { + "name": "spryker-shop/product-group-widget", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/product-group-widget.git", + "reference": "ff6a92dab85be526936345f151bf20f53d572067" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/product-group-widget/zipball/ff6a92dab85be526936345f151bf20f53d572067", + "reference": "ff6a92dab85be526936345f151bf20f53d572067", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.24.0", + "spryker/product-group-storage": "^1.0.0", + "spryker/product-storage": "^1.1.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductGroupWidget module", + "time": "2018-10-11T17:28:11+00:00" + }, + { + "name": "spryker-shop/product-image-widget", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/product-image-widget.git", + "reference": "01f353dc7004f7ab9834fead1ff7ccb8187bc51f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/product-image-widget/zipball/01f353dc7004f7ab9834fead1ff7ccb8187bc51f", + "reference": "01f353dc7004f7ab9834fead1ff7ccb8187bc51f", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.16.0" + }, + "require-dev": { + "spryker-shop/product-detail-page": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/product-detail-page": "Widget plugins are available for this module." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductImageWidget module", + "time": "2018-10-09T13:27:09+00:00" + }, + { + "name": "spryker-shop/product-label-widget", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/product-label-widget.git", + "reference": "2ac5fa0400936f07479987da487ceb0f6fec5813" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/product-label-widget/zipball/2ac5fa0400936f07479987da487ceb0f6fec5813", + "reference": "2ac5fa0400936f07479987da487ceb0f6fec5813", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.24.0", + "spryker/product-label-storage": "^1.0.0" + }, + "require-dev": { + "spryker-shop/product-detail-page": "*", + "spryker-shop/product-widget": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/product-detail-page": "Widget plugins are available for this module.", + "spryker-shop/product-widget": "Widget plugins are available for this module." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductLabelWidget module", + "time": "2018-10-10T14:15:13+00:00" + }, + { + "name": "spryker-shop/product-new-page", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/product-new-page.git", + "reference": "a1103176b883de86a001d118eebf3c79b6f80953" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/product-new-page/zipball/a1103176b883de86a001d118eebf3c79b6f80953", + "reference": "a1103176b883de86a001d118eebf3c79b6f80953", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/catalog": "^5.2.0", + "spryker/kernel": "^3.16.0", + "spryker/product-new": "^1.1.0", + "spryker/symfony": "^3.1.0", + "spryker/url-storage": "^1.0.0" + }, + "require-dev": { + "spryker-shop/catalog-page": "*", + "spryker-shop/shop-application": "*", + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/catalog-page": "ADD SUGGEST DESCRIPTION", + "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductNewPage module", + "time": "2018-08-29T10:37:32+00:00" + }, + { + "name": "spryker-shop/product-option-widget", + "version": "1.2.2", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/product-option-widget.git", + "reference": "16b298fd48dfe3ee5c76849a5698f6ddb94ad115" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/product-option-widget/zipball/16b298fd48dfe3ee5c76849a5698f6ddb94ad115", + "reference": "16b298fd48dfe3ee5c76849a5698f6ddb94ad115", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker-shop/shopping-list-page-extension": "^1.1.0", + "spryker/kernel": "^3.24.0", + "spryker/product-option-storage": "^1.0.0", + "spryker/symfony": "^3.0.0" + }, + "require-dev": { + "spryker-shop/cart-page": "*", + "spryker-shop/product-detail-page": "*", + "spryker-shop/shopping-list-page": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/cart-page": "Widget plugins are available for this module.", + "spryker-shop/product-detail-page": "Widget plugins are available for this module.", + "spryker-shop/shopping-list-page": "Widget plugins are available for this module." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductOptionWidget module", + "time": "2018-11-06T12:17:18+00:00" + }, + { + "name": "spryker-shop/product-relation-widget", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/product-relation-widget.git", + "reference": "a2427306b407dd40bb0bd47b32ed6201fdb9c449" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/product-relation-widget/zipball/a2427306b407dd40bb0bd47b32ed6201fdb9c449", + "reference": "a2427306b407dd40bb0bd47b32ed6201fdb9c449", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.24.0", + "spryker/product-relation-storage": "^1.0.0" + }, + "require-dev": { + "spryker-shop/cart-page": "*", + "spryker-shop/product-detail-page": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/cart-page": "Widget plugins are available for this module.", + "spryker-shop/product-detail-page": "Widget plugins are available for this module." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductRelationWidget module", + "time": "2018-10-10T14:15:13+00:00" + }, + { + "name": "spryker-shop/product-replacement-for-widget", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/product-replacement-for-widget.git", + "reference": "273264af878d8ab4781f68af7db8850d51a8c2a6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/product-replacement-for-widget/zipball/273264af878d8ab4781f68af7db8850d51a8c2a6", + "reference": "273264af878d8ab4781f68af7db8850d51a8c2a6", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/kernel": "^3.24.0", + "spryker/product-alternative-storage": "^1.0.0", + "spryker/product-storage": "^1.1.0" + }, + "require-dev": { + "spryker-shop/product-detail-page": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/product-detail-page": "if you want to use ProductReplacementForWidgetPlugin: ^1.1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductReplacementForWidget module", + "time": "2018-11-08T14:24:18+00:00" + }, + { + "name": "spryker-shop/product-review-widget", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/product-review-widget.git", + "reference": "b77ea42719dd5cd4978c5091bf52164fd31a06dd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/product-review-widget/zipball/b77ea42719dd5cd4978c5091bf52164fd31a06dd", + "reference": "b77ea42719dd5cd4978c5091bf52164fd31a06dd", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/application": "^3.8.0", + "spryker/customer": "^7.4.0", + "spryker/kernel": "^3.24.0", + "spryker/product-review": "^1.1.0 || ^2.0.0", + "spryker/product-review-storage": "^1.0.0", + "spryker/storage": "^3.4.0", + "spryker/symfony": "^3.1.0" + }, + "require-dev": { + "spryker-shop/catalog-page": "*", + "spryker-shop/product-detail-page": "*", + "spryker-shop/product-widget": "*", + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/catalog-page": "Widget plugins are available for this module.", + "spryker-shop/product-detail-page": "Widget plugins are available for this module.", + "spryker-shop/product-widget": "Widget plugins are available for this module.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductReviewWidget module", + "time": "2018-11-02T15:06:47+00:00" + }, + { + "name": "spryker-shop/product-set-detail-page", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/product-set-detail-page.git", + "reference": "cbd6c3f85ac9831ba4df30ce187517bf9f333692" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/product-set-detail-page/zipball/cbd6c3f85ac9831ba4df30ce187517bf9f333692", + "reference": "cbd6c3f85ac9831ba4df30ce187517bf9f333692", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-router-extension": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.24.0", + "spryker/product-set-storage": "^1.0.0", + "spryker/product-storage": "^1.1.0", + "spryker/symfony": "^3.0.0" + }, + "require-dev": { + "spryker-shop/product-set-widget": "*", + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/product-set-widget": "If you want to use components from module ProductSetWidget or ProductSetWidgetPlugin.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductSetDetailPage module", + "time": "2018-10-26T10:48:38+00:00" + }, + { + "name": "spryker-shop/product-set-list-page", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/product-set-list-page.git", + "reference": "c65ef2cfb46c8c7d0cbf8282b91eb242d1701b80" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/product-set-list-page/zipball/c65ef2cfb46c8c7d0cbf8282b91eb242d1701b80", + "reference": "c65ef2cfb46c8c7d0cbf8282b91eb242d1701b80", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.16.0", + "spryker/product-set-page-search": "^1.0.0", + "spryker/symfony": "^3.1.0" + }, + "require-dev": { + "spryker-shop/shop-application": "*", + "spryker/silex": "*" + }, + "suggest": { + "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductSetListPage module", + "time": "2018-06-15T09:21:34+00:00" + }, + { + "name": "spryker-shop/product-set-widget", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/product-set-widget.git", + "reference": "baed3eade64c5ea7c9b37f0895feebd18b75300c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/product-set-widget/zipball/baed3eade64c5ea7c9b37f0895feebd18b75300c", + "reference": "baed3eade64c5ea7c9b37f0895feebd18b75300c", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.24.0" + }, + "require-dev": { + "spryker-shop/product-detail-page": "*", + "spryker-shop/product-set-detail-page": "*", + "spryker/cms-content-widget-product-set-connector": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/product-detail-page": "ADD SUGGEST DESCRIPTION", + "spryker-shop/product-set-detail-page": "Widget plugins are available for this module.", + "spryker/cms-content-widget-product-set-connector": "Use this module when using plugins that need CmsContentWidgetProductSetConnector dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductSetWidget module", + "time": "2018-10-18T07:57:54+00:00" + }, + { + "name": "spryker-shop/product-widget", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/product-widget.git", + "reference": "4bb5a3bb6021797b854ba52a9f01b5711ed779ae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/product-widget/zipball/4bb5a3bb6021797b854ba52a9f01b5711ed779ae", + "reference": "4bb5a3bb6021797b854ba52a9f01b5711ed779ae", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.24.0" + }, + "require-dev": { + "spryker-shop/catalog-page": "*", + "spryker-shop/product-alternative-widget": "*", + "spryker-shop/product-relation-widget": "*", + "spryker-shop/product-replacement-for-widget": "*", + "spryker/cms-content-widget-product-connector": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/catalog-page": "Widget plugins are available for this module.", + "spryker-shop/product-alternative-widget": "if you want to use ProductWidgetPlugin: ^1.0.0", + "spryker-shop/product-relation-widget": "Widget plugins are available for this module.", + "spryker-shop/product-replacement-for-widget": "if you want to use ProductWidgetPlugin: ^1.0.0", + "spryker/cms-content-widget-product-connector": "Use this module when using plugins that need CmsContentWidgetProductConnector dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductWidget module", + "time": "2018-10-17T12:30:32+00:00" + }, + { + "name": "spryker-shop/redirect-page", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/redirect-page.git", + "reference": "aadf9e52f53a4ce21f266bd5add387fca20b2102" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/redirect-page/zipball/aadf9e52f53a4ce21f266bd5add387fca20b2102", + "reference": "aadf9e52f53a4ce21f266bd5add387fca20b2102", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-router-extension": "^1.0.0", + "spryker/kernel": "^3.16.0", + "spryker/storage": "^3.4.0" + }, + "require-dev": { + "spryker/url-storage": "*" + }, + "suggest": { + "spryker/url-storage": "Use this module when using plugins that need UrlStorage dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "RedirectPage module", + "time": "2018-06-13T13:42:55+00:00" + }, + { + "name": "spryker-shop/sales-order-threshold-widget", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/sales-order-threshold-widget.git", + "reference": "9b5ffd8a2deb911c0cc44d67c98135be0751f182" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/sales-order-threshold-widget/zipball/9b5ffd8a2deb911c0cc44d67c98135be0751f182", + "reference": "9b5ffd8a2deb911c0cc44d67c98135be0751f182", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.24.0" + }, + "require-dev": { + "spryker-shop/cart-page": "*", + "spryker-shop/checkout-page": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/cart-page": "Widget plugins are available for this module.", + "spryker-shop/checkout-page": "Widget plugins are available for this module." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "SalesOrderThresholdWidget module", + "time": "2018-10-10T14:15:13+00:00" + }, + { + "name": "spryker-shop/shop-application", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/shop-application.git", + "reference": "5da286b373f7a244118ba22181c30e5a5c07e4e1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/shop-application/zipball/5da286b373f7a244118ba22181c30e5a5c07e4e1", + "reference": "5da286b373f7a244118ba22181c30e5a5c07e4e1", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-application-extension": "^1.0.0", + "spryker/application": "^3.8.0", + "spryker/kernel": "^3.24.0", + "spryker/silex": "^2.0.0", + "spryker/storage": "^3.4.0", + "spryker/twig": "^3.3.0", + "spryker/util-text": "^1.2.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/log": "*", + "spryker/symfony": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/config": "Use this module when using plugins that need Config dependencies.", + "spryker/log": "Use this module when using plugins that need Log dependencies.", + "spryker/symfony": "Use this module when using plugins that need Symfony dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ShopApplication module", + "time": "2018-10-15T12:37:34+00:00" + }, + { + "name": "spryker-shop/shop-application-extension", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/shop-application-extension.git", + "reference": "b4d3b19cf31b54679a68ab3feae6847f8289d6df" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/shop-application-extension/zipball/b4d3b19cf31b54679a68ab3feae6847f8289d6df", + "reference": "b4d3b19cf31b54679a68ab3feae6847f8289d6df", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "require-dev": { + "spryker/silex": "*", + "spryker/symfony": "*" + }, + "suggest": { + "spryker/silex": "", + "spryker/symfony": ">=3.0.0 for using LanguageSwitcherPluginInterface" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ShopApplicationExtension module", + "time": "2018-06-14T14:39:12+00:00" + }, + { + "name": "spryker-shop/shop-permission", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/shop-permission.git", + "reference": "77359d3a2fa0b678cabe015dd24dae898869cab6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/shop-permission/zipball/77359d3a2fa0b678cabe015dd24dae898869cab6", + "reference": "77359d3a2fa0b678cabe015dd24dae898869cab6", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/kernel": "^3.0.0", + "spryker/permission": "^1.0.0" + }, + "require-dev": { + "spryker-shop/shop-application": "*", + "spryker/code-sniffer": "*", + "spryker/silex": "^2.0.0", + "spryker/testify": "*", + "spryker/twig": "^3.0.0" + }, + "suggest": { + "spryker-shop/shop-application": ">1.0.0 If you want to use the permission plugin for Twig", + "spryker/silex": ">2.0.0 If you want to use the permission plugin for Twig", + "spryker/twig": ">3.0.0 If you want to use the permission plugin for Twig" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ShopPermission module", + "time": "2018-10-16T04:29:35+00:00" + }, + { + "name": "spryker-shop/shop-router", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/shop-router.git", + "reference": "180f8cb8eb32fc7367dbf2c8f84820be762925ef" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/shop-router/zipball/180f8cb8eb32fc7367dbf2c8f84820be762925ef", + "reference": "180f8cb8eb32fc7367dbf2c8f84820be762925ef", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-router-extension": "^1.0.0", + "spryker/application": "^3.8.0", + "spryker/kernel": "^3.16.0", + "spryker/log": "^3.4.0", + "spryker/silex": "^2.0.0", + "spryker/symfony": "^3.1.0", + "spryker/url-storage": "^1.0.0", + "spryker/util-text": "^1.2.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ShopRouter module", + "time": "2018-10-05T14:52:24+00:00" + }, + { + "name": "spryker-shop/shop-router-extension", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/shop-router-extension.git", + "reference": "316515f09b3832be6d45b20a92da5dc8f2da2953" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/shop-router-extension/zipball/316515f09b3832be6d45b20a92da5dc8f2da2953", + "reference": "316515f09b3832be6d45b20a92da5dc8f2da2953", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "require-dev": { + "spryker/symfony": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ShopRouterExtension module", + "time": "2018-06-12T07:58:13+00:00" + }, + { + "name": "spryker-shop/shop-translator", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/shop-translator.git", + "reference": "edb83e7920975e78b82c4fa229e60fcde3d5ee1b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/shop-translator/zipball/edb83e7920975e78b82c4fa229e60fcde3d5ee1b", + "reference": "edb83e7920975e78b82c4fa229e60fcde3d5ee1b", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/glossary-storage": "^1.0.0", + "spryker/kernel": "^3.16.0", + "spryker/symfony": "^3.1.0" + }, + "require-dev": { + "spryker/silex": "*" + }, + "suggest": { + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ShopTranslator module", + "time": "2018-06-13T15:26:14+00:00" + }, + { + "name": "spryker-shop/shop-ui", + "version": "1.9.2", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/shop-ui.git", + "reference": "643a9ccd2c533441c2de74d58bca1f2f42f23692" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/shop-ui/zipball/643a9ccd2c533441c2de74d58bca1f2f42f23692", + "reference": "643a9ccd2c533441c2de74d58bca1f2f42f23692", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/kernel": "^3.24.0", + "spryker/twig": "^3.3.1" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ShopUi module", + "time": "2018-11-06T14:32:51+00:00" + }, + { + "name": "spryker-shop/shopping-list-page-extension", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/shopping-list-page-extension.git", + "reference": "8e4c1ab3e9ed596095c3920140c9c698e136b044" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/shopping-list-page-extension/zipball/8e4c1ab3e9ed596095c3920140c9c698e136b044", + "reference": "8e4c1ab3e9ed596095c3920140c9c698e136b044", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/symfony": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/symfony": "If you want to use ShoppingListPage form expander plugins." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ShoppingListPageExtension module", + "time": "2018-10-03T15:29:44+00:00" + }, + { + "name": "spryker-shop/web-profiler-widget", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/web-profiler-widget.git", + "reference": "3c6312fbabb14508f2d6b09ebb06d988734c719e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/web-profiler-widget/zipball/3c6312fbabb14508f2d6b09ebb06d988734c719e", + "reference": "3c6312fbabb14508f2d6b09ebb06d988734c719e", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/kernel": "^3.16.0", + "spryker/web-profiler": "^1.0.0" + }, + "require-dev": { + "spryker/silex": "*" + }, + "suggest": { + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "WebProfilerWidget module", + "time": "2018-06-07T15:00:00+00:00" + }, + { + "name": "spryker-shop/wishlist-page", + "version": "1.5.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/wishlist-page.git", + "reference": "dece54f745480f799160ef22c00d8484a1cbacff" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/wishlist-page/zipball/dece54f745480f799160ef22c00d8484a1cbacff", + "reference": "dece54f745480f799160ef22c00d8484a1cbacff", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/customer-page": "^1.0.0", + "spryker-shop/shop-application": "^1.0.0", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/application": "^3.8.0", + "spryker/customer": "^7.4.0", + "spryker/kernel": "^3.24.0", + "spryker/product-storage": "^1.1.0", "spryker/symfony": "^3.1.0", - "spryker/zed-request": "^3.4.0" + "spryker/wishlist": "^5.1.0 || ^6.0.0" + }, + "require-dev": { + "spryker-shop/product-discontinued-widget": "*", + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/product-discontinued-widget": "If you want to use ProductDiscontinuedWidget or ProductDiscontinuedWidgetPlugin.", + "spryker/silex": "Use this module when using plugins that need Silex dependencies." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "WishlistPage module", + "time": "2018-11-05T08:53:27+00:00" + }, + { + "name": "spryker-shop/wishlist-widget", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/spryker-shop/wishlist-widget.git", + "reference": "58180f195ce28f7bb17395c66909b92448effd09" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker-shop/wishlist-widget/zipball/58180f195ce28f7bb17395c66909b92448effd09", + "reference": "58180f195ce28f7bb17395c66909b92448effd09", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker-shop/shop-ui": "^1.0.0", + "spryker/kernel": "^3.24.0", + "spryker/wishlist": "^4.0.0 || ^5.0.0 || ^6.0.0" + }, + "require-dev": { + "spryker-shop/customer-page": "*", + "spryker-shop/product-detail-page": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker-shop/customer-page": "To have customer account pages", + "spryker-shop/product-detail-page": "Widget plugins are available for this module." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "SprykerShop\\": "src/SprykerShop/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "WishlistWidget module", + "time": "2018-10-11T09:19:52+00:00" + }, + { + "name": "spryker/acl", + "version": "3.1.1", + "source": { + "type": "git", + "url": "https://github.com/spryker/acl.git", + "reference": "617a3eb260e6d818bee5aeff9b8360aa9e98889b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/acl/zipball/617a3eb260e6d818bee5aeff9b8360aa9e98889b", + "reference": "617a3eb260e6d818bee5aeff9b8360aa9e98889b", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/config": "^3.0.0", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/user": "^3.0.0", + "spryker/util-date-time": "^1.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/permission": "^1.0.0", - "spryker/silex": "*" + "spryker/application": "*", + "spryker/installer": "*", + "spryker/propel": "*", + "spryker/silex": "*", + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "suggest": { - "spryker/permission": "If you want to use permissions plugins", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/installer": "If you want to use Installer plugins.", + "spryker/silex": "If you want to use ServiceProvider." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "Acl module", + "time": "2018-11-07T11:05:43+00:00" + }, + { + "name": "spryker/agent", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/spryker/agent.git", + "reference": "2f1095485555069420d0c7e373a172cd7def1862" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/agent/zipball/2f1095485555069420d0c7e373a172cd7def1862", + "reference": "2f1095485555069420d0c7e373a172cd7def1862", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/customer": "^7.10.0", + "spryker/kernel": "^3.23.0", + "spryker/session": "^3.2.0 || ^4.0.0", + "spryker/user": "^3.2.0", + "spryker/zed-request": "^3.4.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -2214,52 +6647,92 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Agent\\Helper\\": "tests/SprykerTest/Shared/Agent/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CartPage module", - "time": "2018-06-15T09:21:34+00:00" + "description": "Agent module", + "time": "2018-10-29T12:36:26+00:00" }, { - "name": "spryker-shop/catalog-page", + "name": "spryker/agent-gui", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/catalog-page.git", - "reference": "2a21db61482da78555d4d15063a4956964a63469" + "url": "https://github.com/spryker/agent-gui.git", + "reference": "8d9847026e9438b1c368d1470dbc2bce2d7c2be1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/catalog-page/zipball/2a21db61482da78555d4d15063a4956964a63469", - "reference": "2a21db61482da78555d4d15063a4956964a63469", + "url": "https://api.github.com/repos/spryker/agent-gui/zipball/8d9847026e9438b1c368d1470dbc2bce2d7c2be1", + "reference": "8d9847026e9438b1c368d1470dbc2bce2d7c2be1", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-router-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/catalog": "^5.2.0", - "spryker/category-storage": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/locale": "^3.1.0", - "spryker/product-category-filter": "^1.2.0", - "spryker/product-category-filter-storage": "^1.0.0", - "spryker/search": "^7.0.0 || ^8.0.0", - "spryker/storage": "^3.4.0", - "spryker/symfony": "^3.1.0", - "spryker/twig": "^3.3.0", - "spryker/util-text": "^1.2.0" + "spryker/gui": "^3.13.0", + "spryker/kernel": "^3.23.0", + "spryker/symfony": "^3.0.0", + "spryker/user": "^3.2.0", + "spryker/user-extension": "^1.0.0" }, "require-dev": { - "spryker/silex": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "AgentGui module", + "time": "2018-09-05T09:34:01+00:00" + }, + { + "name": "spryker/api", + "version": "0.1.4", + "source": { + "type": "git", + "url": "https://github.com/spryker/api.git", + "reference": "416c470f38a75b0689a470c8584f5b9ddf57da4c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/api/zipball/416c470f38a75b0689a470c8584f5b9ddf57da4c", + "reference": "416c470f38a75b0689a470c8584f5b9ddf57da4c", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/application": "^3.0.0", + "spryker/config": "^3.0.0", + "spryker/kernel": "^3.0.0", + "spryker/silex": "^2.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-encoding": "^2.0.1", + "spryker/util-text": "^1.1.1" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/log": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/log": "For logging request and response." }, "type": "library", "extra": { @@ -2269,201 +6742,281 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CatalogPage module", - "time": "2018-06-15T09:21:34+00:00" + "description": "Api module", + "time": "2018-10-09T09:33:20+00:00" }, { - "name": "spryker-shop/category-widget", - "version": "1.0.0", + "name": "spryker/api-query-builder", + "version": "0.1.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/category-widget.git", - "reference": "3e25483ab04b01bf9954b281df4fae1a8b592892" + "url": "https://github.com/spryker/api-query-builder.git", + "reference": "a979f93ceaae09031cee3a9a2b9bd1acac115752" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/api-query-builder/zipball/a979f93ceaae09031cee3a9a2b9bd1acac115752", + "reference": "a979f93ceaae09031cee3a9a2b9bd1acac115752", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/api": "^0.1.0", + "spryker/kernel": "^3.0.0", + "spryker/propel-orm": "^1.2.0", + "spryker/propel-query-builder": "^0.3.0", + "spryker/util-encoding": "^2.0.1" + }, + "require-dev": { + "spryker/assertion": "*", + "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/silex": "*", + "spryker/symfony": "^3.0.0", + "spryker/testify": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ApiQueryBuilder module", + "time": "2018-08-13T10:09:37+00:00" + }, + { + "name": "spryker/application", + "version": "3.10.0", + "source": { + "type": "git", + "url": "https://github.com/spryker/application.git", + "reference": "83606e159eb792a64d259fad2444c82ef2e6c6d6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/application/zipball/83606e159eb792a64d259fad2444c82ef2e6c6d6", + "reference": "83606e159eb792a64d259fad2444c82ef2e6c6d6", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/config": "^3.0.0", + "spryker/error-handler": "^2.0.0", + "spryker/kernel": "^3.8.0", + "spryker/log": "^3.1.0", + "spryker/monolog": "^2.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/silex": "^2.0.0", + "spryker/symfony": "^3.0.0", + "spryker/twig": "^3.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-network": "^1.1.0", + "spryker/util-text": "^1.1.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Application\\Helper\\": "tests/SprykerTest/Shared/Application/_support/Helper/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "Application module", + "time": "2018-11-01T16:50:10+00:00" + }, + { + "name": "spryker/assertion", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/spryker/Assertion.git", + "reference": "bd42cb51f8dc432a859e0ae396d9bf6b1924bcdf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/category-widget/zipball/3e25483ab04b01bf9954b281df4fae1a8b592892", - "reference": "3e25483ab04b01bf9954b281df4fae1a8b592892", + "url": "https://api.github.com/repos/spryker/Assertion/zipball/bd42cb51f8dc432a859e0ae396d9bf6b1924bcdf", + "reference": "bd42cb51f8dc432a859e0ae396d9bf6b1924bcdf", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/category-storage": "^1.0.0", - "spryker/kernel": "^3.16.0" + "spryker/kernel": "^3.0.0" }, "require-dev": { - "spryker/silex": "*" + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/silex": "If you want to use ServiceProvider you need to install spryker/silex." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { - "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "psr-0": { + "Spryker": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CategoryWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "Assertion bundle", + "time": "2017-02-22T12:08:46+00:00" }, { - "name": "spryker-shop/checkout-page", - "version": "1.0.0", + "name": "spryker/auth", + "version": "3.0.4", "source": { "type": "git", - "url": "https://github.com/spryker-shop/checkout-page.git", - "reference": "ac322fa6980638736bf3fde7fa2838663ec93508" + "url": "https://github.com/spryker/auth.git", + "reference": "83eb03a7273cfe1cd9fb0b257581c8e26172ae65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/checkout-page/zipball/ac322fa6980638736bf3fde7fa2838663ec93508", - "reference": "ac322fa6980638736bf3fde7fa2838663ec93508", + "url": "https://api.github.com/repos/spryker/auth/zipball/83eb03a7273cfe1cd9fb0b257581c8e26172ae65", + "reference": "83eb03a7273cfe1cd9fb0b257581c8e26172ae65", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/customer-page": "^1.0.0", - "spryker-shop/home-page": "^1.0.0", - "spryker-shop/money-widget": "^1.0.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/application": "^3.8.0", - "spryker/calculation": "^4.2.0", - "spryker/cart": "^4.3.0 || ^5.0.0", - "spryker/checkout": "^4.0.0", - "spryker/customer": "^7.4.0", - "spryker/glossary": "^3.3.0", - "spryker/kernel": "^3.16.0", - "spryker/messenger": "^3.1.0", - "spryker/money": "^2.4.0", - "spryker/permission-extension": "^1.0.0", - "spryker/price": "^5.1.0", - "spryker/product-bundle": "^4.1.0", - "spryker/quote": "^1.1.0 || ^2.0.0", - "spryker/shipment": "^6.2.0", - "spryker/step-engine": "^3.1.0", - "spryker/symfony": "^3.1.0", - "spryker/util-validate": "^1.0.0" + "spryker/kernel": "^3.0.0", + "spryker/session": "^3.0.0 || ^4.0.0", + "spryker/symfony": "^3.0.0", + "spryker/user": "^3.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/silex": "*" + "spryker/application": "*", + "spryker/config": "*", + "spryker/discount": "*", + "spryker/propel": "*", + "spryker/silex": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/money": "Use this module when using plugins that need Money dependencies.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/silex": "If you want to use ServiceProvider." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CheckoutPage module", - "time": "2018-06-15T09:21:34+00:00" + "description": "Auth module", + "time": "2018-10-29T12:36:26+00:00" }, { - "name": "spryker-shop/checkout-widget", - "version": "1.0.0", + "name": "spryker/auth-mail-connector", + "version": "3.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/checkout-widget.git", - "reference": "ded7df9d7adc3e5bd1e4ea889018e71909c517ec" + "url": "https://github.com/spryker/AuthMailConnector.git", + "reference": "2300ca403314500e99411ccf41b312327532ed8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/checkout-widget/zipball/ded7df9d7adc3e5bd1e4ea889018e71909c517ec", - "reference": "ded7df9d7adc3e5bd1e4ea889018e71909c517ec", + "url": "https://api.github.com/repos/spryker/AuthMailConnector/zipball/2300ca403314500e99411ccf41b312327532ed8d", + "reference": "2300ca403314500e99411ccf41b312327532ed8d", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker-shop/checkout-page": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0" + "spryker/kernel": "^3.0.0", + "spryker/mail": "^4.0.0" }, "require-dev": { - "spryker-shop/cart-page": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "suggest": { - "spryker-shop/cart-page": "Widget plugins are available for this module." + "spryker/auth": "If you want to use Auth plugins you need to install spryker/auth." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { - "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "psr-0": { + "Spryker": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CheckoutWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "AuthMailConnector bundle", + "time": "2017-02-22T12:08:46+00:00" }, { - "name": "spryker-shop/cms-block-widget", - "version": "1.0.0", + "name": "spryker/auth-rest-api", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/cms-block-widget.git", - "reference": "e93bcec2a8c53c99f4dff4500446b30af686f22c" + "url": "https://github.com/spryker/auth-rest-api.git", + "reference": "c41c28bba60cc1ea0e83493c638edc7514181dbb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/cms-block-widget/zipball/e93bcec2a8c53c99f4dff4500446b30af686f22c", - "reference": "e93bcec2a8c53c99f4dff4500446b30af686f22c", + "url": "https://api.github.com/repos/spryker/auth-rest-api/zipball/c41c28bba60cc1ea0e83493c638edc7514181dbb", + "reference": "c41c28bba60cc1ea0e83493c638edc7514181dbb", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/cms-block-storage": "^1.0.0", - "spryker/kernel": "^3.16.0" + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.0.0", + "spryker/oauth": "^1.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker-shop/catalog-page": "*", - "spryker-shop/product-detail-page": "*", - "spryker-shop/shop-application": "*", - "spryker/silex": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker-shop/catalog-page": "Widget plugins are available for this module.", - "spryker-shop/product-detail-page": "Widget plugins are available for this module.", - "spryker-shop/shop-application": "^0.2.0 ShopApplicationServiceProvider plugin is required by TwigCmsBlock plugin", - "spryker/silex": "Use this module when using plugins that need Silex dependencies.", - "spryker/twig": "Use this module when using plugins that need Twig dependencies." + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -2473,145 +7026,144 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsBlockWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "AuthRestApi module", + "time": "2018-08-27T16:43:53+00:00" }, { - "name": "spryker-shop/cms-content-widget-product-connector", - "version": "1.0.0", + "name": "spryker/availability", + "version": "6.3.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/cms-content-widget-product-connector.git", - "reference": "531be471bf59d1517588bd9189482c06fb1f0f00" + "url": "https://github.com/spryker/availability.git", + "reference": "1b38d01627f2efdb08f30e21cf5109cd92e3ae1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/cms-content-widget-product-connector/zipball/531be471bf59d1517588bd9189482c06fb1f0f00", - "reference": "531be471bf59d1517588bd9189482c06fb1f0f00", + "url": "https://api.github.com/repos/spryker/availability/zipball/1b38d01627f2efdb08f30e21cf5109cd92e3ae1a", + "reference": "1b38d01627f2efdb08f30e21cf5109cd92e3ae1a", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/cms-content-widget": "^1.2.0", - "spryker/kernel": "^3.16.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/product-storage": "^1.0.0", - "spryker/propel-orm": "^1.5.0" + "spryker/kernel": "^3.0.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.0.0", + "spryker/oms": "^8.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-alternative-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/stock": "^5.0.0", + "spryker/storage": "^3.0.0", + "spryker/store": "^1.5.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/twig": "*" + "spryker/checkout": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/twig": "If you want to use CmsProductContentWidgetPlugin." + "spryker/checkout": "If you want to use Checkout plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsContentWidgetProductConnector module", - "time": "2018-06-14T10:22:07+00:00" + "description": "Availability module", + "time": "2018-09-18T10:19:59+00:00" }, { - "name": "spryker-shop/cms-content-widget-product-set-connector", - "version": "1.0.0", + "name": "spryker/availability-cart-connector", + "version": "4.2.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/cms-content-widget-product-set-connector.git", - "reference": "61b4e651e85d620f8953e386e8c2d24ab49fc584" + "url": "https://github.com/spryker/availability-cart-connector.git", + "reference": "73d84ec5f9baa0e0da87c7428bb77e00a0da42e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/cms-content-widget-product-set-connector/zipball/61b4e651e85d620f8953e386e8c2d24ab49fc584", - "reference": "61b4e651e85d620f8953e386e8c2d24ab49fc584", + "url": "https://api.github.com/repos/spryker/availability-cart-connector/zipball/73d84ec5f9baa0e0da87c7428bb77e00a0da42e3", + "reference": "73d84ec5f9baa0e0da87c7428bb77e00a0da42e3", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/cms-content-widget": "^1.2.0", - "spryker/kernel": "^3.16.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/product-set": "^1.3.0", - "spryker/product-set-storage": "^1.0.0", - "spryker/product-storage": "^1.0.0", - "spryker/propel-orm": "^1.5.0" + "spryker/availability": "^5.0.0 || ^6.0.0", + "spryker/kernel": "^3.0.0" }, "require-dev": { - "spryker-shop/product-set-detail-page": "*", - "spryker/twig": "*" + "spryker/cart": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "suggest": { - "spryker-shop/product-set-detail-page": "If you want to use CmsProductSetContentWidgetPlugin.", - "spryker/twig": "If you want to use CmsProductSetContentWidgetPlugin." + "spryker/cart": "If you want to use Cart plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsContentWidgetProductSetConnector module", - "time": "2018-06-13T13:42:55+00:00" + "description": "AvailabilityCartConnector module", + "time": "2018-04-06T07:18:05+00:00" }, { - "name": "spryker-shop/cms-page", - "version": "1.0.0", + "name": "spryker/availability-data-feed", + "version": "0.1.3", "source": { "type": "git", - "url": "https://github.com/spryker-shop/cms-page.git", - "reference": "5fc186f64a63722cefde7569de796771cb6dc12b" + "url": "https://github.com/spryker/availability-data-feed.git", + "reference": "bb81d353afa52c044fb17e584b33202d25e0f8dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/cms-page/zipball/5fc186f64a63722cefde7569de796771cb6dc12b", - "reference": "5fc186f64a63722cefde7569de796771cb6dc12b", + "url": "https://api.github.com/repos/spryker/availability-data-feed/zipball/bb81d353afa52c044fb17e584b33202d25e0f8dd", + "reference": "bb81d353afa52c044fb17e584b33202d25e0f8dd", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-router-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/cms": "^6.4.0", - "spryker/cms-content-widget": "^1.2.0", - "spryker/cms-storage": "^1.0.0", - "spryker/customer": "^7.4.0", - "spryker/kernel": "^3.16.0", - "spryker/symfony": "^3.1.0" + "spryker/kernel": "^3.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/stock": "^4.0.0 || ^5.0.0" }, "require-dev": { - "spryker/silex": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker/silex": "Use this module when using plugins that need Silex dependencies.", - "spryker/twig": "Use this module when using plugins that need Twig dependencies." + "spryker/availability": "^5.0.0 || ^6.0.0", + "spryker/code-sniffer": "*", + "spryker/locale": "^3.0.0", + "spryker/propel": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/silex": "^2.0.0", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -2621,105 +7173,103 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsPage module", - "time": "2018-06-15T09:21:34+00:00" + "description": "AvailabilityDataFeed module", + "time": "2018-02-20T11:05:53+00:00" }, { - "name": "spryker-shop/currency-widget", - "version": "1.0.0", + "name": "spryker/availability-gui", + "version": "3.0.2", "source": { "type": "git", - "url": "https://github.com/spryker-shop/currency-widget.git", - "reference": "2bae6ffbaed3325f28ca466a00209079628777cb" + "url": "https://github.com/spryker/availability-gui.git", + "reference": "18f1242720c494da742b5ece1c50243249c3f7a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/currency-widget/zipball/2bae6ffbaed3325f28ca466a00209079628777cb", - "reference": "2bae6ffbaed3325f28ca466a00209079628777cb", + "url": "https://api.github.com/repos/spryker/availability-gui/zipball/18f1242720c494da742b5ece1c50243249c3f7a6", + "reference": "18f1242720c494da742b5ece1c50243249c3f7a6", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/currency": "^3.4.0", - "spryker/kernel": "^3.16.0", - "spryker/symfony": "^3.1.0" + "spryker/availability": "^6.0.0", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.0.0", + "spryker/locale": "^3.0.0", + "spryker/oms": "^8.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-bundle": "^2.0.0 || ^3.0.0 || ^4.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/stock": "^5.0.0", + "spryker/store": "^1.5.0", + "spryker/symfony": "^3.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker-shop/shop-application": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/application": "*", + "spryker/config": "*", + "spryker/propel": "*", + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CurrencyWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "AvailabilityGui module", + "time": "2018-11-05T08:48:35+00:00" }, { - "name": "spryker-shop/customer-page", - "version": "1.0.0", + "name": "spryker/availability-storage", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/customer-page.git", - "reference": "8a4895c22bbd4f29c3cd70b649aafbf794e39312" + "url": "https://github.com/spryker/availability-storage.git", + "reference": "4e9b3e98b8efb0ccbd31a1dd57b901e8aca17f13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/customer-page/zipball/8a4895c22bbd4f29c3cd70b649aafbf794e39312", - "reference": "8a4895c22bbd4f29c3cd70b649aafbf794e39312", + "url": "https://api.github.com/repos/spryker/availability-storage/zipball/4e9b3e98b8efb0ccbd31a1dd57b901e8aca17f13", + "reference": "4e9b3e98b8efb0ccbd31a1dd57b901e8aca17f13", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/checkout-page": "^1.0.0", - "spryker-shop/customer-page-extension": "^1.0.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/application": "^3.8.0", - "spryker/customer": "^7.4.0", - "spryker/kernel": "^3.16.0", - "spryker/product-bundle": "^4.1.0", - "spryker/sales": "^8.5.0", - "spryker/step-engine": "^3.1.0", - "spryker/symfony": "^3.1.0", - "spryker/util-validate": "^1.0.0" + "spryker/availability": "^5.4.1 || ^6.0.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/product": "^5.5.0 || ^6.0.0", + "spryker/product-alternative-storage-extension": "^1.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { - "spryker-shop/home-page": "*", - "spryker/config": "*", - "spryker/messenger": "*", - "spryker/silex": "*", - "spryker/twig": "*" + "spryker/event": "*", + "spryker/product-storage": "*" }, "suggest": { - "spryker-shop/home-page": "Widget plugins are available for this module.", - "spryker/config": "Use this module when using plugins that need Config dependencies.", - "spryker/messenger": "Use this module when using plugins that need Messenger dependencies.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies.", - "spryker/twig": "Use this module when using plugins that need Twig dependencies." + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/product-storage": "If you want to use ProductStorage plugins, minimum required version: 0.1.0" }, "type": "library", "extra": { @@ -2729,35 +7279,38 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CustomerPage module", - "time": "2018-06-15T09:21:34+00:00" + "description": "AvailabilityStorage module", + "time": "2018-07-23T10:27:03+00:00" }, { - "name": "spryker-shop/customer-page-extension", + "name": "spryker/barcode", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/customer-page-extension.git", - "reference": "14bde5b616035fc8b7e33202d73b42824ab1a4a4" + "url": "https://github.com/spryker/barcode.git", + "reference": "4a7cc3af5dd768b318eaf697dc988525d35dba31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/customer-page-extension/zipball/14bde5b616035fc8b7e33202d73b42824ab1a4a4", - "reference": "14bde5b616035fc8b7e33202d73b42824ab1a4a4", + "url": "https://api.github.com/repos/spryker/barcode/zipball/4a7cc3af5dd768b318eaf697dc988525d35dba31", + "reference": "4a7cc3af5dd768b318eaf697dc988525d35dba31", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.1", + "spryker/barcode-extension": "^1.0.0", + "spryker/kernel": "^3.0.0" }, "require-dev": { - "spryker/symfony": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -2767,54 +7320,37 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CustomerPageExtension module", - "time": "2018-05-24T15:48:52+00:00" + "description": "Barcode module", + "time": "2018-05-16T13:57:10+00:00" }, { - "name": "spryker-shop/customer-reorder-widget", - "version": "3.0.0", + "name": "spryker/barcode-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/customer-reorder-widget.git", - "reference": "f9b3de8eb6e66426f5b5e0863e1c40f60d741490" + "url": "https://github.com/spryker/barcode-extension.git", + "reference": "25ec37ddb79e2aba9608ac38bf2a8e59be4f3128" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/customer-reorder-widget/zipball/f9b3de8eb6e66426f5b5e0863e1c40f60d741490", - "reference": "f9b3de8eb6e66426f5b5e0863e1c40f60d741490", + "url": "https://api.github.com/repos/spryker/barcode-extension/zipball/25ec37ddb79e2aba9608ac38bf2a8e59be4f3128", + "reference": "25ec37ddb79e2aba9608ac38bf2a8e59be4f3128", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/availability-storage": "^1.0.0", - "spryker/cart": "^4.6.0 || ^5.0.0", - "spryker/customer": "^7.4.0", - "spryker/kernel": "^3.16.0", - "spryker/product-bundle": "^4.1.0", - "spryker/sales": "^8.5.0", - "spryker/symfony": "^3.1.0", - "spryker/zed-request": "^3.4.0" + "php": ">=7.1" }, "require-dev": { - "spryker-shop/customer-page": "*", "spryker/code-sniffer": "*", - "spryker/silex": "*", "spryker/testify": "*" }, - "suggest": { - "spryker-shop/cart-page": "The default widget redirect is heading to a cart controller. Please redefine the redirect URL if you would like to use a custom behavior.", - "spryker-shop/customer-page": "Module with interface to implement (^0.2.0), to use the reorder widget on a customer page", - "spryker/silex": "If you want use the widget's router provider" - }, "type": "library", "extra": { "branch-alias": { @@ -2823,141 +7359,123 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CustomerReorderWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "BarcodeExtension module", + "time": "2018-05-16T13:57:10+00:00" }, { - "name": "spryker-shop/discount-promotion-widget", - "version": "1.0.0", + "name": "spryker/cache", + "version": "3.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/discount-promotion-widget.git", - "reference": "1ec766efe474c0866d60ddc613832335ca67b73e" + "url": "https://github.com/spryker/Cache.git", + "reference": "47154abd2196d54441c123493bbf27ce33cf14a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/discount-promotion-widget/zipball/1ec766efe474c0866d60ddc613832335ca67b73e", - "reference": "1ec766efe474c0866d60ddc613832335ca67b73e", + "url": "https://api.github.com/repos/spryker/Cache/zipball/47154abd2196d54441c123493bbf27ce33cf14a9", + "reference": "47154abd2196d54441c123493bbf27ce33cf14a9", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/product-storage": "^1.0.0" + "spryker/kernel": "^3.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker-shop/cart-page": "*", - "spryker/symfony": "*" - }, - "suggest": { - "spryker-shop/cart-page": "Widget plugins are available for this module.", - "spryker/symfony": "Use this module when using plugins that need Symfony dependencies." + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { - "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "psr-0": { + "Spryker": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "DiscountPromotionWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "Cache bundle", + "time": "2017-04-10T13:13:21+00:00" }, { - "name": "spryker-shop/discount-widget", - "version": "1.0.0", + "name": "spryker/calculation", + "version": "4.4.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/discount-widget.git", - "reference": "128a539e43212c3818b995107b6014c1436392ce" + "url": "https://github.com/spryker/calculation.git", + "reference": "2bf6f5dd9790615761a3046a74a44da757e8c5ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/discount-widget/zipball/128a539e43212c3818b995107b6014c1436392ce", - "reference": "128a539e43212c3818b995107b6014c1436392ce", + "url": "https://api.github.com/repos/spryker/calculation/zipball/2bf6f5dd9790615761a3046a74a44da757e8c5ba", + "reference": "2bf6f5dd9790615761a3046a74a44da757e8c5ba", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/cart-page": "^1.0.0", - "spryker-shop/checkout-page": "^1.0.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/application": "^3.8.0", - "spryker/calculation": "^4.2.0", - "spryker/kernel": "^3.16.0", - "spryker/messenger": "^3.1.0", - "spryker/quote": "^1.1.0 || ^2.0.0", - "spryker/symfony": "^3.1.0" + "spryker/calculation-extension": "^1.0.0", + "spryker/kernel": "^3.0.0", + "spryker/util-text": "^1.1.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/silex": "*" + "spryker/checkout": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/checkout": "If you want to use Checkout plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "DiscountWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "Calculation module", + "time": "2018-10-02T07:35:34+00:00" }, { - "name": "spryker-shop/error-page", + "name": "spryker/calculation-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/error-page.git", - "reference": "8f81e952ee689b6c18d603564504d387949b5d48" + "url": "https://github.com/spryker/calculation-extension.git", + "reference": "afc127154242237cf0b0f104cf33f2454811bba2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/error-page/zipball/8f81e952ee689b6c18d603564504d387949b5d48", - "reference": "8f81e952ee689b6c18d603564504d387949b5d48", + "url": "https://api.github.com/repos/spryker/calculation-extension/zipball/afc127154242237cf0b0f104cf33f2454811bba2", + "reference": "afc127154242237cf0b0f104cf33f2454811bba2", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/config": "^3.1.0", - "spryker/kernel": "^3.16.0", - "spryker/symfony": "^3.1.0" + "php": ">=7.1" }, "require-dev": { - "spryker-shop/shop-application": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -2967,90 +7485,93 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ErrorPage module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CalculationExtension module", + "time": "2018-10-04T13:35:59+00:00" }, { - "name": "spryker-shop/heartbeat-page", - "version": "1.0.0", + "name": "spryker/cart", + "version": "5.5.2", "source": { "type": "git", - "url": "https://github.com/spryker-shop/heartbeat-page.git", - "reference": "c8e67d24a445f2b213913d28e1443e935daefaa7" + "url": "https://github.com/spryker/cart.git", + "reference": "45859e550bf2acecdd12284b662ef6b882eb94af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/heartbeat-page/zipball/c8e67d24a445f2b213913d28e1443e935daefaa7", - "reference": "c8e67d24a445f2b213913d28e1443e935daefaa7", + "url": "https://api.github.com/repos/spryker/cart/zipball/45859e550bf2acecdd12284b662ef6b882eb94af", + "reference": "45859e550bf2acecdd12284b662ef6b882eb94af", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-application": "^1.0.0", - "spryker/heartbeat": "^3.2.0", - "spryker/kernel": "^3.16.0", - "spryker/search": "^7.0.0 || ^8.0.0", - "spryker/session": "^3.2.0", - "spryker/storage": "^3.4.0", - "spryker/symfony": "^3.1.0" + "spryker/calculation": "^4.0.0", + "spryker/cart-extension": "^1.6.0 || ^2.2.1", + "spryker/kernel": "^3.19.0", + "spryker/messenger": "^3.0.0", + "spryker/quote": "^2.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/silex": "*" + "spryker/application": "*", + "spryker/customer": "*", + "spryker/price-product": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/customer": "If you want to use Customer plugins, minimum required version: 7.4.0.", + "spryker/persistent-cart": "If you want to use persistent cart" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "HeartbeatPage module", - "time": "2018-06-13T13:42:55+00:00" + "description": "Cart module", + "time": "2018-11-05T13:16:07+00:00" }, { - "name": "spryker-shop/home-page", - "version": "1.0.0", + "name": "spryker/cart-currency-connector", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/home-page.git", - "reference": "8ca11dd002d858ca0f907e2f59a92919234edc3a" + "url": "https://github.com/spryker/cart-currency-connector.git", + "reference": "bc8a189fd3144a8b54637fa76951fc275a1cb38c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/home-page/zipball/8ca11dd002d858ca0f907e2f59a92919234edc3a", - "reference": "8ca11dd002d858ca0f907e2f59a92919234edc3a", + "url": "https://api.github.com/repos/spryker/cart-currency-connector/zipball/bc8a189fd3144a8b54637fa76951fc275a1cb38c", + "reference": "bc8a189fd3144a8b54637fa76951fc275a1cb38c", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/storage": "^3.4.0" - }, - "require-dev": { - "spryker/silex": "*" + "spryker/cart": "^5.1.0", + "spryker/currency": "^3.1.0", + "spryker/currency-extension": "^1.0.0", + "spryker/kernel": "^3.0.0", + "spryker/zed-request": "^3.0.0" }, "suggest": { - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/currency": "If you want to use plugin to rebuild cart when currency changed" }, "type": "library", "extra": { @@ -3060,41 +7581,36 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "HomePage module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CartCurrencyConnector module", + "time": "2018-05-16T15:12:24+00:00" }, { - "name": "spryker-shop/language-switcher-widget", - "version": "1.0.0", + "name": "spryker/cart-extension", + "version": "2.2.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/language-switcher-widget.git", - "reference": "d1e5007116ac3251b92e4d660ab261461aaf2e8f" + "url": "https://github.com/spryker/cart-extension.git", + "reference": "76c39071de9b806368ba2b1be8677b5be9f39191" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/language-switcher-widget/zipball/d1e5007116ac3251b92e4d660ab261461aaf2e8f", - "reference": "d1e5007116ac3251b92e4d660ab261461aaf2e8f", + "url": "https://api.github.com/repos/spryker/cart-extension/zipball/76c39071de9b806368ba2b1be8677b5be9f39191", + "reference": "76c39071de9b806368ba2b1be8677b5be9f39191", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/url-storage": "^1.0.0" + "php": ">=7.1" }, "require-dev": { - "spryker/symfony": "*" - }, - "suggest": { - "spryker/symfony": "3.0.0 for using LanguageSwitcherPlugin" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -3104,44 +7620,43 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "LanguageSwitcherWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CartExtension module", + "time": "2018-10-31T13:42:25+00:00" }, { - "name": "spryker-shop/money-widget", - "version": "1.0.0", + "name": "spryker/cart-items-products-relationship", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/money-widget.git", - "reference": "f6fa24e71cff030635fd49856750849c37ca7df4" + "url": "https://github.com/spryker/cart-items-products-relationship.git", + "reference": "b7a307afc34e77b9d45ee7643b8cf2b7ab09cd08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/money-widget/zipball/f6fa24e71cff030635fd49856750849c37ca7df4", - "reference": "f6fa24e71cff030635fd49856750849c37ca7df4", + "url": "https://api.github.com/repos/spryker/cart-items-products-relationship/zipball/b7a307afc34e77b9d45ee7643b8cf2b7ab09cd08", + "reference": "b7a307afc34e77b9d45ee7643b8cf2b7ab09cd08", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/currency-widget": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/money": "^2.4.0" + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.22.0", + "spryker/products-rest-api": "^1.1.0 || ^2.0.0" }, "require-dev": { - "spryker/silex": "*", - "spryker/twig": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/silex": "Use this module when using plugins that need Silex dependencies.", - "spryker/twig": "Use this module when using plugins that need Twig dependencies." + "spryker/carts-rest-api": "If you want to expand cart items resource with concrete products relationship." }, "type": "library", "extra": { @@ -3151,35 +7666,46 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "MoneyWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CartItemsProductsRelationship module", + "time": "2018-09-05T07:44:19+00:00" }, { - "name": "spryker-shop/navigation-widget", - "version": "1.0.0", + "name": "spryker/cart-note", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/navigation-widget.git", - "reference": "26f81e174a974956ed6404bc7524b76c46340952" + "url": "https://github.com/spryker/cart-note.git", + "reference": "f77d22771dbf7e4da658ba25404980bcfb2f614c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/navigation-widget/zipball/26f81e174a974956ed6404bc7524b76c46340952", - "reference": "26f81e174a974956ed6404bc7524b76c46340952", + "url": "https://api.github.com/repos/spryker/cart-note/zipball/f77d22771dbf7e4da658ba25404980bcfb2f614c", + "reference": "f77d22771dbf7e4da658ba25404980bcfb2f614c", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/navigation-storage": "^1.0.0" + "spryker/cart-note-extension": "^1.0.0", + "spryker/kernel": "^3.0.0", + "spryker/quote": "^2.0.0", + "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/symfony": "^3.0.0", + "spryker/zed-request": "^3.0.0" + }, + "require-dev": { + "spryker/checkout": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/checkout": "If you want to use Checkout plugins." }, "type": "library", "extra": { @@ -3189,45 +7715,36 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "NavigationWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CartNote module", + "time": "2018-04-10T14:40:01+00:00" }, { - "name": "spryker-shop/newsletter-page", + "name": "spryker/cart-note-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/newsletter-page.git", - "reference": "3e6d109195e3ee02fe0df28e884c31519b0b2551" + "url": "https://github.com/spryker/cart-note-extension.git", + "reference": "e84cb4deaa84c9497f6d3dda62e70f5c6e6309b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/newsletter-page/zipball/3e6d109195e3ee02fe0df28e884c31519b0b2551", - "reference": "3e6d109195e3ee02fe0df28e884c31519b0b2551", + "url": "https://api.github.com/repos/spryker/cart-note-extension/zipball/e84cb4deaa84c9497f6d3dda62e70f5c6e6309b1", + "reference": "e84cb4deaa84c9497f6d3dda62e70f5c6e6309b1", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/application": "^3.8.0", - "spryker/customer": "^7.4.0", - "spryker/kernel": "^3.16.0", - "spryker/newsletter": "^4.3.0", - "spryker/symfony": "^3.1.0" + "php": ">=7.1" }, "require-dev": { - "spryker/silex": "*" - }, - "suggest": { - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -3237,46 +7754,40 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "NewsletterPage module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CartNoteExtension module", + "time": "2018-04-10T14:40:01+00:00" }, { - "name": "spryker-shop/newsletter-widget", - "version": "1.0.0", + "name": "spryker/cart-note-product-bundle-connector", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/newsletter-widget.git", - "reference": "d81c98028beaf9294ef87fcd72e507fc1971fa67" + "url": "https://github.com/spryker/cart-note-product-bundle-connector.git", + "reference": "5a0d648406f4c50e68304322d2a2dd9e477b840a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/newsletter-widget/zipball/d81c98028beaf9294ef87fcd72e507fc1971fa67", - "reference": "d81c98028beaf9294ef87fcd72e507fc1971fa67", + "url": "https://api.github.com/repos/spryker/cart-note-product-bundle-connector/zipball/5a0d648406f4c50e68304322d2a2dd9e477b840a", + "reference": "5a0d648406f4c50e68304322d2a2dd9e477b840a", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/application": "^3.8.0", - "spryker/kernel": "^3.16.0", - "spryker/newsletter": "^4.3.0", - "spryker/symfony": "^3.1.0" + "spryker/cart-note-extension": "^1.0.0", + "spryker/kernel": "^3.0.0", + "spryker/product-bundle": "^4.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker-shop/customer-page": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/customer-page": "Widget plugins are available for this module.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -3286,47 +7797,40 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "NewsletterWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CartNoteProductBundleConnector module", + "time": "2018-04-10T14:40:01+00:00" }, { - "name": "spryker-shop/price-widget", - "version": "1.0.0", + "name": "spryker/cart-variant", + "version": "1.0.4", "source": { "type": "git", - "url": "https://github.com/spryker-shop/price-widget.git", - "reference": "4056ec7e922f42a975c7b5e835a7c0efe1a30b16" + "url": "https://github.com/spryker/cart-variant.git", + "reference": "8a22bddce0830476f1a1be8f6698a24ff1dffecd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/price-widget/zipball/4056ec7e922f42a975c7b5e835a7c0efe1a30b16", - "reference": "4056ec7e922f42a975c7b5e835a7c0efe1a30b16", + "url": "https://api.github.com/repos/spryker/cart-variant/zipball/8a22bddce0830476f1a1be8f6698a24ff1dffecd", + "reference": "8a22bddce0830476f1a1be8f6698a24ff1dffecd", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/price": "^5.3.0", - "spryker/quote": "^1.1.0 || ^2.0.0", - "spryker/symfony": "^3.1.0" + "spryker/availability": "^5.0.0 || ^6.0.0", + "spryker/kernel": "^3.0.0", + "spryker/product": "^5.0.0 || ^6.0.0" }, "require-dev": { - "spryker-shop/product-detail-page": "*", - "spryker-shop/shop-application": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/product-detail-page": "Widget plugins are available for this module.", - "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -3336,43 +7840,50 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "PriceWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CartVariant module", + "time": "2018-02-08T10:41:19+00:00" }, { - "name": "spryker-shop/product-barcode-widget", - "version": "1.0.0", + "name": "spryker/carts-rest-api", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-barcode-widget.git", - "reference": "b1a56903deaec56e71a196df47c450bb9a2388d1" + "url": "https://github.com/spryker/carts-rest-api.git", + "reference": "b81827a087424a0d772ebcdbfe60f0fd37317930" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-barcode-widget/zipball/b1a56903deaec56e71a196df47c450bb9a2388d1", - "reference": "b1a56903deaec56e71a196df47c450bb9a2388d1", + "url": "https://api.github.com/repos/spryker/carts-rest-api/zipball/b81827a087424a0d772ebcdbfe60f0fd37317930", + "reference": "b81827a087424a0d772ebcdbfe60f0fd37317930", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/product-barcode": "^1.0.0" + "spryker/cart": "^5.1.0", + "spryker/carts-rest-api-extension": "^1.0.0", + "spryker/customers-rest-api-extension": "^1.0.0", + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.22.0", + "spryker/persistent-cart": "^1.2.0", + "spryker/propel-orm": "^1.0.0", + "spryker/quote": "^2.1.0", + "spryker/symfony": "^3.0.0", + "spryker/zed-request": "^3.4.0" }, "require-dev": { - "spryker-shop/shopping-list-page": "*", "spryker/code-sniffer": "*", "spryker/testify": "*" }, "suggest": { - "spryker-shop/shopping-list-page": "*" + "spryker/uuid-behavior": "Used to generate UUIDs for the cart entities." }, "type": "library", "extra": { @@ -3382,43 +7893,40 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductBarcodeWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CartsRestApi module", + "time": "2018-10-29T08:54:29+00:00" }, { - "name": "spryker-shop/product-bundle-widget", + "name": "spryker/carts-rest-api-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-bundle-widget.git", - "reference": "32a0ff4aee0cf693e737cd524f4fde7b56cf1743" + "url": "https://github.com/spryker/carts-rest-api-extension.git", + "reference": "8ca7feffe531084d62f0e13522377e832b29bae8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-bundle-widget/zipball/32a0ff4aee0cf693e737cd524f4fde7b56cf1743", - "reference": "32a0ff4aee0cf693e737cd524f4fde7b56cf1743", + "url": "https://api.github.com/repos/spryker/carts-rest-api-extension/zipball/8ca7feffe531084d62f0e13522377e832b29bae8", + "reference": "8ca7feffe531084d62f0e13522377e832b29bae8", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/product-bundle": "^4.1.0" + "php": ">=7.1" }, "require-dev": { - "spryker-shop/cart-page": "*", - "spryker-shop/multi-cart-widget": "*" + "spryker/code-sniffer": "*", + "spryker/glue-application": "*", + "spryker/testify": "*" }, "suggest": { - "spryker-shop/cart-page": "Widget plugins are available for this module.", - "spryker-shop/multi-cart-widget": "Add to use bundle product widgets" + "spryker/glue-application": "If you want to use RestRequestInterface" }, "type": "library", "extra": { @@ -3428,83 +7936,100 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductBundleWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CartsRestApiExtension module", + "time": "2018-10-25T07:49:17+00:00" }, { - "name": "spryker-shop/product-category-widget", - "version": "1.0.0", + "name": "spryker/catalog", + "version": "5.3.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-category-widget.git", - "reference": "9f41bdfe1372dc2da449d270d98805a06deb52bb" + "url": "https://github.com/spryker/catalog.git", + "reference": "b761dfad0179fcd7f7933c55756262c009a6c4d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-category-widget/zipball/9f41bdfe1372dc2da449d270d98805a06deb52bb", - "reference": "9f41bdfe1372dc2da449d270d98805a06deb52bb", + "url": "https://api.github.com/repos/spryker/catalog/zipball/b761dfad0179fcd7f7933c55756262c009a6c4d8", + "reference": "b761dfad0179fcd7f7933c55756262c009a6c4d8", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/product-category-storage": "^1.0.0" + "spryker/kernel": "^3.0.0", + "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker-shop/product-detail-page": "*" + "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/elastica": "*", + "spryker/product-page-search": "*", + "spryker/testify": "*" }, "suggest": { - "spryker-shop/product-detail-page": "Widget plugins are available for this module." + "spryker/config": "If you want to use Elastica plugins.", + "spryker/elastica": "If you want to use Elastica plugins.", + "spryker/product-page-search": "If you want to use ProductPageSearch plugins, minimum required version: 0.1.0." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductCategoryWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "Catalog module", + "time": "2018-03-09T07:57:08+00:00" }, { - "name": "spryker-shop/product-detail-page", - "version": "1.0.0", + "name": "spryker/catalog-price-product-connector", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-detail-page.git", - "reference": "032fc0804f81c52b863818fd70ab1b67e9ff193c" + "url": "https://github.com/spryker/catalog-price-product-connector.git", + "reference": "1a0d685190ba7848afeaf82be82b5e733730274f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-detail-page/zipball/032fc0804f81c52b863818fd70ab1b67e9ff193c", - "reference": "032fc0804f81c52b863818fd70ab1b67e9ff193c", + "url": "https://api.github.com/repos/spryker/catalog-price-product-connector/zipball/1a0d685190ba7848afeaf82be82b5e733730274f", + "reference": "1a0d685190ba7848afeaf82be82b5e733730274f", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-router-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/product-storage": "^1.0.0", - "spryker/storage": "^3.4.0", - "spryker/symfony": "^3.1.0" + "spryker/currency": "^3.2.0", + "spryker/kernel": "^3.0.0", + "spryker/price": "^5.0.0", + "spryker/price-product": "^1.0.0 || ^2.0.0", + "spryker/price-product-storage": "^1.0.0 || ^2.0.0" + }, + "require-dev": { + "spryker/catalog": "*", + "spryker/code-sniffer": "*", + "spryker/elastica": "*", + "spryker/search": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0.", + "spryker/config": "If you want to use Config plugins.", + "spryker/elastica": "If you want to use Elastica plugins.", + "spryker/search": "If you want to use Search plugins." }, "type": "library", "extra": { @@ -3514,36 +8039,40 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductDetailPage module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CatalogPriceProductConnector module", + "time": "2018-07-04T14:05:29+00:00" }, { - "name": "spryker-shop/product-group-widget", - "version": "1.0.0", + "name": "spryker/catalog-search-products-resource-relationship", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-group-widget.git", - "reference": "20e332b321e60d8ac6f81f4723ec456bba4790af" + "url": "https://github.com/spryker/catalog-search-products-resource-relationship.git", + "reference": "54a2b1226b987aa3201ca5a4d428be4076648a05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-group-widget/zipball/20e332b321e60d8ac6f81f4723ec456bba4790af", - "reference": "20e332b321e60d8ac6f81f4723ec456bba4790af", + "url": "https://api.github.com/repos/spryker/catalog-search-products-resource-relationship/zipball/54a2b1226b987aa3201ca5a4d428be4076648a05", + "reference": "54a2b1226b987aa3201ca5a4d428be4076648a05", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/product-group-storage": "^1.0.0", - "spryker/product-storage": "^1.0.0" + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.22.0", + "spryker/products-rest-api": "^1.2.0 || ^2.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -3553,40 +8082,44 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductGroupWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CatalogSearchProductsResourceRelationship module", + "time": "2018-09-05T09:38:53+00:00" }, { - "name": "spryker-shop/product-image-widget", - "version": "1.0.0", + "name": "spryker/catalog-search-rest-api", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-image-widget.git", - "reference": "7697d3835aed054ab0c6f1c9f240e8e7fa506c4f" + "url": "https://github.com/spryker/catalog-search-rest-api.git", + "reference": "fad0c21d17afd1e12eed65a8906d45fcc38c870f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-image-widget/zipball/7697d3835aed054ab0c6f1c9f240e8e7fa506c4f", - "reference": "7697d3835aed054ab0c6f1c9f240e8e7fa506c4f", + "url": "https://api.github.com/repos/spryker/catalog-search-rest-api/zipball/fad0c21d17afd1e12eed65a8906d45fcc38c870f", + "reference": "fad0c21d17afd1e12eed65a8906d45fcc38c870f", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0" + "spryker/catalog": "^5.2.0", + "spryker/glossary-storage": "^1.0.0", + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.22.0", + "spryker/price": "^5.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker-shop/product-detail-page": "*" - }, - "suggest": { - "spryker-shop/product-detail-page": "Widget plugins are available for this module." + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -3596,43 +8129,41 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductImageWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CatalogSearchRestApi module", + "time": "2018-10-30T13:10:12+00:00" }, { - "name": "spryker-shop/product-label-widget", - "version": "1.0.0", + "name": "spryker/categories-rest-api", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-label-widget.git", - "reference": "ca3169e1628f810f9ce365f3d7bafec9db282c6c" + "url": "https://github.com/spryker/categories-rest-api.git", + "reference": "e865c2ebedd388408d879329c0d039af88f86624" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-label-widget/zipball/ca3169e1628f810f9ce365f3d7bafec9db282c6c", - "reference": "ca3169e1628f810f9ce365f3d7bafec9db282c6c", + "url": "https://api.github.com/repos/spryker/categories-rest-api/zipball/e865c2ebedd388408d879329c0d039af88f86624", + "reference": "e865c2ebedd388408d879329c0d039af88f86624", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/product-label-storage": "^1.0.0" + "spryker/category-storage": "^1.0.0", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.22.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker-shop/product-detail-page": "*", - "spryker-shop/product-widget": "*" - }, - "suggest": { - "spryker-shop/product-detail-page": "Widget plugins are available for this module.", - "spryker-shop/product-widget": "Widget plugins are available for this module." + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -3642,92 +8173,98 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductLabelWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CategoriesRestApi module", + "time": "2018-10-10T09:26:09+00:00" }, { - "name": "spryker-shop/product-new-page", - "version": "1.0.0", + "name": "spryker/category", + "version": "4.9.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-new-page.git", - "reference": "84c48aae229b7e4a9be923a6426b7461a6ee1261" + "url": "https://github.com/spryker/category.git", + "reference": "253afc760982667527a3f7d7a75f8094f3139d6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-new-page/zipball/84c48aae229b7e4a9be923a6426b7461a6ee1261", - "reference": "84c48aae229b7e4a9be923a6426b7461a6ee1261", + "url": "https://api.github.com/repos/spryker/category/zipball/253afc760982667527a3f7d7a75f8094f3139d6c", + "reference": "253afc760982667527a3f7d7a75f8094f3139d6c", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/catalog": "^5.2.0", - "spryker/kernel": "^3.16.0", - "spryker/product-new": "^1.1.0", - "spryker/symfony": "^3.1.0", - "spryker/url-storage": "^1.0.0" + "spryker/event": "^1.0.0 || ^2.0.0", + "spryker/graph": "^3.0.0", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.17.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/url": "^3.2.1", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker-shop/shop-application": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/application": "*", + "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/propel": "*", + "spryker/silex": "*", + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Category\\Helper\\": "tests/SprykerTest/Zed/Category/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductNewPage module", - "time": "2018-06-15T09:21:34+00:00" + "description": "Category module", + "time": "2018-11-01T14:58:18+00:00" }, { - "name": "spryker-shop/product-option-widget", - "version": "1.0.0", + "name": "spryker/category-data-feed", + "version": "0.2.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-option-widget.git", - "reference": "3e09abffdd2a9bfd17b3e1a7aa77b32ee9e0e1e8" + "url": "https://github.com/spryker/category-data-feed.git", + "reference": "1685a9b5086f9634ea4afcbaa016171a21231e43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-option-widget/zipball/3e09abffdd2a9bfd17b3e1a7aa77b32ee9e0e1e8", - "reference": "3e09abffdd2a9bfd17b3e1a7aa77b32ee9e0e1e8", + "url": "https://api.github.com/repos/spryker/category-data-feed/zipball/1685a9b5086f9634ea4afcbaa016171a21231e43", + "reference": "1685a9b5086f9634ea4afcbaa016171a21231e43", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/product-option-storage": "^1.0.0" + "spryker/category": "^3.0.0 || ^4.0.0", + "spryker/kernel": "^3.0.0", + "spryker/propel-orm": "^1.0.0" }, "require-dev": { - "spryker-shop/cart-page": "*", - "spryker-shop/product-detail-page": "*" - }, - "suggest": { - "spryker-shop/cart-page": "Widget plugins are available for this module.", - "spryker-shop/product-detail-page": "Widget plugins are available for this module." + "spryker/code-sniffer": "*", + "spryker/locale": "^3.0.0", + "spryker/propel": "^3.0.0", + "spryker/silex": "^2.0.0", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -3736,44 +8273,42 @@ } }, "autoload": { - "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "psr-0": { + "Spryker": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductOptionWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CategoryDataFeed module", + "time": "2017-07-13T15:46:45+00:00" }, { - "name": "spryker-shop/product-relation-widget", - "version": "1.0.0", + "name": "spryker/category-data-import", + "version": "0.2.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-relation-widget.git", - "reference": "6948ceafe6b59c3b3dff91f7e5096be13a1203eb" + "url": "https://github.com/spryker/category-data-import.git", + "reference": "59c7e84125e45a80ad15410a3235464b4ed9bef4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-relation-widget/zipball/6948ceafe6b59c3b3dff91f7e5096be13a1203eb", - "reference": "6948ceafe6b59c3b3dff91f7e5096be13a1203eb", + "url": "https://api.github.com/repos/spryker/category-data-import/zipball/59c7e84125e45a80ad15410a3235464b4ed9bef4", + "reference": "59c7e84125e45a80ad15410a3235464b4ed9bef4", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/product-relation-storage": "^1.0.0" + "spryker/category": "^3.0.0 || ^4.0.0", + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/url": "^3.0.0" }, "require-dev": { - "spryker-shop/cart-page": "*", - "spryker-shop/product-detail-page": "*" - }, - "suggest": { - "spryker-shop/cart-page": "Widget plugins are available for this module.", - "spryker-shop/product-detail-page": "Widget plugins are available for this module." + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -3783,100 +8318,81 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductRelationWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CategoryDataImport module", + "time": "2018-06-04T14:08:46+00:00" }, { - "name": "spryker-shop/product-review-widget", - "version": "1.0.0", + "name": "spryker/category-exporter", + "version": "3.0.2", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-review-widget.git", - "reference": "5053a80a976c1f1371ec898856cce9e57ee4c248" + "url": "https://github.com/spryker/CategoryExporter.git", + "reference": "e79fed31708944b5a9afa327f810813387b56110" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-review-widget/zipball/5053a80a976c1f1371ec898856cce9e57ee4c248", - "reference": "5053a80a976c1f1371ec898856cce9e57ee4c248", + "url": "https://api.github.com/repos/spryker/CategoryExporter/zipball/e79fed31708944b5a9afa327f810813387b56110", + "reference": "e79fed31708944b5a9afa327f810813387b56110", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/application": "^3.8.0", - "spryker/customer": "^7.4.0", - "spryker/kernel": "^3.16.0", - "spryker/product-review": "^1.1.0 || ^2.0.0", - "spryker/product-review-storage": "^1.0.0", - "spryker/storage": "^3.4.0", - "spryker/symfony": "^3.1.0" + "spryker/category": "^3.0.0 || ^4.0.0", + "spryker/kernel": "^3.0.0", + "spryker/key-builder": "^1.0.0", + "spryker/storage": "^3.0.0" }, "require-dev": { - "spryker-shop/catalog-page": "*", - "spryker-shop/product-detail-page": "*", - "spryker-shop/product-widget": "*", - "spryker/silex": "*" - }, - "suggest": { - "spryker-shop/catalog-page": "Widget plugins are available for this module.", - "spryker-shop/product-detail-page": "Widget plugins are available for this module.", - "spryker-shop/product-widget": "Widget plugins are available for this module.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { - "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "psr-0": { + "Spryker": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductReviewWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CategoryExporter module", + "time": "2017-07-13T15:46:45+00:00" }, { - "name": "spryker-shop/product-set-detail-page", + "name": "spryker/category-navigation-connector", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-set-detail-page.git", - "reference": "bb86050f95a2684fb1b265cbf66294af20ce2f32" + "url": "https://github.com/spryker/category-navigation-connector.git", + "reference": "0be5f54ddf8ddc87ed988cd9737a229629744ed2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-set-detail-page/zipball/bb86050f95a2684fb1b265cbf66294af20ce2f32", - "reference": "bb86050f95a2684fb1b265cbf66294af20ce2f32", + "url": "https://api.github.com/repos/spryker/category-navigation-connector/zipball/0be5f54ddf8ddc87ed988cd9737a229629744ed2", + "reference": "0be5f54ddf8ddc87ed988cd9737a229629744ed2", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-router-extension": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/product-set-storage": "^1.0.0", - "spryker/product-storage": "^1.0.0" + "spryker/category": "^4.4.0", + "spryker/kernel": "^3.0.0", + "spryker/navigation": "^2.3.0" }, "require-dev": { - "spryker/silex": "*" - }, - "suggest": { - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -3886,44 +8402,47 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductSetDetailPage module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CategoryNavigationConnector module", + "time": "2018-01-31T12:07:33+00:00" }, { - "name": "spryker-shop/product-set-list-page", - "version": "1.0.0", + "name": "spryker/category-page-search", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-set-list-page.git", - "reference": "c65ef2cfb46c8c7d0cbf8282b91eb242d1701b80" + "url": "https://github.com/spryker/category-page-search.git", + "reference": "c757df03470426d43f299d6bc28a73e540e4ba06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-set-list-page/zipball/c65ef2cfb46c8c7d0cbf8282b91eb242d1701b80", - "reference": "c65ef2cfb46c8c7d0cbf8282b91eb242d1701b80", + "url": "https://api.github.com/repos/spryker/category-page-search/zipball/c757df03470426d43f299d6bc28a73e540e4ba06", + "reference": "c757df03470426d43f299d6bc28a73e540e4ba06", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/product-set-page-search": "^1.0.0", - "spryker/symfony": "^3.1.0" + "spryker/category": "^4.3.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/locale": "^3.1.0", + "spryker/propel-orm": "^1.5.0", + "spryker/search": "^7.0.0 || ^8.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/url": "^3.3.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker-shop/shop-application": "*", - "spryker/silex": "*" + "spryker/event": "*" }, "suggest": { - "spryker-shop/shop-application": "Use this module when using plugins that need ShopApplication dependencies.", - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" }, "type": "library", "extra": { @@ -3933,42 +8452,55 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductSetListPage module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CategoryPageSearch module", + "time": "2018-07-17T18:22:31+00:00" }, { - "name": "spryker-shop/product-set-widget", - "version": "1.0.0", + "name": "spryker/category-storage", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-set-widget.git", - "reference": "8bc55d6e05b4d483b3e3b4435a10fc261ed3984b" + "url": "https://github.com/spryker/category-storage.git", + "reference": "0ecbc1925265d74c15d9d173a0b995ebb6215b78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-set-widget/zipball/8bc55d6e05b4d483b3e3b4435a10fc261ed3984b", - "reference": "8bc55d6e05b4d483b3e3b4435a10fc261ed3984b", + "url": "https://api.github.com/repos/spryker/category-storage/zipball/0ecbc1925265d74c15d9d173a0b995ebb6215b78", + "reference": "0ecbc1925265d74c15d9d173a0b995ebb6215b78", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0" + "spryker/category": "^4.3.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/locale": "^3.1.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/url": "^3.3.0", + "spryker/util-sanitize": "^2.1.0" }, "require-dev": { - "spryker-shop/product-set-detail-page": "*", - "spryker/cms-content-widget-product-set-connector": "*" + "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/propel-query-builder": "*", + "spryker/testify": "*", + "spryker/url-storage": "*" }, "suggest": { - "spryker-shop/product-set-detail-page": "Widget plugins are available for this module.", - "spryker/cms-content-widget-product-set-connector": "Use this module when using plugins that need CmsContentWidgetProductSetConnector dependencies." + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/url-storage": "If you want to use UrlStorage plugins, minimum required version: 0.2.0" }, "type": "library", "extra": { @@ -3978,44 +8510,43 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductSetWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CategoryStorage module", + "time": "2018-10-19T14:07:04+00:00" }, { - "name": "spryker-shop/product-widget", - "version": "1.0.0", + "name": "spryker/chart", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/product-widget.git", - "reference": "82506834277ea2f9d2a716090e396b1158a04f77" + "url": "https://github.com/spryker/chart.git", + "reference": "46ad8f73b1b2e4041ebd3cb53c3714b5fa1e96f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/product-widget/zipball/82506834277ea2f9d2a716090e396b1158a04f77", - "reference": "82506834277ea2f9d2a716090e396b1158a04f77", + "url": "https://api.github.com/repos/spryker/chart/zipball/46ad8f73b1b2e4041ebd3cb53c3714b5fa1e96f5", + "reference": "46ad8f73b1b2e4041ebd3cb53c3714b5fa1e96f5", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0" + "spryker/kernel": "^3.0.0" }, "require-dev": { - "spryker-shop/catalog-page": "*", - "spryker-shop/product-relation-widget": "*", - "spryker/cms-content-widget-product-connector": "*" + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*", + "spryker/twig": "*" }, "suggest": { - "spryker-shop/catalog-page": "Widget plugins are available for this module.", - "spryker-shop/product-relation-widget": "Widget plugins are available for this module.", - "spryker/cms-content-widget-product-connector": "Use this module when using plugins that need CmsContentWidgetProductConnector dependencies." + "spryker/silex": "*", + "spryker/twig": "*" }, "type": "library", "extra": { @@ -4025,95 +8556,92 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "Chart module", + "time": "2018-08-07T09:07:57+00:00" }, { - "name": "spryker-shop/redirect-page", - "version": "1.0.0", + "name": "spryker/checkout", + "version": "4.2.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/redirect-page.git", - "reference": "aadf9e52f53a4ce21f266bd5add387fca20b2102" + "url": "https://github.com/spryker/checkout.git", + "reference": "64a0852e7e91bd4de167c9c69ae8e5f07381ca63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/redirect-page/zipball/aadf9e52f53a4ce21f266bd5add387fca20b2102", - "reference": "aadf9e52f53a4ce21f266bd5add387fca20b2102", + "url": "https://api.github.com/repos/spryker/checkout/zipball/64a0852e7e91bd4de167c9c69ae8e5f07381ca63", + "reference": "64a0852e7e91bd4de167c9c69ae8e5f07381ca63", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-router-extension": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/storage": "^3.4.0" + "spryker/checkout-extension": "^1.0.0", + "spryker/error-handler": "^2.1.0", + "spryker/kernel": "^3.0.0", + "spryker/oms": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/permission-extension": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/quote": "^1.0.0 || ^2.0.0", + "spryker/step-engine": "^2.0.0 || ^3.0.0", + "spryker/symfony": "^3.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/url-storage": "*" - }, - "suggest": { - "spryker/url-storage": "Use this module when using plugins that need UrlStorage dependencies." + "spryker/availability": "*", + "spryker/country": "*", + "spryker/customer": "*", + "spryker/locale": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/sales": "*", + "spryker/stock": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "RedirectPage module", - "time": "2018-06-13T13:42:55+00:00" + "description": "Checkout module", + "time": "2018-11-05T13:53:50+00:00" }, { - "name": "spryker-shop/shop-application", + "name": "spryker/checkout-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shop-application.git", - "reference": "34effa4be300cc2325c8d339994e603871939535" + "url": "https://github.com/spryker/checkout-extension.git", + "reference": "c8fcc8e6de2bd64c2424ac418ebe5aa4920b5ba7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shop-application/zipball/34effa4be300cc2325c8d339994e603871939535", - "reference": "34effa4be300cc2325c8d339994e603871939535", + "url": "https://api.github.com/repos/spryker/checkout-extension/zipball/c8fcc8e6de2bd64c2424ac418ebe5aa4920b5ba7", + "reference": "c8fcc8e6de2bd64c2424ac418ebe5aa4920b5ba7", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker-shop/shop-application-extension": "^1.0.0", - "spryker/application": "^3.8.0", - "spryker/kernel": "^3.16.0", - "spryker/silex": "^2.0.0", - "spryker/storage": "^3.4.0", - "spryker/util-text": "^1.2.0" + "php": ">=7.1" }, "require-dev": { - "spryker/config": "*", - "spryker/log": "*", - "spryker/symfony": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker/config": "Use this module when using plugins that need Config dependencies.", - "spryker/log": "Use this module when using plugins that need Log dependencies.", - "spryker/symfony": "Use this module when using plugins that need Symfony dependencies.", - "spryker/twig": "Use this module when using plugins that need Twig dependencies." + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -4123,83 +8651,112 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ShopApplication module", - "time": "2018-06-13T13:42:55+00:00" + "description": "CheckoutExtension module", + "time": "2018-10-04T13:35:59+00:00" }, { - "name": "spryker-shop/shop-application-extension", - "version": "1.0.0", + "name": "spryker/cms", + "version": "6.6.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shop-application-extension.git", - "reference": "b4d3b19cf31b54679a68ab3feae6847f8289d6df" + "url": "https://github.com/spryker/cms.git", + "reference": "59d5c9e89c4b890ddfcce1663565d668ca67e3cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shop-application-extension/zipball/b4d3b19cf31b54679a68ab3feae6847f8289d6df", - "reference": "b4d3b19cf31b54679a68ab3feae6847f8289d6df", + "url": "https://api.github.com/repos/spryker/cms/zipball/59d5c9e89c4b890ddfcce1663565d668ca67e3cb", + "reference": "59d5c9e89c4b890ddfcce1663565d668ca67e3cb", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.1", + "spryker/category": "^3.0.0 || ^4.0.0", + "spryker/glossary": "^3.1.0", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.0.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/url": "^3.2.1", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.1.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/silex": "*", - "spryker/symfony": "*" + "spryker/application": "*", + "spryker/propel": "*", + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "suggest": { - "spryker/silex": "", - "spryker/symfony": ">=3.0.0 for using LanguageSwitcherPluginInterface" + "spryker/cms-block": "If you want to have separate content blocks on your pages." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Cms\\Helper\\": "tests/SprykerTest/Zed/Cms/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ShopApplicationExtension module", - "time": "2018-06-14T14:39:12+00:00" + "description": "Cms module", + "time": "2018-11-05T12:12:01+00:00" }, { - "name": "spryker-shop/shop-router", - "version": "1.0.0", + "name": "spryker/cms-block", + "version": "2.1.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shop-router.git", - "reference": "cb63ede85283bb9a1f6827fc833bc931f7e33adf" + "url": "https://github.com/spryker/cms-block.git", + "reference": "1550cc3023619f7136e8e1155bfb1016cfa6382e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shop-router/zipball/cb63ede85283bb9a1f6827fc833bc931f7e33adf", - "reference": "cb63ede85283bb9a1f6827fc833bc931f7e33adf", + "url": "https://api.github.com/repos/spryker/cms-block/zipball/1550cc3023619f7136e8e1155bfb1016cfa6382e", + "reference": "1550cc3023619f7136e8e1155bfb1016cfa6382e", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-router-extension": "^1.0.0", - "spryker/application": "^3.8.0", - "spryker/kernel": "^3.16.0", - "spryker/log": "^3.4.0", - "spryker/silex": "^2.0.0", - "spryker/symfony": "^3.1.0", - "spryker/url-storage": "^1.0.0", - "spryker/util-text": "^1.2.0" + "spryker/event": "^2.0.0", + "spryker/glossary": "^3.1.0", + "spryker/kernel": "^3.0.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/store": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/silex": "*", + "spryker/testify": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker/silex": "*", + "spryker/twig": "*" }, "type": "library", "extra": { @@ -4209,35 +8766,54 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CmsBlock\\Helper\\": "tests/SprykerTest/Zed/CmsBlock/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ShopRouter module", - "time": "2018-06-13T15:26:14+00:00" + "description": "CmsBlock module", + "time": "2018-10-25T05:34:19+00:00" }, { - "name": "spryker-shop/shop-router-extension", - "version": "1.0.0", + "name": "spryker/cms-block-category-connector", + "version": "2.1.4", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shop-router-extension.git", - "reference": "316515f09b3832be6d45b20a92da5dc8f2da2953" + "url": "https://github.com/spryker/cms-block-category-connector.git", + "reference": "3495d28d05f71dfe96411e7ff8d9732023ac7f3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shop-router-extension/zipball/316515f09b3832be6d45b20a92da5dc8f2da2953", - "reference": "316515f09b3832be6d45b20a92da5dc8f2da2953", + "url": "https://api.github.com/repos/spryker/cms-block-category-connector/zipball/3495d28d05f71dfe96411e7ff8d9732023ac7f3c", + "reference": "3495d28d05f71dfe96411e7ff8d9732023ac7f3c", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.1", + "spryker/category": "^4.0.0", + "spryker/cms-block": "^1.2.0 || ^2.0.0", + "spryker/collector": "^5.0.0 || ^6.0.0", + "spryker/gui": "^3.6.0", + "spryker/kernel": "^3.0.0", + "spryker/locale": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-data-reader": "^1.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/symfony": "*" + "spryker/cms-block-gui": "*", + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/cms-block-gui": "^1.0.0 || ^2.0.0" }, "type": "library", "extra": { @@ -4247,41 +8823,46 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ShopRouterExtension module", - "time": "2018-06-12T07:58:13+00:00" + "description": "CmsBlockCategoryConnector module", + "time": "2018-02-09T12:03:48+00:00" }, { - "name": "spryker-shop/shop-translator", - "version": "1.0.0", + "name": "spryker/cms-block-category-storage", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shop-translator.git", - "reference": "edb83e7920975e78b82c4fa229e60fcde3d5ee1b" + "url": "https://github.com/spryker/cms-block-category-storage.git", + "reference": "c23535c96da503538c51492fdd18cd9d0930383b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shop-translator/zipball/edb83e7920975e78b82c4fa229e60fcde3d5ee1b", - "reference": "edb83e7920975e78b82c4fa229e60fcde3d5ee1b", + "url": "https://api.github.com/repos/spryker/cms-block-category-storage/zipball/c23535c96da503538c51492fdd18cd9d0930383b", + "reference": "c23535c96da503538c51492fdd18cd9d0930383b", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/glossary-storage": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/symfony": "^3.1.0" + "spryker/category": "^4.3.0", + "spryker/cms-block": "^1.5.0 || ^2.0.0", + "spryker/cms-block-category-connector": "^2.1.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/propel-orm": "^1.5.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/util-sanitize": "^2.1.0" }, "require-dev": { - "spryker/silex": "*" + "spryker/event": "*" }, "suggest": { - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" }, "type": "library", "extra": { @@ -4291,40 +8872,45 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ShopTranslator module", - "time": "2018-06-13T15:26:14+00:00" + "description": "CmsBlockCategoryStorage module", + "time": "2018-07-17T18:22:31+00:00" }, { - "name": "spryker-shop/shop-ui", - "version": "1.0.0", + "name": "spryker/cms-block-collector", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shop-ui.git", - "reference": "78b7f1130157f9df53c57dfa31874d7f52d3b06e" + "url": "https://github.com/spryker/cms-block-collector.git", + "reference": "1330afab0f421e1a643a14c0bf776964af94a96c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shop-ui/zipball/78b7f1130157f9df53c57dfa31874d7f52d3b06e", - "reference": "78b7f1130157f9df53c57dfa31874d7f52d3b06e", + "url": "https://api.github.com/repos/spryker/cms-block-collector/zipball/1330afab0f421e1a643a14c0bf776964af94a96c", + "reference": "1330afab0f421e1a643a14c0bf776964af94a96c", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/kernel": "^3.16.0", - "spryker/twig": "^3.3.1" + "spryker/cms-block": "^2.0.0", + "spryker/collector": "^6.0.0", + "spryker/glossary": "^3.0.0", + "spryker/kernel": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { - "spryker/silex": "*" - }, - "suggest": { - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -4334,35 +8920,45 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ShopUi module", - "time": "2018-06-13T22:30:27+00:00" + "description": "CmsBlockCollector module", + "time": "2018-01-31T11:25:02+00:00" }, { - "name": "spryker-shop/shop-ui-extension", - "version": "1.0.0", + "name": "spryker/cms-block-gui", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/shop-ui-extension.git", - "reference": "260c65808aa471e11ad1010588dd3fd05adf97fb" + "url": "https://github.com/spryker/cms-block-gui.git", + "reference": "66b7f0a10277027f910125d8a4c1d01f7521e8ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/shop-ui-extension/zipball/260c65808aa471e11ad1010588dd3fd05adf97fb", - "reference": "260c65808aa471e11ad1010588dd3fd05adf97fb", + "url": "https://api.github.com/repos/spryker/cms-block-gui/zipball/66b7f0a10277027f910125d8a4c1d01f7521e8ef", + "reference": "66b7f0a10277027f910125d8a4c1d01f7521e8ef", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.1", + "spryker/cms-block": "^2.0.0", + "spryker/gui": "^3.3.3", + "spryker/kernel": "^3.13.0", + "spryker/locale": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/twig": "^3.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/symfony": "*" + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -4372,40 +8968,53 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ShopUiExtension module", - "time": "2018-05-25T12:28:17+00:00" + "description": "CmsBlockGui module", + "time": "2018-02-27T13:46:33+00:00" }, { - "name": "spryker-shop/web-profiler-widget", - "version": "1.0.0", + "name": "spryker/cms-block-product-connector", + "version": "1.1.4", "source": { "type": "git", - "url": "https://github.com/spryker-shop/web-profiler-widget.git", - "reference": "3c6312fbabb14508f2d6b09ebb06d988734c719e" + "url": "https://github.com/spryker/cms-block-product-connector.git", + "reference": "399cd7d5387951631da155a287784e2bd9860fda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/web-profiler-widget/zipball/3c6312fbabb14508f2d6b09ebb06d988734c719e", - "reference": "3c6312fbabb14508f2d6b09ebb06d988734c719e", + "url": "https://api.github.com/repos/spryker/cms-block-product-connector/zipball/399cd7d5387951631da155a287784e2bd9860fda", + "reference": "399cd7d5387951631da155a287784e2bd9860fda", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/kernel": "^3.16.0", - "spryker/web-profiler": "^1.0.0" + "spryker/cms-block": "^1.2.0 || ^2.0.0", + "spryker/collector": "^5.0.0 || ^6.0.0", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.0.0", + "spryker/locale": "^3.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { - "spryker/silex": "*" + "spryker/cms-block-gui": "*", + "spryker/code-sniffer": "*", + "spryker/product-management": "*", + "spryker/silex": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/cms-block-gui": "^1.0.0 || ^2.0.0", + "spryker/product-management": "*" }, "type": "library", "extra": { @@ -4415,47 +9024,46 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "WebProfilerWidget module", - "time": "2018-06-07T15:00:00+00:00" + "description": "CmsBlockProductConnector module", + "time": "2018-04-23T11:09:15+00:00" }, { - "name": "spryker-shop/wishlist-page", - "version": "1.0.0", + "name": "spryker/cms-block-product-storage", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/wishlist-page.git", - "reference": "685651296f8f29e47675fedaf2bd7fc116c4effa" + "url": "https://github.com/spryker/cms-block-product-storage.git", + "reference": "48c7ff9e143a9e574dd2dd10c783531098fc4f39" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/wishlist-page/zipball/685651296f8f29e47675fedaf2bd7fc116c4effa", - "reference": "685651296f8f29e47675fedaf2bd7fc116c4effa", + "url": "https://api.github.com/repos/spryker/cms-block-product-storage/zipball/48c7ff9e143a9e574dd2dd10c783531098fc4f39", + "reference": "48c7ff9e143a9e574dd2dd10c783531098fc4f39", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/customer-page": "^1.0.0", - "spryker-shop/shop-application": "^1.0.0", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/application": "^3.8.0", - "spryker/customer": "^7.4.0", - "spryker/kernel": "^3.16.0", - "spryker/product-storage": "^1.0.0", - "spryker/symfony": "^3.1.0", - "spryker/wishlist": "^5.1.0 || ^6.0.0" + "spryker/cms-block": "^1.5.0 || ^2.0.0", + "spryker/cms-block-product-connector": "^1.1.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/util-sanitize": "^2.1.0" }, "require-dev": { - "spryker/silex": "*" + "spryker/event": "*", + "spryker/propel-orm": "*" }, "suggest": { - "spryker/silex": "Use this module when using plugins that need Silex dependencies." + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" }, "type": "library", "extra": { @@ -4465,102 +9073,102 @@ }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "WishlistPage module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CmsBlockProductStorage module", + "time": "2018-07-17T18:22:31+00:00" }, { - "name": "spryker-shop/wishlist-widget", - "version": "1.0.0", + "name": "spryker/cms-block-storage", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker-shop/wishlist-widget.git", - "reference": "b46ef263198b6a36326a578997cbee26f589aa3b" + "url": "https://github.com/spryker/cms-block-storage.git", + "reference": "0edbe2988a15de75cea3c087507a7afab1dddbcb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-shop/wishlist-widget/zipball/b46ef263198b6a36326a578997cbee26f589aa3b", - "reference": "b46ef263198b6a36326a578997cbee26f589aa3b", + "url": "https://api.github.com/repos/spryker/cms-block-storage/zipball/0edbe2988a15de75cea3c087507a7afab1dddbcb", + "reference": "0edbe2988a15de75cea3c087507a7afab1dddbcb", "shasum": "" }, "require": { "php": ">=7.1", - "spryker-shop/shop-ui": "^1.0.0", - "spryker/kernel": "^3.16.0", - "spryker/wishlist": "^4.0.0 || ^5.0.0 || ^6.0.0" + "spryker/cms-block": "^1.5.0 || ^2.0.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/util-sanitize": "^2.1.0" }, "require-dev": { - "spryker-shop/customer-page": "*", - "spryker-shop/product-detail-page": "*" + "spryker/event": "*" }, "suggest": { - "spryker-shop/customer-page": "To have customer account pages", - "spryker-shop/product-detail-page": "Widget plugins are available for this module." + "spryker/cms-block": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "0.1.x-dev" } }, "autoload": { "psr-4": { - "SprykerShop\\": "src/SprykerShop/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "WishlistWidget module", - "time": "2018-06-15T09:21:34+00:00" + "description": "CmsBlockStorage module", + "time": "2018-07-17T18:22:31+00:00" }, { - "name": "spryker/acl", - "version": "3.0.8", + "name": "spryker/cms-collector", + "version": "2.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/acl.git", - "reference": "bfc3dffb201f8cc88a71020b2eb282a03354a8b1" + "url": "https://github.com/spryker/cms-collector.git", + "reference": "ac8f05994338b8db74e0d19a1b2aea80d7fe0aaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/acl/zipball/bfc3dffb201f8cc88a71020b2eb282a03354a8b1", - "reference": "bfc3dffb201f8cc88a71020b2eb282a03354a8b1", + "url": "https://api.github.com/repos/spryker/cms-collector/zipball/ac8f05994338b8db74e0d19a1b2aea80d7fe0aaa", + "reference": "ac8f05994338b8db74e0d19a1b2aea80d7fe0aaa", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/config": "^3.0.0", - "spryker/gui": "^3.0.0", + "spryker/cms": "^6.2.0", + "spryker/collector": "^5.1.1 || ^6.0.0", "spryker/kernel": "^3.0.0", - "spryker/propel-orm": "^1.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/search": "^6.2.0 || ^7.0.0 || ^8.0.0", "spryker/symfony": "^3.0.0", - "spryker/user": "^3.0.0", - "spryker/util-date-time": "^1.0.0", - "spryker/util-text": "^1.1.0" + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/url": "^3.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/installer": "*", - "spryker/propel": "*", - "spryker/silex": "*", + "spryker/propel": "^3.0.0", + "spryker/silex": "^2.0.0", "spryker/testify": "*" }, - "suggest": { - "spryker/installer": "If you want to use Installer plugins.", - "spryker/silex": "If you want to use ServiceProvider." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -4572,40 +9180,53 @@ "license": [ "proprietary" ], - "description": "Acl module", - "time": "2018-04-05T08:50:03+00:00" + "description": "CmsCollector module", + "time": "2018-03-09T07:57:08+00:00" }, { - "name": "spryker/api", - "version": "0.1.3", + "name": "spryker/cms-content-widget", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/Api.git", - "reference": "9c627c4607bc4a950a8e66797251857990c6f44a" + "url": "https://github.com/spryker/cms-content-widget.git", + "reference": "863c24758984508ecbf7007f9b95c6ce9112a366" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Api/zipball/9c627c4607bc4a950a8e66797251857990c6f44a", - "reference": "9c627c4607bc4a950a8e66797251857990c6f44a", + "url": "https://api.github.com/repos/spryker/cms-content-widget/zipball/863c24758984508ecbf7007f9b95c6ce9112a366", + "reference": "863c24758984508ecbf7007f9b95c6ce9112a366", "shasum": "" }, "require": { - "spryker/application": "^3.0.0", - "spryker/config": "^3.0.0", + "php": ">=7.1", + "spryker/glossary": "^3.0.0", "spryker/kernel": "^3.0.0", - "spryker/silex": "^2.0.0", + "spryker/log": "^3.0.0", "spryker/symfony": "^3.0.0", - "spryker/util-encoding": "^2.0.1", - "spryker/util-text": "^1.1.1" + "spryker/twig": "^3.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { + "spryker/cms": "*", + "spryker/cms-block-collector": "*", + "spryker/cms-block-gui": "*", + "spryker/cms-block-storage": "*", + "spryker/cms-collector": "*", + "spryker/cms-gui": "*", "spryker/code-sniffer": "*", - "spryker/log": "*", "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/silex": "*", "spryker/testify": "*" }, "suggest": { - "spryker/log": "For logging request and response." + "spryker/cms": "If you want to use CmsPageParameterMapExpanderPlugin plugin.", + "spryker/cms-block-collector": "If you want to expand CMS block collector with content widget mapping, provides plugin.", + "spryker/cms-block-gui": "If you want to use content widgets with CMS blocks.", + "spryker/cms-block-storage": "If you want to use CmsBlockStorage plugins, minimum required version: 1.2.0.", + "spryker/cms-collector": "If you want to expand cms pages collector with content widget mapping, provides plugin.", + "spryker/cms-gui": "If you want to use content widgets with CMS pages.", + "spryker/silex": "Needed to get Twig environment for content widget service provider." }, "type": "library", "extra": { @@ -4618,51 +9239,43 @@ "Spryker\\": "src/Spryker/" } }, - "autoload-dev": { - "psr-4": { - "SprykerTest\\": "tests/SprykerTest/" - } - }, - "notification-url": "https://code.foo.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Api module", - "support": { - "source": "https://github.com/spryker/Api/tree/master" - }, - "time": "2017-11-20T13:06:10+00:00" + "description": "CmsContentWidget module", + "time": "2018-01-25T09:08:11+00:00" }, { - "name": "spryker/api-query-builder", - "version": "0.1.0", + "name": "spryker/cms-content-widget-product-connector", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/ApiQueryBuilder.git", - "reference": "03ee7dd5f5535d3691348fad7fa739026ff5ff8f" + "url": "https://github.com/spryker/cms-content-widget-product-connector.git", + "reference": "10df31935d8f33e1ae245b361ebcf9e225a97183" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/ApiQueryBuilder/zipball/03ee7dd5f5535d3691348fad7fa739026ff5ff8f", - "reference": "03ee7dd5f5535d3691348fad7fa739026ff5ff8f", + "url": "https://api.github.com/repos/spryker/cms-content-widget-product-connector/zipball/10df31935d8f33e1ae245b361ebcf9e225a97183", + "reference": "10df31935d8f33e1ae245b361ebcf9e225a97183", "shasum": "" }, "require": { - "spryker/api": "^0.1.0", + "php": ">=7.1", + "spryker/cms-content-widget": "^1.0.0", "spryker/kernel": "^3.0.0", - "spryker/propel-orm": "^1.2.0", - "spryker/propel-query-builder": "^0.3.0", - "spryker/util-encoding": "^2.0.1" + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/propel-orm": "^1.0.0" }, "require-dev": { - "spryker/assertion": "*", "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/product": "*", "spryker/propel": "*", "spryker/silex": "*", - "spryker/symfony": "^3.0.0", - "spryker/testify": "*" + "spryker/testify": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker/twig": "Required by Yves Twig function." }, "type": "library", "extra": { @@ -4671,156 +9284,145 @@ } }, "autoload": { - "psr-0": { - "Spryker": "src/" + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ApiQueryBuilder bundle", - "time": "2017-05-17T15:39:19+00:00" + "description": "CmsContentWidgetProductConnector module", + "time": "2018-08-28T12:34:54+00:00" }, { - "name": "spryker/application", - "version": "3.9.0", + "name": "spryker/cms-content-widget-product-group-connector", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/application.git", - "reference": "53b5f1b533352e3cb668dff179fc2cfaad34b39d" + "url": "https://github.com/spryker/CmsContentWidgetProductGroupConnector.git", + "reference": "7016123ac7906a40b84ba28a12d463eb9962397f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/application/zipball/53b5f1b533352e3cb668dff179fc2cfaad34b39d", - "reference": "53b5f1b533352e3cb668dff179fc2cfaad34b39d", + "url": "https://api.github.com/repos/spryker/CmsContentWidgetProductGroupConnector/zipball/7016123ac7906a40b84ba28a12d463eb9962397f", + "reference": "7016123ac7906a40b84ba28a12d463eb9962397f", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/config": "^3.0.0", - "spryker/error-handler": "^2.0.0", - "spryker/kernel": "^3.8.0", - "spryker/log": "^3.1.0", - "spryker/monolog": "^2.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/silex": "^2.0.0", - "spryker/symfony": "^3.0.0", - "spryker/twig": "^3.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-network": "^1.1.0", - "spryker/util-text": "^1.1.0" + "spryker/cms-content-widget": "^1.0.0", + "spryker/kernel": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/propel-orm": "^1.0.0", + "spryker/silex": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Application\\Helper\\": "tests/SprykerTest/Shared/Application/_support/Helper/" + "psr-0": { + "Spryker": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Application module", - "time": "2018-03-22T10:58:16+00:00" + "description": "CmsContentWidgetProductGroupConnector module", + "time": "2017-07-11T09:55:44+00:00" }, { - "name": "spryker/assertion", - "version": "3.0.0", + "name": "spryker/cms-content-widget-product-search-connector", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/Assertion.git", - "reference": "bd42cb51f8dc432a859e0ae396d9bf6b1924bcdf" + "url": "https://github.com/spryker/cms-content-widget-product-search-connector.git", + "reference": "0eff1c1d838b7a945007eb73c70d3e48a5de16b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Assertion/zipball/bd42cb51f8dc432a859e0ae396d9bf6b1924bcdf", - "reference": "bd42cb51f8dc432a859e0ae396d9bf6b1924bcdf", + "url": "https://api.github.com/repos/spryker/cms-content-widget-product-search-connector/zipball/0eff1c1d838b7a945007eb73c70d3e48a5de16b3", + "reference": "0eff1c1d838b7a945007eb73c70d3e48a5de16b3", "shasum": "" }, "require": { - "spryker/kernel": "^3.0.0" + "php": ">=7.1", + "spryker/cms-content-widget": "^1.0.0", + "spryker/kernel": "^3.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/search": "^7.2.0 || ^8.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/silex": "*", - "spryker/testify": "*" + "spryker/testify": "*", + "spryker/twig": "*" }, "suggest": { - "spryker/silex": "If you want to use ServiceProvider you need to install spryker/silex." + "spryker/twig": "Required by Yves Twig function." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-0": { - "Spryker": "src/" - } - }, - "autoload-dev": { - "psr-0": { - "Unit": "tests/" + "psr-4": { + "Spryker\\": "src/Spryker/" } }, - "notification-url": "https://code.foo.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Assertion bundle", - "support": { - "source": "https://github.com/spryker/Assertion/tree/3.0.0" - }, - "time": "2017-02-22T12:08:46+00:00" + "description": "CmsContentWidgetProductSearchConnector module", + "time": "2018-03-09T07:57:08+00:00" }, { - "name": "spryker/auth", - "version": "3.0.3", + "name": "spryker/cms-content-widget-product-set-connector", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/auth.git", - "reference": "42d8fabd73d6c61128ae50df1bacb9d4f71ec576" + "url": "https://github.com/spryker/cms-content-widget-product-set-connector.git", + "reference": "dbadc101bd361940a87f7220f6fb17bec585a792" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/auth/zipball/42d8fabd73d6c61128ae50df1bacb9d4f71ec576", - "reference": "42d8fabd73d6c61128ae50df1bacb9d4f71ec576", + "url": "https://api.github.com/repos/spryker/cms-content-widget-product-set-connector/zipball/dbadc101bd361940a87f7220f6fb17bec585a792", + "reference": "dbadc101bd361940a87f7220f6fb17bec585a792", "shasum": "" }, "require": { "php": ">=7.1", + "spryker/cms-content-widget": "^1.0.0", "spryker/kernel": "^3.0.0", - "spryker/session": "^3.0.0", - "spryker/symfony": "^3.0.0", - "spryker/user": "^3.0.0", - "spryker/util-text": "^1.1.0" + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-set": "^1.0.0", + "spryker/propel-orm": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/propel-orm": "*", + "spryker/propel": "*", "spryker/silex": "*", - "spryker/testify": "*" + "spryker/testify": "*", + "spryker/twig": "*" }, "suggest": { - "spryker/silex": "If you want to use ServiceProvider." + "spryker/twig": "Required by Yves Twig function." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -4832,94 +9434,89 @@ "license": [ "proprietary" ], - "description": "Auth module", - "time": "2018-03-29T05:09:00+00:00" + "description": "CmsContentWidgetProductSetConnector module", + "time": "2018-01-24T11:43:27+00:00" }, { - "name": "spryker/auth-mail-connector", - "version": "3.0.0", + "name": "spryker/cms-gui", + "version": "4.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/AuthMailConnector.git", - "reference": "2300ca403314500e99411ccf41b312327532ed8d" + "url": "https://github.com/spryker/cms-gui.git", + "reference": "ccd494eae0a607be79e4f9ecd909b03a43bdbf70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/AuthMailConnector/zipball/2300ca403314500e99411ccf41b312327532ed8d", - "reference": "2300ca403314500e99411ccf41b312327532ed8d", + "url": "https://api.github.com/repos/spryker/cms-gui/zipball/ccd494eae0a607be79e4f9ecd909b03a43bdbf70", + "reference": "ccd494eae0a607be79e4f9ecd909b03a43bdbf70", "shasum": "" }, "require": { - "spryker/kernel": "^3.0.0", - "spryker/mail": "^4.0.0" + "php": ">=7.1", + "spryker/application": "^3.2.0", + "spryker/cms": "^5.1.0 || ^6.6.0", + "spryker/glossary": "^3.0.0", + "spryker/gui": "^3.10.0", + "spryker/kernel": "^3.4.0", + "spryker/locale": "^3.0.0", + "spryker/symfony": "^3.0.0", + "spryker/twig": "^3.0.0", + "spryker/url": "^3.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/auth": "If you want to use Auth plugins you need to install spryker/auth." + "spryker/config": "*", + "spryker/propel": "*", + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { - "psr-0": { - "Spryker": "src/" + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AuthMailConnector bundle", - "time": "2017-02-22T12:08:46+00:00" + "description": "CmsGui module", + "time": "2018-11-09T17:07:35+00:00" }, { - "name": "spryker/availability", - "version": "6.0.0", + "name": "spryker/cms-navigation-connector", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/availability.git", - "reference": "af1d06fcf97fb22538ff1d435fe17b566ad986d7" + "url": "https://github.com/spryker/cms-navigation-connector.git", + "reference": "eea1cdb3e66f42fe325ba5a40670cdccdb4f9df3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability/zipball/af1d06fcf97fb22538ff1d435fe17b566ad986d7", - "reference": "af1d06fcf97fb22538ff1d435fe17b566ad986d7", + "url": "https://api.github.com/repos/spryker/cms-navigation-connector/zipball/eea1cdb3e66f42fe325ba5a40670cdccdb4f9df3", + "reference": "eea1cdb3e66f42fe325ba5a40670cdccdb4f9df3", "shasum": "" }, "require": { "php": ">=7.1", + "spryker/cms": "^6.5.0", "spryker/kernel": "^3.0.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.0.0", - "spryker/oms": "^8.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/stock": "^5.0.0", - "spryker/storage": "^3.0.0", - "spryker/store": "^1.5.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/navigation": "^2.3.0" }, "require-dev": { - "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/silex": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/checkout": "If you want to use Checkout plugins." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -4931,40 +9528,47 @@ "license": [ "proprietary" ], - "description": "Availability module", - "time": "2018-02-20T11:05:53+00:00" + "description": "CmsNavigationConnector module", + "time": "2018-01-31T12:07:33+00:00" }, { - "name": "spryker/availability-cart-connector", - "version": "4.2.0", + "name": "spryker/cms-page-search", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/availability-cart-connector.git", - "reference": "73d84ec5f9baa0e0da87c7428bb77e00a0da42e3" + "url": "https://github.com/spryker/cms-page-search.git", + "reference": "faa5ae08c4ecafa3f81ca6835cec61719b0cedd2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability-cart-connector/zipball/73d84ec5f9baa0e0da87c7428bb77e00a0da42e3", - "reference": "73d84ec5f9baa0e0da87c7428bb77e00a0da42e3", + "url": "https://api.github.com/repos/spryker/cms-page-search/zipball/faa5ae08c4ecafa3f81ca6835cec61719b0cedd2", + "reference": "faa5ae08c4ecafa3f81ca6835cec61719b0cedd2", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/availability": "^5.0.0 || ^6.0.0", - "spryker/kernel": "^3.0.0" + "spryker/cms": "^6.4.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/locale": "^3.1.0", + "spryker/search": "^7.0.0 || ^8.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/cart": "*", - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/event": "*", + "spryker/propel-orm": "*", + "spryker/url": "*" }, "suggest": { - "spryker/cart": "If you want to use Cart plugins." + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", + "spryker/url": "If you want to use Url plugins, minimum required version: 3.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "0.1.x-dev" } }, "autoload": { @@ -4976,42 +9580,48 @@ "license": [ "proprietary" ], - "description": "AvailabilityCartConnector module", - "time": "2018-04-06T07:18:05+00:00" + "description": "CmsPageSearch module", + "time": "2018-07-17T18:22:31+00:00" }, { - "name": "spryker/availability-data-feed", - "version": "0.1.3", + "name": "spryker/cms-storage", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/availability-data-feed.git", - "reference": "bb81d353afa52c044fb17e584b33202d25e0f8dd" + "url": "https://github.com/spryker/cms-storage.git", + "reference": "6d3fad592af6fe862ae74591656caaf4f2e73b6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability-data-feed/zipball/bb81d353afa52c044fb17e584b33202d25e0f8dd", - "reference": "bb81d353afa52c044fb17e584b33202d25e0f8dd", + "url": "https://api.github.com/repos/spryker/cms-storage/zipball/6d3fad592af6fe862ae74591656caaf4f2e73b6d", + "reference": "6d3fad592af6fe862ae74591656caaf4f2e73b6d", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/kernel": "^3.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/stock": "^4.0.0 || ^5.0.0" + "spryker/cms": "^6.4.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/locale": "^3.1.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { - "spryker/availability": "^5.0.0 || ^6.0.0", - "spryker/code-sniffer": "*", - "spryker/locale": "^3.0.0", - "spryker/propel": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/silex": "^2.0.0", - "spryker/testify": "*" + "spryker/event": "*", + "spryker/propel-orm": "*", + "spryker/url": "*", + "spryker/url-storage": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", + "spryker/url": "If you want to use Url plugins, minimum required version: 3.3.0", + "spryker/url-storage": "If you want to use UrlStorage plugins, minimum required version: 0.2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "0.1.x-dev" } }, "autoload": { @@ -5023,82 +9633,71 @@ "license": [ "proprietary" ], - "description": "AvailabilityDataFeed module", - "time": "2018-02-20T11:05:53+00:00" + "description": "CmsStorage module", + "time": "2018-07-17T18:22:31+00:00" }, { - "name": "spryker/availability-gui", - "version": "3.0.1", + "name": "spryker/cms-user-connector", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/availability-gui.git", - "reference": "642f8cbf3c04fa0904defcdd7c79c70c0bfba19c" + "url": "https://github.com/spryker/CmsUserConnector.git", + "reference": "5d124aa6ddb7d492b5a9d1dc97e72f944c5c63f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability-gui/zipball/642f8cbf3c04fa0904defcdd7c79c70c0bfba19c", - "reference": "642f8cbf3c04fa0904defcdd7c79c70c0bfba19c", + "url": "https://api.github.com/repos/spryker/CmsUserConnector/zipball/5d124aa6ddb7d492b5a9d1dc97e72f944c5c63f5", + "reference": "5d124aa6ddb7d492b5a9d1dc97e72f944c5c63f5", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/availability": "^6.0.0", - "spryker/gui": "^3.0.0", + "spryker/cms": "^5.0.0 || ^6.0.0", "spryker/kernel": "^3.0.0", - "spryker/locale": "^3.0.0", - "spryker/oms": "^8.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-bundle": "^2.0.0 || ^3.0.0 || ^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/stock": "^5.0.0", - "spryker/store": "^1.5.0", - "spryker/symfony": "^3.0.0", - "spryker/util-text": "^1.1.0" + "spryker/user": "^3.0.1" }, "require-dev": { "spryker/code-sniffer": "*", "spryker/propel": "*", + "spryker/propelorm": "^1.0.0", "spryker/silex": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/" + "psr-0": { + "Spryker": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "AvailabilityGui module", - "time": "2018-02-28T16:40:28+00:00" + "description": "CmsUserConnector bundle", + "time": "2017-06-29T10:18:58+00:00" }, { - "name": "spryker/availability-offer-connector", - "version": "1.0.0", + "name": "spryker/code-generator", + "version": "0.3.7", "source": { "type": "git", - "url": "https://github.com/spryker/availability-offer-connector.git", - "reference": "ac7a33e86e4f2a3695ed580876741ad1e1138928" + "url": "https://github.com/spryker/code-generator.git", + "reference": "c2638cde2e7886c876a9d6752875f5e2ced1a86d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability-offer-connector/zipball/ac7a33e86e4f2a3695ed580876741ad1e1138928", - "reference": "ac7a33e86e4f2a3695ed580876741ad1e1138928", + "url": "https://api.github.com/repos/spryker/code-generator/zipball/c2638cde2e7886c876a9d6752875f5e2ced1a86d", + "reference": "c2638cde2e7886c876a9d6752875f5e2ced1a86d", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/availability": "^6.0.0", "spryker/kernel": "^3.0.0", - "spryker/offer-extension": "^1.0.0", - "spryker/store": "^1.5.0" + "zendframework/zend-filter": "^2.8.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -5117,42 +9716,37 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "AvailabilityOfferConnector module", - "time": "2018-04-20T09:46:04+00:00" + "description": "CodeGenerator module", + "time": "2018-09-04T09:50:22+00:00" }, { - "name": "spryker/availability-storage", + "name": "spryker/code-it-now", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/availability-storage.git", - "reference": "4a5c0ba90fc7f3819978ef108d2788ced6026c66" + "url": "https://github.com/spryker/code-it-now.git", + "reference": "9b29d0e4d357d5252bee01d1fb06572812bac924" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/availability-storage/zipball/4a5c0ba90fc7f3819978ef108d2788ced6026c66", - "reference": "4a5c0ba90fc7f3819978ef108d2788ced6026c66", + "url": "https://api.github.com/repos/spryker/code-it-now/zipball/9b29d0e4d357d5252bee01d1fb06572812bac924", + "reference": "9b29d0e4d357d5252bee01d1fb06572812bac924", "shasum": "" }, "require": { + "codeitnowin/barcode": "^3.0.0", "php": ">=7.1", - "spryker/availability": "^5.4.1 || ^6.0.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0" + "spryker/barcode-extension": "^1.0.0" }, "require-dev": { - "spryker/event": "*", - "spryker/product-storage": "*" + "spryker/code-sniffer": "*", + "spryker/kernel": "^3.1.0", + "spryker/testify": "*" }, "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/product-storage": "If you want to use ProductStorage plugins, minimum required version: 0.1.0" + "spryker/kernel": "for testing" }, "type": "library", "extra": { @@ -5169,133 +9763,149 @@ "license": [ "proprietary" ], - "description": "AvailabilityStorage module", - "time": "2018-05-24T09:51:00+00:00" + "description": "CodeItNow module", + "time": "2018-05-16T13:57:10+00:00" }, { - "name": "spryker/barcode", - "version": "1.0.0", + "name": "spryker/collector", + "version": "6.1.7", "source": { "type": "git", - "url": "https://github.com/spryker/barcode.git", - "reference": "4a7cc3af5dd768b318eaf697dc988525d35dba31" + "url": "https://github.com/spryker/collector.git", + "reference": "6ef79f1d9842271e2aa9f9f9c397a0552947de6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/barcode/zipball/4a7cc3af5dd768b318eaf697dc988525d35dba31", - "reference": "4a7cc3af5dd768b318eaf697dc988525d35dba31", + "url": "https://api.github.com/repos/spryker/collector/zipball/6ef79f1d9842271e2aa9f9f9c397a0552947de6e", + "reference": "6ef79f1d9842271e2aa9f9f9c397a0552947de6e", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/barcode-extension": "^1.0.0", - "spryker/kernel": "^3.0.0" + "spryker/config": "^3.0.0", + "spryker/elastica": "^2.0.0 || ^3.0.0 || ^4.0.0", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.0.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.0.0", + "spryker/propel": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/redis": "^2.0.0", + "spryker/search": "^6.6.0 || ^7.0.0 || ^8.0.0", + "spryker/sql-criteria-builder": "^1.0.0", + "spryker/storage": "^3.2.0", + "spryker/store": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^4.0.0", + "spryker/util-data-reader": "^1.2.0" }, "require-dev": { - "spryker/code-sniffer": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Collector\\Helper\\": "tests/SprykerTest/Shared/Collector/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Barcode module", - "time": "2018-05-16T13:57:10+00:00" + "description": "Collector module", + "time": "2018-10-08T12:38:04+00:00" }, { - "name": "spryker/barcode-extension", - "version": "1.0.0", + "name": "spryker/config", + "version": "3.1.3", "source": { "type": "git", - "url": "https://github.com/spryker/barcode-extension.git", - "reference": "25ec37ddb79e2aba9608ac38bf2a8e59be4f3128" + "url": "https://github.com/spryker/config.git", + "reference": "a3cc0b997c0a752ee2454b6244acbd383966343b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/barcode-extension/zipball/25ec37ddb79e2aba9608ac38bf2a8e59be4f3128", - "reference": "25ec37ddb79e2aba9608ac38bf2a8e59be4f3128", + "url": "https://api.github.com/repos/spryker/config/zipball/a3cc0b997c0a752ee2454b6244acbd383966343b", + "reference": "a3cc0b997c0a752ee2454b6244acbd383966343b", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.1", + "spryker/kernel": "^3.8.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/silex": "*", + "spryker/testify": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker/silex": "You need to have Silex installed to use the Config Profiler", + "spryker/twig": "You need to have Twig installed to use the Config Profiler" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Config\\Helper\\": "tests/SprykerTest/Shared/Config/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "BarcodeExtension module", - "time": "2018-05-16T13:57:10+00:00" + "description": "Config module", + "time": "2018-03-22T16:25:55+00:00" }, { - "name": "spryker/braintree", - "version": "0.5.8", + "name": "spryker/console", + "version": "4.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/braintree.git", - "reference": "e86565b647c04fe36287a9be11b730860c8091da" + "url": "https://github.com/spryker/Console.git", + "reference": "6236226914f051bb40946d5c3861c54d2aca7a2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/braintree/zipball/e86565b647c04fe36287a9be11b730860c8091da", - "reference": "e86565b647c04fe36287a9be11b730860c8091da", + "url": "https://api.github.com/repos/spryker/Console/zipball/6236226914f051bb40946d5c3861c54d2aca7a2e", + "reference": "6236226914f051bb40946d5c3861c54d2aca7a2e", "shasum": "" }, "require": { - "braintree/braintree_php": "~3.15.0", - "php": ">=7.1", - "spryker/checkout": "^3.0.0 || ^4.0.0", "spryker/config": "^3.0.0", - "spryker/currency": "^2.0.0 || ^3.0.0", - "spryker/gui": "^3.0.0", + "spryker/error-handler": "^2.0.0", "spryker/kernel": "^3.0.0", - "spryker/money": "^2.0.0", - "spryker/oms": "^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/payment": "^3.0.0 || ^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/refund": "^4.0.0 || ^5.0.0", - "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/step-engine": "^2.0.0 || ^3.0.0", - "spryker/symfony": "^3.0.0", - "spryker/util-text": "^1.1.0" + "symfony/console": "^2.6.13 || ^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/country": "*", - "spryker/customer": "*", - "spryker/propel": "*", - "spryker/silex": "*", + "spryker/log": "^3.0.0", + "spryker/propel-orm": "*", + "spryker/silex": "^2.0.0", "spryker/testify": "*" }, + "suggest": { + "spryker/log": "If you want to use the Log feature in console commands, install this package and add ConsoleLogPlugin to the list of EventSubscriber in your ConsoleDependencyProvider." + }, + "bin": [ + "bin/console" + ], "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -5307,31 +9917,39 @@ "license": [ "proprietary" ], - "description": "Braintree module", - "time": "2018-02-19T12:41:14+00:00" + "description": "Console module", + "time": "2017-11-29T17:42:02+00:00" }, { - "name": "spryker/cache", - "version": "3.1.0", + "name": "spryker/country", + "version": "3.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/Cache.git", - "reference": "47154abd2196d54441c123493bbf27ce33cf14a9" + "url": "https://github.com/spryker/country.git", + "reference": "ff649871d151b76ce34cc2fba48c18c5ce65ab85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Cache/zipball/47154abd2196d54441c123493bbf27ce33cf14a9", - "reference": "47154abd2196d54441c123493bbf27ce33cf14a9", + "url": "https://api.github.com/repos/spryker/country/zipball/ff649871d151b76ce34cc2fba48c18c5ce65ab85", + "reference": "ff649871d151b76ce34cc2fba48c18c5ce65ab85", "shasum": "" }, "require": { + "php": ">=7.1", + "spryker/gui": "^3.0.0", "spryker/kernel": "^3.0.0", - "spryker/symfony": "^3.0.0" + "spryker/propel-orm": "^1.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", + "spryker/installer": "*", + "spryker/log": "*", + "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/installer": "If you want to use Installer plugins." + }, "type": "library", "extra": { "branch-alias": { @@ -5339,108 +9957,100 @@ } }, "autoload": { - "psr-0": { - "Spryker": "src/" + "psr-4": { + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Country\\Helper\\": "tests/SprykerTest/Zed/Country/_support/Helper/" } }, - "notification-url": "https://code.foo.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Cache bundle", - "support": { - "source": "https://github.com/spryker/Cache/tree/3.1.0" - }, - "time": "2017-04-10T13:13:21+00:00" + "description": "Country module", + "time": "2018-09-03T08:58:06+00:00" }, { - "name": "spryker/calculation", - "version": "4.3.0", + "name": "spryker/currency", + "version": "3.5.2", "source": { "type": "git", - "url": "https://github.com/spryker/calculation.git", - "reference": "553b0b080a0d89fc964b0d2746ee4b0eff2899dc" + "url": "https://github.com/spryker/currency.git", + "reference": "8a227917c93d20867e366afc82ab2eb071ab049b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/calculation/zipball/553b0b080a0d89fc964b0d2746ee4b0eff2899dc", - "reference": "553b0b080a0d89fc964b0d2746ee4b0eff2899dc", + "url": "https://api.github.com/repos/spryker/currency/zipball/8a227917c93d20867e366afc82ab2eb071ab049b", + "reference": "8a227917c93d20867e366afc82ab2eb071ab049b", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/kernel": "^3.0.0", - "spryker/util-text": "^1.1.0", - "spryker/zed-request": "^3.0.0" + "spryker/currency-extension": "^1.0.0", + "spryker/kernel": "^3.15.0", + "spryker/messenger": "^3.1.0", + "spryker/propel-orm": "^1.0.0", + "spryker/quote-extension": "^1.0.0", + "spryker/session": "^3.0.0 || ^4.0.0", + "spryker/store": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/zed-request": "^3.2.0" }, "require-dev": { - "spryker/checkout": "*", + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/propel": "*", + "spryker/silex": "*", + "spryker/testify": "*", + "spryker/twig": "*" }, "suggest": { - "spryker/checkout": "If you want to use Checkout plugins." + "spryker/silex": "If you want to use ServiceProvider.", + "spryker/twig": "If you want to use currency in Twig." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Currency\\Helper\\": "tests/SprykerTest/Shared/Currency/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Calculation module", - "time": "2018-03-30T22:19:02+00:00" + "description": "Currency module", + "time": "2018-10-29T12:36:26+00:00" }, { - "name": "spryker/cart", - "version": "5.1.0", + "name": "spryker/currency-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cart.git", - "reference": "a07e4cc7d6e3b9201af283561c90366943475eef" + "url": "https://github.com/spryker/currency-extension.git", + "reference": "e82dca49a6e9a96dddebc87887d60b5c7f874350" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart/zipball/a07e4cc7d6e3b9201af283561c90366943475eef", - "reference": "a07e4cc7d6e3b9201af283561c90366943475eef", - "shasum": "" - }, - "require": { - "php": ">=7.1", - "spryker/calculation": "^4.0.0", - "spryker/cart-extension": "^1.3.0", - "spryker/kernel": "^3.19.0", - "spryker/messenger": "^3.0.0", - "spryker/quote": "^2.0.0", - "spryker/zed-request": "^3.0.0" + "url": "https://api.github.com/repos/spryker/currency-extension/zipball/e82dca49a6e9a96dddebc87887d60b5c7f874350", + "reference": "e82dca49a6e9a96dddebc87887d60b5c7f874350", + "shasum": "" + }, + "require": { + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/customer": "*", - "spryker/persistent-cart": "*", - "spryker/price-product": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/silex": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/customer": "If you want to use Customer plugins, minimum required version: 7.4.0.", - "spryker/persistent-cart": "If you want to use persistent cart" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -5452,73 +10062,100 @@ "license": [ "proprietary" ], - "description": "Cart module", - "time": "2018-05-16T15:12:24+00:00" + "description": "CurrencyExtension module", + "time": "2018-04-18T07:46:48+00:00" }, { - "name": "spryker/cart-currency-connector", - "version": "1.1.0", + "name": "spryker/customer", + "version": "7.13.3", "source": { "type": "git", - "url": "https://github.com/spryker/cart-currency-connector.git", - "reference": "bc8a189fd3144a8b54637fa76951fc275a1cb38c" + "url": "https://github.com/spryker/customer.git", + "reference": "a6059e80af3bf6ea180509dc148e5106bdd1147e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-currency-connector/zipball/bc8a189fd3144a8b54637fa76951fc275a1cb38c", - "reference": "bc8a189fd3144a8b54637fa76951fc275a1cb38c", + "url": "https://api.github.com/repos/spryker/customer/zipball/a6059e80af3bf6ea180509dc148e5106bdd1147e", + "reference": "a6059e80af3bf6ea180509dc148e5106bdd1147e", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/cart": "^5.1.0", - "spryker/currency": "^3.1.0", - "spryker/currency-extension": "^1.0.0", + "spryker/country": "^3.0.0", + "spryker/customer-extension": "^1.1.0", + "spryker/gui": "^3.0.0", "spryker/kernel": "^3.0.0", + "spryker/locale": "^3.0.0", + "spryker/mail": "^4.0.0", + "spryker/propel": "^3.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/sequence-number": "^3.0.0", + "spryker/session": "^3.0.0 || ^4.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-date-time": "^1.0.0", + "spryker/util-sanitize": "^2.0.0", + "spryker/util-text": "^1.1.0", + "spryker/util-validate": "^1.0.0", "spryker/zed-request": "^3.0.0" }, + "require-dev": { + "spryker/application": "*", + "spryker/checkout": "*", + "spryker/sales": "*", + "spryker/testify": "*", + "spryker/zed-navigation": "*" + }, "suggest": { - "spryker/currency": "If you want to use plugin to rebuild cart when currency changed" + "spryker/checkout": "If you want to use Checkout plugins.", + "spryker/sales": "If you want customer information in sales." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Customer\\Helper\\": "tests/SprykerTest/Shared/Customer/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CartCurrencyConnector module", - "time": "2018-05-16T15:12:24+00:00" + "description": "Customer module", + "time": "2018-11-07T17:45:58+00:00" }, { - "name": "spryker/cart-extension", - "version": "1.3.0", + "name": "spryker/customer-access", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cart-extension.git", - "reference": "ea801845f10e4a0416ce192611f4e4c80e9ddcd0" + "url": "https://github.com/spryker/customer-access.git", + "reference": "d270421b4fd5e35a9f11453c465d45cce9b8eb06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-extension/zipball/ea801845f10e4a0416ce192611f4e4c80e9ddcd0", - "reference": "ea801845f10e4a0416ce192611f4e4c80e9ddcd0", + "url": "https://api.github.com/repos/spryker/customer-access/zipball/d270421b4fd5e35a9f11453c465d45cce9b8eb06", + "reference": "d270421b4fd5e35a9f11453c465d45cce9b8eb06", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.1", + "spryker/kernel": "^3.17.0", + "spryker/propel-orm": "^1.5.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/installer": "*", + "spryker/propel": "^3.0.0", "spryker/testify": "*" }, + "suggest": { + "spryker/installer": "If the installer for the customer access will be used, InstallerPluginInterface is needed" + }, "type": "library", "extra": { "branch-alias": { @@ -5527,47 +10164,42 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CustomerAccess\\Helper\\": "tests/SprykerTest/Zed/CustomerAccess/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CartExtension module", - "time": "2018-05-07T14:54:26+00:00" + "description": "CustomerAccess module", + "time": "2018-10-10T09:18:10+00:00" }, { - "name": "spryker/cart-note", - "version": "0.1.0", + "name": "spryker/customer-access-permission", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/cart-note.git", - "reference": "f77d22771dbf7e4da658ba25404980bcfb2f614c" + "url": "https://github.com/spryker/customer-access-permission.git", + "reference": "3180be9d73429e132f6c264f2e9d0008574bcfbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-note/zipball/f77d22771dbf7e4da658ba25404980bcfb2f614c", - "reference": "f77d22771dbf7e4da658ba25404980bcfb2f614c", + "url": "https://api.github.com/repos/spryker/customer-access-permission/zipball/3180be9d73429e132f6c264f2e9d0008574bcfbe", + "reference": "3180be9d73429e132f6c264f2e9d0008574bcfbe", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/cart-note-extension": "^1.0.0", + "spryker/customer": "^7.0.0", + "spryker/customer-access-storage": "^1.0.0", "spryker/kernel": "^3.0.0", - "spryker/quote": "^2.0.0", - "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/symfony": "^3.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/permission-extension": "^1.1.0" }, "require-dev": { - "spryker/checkout": "*", "spryker/code-sniffer": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/checkout": "If you want to use Checkout plugins." - }, "type": "library", "extra": { "branch-alias": { @@ -5583,30 +10215,41 @@ "license": [ "proprietary" ], - "description": "CartNote module", - "time": "2018-04-10T14:40:01+00:00" + "description": "CustomerAccessPermission module", + "time": "2018-10-16T11:38:02+00:00" }, { - "name": "spryker/cart-note-extension", + "name": "spryker/customer-access-storage", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cart-note-extension.git", - "reference": "e84cb4deaa84c9497f6d3dda62e70f5c6e6309b1" + "url": "https://github.com/spryker/customer-access-storage.git", + "reference": "059d5b066eef1979924f6e36ce15d6b84c5a2e5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-note-extension/zipball/e84cb4deaa84c9497f6d3dda62e70f5c6e6309b1", - "reference": "e84cb4deaa84c9497f6d3dda62e70f5c6e6309b1", + "url": "https://api.github.com/repos/spryker/customer-access-storage/zipball/059d5b066eef1979924f6e36ce15d6b84c5a2e5c", + "reference": "059d5b066eef1979924f6e36ce15d6b84c5a2e5c", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.1", + "spryker/customer-access": "^1.0.0", + "spryker/kernel": "^3.17.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.0.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/queue": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + }, "type": "library", "extra": { "branch-alias": { @@ -5622,32 +10265,39 @@ "license": [ "proprietary" ], - "description": "CartNoteExtension module", - "time": "2018-04-10T14:40:01+00:00" + "description": "CustomerAccessStorage module", + "time": "2018-10-10T09:18:10+00:00" }, { - "name": "spryker/cart-note-product-bundle-connector", - "version": "0.1.0", + "name": "spryker/customer-api", + "version": "0.1.3", "source": { "type": "git", - "url": "https://github.com/spryker/cart-note-product-bundle-connector.git", - "reference": "5a0d648406f4c50e68304322d2a2dd9e477b840a" + "url": "https://github.com/spryker/CustomerApi.git", + "reference": "4394c0ea129e26096625a471d837928a7a5d0e9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-note-product-bundle-connector/zipball/5a0d648406f4c50e68304322d2a2dd9e477b840a", - "reference": "5a0d648406f4c50e68304322d2a2dd9e477b840a", + "url": "https://api.github.com/repos/spryker/CustomerApi/zipball/4394c0ea129e26096625a471d837928a7a5d0e9c", + "reference": "4394c0ea129e26096625a471d837928a7a5d0e9c", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/cart-note-extension": "^1.0.0", + "spryker/api": "^0.1", + "spryker/api-query-builder": "^0.1", + "spryker/customer": "^4.3.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", "spryker/kernel": "^3.0.0", - "spryker/product-bundle": "^4.0.0", - "spryker/symfony": "^3.0.0" + "spryker/propel-orm": "^1.2.0", + "spryker/symfony": "^3.0.0", + "spryker/util-date-time": "^1.0.0" }, "require-dev": { + "spryker/application": "*", + "spryker/assertion": "*", "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/propel": "*", + "spryker/silex": "*", "spryker/testify": "*" }, "type": "library", @@ -5665,34 +10315,38 @@ "license": [ "proprietary" ], - "description": "CartNoteProductBundleConnector module", - "time": "2018-04-10T14:40:01+00:00" + "description": "CustomerApi module", + "time": "2017-11-10T15:08:30+00:00" }, { - "name": "spryker/cart-variant", - "version": "1.0.4", + "name": "spryker/customer-catalog", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cart-variant.git", - "reference": "8a22bddce0830476f1a1be8f6698a24ff1dffecd" + "url": "https://github.com/spryker/customer-catalog.git", + "reference": "f7c4ac835797956303e00c4b9ae2d1aee3783a21" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cart-variant/zipball/8a22bddce0830476f1a1be8f6698a24ff1dffecd", - "reference": "8a22bddce0830476f1a1be8f6698a24ff1dffecd", + "url": "https://api.github.com/repos/spryker/customer-catalog/zipball/f7c4ac835797956303e00c4b9ae2d1aee3783a21", + "reference": "f7c4ac835797956303e00c4b9ae2d1aee3783a21", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/availability": "^5.0.0 || ^6.0.0", - "spryker/kernel": "^3.0.0", - "spryker/product": "^5.0.0 || ^6.0.0" + "spryker/customer": "^7.0.0", + "spryker/kernel": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/silex": "*", + "spryker/elastica": "*", + "spryker/search": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/elastica": "If you want to use Elastica plugins.", + "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" + }, "type": "library", "extra": { "branch-alias": { @@ -5708,45 +10362,34 @@ "license": [ "proprietary" ], - "description": "CartVariant module", - "time": "2018-02-08T10:41:19+00:00" + "description": "CustomerCatalog module", + "time": "2018-08-06T14:30:50+00:00" }, { - "name": "spryker/catalog", - "version": "5.3.0", + "name": "spryker/customer-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/catalog.git", - "reference": "b761dfad0179fcd7f7933c55756262c009a6c4d8" + "url": "https://github.com/spryker/customer-extension.git", + "reference": "8d180af73d93e0a5d8d235e2ed9dc23f96915eca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/catalog/zipball/b761dfad0179fcd7f7933c55756262c009a6c4d8", - "reference": "b761dfad0179fcd7f7933c55756262c009a6c4d8", + "url": "https://api.github.com/repos/spryker/customer-extension/zipball/8d180af73d93e0a5d8d235e2ed9dc23f96915eca", + "reference": "8d180af73d93e0a5d8d235e2ed9dc23f96915eca", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/kernel": "^3.0.0", - "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/elastica": "*", - "spryker/product-page-search": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/config": "If you want to use Elastica plugins.", - "spryker/elastica": "If you want to use Elastica plugins.", - "spryker/product-page-search": "If you want to use ProductPageSearch plugins, minimum required version: 0.1.0." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -5758,188 +10401,181 @@ "license": [ "proprietary" ], - "description": "Catalog module", - "time": "2018-03-09T07:57:08+00:00" + "description": "CustomerExtension module", + "time": "2018-10-11T10:29:34+00:00" }, { - "name": "spryker/catalog-price-product-connector", - "version": "1.1.0", + "name": "spryker/customer-group", + "version": "2.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/CatalogPriceProductConnector.git", - "reference": "8c450333926f9e4c1190f0e338dc474d5a3059dc" + "url": "https://github.com/spryker/customer-group.git", + "reference": "78f3c4eeede3c3eae585f3714b9b2e150d997a00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/CatalogPriceProductConnector/zipball/8c450333926f9e4c1190f0e338dc474d5a3059dc", - "reference": "8c450333926f9e4c1190f0e338dc474d5a3059dc", + "url": "https://api.github.com/repos/spryker/customer-group/zipball/78f3c4eeede3c3eae585f3714b9b2e150d997a00", + "reference": "78f3c4eeede3c3eae585f3714b9b2e150d997a00", "shasum": "" }, "require": { - "spryker/currency": "^3.2.0", + "php": ">=7.1", + "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "spryker/gui": "^3.0.0", "spryker/kernel": "^3.0.0", - "spryker/price": "^5.0.0", - "spryker/price-product": "^1.0.0" + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-date-time": "^1.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/catalog": "*", - "spryker/code-sniffer": "*", - "spryker/elastica": "*", - "spryker/search": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0.", - "spryker/config": "If you want to use Config plugins.", - "spryker/elastica": "If you want to use Elastica plugins.", - "spryker/search": "If you want to use Search plugins." + "spryker/application": "*", + "spryker/propel": "*", + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\CustomerGroup\\Helper\\": "tests/SprykerTest/Zed/CustomerGroup/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CatalogPriceProductConnector module", - "time": "2018-01-10T11:59:45+00:00" + "description": "CustomerGroup module", + "time": "2018-10-16T09:02:19+00:00" }, { - "name": "spryker/category", - "version": "4.4.1", + "name": "spryker/customer-group-discount-connector", + "version": "2.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/category.git", - "reference": "a463e36f68a7f255a1801b8a8bc83bd5e948cc39" + "url": "https://github.com/spryker/customer-group-discount-connector.git", + "reference": "22958f55ffd5ef103661fb8d1b2110d64f6e8e41" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category/zipball/a463e36f68a7f255a1801b8a8bc83bd5e948cc39", - "reference": "a463e36f68a7f255a1801b8a8bc83bd5e948cc39", + "url": "https://api.github.com/repos/spryker/customer-group-discount-connector/zipball/22958f55ffd5ef103661fb8d1b2110d64f6e8e41", + "reference": "22958f55ffd5ef103661fb8d1b2110d64f6e8e41", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/event": "^1.0.0 || ^2.0.0", - "spryker/graph": "^3.0.0", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.0.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/url": "^3.2.1", - "spryker/util-text": "^1.1.0" + "spryker/customer-group": "^2.3.0", + "spryker/discount": "^4.0.0 || ^5.0.0 || ^6.0.0", + "spryker/kernel": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", "spryker/propel": "*", - "spryker/silex": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Category\\Helper\\": "tests/SprykerTest/Zed/Category/_support/Helper/" + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Category module", - "time": "2018-05-07T08:19:44+00:00" + "description": "CustomerGroupDiscountConnector module", + "time": "2018-11-02T10:19:40+00:00" }, { - "name": "spryker/category-data-feed", - "version": "0.2.1", + "name": "spryker/customer-note", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/category-data-feed.git", - "reference": "1685a9b5086f9634ea4afcbaa016171a21231e43" + "url": "https://github.com/spryker/customer-note.git", + "reference": "4036c0bac8ec80abb0609a3235e86e3734fc5f6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-data-feed/zipball/1685a9b5086f9634ea4afcbaa016171a21231e43", - "reference": "1685a9b5086f9634ea4afcbaa016171a21231e43", + "url": "https://api.github.com/repos/spryker/customer-note/zipball/4036c0bac8ec80abb0609a3235e86e3734fc5f6b", + "reference": "4036c0bac8ec80abb0609a3235e86e3734fc5f6b", "shasum": "" }, "require": { - "spryker/category": "^3.0.0 || ^4.0.0", + "php": ">=7.1", + "spryker/customer": "^7.1.0", "spryker/kernel": "^3.0.0", - "spryker/propel-orm": "^1.0.0" + "spryker/user": "^1.0.0 || ^2.0.0 || ^3.0.0" }, "require-dev": { + "spryker/application": "*", + "spryker/assertion": "*", "spryker/code-sniffer": "*", - "spryker/locale": "^3.0.0", - "spryker/propel": "^3.0.0", - "spryker/silex": "^2.0.0", + "spryker/config": "*", + "spryker/propel": "*", + "spryker/silex": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "0.0.x-dev" } }, "autoload": { - "psr-0": { - "Spryker": "src/" + "psr-4": { + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\CustomerNote\\Helper\\": "tests/SprykerTest/Shared/CustomerNote/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CategoryDataFeed module", - "time": "2017-07-13T15:46:45+00:00" + "description": "CustomerNote module", + "time": "2018-03-13T17:39:52+00:00" }, { - "name": "spryker/category-data-import", - "version": "0.2.1", + "name": "spryker/customer-note-gui", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/category-data-import.git", - "reference": "59c7e84125e45a80ad15410a3235464b4ed9bef4" + "url": "https://github.com/spryker/customer-note-gui.git", + "reference": "0d73100c6b2a0a4124d2a6abe779871adda9f246" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-data-import/zipball/59c7e84125e45a80ad15410a3235464b4ed9bef4", - "reference": "59c7e84125e45a80ad15410a3235464b4ed9bef4", + "url": "https://api.github.com/repos/spryker/customer-note-gui/zipball/0d73100c6b2a0a4124d2a6abe779871adda9f246", + "reference": "0d73100c6b2a0a4124d2a6abe779871adda9f246", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/category": "^3.0.0 || ^4.0.0", - "spryker/data-import": "^1.3.0", + "spryker/customer-note": "^1.0.0", "spryker/kernel": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/url": "^3.0.0" + "spryker/symfony": "^3.0.0" }, "require-dev": { + "spryker/application": "*", + "spryker/assertion": "*", "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/propel": "*", + "spryker/silex": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "0.0.x-dev" } }, "autoload": { @@ -5951,77 +10587,81 @@ "license": [ "proprietary" ], - "description": "CategoryDataImport module", - "time": "2018-06-04T14:08:46+00:00" + "description": "CustomerNoteGui module", + "time": "2018-03-13T09:31:03+00:00" }, { - "name": "spryker/category-exporter", - "version": "3.0.2", + "name": "spryker/customer-user-connector", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/CategoryExporter.git", - "reference": "e79fed31708944b5a9afa327f810813387b56110" + "url": "https://github.com/spryker/CustomerUserConnector.git", + "reference": "303132410d1d31a8318a3a7a1361537e446956ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/CategoryExporter/zipball/e79fed31708944b5a9afa327f810813387b56110", - "reference": "e79fed31708944b5a9afa327f810813387b56110", + "url": "https://api.github.com/repos/spryker/CustomerUserConnector/zipball/303132410d1d31a8318a3a7a1361537e446956ca", + "reference": "303132410d1d31a8318a3a7a1361537e446956ca", "shasum": "" }, "require": { - "spryker/category": "^3.0.0 || ^4.0.0", - "spryker/kernel": "^3.0.0", - "spryker/key-builder": "^1.0.0", - "spryker/storage": "^3.0.0" + "spryker/customer": "^6.3.0 || ^7.0.0", + "spryker/kernel": "^3.5.0", + "spryker/user": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-0": { - "Spryker": "src/" + "psr-4": { + "Spryker\\": "src/Spryker/" } }, - "notification-url": "https://code.foo.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CategoryExporter module", - "support": { - "source": "https://github.com/spryker/CategoryExporter/tree/3.0.2" - }, - "time": "2017-07-13T15:46:45+00:00" + "description": "CustomerUserConnector module", + "time": "2017-11-23T12:28:31+00:00" }, { - "name": "spryker/category-navigation-connector", - "version": "1.0.0", + "name": "spryker/customer-user-connector-gui", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/category-navigation-connector.git", - "reference": "0be5f54ddf8ddc87ed988cd9737a229629744ed2" + "url": "https://github.com/spryker/customer-user-connector-gui.git", + "reference": "71c8b1de6d0a2d0e27530d7519e7e03b956df6fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-navigation-connector/zipball/0be5f54ddf8ddc87ed988cd9737a229629744ed2", - "reference": "0be5f54ddf8ddc87ed988cd9737a229629744ed2", + "url": "https://api.github.com/repos/spryker/customer-user-connector-gui/zipball/71c8b1de6d0a2d0e27530d7519e7e03b956df6fd", + "reference": "71c8b1de6d0a2d0e27530d7519e7e03b956df6fd", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/category": "^4.4.0", - "spryker/kernel": "^3.0.0", - "spryker/navigation": "^2.3.0" + "spryker/customer": "^6.3.0 || ^7.0.0", + "spryker/customer-user-connector": "^1.0.0", + "spryker/gui": "^3.10.0", + "spryker/kernel": "^3.5.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/user": "^3.0.0", + "spryker/user-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/util-text": "*" + }, + "suggest": { + "spryker/util-text": "If you want to use the UsersTableExpanderPlugin" }, "type": "library", "extra": { @@ -6038,39 +10678,37 @@ "license": [ "proprietary" ], - "description": "CategoryNavigationConnector module", - "time": "2018-01-31T12:07:33+00:00" + "description": "CustomerUserConnectorGui module", + "time": "2018-10-30T09:46:18+00:00" }, { - "name": "spryker/category-page-search", - "version": "1.0.0", + "name": "spryker/customers-rest-api", + "version": "1.3.2", "source": { "type": "git", - "url": "https://github.com/spryker/category-page-search.git", - "reference": "833182b389aaf62933176de657a9cd641f58eb48" + "url": "https://github.com/spryker/customers-rest-api.git", + "reference": "66a1fbcc9f1fdcb903d6e63e30c58b3a10081b0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-page-search/zipball/833182b389aaf62933176de657a9cd641f58eb48", - "reference": "833182b389aaf62933176de657a9cd641f58eb48", + "url": "https://api.github.com/repos/spryker/customers-rest-api/zipball/66a1fbcc9f1fdcb903d6e63e30c58b3a10081b0b", + "reference": "66a1fbcc9f1fdcb903d6e63e30c58b3a10081b0b", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/category": "^4.3.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/locale": "^3.1.0", - "spryker/propel-orm": "^1.5.0", - "spryker/search": "^7.0.0 || ^8.0.0", - "spryker/url": "^3.3.0", - "spryker/util-encoding": "^2.0.0" + "spryker/customer": "^7.11.0", + "spryker/customers-rest-api-extension": "^1.0.0", + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.22.0", + "spryker/propel-orm": "^1.0.0", + "spryker/session": "^3.2.0 || ^4.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/event": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -6087,42 +10725,29 @@ "license": [ "proprietary" ], - "description": "CategoryPageSearch module", - "time": "2018-05-24T09:51:00+00:00" + "description": "CustomersRestApi module", + "time": "2018-10-31T17:10:39+00:00" }, { - "name": "spryker/category-storage", + "name": "spryker/customers-rest-api-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/category-storage.git", - "reference": "8a75df0f3da88f0f498c291b399df5319ee83fef" + "url": "https://github.com/spryker/customers-rest-api-extension.git", + "reference": "7e6a533f62da26d94e143167c3b38769bcd21342" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/category-storage/zipball/8a75df0f3da88f0f498c291b399df5319ee83fef", - "reference": "8a75df0f3da88f0f498c291b399df5319ee83fef", + "url": "https://api.github.com/repos/spryker/customers-rest-api-extension/zipball/7e6a533f62da26d94e143167c3b38769bcd21342", + "reference": "7e6a533f62da26d94e143167c3b38769bcd21342", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/category": "^4.3.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/locale": "^3.1.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0", - "spryker/url": "^3.3.0", - "spryker/util-sanitize": "^2.1.0" + "php": ">=7.1" }, "require-dev": { - "spryker/event": "*", - "spryker/url-storage": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/url-storage": "If you want to use UrlStorage plugins, minimum required version: 0.2.0" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -6139,52 +10764,36 @@ "license": [ "proprietary" ], - "description": "CategoryStorage module", - "time": "2018-05-24T09:51:00+00:00" + "description": "CustomersRestApiExtension module", + "time": "2018-10-25T07:49:17+00:00" }, { - "name": "spryker/checkout", - "version": "4.1.4", + "name": "spryker/dashboard", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/checkout.git", - "reference": "2060aa5f10b86a2c1418cb3be25d142847621176" + "url": "https://github.com/spryker/dashboard.git", + "reference": "bb143949b3e74fcfa4d7dfa4f769d251f4420427" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/checkout/zipball/2060aa5f10b86a2c1418cb3be25d142847621176", - "reference": "2060aa5f10b86a2c1418cb3be25d142847621176", + "url": "https://api.github.com/repos/spryker/dashboard/zipball/bb143949b3e74fcfa4d7dfa4f769d251f4420427", + "reference": "bb143949b3e74fcfa4d7dfa4f769d251f4420427", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/error-handler": "^2.1.0", - "spryker/kernel": "^3.0.0", - "spryker/oms": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/quote": "^1.0.0 || ^2.0.0", - "spryker/step-engine": "^2.0.0 || ^3.0.0", - "spryker/symfony": "^3.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/kernel": "^3.0.0" }, "require-dev": { - "spryker/availability": "*", "spryker/code-sniffer": "*", - "spryker/country": "*", - "spryker/customer": "*", - "spryker/locale": "*", - "spryker/product": "*", - "spryker/propel": "*", - "spryker/sales": "*", - "spryker/sequence-number": "*", - "spryker/silex": "*", - "spryker/stock": "*", - "spryker/testify": "*" + "spryker/testify": "*", + "spryker/twig": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -6196,104 +10805,86 @@ "license": [ "proprietary" ], - "description": "Checkout module", - "time": "2018-04-12T13:37:08+00:00" + "description": "Dashboard module", + "time": "2018-08-07T09:36:35+00:00" }, { - "name": "spryker/cms", - "version": "6.5.0", + "name": "spryker/data-import", + "version": "1.4.2", "source": { "type": "git", - "url": "https://github.com/spryker/cms.git", - "reference": "3b06716562eac5086ef8094530b9100c3ac45e37" + "url": "https://github.com/spryker/data-import.git", + "reference": "d8adbb92ca47afb2897dfa722d44669eefb3f3c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms/zipball/3b06716562eac5086ef8094530b9100c3ac45e37", - "reference": "3b06716562eac5086ef8094530b9100c3ac45e37", + "url": "https://api.github.com/repos/spryker/data-import/zipball/d8adbb92ca47afb2897dfa722d44669eefb3f3c7", + "reference": "d8adbb92ca47afb2897dfa722d44669eefb3f3c7", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/category": "^3.0.0 || ^4.0.0", - "spryker/glossary": "^3.1.0", - "spryker/gui": "^3.0.0", + "spryker/data-import-extension": "^1.0.0", + "spryker/error-handler": "^2.1.0", + "spryker/event": "^2.3.0", "spryker/kernel": "^3.0.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.0.0", + "spryker/locale": "^2.0.0 || ^3.0.0", "spryker/propel-orm": "^1.0.0", - "spryker/storage": "^3.0.0", "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/url": "^3.2.1", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.1.0", - "spryker/zed-request": "^3.0.0" + "spryker/touch": "^3.0.0 || ^4.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/event-behavior": "*", "spryker/propel": "*", - "spryker/silex": "*", "spryker/testify": "*" }, "suggest": { - "spryker/cms-block": "If you want to have separate content blocks on your pages." + "spryker/event-behavior": "To be able to use the DataImportEventBehaviorPlugin please install the spryker/event-behavior module, minimum required version: 0.1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Cms\\Helper\\": "tests/SprykerTest/Zed/Cms/_support/Helper/" + "SprykerTest\\Zed\\DataImport\\Helper\\": "tests/SprykerTest/Zed/DataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Cms module", - "time": "2018-03-14T11:06:21+00:00" + "description": "DataImport module", + "time": "2018-11-03T19:21:57+00:00" }, { - "name": "spryker/cms-block", - "version": "2.0.1", + "name": "spryker/data-import-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-block.git", - "reference": "68465a77ce277ff436f0cfaf42f05f3021489ab1" + "url": "https://github.com/spryker/data-import-extension.git", + "reference": "c1f9b34012bb189fccb8000686395aac90a1542b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block/zipball/68465a77ce277ff436f0cfaf42f05f3021489ab1", - "reference": "68465a77ce277ff436f0cfaf42f05f3021489ab1", + "url": "https://api.github.com/repos/spryker/data-import-extension/zipball/c1f9b34012bb189fccb8000686395aac90a1542b", + "reference": "c1f9b34012bb189fccb8000686395aac90a1542b", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/glossary": "^3.1.0", - "spryker/kernel": "^3.0.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/store": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/silex": "*", - "spryker/testify": "*", - "spryker/twig": "*" + "spryker/data-import": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/silex": "*", - "spryker/twig": "*" + "spryker/data-import": "If you want to provide plugins to DataImport module" }, "type": "library", "extra": { @@ -6303,155 +10894,159 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CmsBlock\\Helper\\": "tests/SprykerTest/Zed/CmsBlock/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsBlock module", - "time": "2018-05-16T16:01:08+00:00" + "description": "DataImportExtension module", + "time": "2018-10-01T14:28:44+00:00" }, - { - "name": "spryker/cms-block-category-connector", - "version": "2.1.4", + { + "name": "spryker/development", + "version": "3.13.2", "source": { "type": "git", - "url": "https://github.com/spryker/cms-block-category-connector.git", - "reference": "3495d28d05f71dfe96411e7ff8d9732023ac7f3c" + "url": "https://github.com/spryker/development.git", + "reference": "3c0cf6c1a8ea35dd252fc8de4066a4d19b09a72d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block-category-connector/zipball/3495d28d05f71dfe96411e7ff8d9732023ac7f3c", - "reference": "3495d28d05f71dfe96411e7ff8d9732023ac7f3c", + "url": "https://api.github.com/repos/spryker/development/zipball/3c0cf6c1a8ea35dd252fc8de4066a4d19b09a72d", + "reference": "3c0cf6c1a8ea35dd252fc8de4066a4d19b09a72d", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/category": "^4.0.0", - "spryker/cms-block": "^1.2.0 || ^2.0.0", - "spryker/collector": "^5.0.0 || ^6.0.0", - "spryker/gui": "^3.6.0", - "spryker/kernel": "^3.0.0", - "spryker/locale": "^3.0.0", - "spryker/propel-orm": "^1.0.0", + "spryker/config": "^3.0.0", + "spryker/graph": "^3.0.0", + "spryker/kernel": "^3.22.0", "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-data-reader": "^1.0.0", - "spryker/util-encoding": "^2.0.0" + "spryker/twig": "^3.0.0", + "spryker/zend": "^2.0.0" }, "require-dev": { - "spryker/cms-block-gui": "*", "spryker/code-sniffer": "*", "spryker/propel": "*", - "spryker/silex": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/cms-block-gui": "^1.0.0 || ^2.0.0" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" - } + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Development\\Helper\\": "tests/SprykerTest/Zed/Development/_support/Helper/" + }, + "files": [ + "tests/dd.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsBlockCategoryConnector module", - "time": "2018-02-09T12:03:48+00:00" + "description": "Development module", + "time": "2018-11-05T15:51:38+00:00" }, { - "name": "spryker/cms-block-category-storage", - "version": "1.0.0", + "name": "spryker/discount", + "version": "6.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-block-category-storage.git", - "reference": "afe60b49f01661e43ac82c5298454ab1c17e1805" + "url": "https://github.com/spryker/discount.git", + "reference": "463ff4ace2f53c5f2e5bbf4b47e04b0200b86c5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block-category-storage/zipball/afe60b49f01661e43ac82c5298454ab1c17e1805", - "reference": "afe60b49f01661e43ac82c5298454ab1c17e1805", + "url": "https://api.github.com/repos/spryker/discount/zipball/463ff4ace2f53c5f2e5bbf4b47e04b0200b86c5e", + "reference": "463ff4ace2f53c5f2e5bbf4b47e04b0200b86c5e", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/category": "^4.3.0", - "spryker/cms-block": "^1.5.0 || ^2.0.0", - "spryker/cms-block-category-connector": "^2.1.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/propel-orm": "^1.5.0", - "spryker/util-sanitize": "^2.1.0" + "spryker/cart-extension": "^1.0.0 || ^2.0.0", + "spryker/currency": "^3.1.0", + "spryker/discount-extension": "^1.0.0", + "spryker/gui": "^3.7.0", + "spryker/kernel": "^3.11.0", + "spryker/log": "^3.0.0", + "spryker/messenger": "^3.0.0", + "spryker/money": "^2.0.0", + "spryker/product-option": "^6.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/store": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/event": "*" + "spryker/application": "*", + "spryker/checkout": "*", + "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/propel": "*", + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + "spryker/checkout": "If you want to use Checkout plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Discount\\Helper\\": "tests/SprykerTest/Shared/Discount/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsBlockCategoryStorage module", - "time": "2018-05-24T09:51:00+00:00" + "description": "Discount module", + "time": "2018-11-09T17:07:35+00:00" }, { - "name": "spryker/cms-block-collector", - "version": "2.0.0", + "name": "spryker/discount-calculation-connector", + "version": "5.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/cms-block-collector.git", - "reference": "1330afab0f421e1a643a14c0bf776964af94a96c" + "url": "https://github.com/spryker/discount-calculation-connector.git", + "reference": "a848d1b3b965228b0fbd602c783b70c78801c447" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block-collector/zipball/1330afab0f421e1a643a14c0bf776964af94a96c", - "reference": "1330afab0f421e1a643a14c0bf776964af94a96c", + "url": "https://api.github.com/repos/spryker/discount-calculation-connector/zipball/a848d1b3b965228b0fbd602c783b70c78801c447", + "reference": "a848d1b3b965228b0fbd602c783b70c78801c447", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/cms-block": "^2.0.0", - "spryker/collector": "^6.0.0", - "spryker/glossary": "^3.0.0", - "spryker/kernel": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/discount": "^4.0.0 || ^5.0.0 || ^6.0.0", + "spryker/kernel": "^3.0.0" }, "require-dev": { + "spryker/calculation": "*", "spryker/code-sniffer": "*", - "spryker/silex": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/calculation": "If you want to use Calculation plugins." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -6463,37 +11058,28 @@ "license": [ "proprietary" ], - "description": "CmsBlockCollector module", - "time": "2018-01-31T11:25:02+00:00" + "description": "DiscountCalculationConnector module", + "time": "2018-01-26T13:20:18+00:00" }, { - "name": "spryker/cms-block-gui", - "version": "2.0.1", + "name": "spryker/discount-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-block-gui.git", - "reference": "66b7f0a10277027f910125d8a4c1d01f7521e8ef" + "url": "https://github.com/spryker/discount-extension.git", + "reference": "16ac5bd816f6757b0dbcad3851bb2f7df30d133f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block-gui/zipball/66b7f0a10277027f910125d8a4c1d01f7521e8ef", - "reference": "66b7f0a10277027f910125d8a4c1d01f7521e8ef", + "url": "https://api.github.com/repos/spryker/discount-extension/zipball/16ac5bd816f6757b0dbcad3851bb2f7df30d133f", + "reference": "16ac5bd816f6757b0dbcad3851bb2f7df30d133f", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/cms-block": "^2.0.0", - "spryker/gui": "^3.3.3", - "spryker/kernel": "^3.13.0", - "spryker/locale": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/twig": "^3.0.0", - "spryker/util-text": "^1.1.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/silex": "*", "spryker/testify": "*" }, "type": "library", @@ -6511,46 +11097,45 @@ "license": [ "proprietary" ], - "description": "CmsBlockGui module", - "time": "2018-02-27T13:46:33+00:00" + "description": "DiscountExtension module", + "time": "2018-06-19T11:09:44+00:00" }, { - "name": "spryker/cms-block-product-connector", + "name": "spryker/discount-promotion", "version": "1.1.4", "source": { "type": "git", - "url": "https://github.com/spryker/cms-block-product-connector.git", - "reference": "399cd7d5387951631da155a287784e2bd9860fda" + "url": "https://github.com/spryker/discount-promotion.git", + "reference": "1e11c711d912ac1a910329e7bc017a91141072bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block-product-connector/zipball/399cd7d5387951631da155a287784e2bd9860fda", - "reference": "399cd7d5387951631da155a287784e2bd9860fda", + "url": "https://api.github.com/repos/spryker/discount-promotion/zipball/1e11c711d912ac1a910329e7bc017a91141072bc", + "reference": "1e11c711d912ac1a910329e7bc017a91141072bc", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/cms-block": "^1.2.0 || ^2.0.0", - "spryker/collector": "^5.0.0 || ^6.0.0", - "spryker/gui": "^3.0.0", + "spryker/availability": "^5.0.3 || ^6.0.0", + "spryker/cart-extension": "^1.0.0 || ^2.0.0", + "spryker/discount": "^4.5.0 || ^5.0.0 || ^6.0.0", "spryker/kernel": "^3.0.0", "spryker/locale": "^3.0.0", + "spryker/persistent-cart-extension": "^1.0.0", "spryker/product": "^5.0.0 || ^6.0.0", "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/cms-block-gui": "*", + "spryker/calculation": "*", + "spryker/cart": "*", "spryker/code-sniffer": "*", - "spryker/product-management": "*", - "spryker/silex": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "suggest": { - "spryker/cms-block-gui": "^1.0.0 || ^2.0.0", - "spryker/product-management": "*" + "spryker/calculation": "Used by plugin to reset promotional items.", + "spryker/cart": "Used by plugin to add promotional item identifier to group key." }, "type": "library", "extra": { @@ -6567,38 +11152,30 @@ "license": [ "proprietary" ], - "description": "CmsBlockProductConnector module", - "time": "2018-04-23T11:09:15+00:00" + "description": "DiscountPromotion module", + "time": "2018-11-03T11:06:58+00:00" }, { - "name": "spryker/cms-block-product-storage", + "name": "spryker/doctrine-inflector", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-block-product-storage.git", - "reference": "2b0e5512b1b9102713cbb8dc19f80e888f25019d" + "url": "https://github.com/spryker/doctrine-inflector.git", + "reference": "8004cf3694607af22631a1e8efd08547deefe510" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block-product-storage/zipball/2b0e5512b1b9102713cbb8dc19f80e888f25019d", - "reference": "2b0e5512b1b9102713cbb8dc19f80e888f25019d", + "url": "https://api.github.com/repos/spryker/doctrine-inflector/zipball/8004cf3694607af22631a1e8efd08547deefe510", + "reference": "8004cf3694607af22631a1e8efd08547deefe510", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/cms-block": "^1.5.0 || ^2.0.0", - "spryker/cms-block-product-connector": "^1.1.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/util-sanitize": "^2.1.0" + "doctrine/inflector": "~1.3.0", + "php": ">=7.1" }, "require-dev": { - "spryker/event": "*", - "spryker/propel-orm": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -6606,53 +11183,53 @@ "dev-master": "1.0.x-dev" } }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/" - } - }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsBlockProductStorage module", - "time": "2018-05-24T09:51:00+00:00" + "description": "DoctrineInflector module", + "time": "2018-09-28T12:44:27+00:00" }, { - "name": "spryker/cms-block-storage", - "version": "1.0.0", + "name": "spryker/dummy-payment", + "version": "2.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/cms-block-storage.git", - "reference": "768bec22493475cf5d42c17fb6908bc855669e9b" + "url": "https://github.com/spryker/dummy-payment.git", + "reference": "979adcef14276769687ed58a72d417fceaea86bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-block-storage/zipball/768bec22493475cf5d42c17fb6908bc855669e9b", - "reference": "768bec22493475cf5d42c17fb6908bc855669e9b", + "url": "https://api.github.com/repos/spryker/dummy-payment/zipball/979adcef14276769687ed58a72d417fceaea86bf", + "reference": "979adcef14276769687ed58a72d417fceaea86bf", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/cms-block": "^1.5.0 || ^2.0.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0", - "spryker/util-sanitize": "^2.1.0" + "spryker/checkout": "^3.0.0 || ^4.0.0", + "spryker/kernel": "^3.0.0", + "spryker/manual-order-entry-gui-extension": "^1.0.0", + "spryker/oms": "^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/payment": "^3.0.0 || ^4.0.0", + "spryker/refund": "^4.0.0 || ^5.0.0", + "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/step-engine": "^3.1.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/event": "*" + "spryker/code-sniffer": "*", + "spryker/manual-order-entry-gui": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/cms-block": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + "spryker/manual-order-entry-gui": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.1.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -6664,39 +11241,28 @@ "license": [ "proprietary" ], - "description": "CmsBlockStorage module", - "time": "2018-05-24T09:51:00+00:00" + "description": "DummyPayment module", + "time": "2018-06-13T15:47:11+00:00" }, { - "name": "spryker/cms-collector", - "version": "2.0.3", + "name": "spryker/egulias", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-collector.git", - "reference": "ac8f05994338b8db74e0d19a1b2aea80d7fe0aaa" + "url": "https://github.com/spryker/Egulias.git", + "reference": "154f30dd86390d29382936290b48c6891fef130f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-collector/zipball/ac8f05994338b8db74e0d19a1b2aea80d7fe0aaa", - "reference": "ac8f05994338b8db74e0d19a1b2aea80d7fe0aaa", + "url": "https://api.github.com/repos/spryker/Egulias/zipball/154f30dd86390d29382936290b48c6891fef130f", + "reference": "154f30dd86390d29382936290b48c6891fef130f", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/cms": "^6.2.0", - "spryker/collector": "^5.1.1 || ^6.0.0", - "spryker/kernel": "^3.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/search": "^6.2.0 || ^7.0.0 || ^8.0.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/url": "^3.0.0", - "spryker/util-data-reader": "^1.0.0" + "egulias/email-validator": "~2.1.2" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "^3.0.0", - "spryker/silex": "^2.0.0", "spryker/testify": "*" }, "type": "library", @@ -6705,116 +11271,77 @@ "dev-master": "1.0.x-dev" } }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/" - } - }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsCollector module", - "time": "2018-03-09T07:57:08+00:00" + "description": "Egulias module", + "time": "2017-11-09T13:55:22+00:00" }, { - "name": "spryker/cms-content-widget", - "version": "1.2.1", + "name": "spryker/elastica", + "version": "4.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-content-widget.git", - "reference": "863c24758984508ecbf7007f9b95c6ce9112a366" + "url": "https://github.com/spryker/elastica.git", + "reference": "5bf51d5cb26434d2bf3cce6deddcff39526aefa4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-content-widget/zipball/863c24758984508ecbf7007f9b95c6ce9112a366", - "reference": "863c24758984508ecbf7007f9b95c6ce9112a366", + "url": "https://api.github.com/repos/spryker/elastica/zipball/5bf51d5cb26434d2bf3cce6deddcff39526aefa4", + "reference": "5bf51d5cb26434d2bf3cce6deddcff39526aefa4", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/glossary": "^3.0.0", - "spryker/kernel": "^3.0.0", - "spryker/log": "^3.0.0", - "spryker/symfony": "^3.0.0", - "spryker/twig": "^3.0.0", - "spryker/util-encoding": "^2.0.0" - }, - "require-dev": { - "spryker/cms": "*", - "spryker/cms-block-collector": "*", - "spryker/cms-block-gui": "*", - "spryker/cms-block-storage": "*", - "spryker/cms-collector": "*", - "spryker/cms-gui": "*", - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/silex": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/cms": "If you want to use CmsPageParameterMapExpanderPlugin plugin.", - "spryker/cms-block-collector": "If you want to expand CMS block collector with content widget mapping, provides plugin.", - "spryker/cms-block-gui": "If you want to use content widgets with CMS blocks.", - "spryker/cms-block-storage": "If you want to use CmsBlockStorage plugins, minimum required version: 1.2.0.", - "spryker/cms-collector": "If you want to expand cms pages collector with content widget mapping, provides plugin.", - "spryker/cms-gui": "If you want to use content widgets with CMS pages.", - "spryker/silex": "Needed to get Twig environment for content widget service provider." + "ruflin/elastica": "~5.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/" + "dev-master": "3.0.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsContentWidget module", - "time": "2018-01-25T09:08:11+00:00" + "description": "Elastica module", + "time": "2018-02-01T12:54:55+00:00" }, { - "name": "spryker/cms-content-widget-product-connector", - "version": "1.0.2", + "name": "spryker/error-handler", + "version": "2.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/cms-content-widget-product-connector.git", - "reference": "2837852273b253e1251822a77988322ba81d633f" + "url": "https://github.com/spryker/error-handler.git", + "reference": "bfd27fbc9ab81c609030b1836024971b8cfad2eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-content-widget-product-connector/zipball/2837852273b253e1251822a77988322ba81d633f", - "reference": "2837852273b253e1251822a77988322ba81d633f", + "url": "https://api.github.com/repos/spryker/error-handler/zipball/bfd27fbc9ab81c609030b1836024971b8cfad2eb", + "reference": "bfd27fbc9ab81c609030b1836024971b8cfad2eb", "shasum": "" }, "require": { + "filp/whoops": "^2.1", "php": ">=7.1", - "spryker/cms-content-widget": "^1.0.0", - "spryker/kernel": "^3.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/propel-orm": "^1.0.0" + "spryker/config": "^3.0.0", + "spryker/log": "^3.0.0", + "spryker/monitoring": "^1.0.0 || ^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/silex": "*", - "spryker/testify": "*", - "spryker/twig": "*" + "spryker/testify": "*" }, "suggest": { - "spryker/twig": "Required by Yves Twig function." + "spryker/silex": "If you want to use ServiceProvider." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -6826,86 +11353,94 @@ "license": [ "proprietary" ], - "description": "CmsContentWidgetProductConnector module", - "time": "2018-01-24T11:43:27+00:00" + "description": "ErrorHandler module", + "time": "2018-10-29T12:36:26+00:00" }, { - "name": "spryker/cms-content-widget-product-group-connector", - "version": "1.0.0", + "name": "spryker/event", + "version": "2.3.2", "source": { "type": "git", - "url": "https://github.com/spryker/CmsContentWidgetProductGroupConnector.git", - "reference": "7016123ac7906a40b84ba28a12d463eb9962397f" + "url": "https://github.com/spryker/event.git", + "reference": "75a9c0ef283626c4b13f57c4819ca3b4395680fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/CmsContentWidgetProductGroupConnector/zipball/7016123ac7906a40b84ba28a12d463eb9962397f", - "reference": "7016123ac7906a40b84ba28a12d463eb9962397f", + "url": "https://api.github.com/repos/spryker/event/zipball/75a9c0ef283626c4b13f57c4819ca3b4395680fd", + "reference": "75a9c0ef283626c4b13f57c4819ca3b4395680fd", "shasum": "" }, "require": { - "spryker/cms-content-widget": "^1.0.0", - "spryker/kernel": "^3.0.0" + "php": ">=7.1", + "spryker/error-handler": "^2.0.0", + "spryker/kernel": "^3.0.0", + "spryker/log": "^3.0.0", + "spryker/monolog": "^2.0.0", + "spryker/queue": "^1.1.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/propel-orm": "^1.0.0", - "spryker/silex": "*", + "spryker/propel": "^3.0.0", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { - "psr-0": { - "Spryker": "src/" + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsContentWidgetProductGroupConnector module", - "time": "2017-07-11T09:55:44+00:00" + "description": "Event module", + "time": "2018-10-11T17:12:44+00:00" }, { - "name": "spryker/cms-content-widget-product-set-connector", - "version": "1.0.3", + "name": "spryker/event-behavior", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-content-widget-product-set-connector.git", - "reference": "dbadc101bd361940a87f7220f6fb17bec585a792" + "url": "https://github.com/spryker/event-behavior.git", + "reference": "88f081e2c361ff7fe0fbf66a5abed3427b87e30b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-content-widget-product-set-connector/zipball/dbadc101bd361940a87f7220f6fb17bec585a792", - "reference": "dbadc101bd361940a87f7220f6fb17bec585a792", + "url": "https://api.github.com/repos/spryker/event-behavior/zipball/88f081e2c361ff7fe0fbf66a5abed3427b87e30b", + "reference": "88f081e2c361ff7fe0fbf66a5abed3427b87e30b", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/cms-content-widget": "^1.0.0", - "spryker/kernel": "^3.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-set": "^1.0.0", - "spryker/propel-orm": "^1.0.0" + "spryker/error-handler": "^2.1.2", + "spryker/event": "^2.1.0", + "spryker/kernel": "^3.20.0", + "spryker/propel-orm": "^1.6.0", + "spryker/symfony": "^3.1.0", + "spryker/util-encoding": "^2.0.0", + "spryker/zend": "^2.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/silex": "*", - "spryker/testify": "*", - "spryker/twig": "*" + "spryker/config": "^3.1.0", + "spryker/console": "^3.1.0 || ^4.0.0", + "spryker/propel": "^3.0.0", + "spryker/silex": "^2.0.0", + "spryker/testify": "*" }, "suggest": { - "spryker/twig": "Required by Yves Twig function." + "spryker/console": "*", + "spryker/silex": "^2.0.0", + "spryker/symfony": "^3.0.0" }, - "type": "library", + "type": "propel-behavior", "extra": { + "name": "event", + "class": "\\Spryker\\Zed\\EventBehavior\\Persistence\\Propel\\Behavior\\EventBehavior", "branch-alias": { "dev-master": "1.0.x-dev" } @@ -6916,87 +11451,84 @@ } }, "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "src/" + ], "license": [ "proprietary" ], - "description": "CmsContentWidgetProductSetConnector module", - "time": "2018-01-24T11:43:27+00:00" + "description": "EventBehavior module", + "time": "2018-07-23T08:13:08+00:00" }, { - "name": "spryker/cms-gui", - "version": "4.3.7", + "name": "spryker/event-journal", + "version": "3.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-gui.git", - "reference": "f9a47eea3ab72c4475e242ca6f877fd3f1eb0fd5" + "url": "https://github.com/spryker/event-journal.git", + "reference": "1d6f3adc99a688752c20f3b6722e4f52fc75af32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-gui/zipball/f9a47eea3ab72c4475e242ca6f877fd3f1eb0fd5", - "reference": "f9a47eea3ab72c4475e242ca6f877fd3f1eb0fd5", + "url": "https://api.github.com/repos/spryker/event-journal/zipball/1d6f3adc99a688752c20f3b6722e4f52fc75af32", + "reference": "1d6f3adc99a688752c20f3b6722e4f52fc75af32", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/application": "^3.2.0", - "spryker/cms": "^5.0.0 || ^6.0.0", - "spryker/glossary": "^3.0.0", - "spryker/gui": "^3.10.0", - "spryker/kernel": "^3.4.0", - "spryker/locale": "^3.0.0", - "spryker/symfony": "^3.0.0", - "spryker/twig": "^3.0.0", - "spryker/url": "^3.0.0", - "spryker/util-encoding": "^2.0.0", + "spryker/config": "^3.0.0", + "spryker/kernel": "^3.0.0", + "spryker/new-relic-api": "^1.0.0", + "spryker/util-network": "^1.1.0", "spryker/util-text": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/silex": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/" + "psr-0": { + "Spryker": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsGui module", - "time": "2018-02-08T13:02:40+00:00" + "description": "EventJournal bundle", + "time": "2017-02-22T12:08:46+00:00" }, { - "name": "spryker/cms-navigation-connector", - "version": "1.0.0", + "name": "spryker/file-manager", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/cms-navigation-connector.git", - "reference": "eea1cdb3e66f42fe325ba5a40670cdccdb4f9df3" + "url": "https://github.com/spryker/file-manager.git", + "reference": "c68be7f427d1e6f0f92f4ae18c7f4ecb67ac2173" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-navigation-connector/zipball/eea1cdb3e66f42fe325ba5a40670cdccdb4f9df3", - "reference": "eea1cdb3e66f42fe325ba5a40670cdccdb4f9df3", + "url": "https://api.github.com/repos/spryker/file-manager/zipball/c68be7f427d1e6f0f92f4ae18c7f4ecb67ac2173", + "reference": "c68be7f427d1e6f0f92f4ae18c7f4ecb67ac2173", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/cms": "^6.5.0", + "spryker/file-system": "^1.0.0", "spryker/kernel": "^3.0.0", - "spryker/navigation": "^2.3.0" + "spryker/locale": "^3.0.0", + "spryker/propel-orm": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/flysystem": "*", + "spryker/flysystem-local-file-system": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -7014,98 +11546,86 @@ "license": [ "proprietary" ], - "description": "CmsNavigationConnector module", - "time": "2018-01-31T12:07:33+00:00" + "description": "FileManager module", + "time": "2018-10-02T10:56:18+00:00" }, { - "name": "spryker/cms-page-search", + "name": "spryker/file-manager-data-import", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-page-search.git", - "reference": "89375091dbd6f2bb96b79a924a303bd52b1c4465" + "url": "https://github.com/spryker/file-manager-data-import.git", + "reference": "48fd2a3c2390061c9a2f3dd9a37a7f95a652c822" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-page-search/zipball/89375091dbd6f2bb96b79a924a303bd52b1c4465", - "reference": "89375091dbd6f2bb96b79a924a303bd52b1c4465", + "url": "https://api.github.com/repos/spryker/file-manager-data-import/zipball/48fd2a3c2390061c9a2f3dd9a37a7f95a652c822", + "reference": "48fd2a3c2390061c9a2f3dd9a37a7f95a652c822", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/cms": "^6.4.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/locale": "^3.1.0", - "spryker/search": "^7.0.0 || ^8.0.0", - "spryker/util-encoding": "^2.0.0" + "spryker/data-import": "^1.3.0", + "spryker/file-manager": "^1.0.0", + "spryker/kernel": "^3.0.0" }, "require-dev": { - "spryker/event": "*", - "spryker/propel-orm": "*", - "spryker/url": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", - "spryker/url": "If you want to use Url plugins, minimum required version: 3.3.0" + "spryker/code-sniffer": "*", + "spryker/installer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.1.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\FileManagerDataImport\\Helper\\": "tests/SprykerTest/Zed/FileManagerDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "CmsPageSearch module", - "time": "2018-05-24T09:51:00+00:00" + "description": "FileManagerDataImport module", + "time": "2018-08-08T10:51:12+00:00" }, { - "name": "spryker/cms-storage", + "name": "spryker/file-manager-gui", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/cms-storage.git", - "reference": "85d09f5d1222927487c6d1bf33065637a452b458" + "url": "https://github.com/spryker/file-manager-gui.git", + "reference": "3b4ffe4ea281309e787bc750ad9d5caa3605c7ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/cms-storage/zipball/85d09f5d1222927487c6d1bf33065637a452b458", - "reference": "85d09f5d1222927487c6d1bf33065637a452b458", + "url": "https://api.github.com/repos/spryker/file-manager-gui/zipball/3b4ffe4ea281309e787bc750ad9d5caa3605c7ef", + "reference": "3b4ffe4ea281309e787bc750ad9d5caa3605c7ef", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/cms": "^6.4.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/locale": "^3.1.0", - "spryker/synchronization": "^0.2.0" - }, - "require-dev": { - "spryker/event": "*", - "spryker/propel-orm": "*", - "spryker/url": "*", - "spryker/url-storage": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", - "spryker/url": "If you want to use Url plugins, minimum required version: 3.3.0", - "spryker/url-storage": "If you want to use UrlStorage plugins, minimum required version: 0.2.0" + "spryker/file-manager": "^1.0.0", + "spryker/file-system": "^1.0.0", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.0.0", + "spryker/locale": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-text": "^1.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.1.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -7117,35 +11637,41 @@ "license": [ "proprietary" ], - "description": "CmsStorage module", - "time": "2018-05-24T09:51:00+00:00" + "description": "FileManagerGui module", + "time": "2018-08-01T10:53:28+00:00" }, { - "name": "spryker/cms-user-connector", - "version": "1.0.1", + "name": "spryker/file-manager-storage", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/CmsUserConnector.git", - "reference": "5d124aa6ddb7d492b5a9d1dc97e72f944c5c63f5" + "url": "https://github.com/spryker/file-manager-storage.git", + "reference": "fadcc57a89f9500f935d0e90b769b2559ff73f41" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/CmsUserConnector/zipball/5d124aa6ddb7d492b5a9d1dc97e72f944c5c63f5", - "reference": "5d124aa6ddb7d492b5a9d1dc97e72f944c5c63f5", + "url": "https://api.github.com/repos/spryker/file-manager-storage/zipball/fadcc57a89f9500f935d0e90b769b2559ff73f41", + "reference": "fadcc57a89f9500f935d0e90b769b2559ff73f41", "shasum": "" }, "require": { - "spryker/cms": "^5.0.0 || ^6.0.0", + "php": ">=7.1", + "spryker/event-behavior": "^1.0.0", + "spryker/file-manager": "^1.0.0", "spryker/kernel": "^3.0.0", - "spryker/user": "^3.0.1" + "spryker/locale": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/synchronization": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/propelorm": "^1.0.0", - "spryker/silex": "*", + "spryker/event": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + }, "type": "library", "extra": { "branch-alias": { @@ -7153,58 +11679,44 @@ } }, "autoload": { - "psr-0": { - "Spryker": "src/" - } - }, - "autoload-dev": { - "psr-0": { - "Functional": "tests/" + "psr-4": { + "Spryker\\": "src/Spryker/" } }, - "notification-url": "https://code.foo.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CmsUserConnector bundle", - "support": { - "source": "https://github.com/spryker/CmsUserConnector/tree/1.0.1" - }, - "time": "2017-06-29T10:18:58+00:00" + "description": "FileManagerStorage module", + "time": "2018-08-01T14:24:30+00:00" }, { - "name": "spryker/code-it-now", - "version": "1.0.0", + "name": "spryker/file-system", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/code-it-now.git", - "reference": "9b29d0e4d357d5252bee01d1fb06572812bac924" + "url": "https://github.com/spryker/FileSystem.git", + "reference": "eaa99c62c76d8f5fc4e159ca3ce9855ca4642e67" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/code-it-now/zipball/9b29d0e4d357d5252bee01d1fb06572812bac924", - "reference": "9b29d0e4d357d5252bee01d1fb06572812bac924", + "url": "https://api.github.com/repos/spryker/FileSystem/zipball/eaa99c62c76d8f5fc4e159ca3ce9855ca4642e67", + "reference": "eaa99c62c76d8f5fc4e159ca3ce9855ca4642e67", "shasum": "" }, "require": { - "codeitnowin/barcode": "^3.0.0", - "php": ">=7.1", - "spryker/barcode-extension": "^1.0.0" + "spryker/flysystem": "^1.0.0", + "spryker/kernel": "^3.5.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/kernel": "^3.1.0", + "spryker/flysystem-local-file-system": "*", "spryker/testify": "*" }, "suggest": { - "spryker/kernel": "for testing" + "spryker/fly-system": "For filesystem handling via Flysystem library." }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/" @@ -7214,89 +11726,83 @@ "license": [ "proprietary" ], - "description": "CodeItNow module", - "time": "2018-05-16T13:57:10+00:00" + "description": "FileSystem module", + "time": "2017-10-24T13:32:31+00:00" }, { - "name": "spryker/collector", - "version": "6.1.5", + "name": "spryker/flysystem", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/collector.git", - "reference": "a3c759cd145e5c68b1c4e108fd3285f13ad5ef17" + "url": "https://github.com/spryker/flysystem.git", + "reference": "4ec333b71ae49ed3993b93b2953d0c88e1d2fa8b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/collector/zipball/a3c759cd145e5c68b1c4e108fd3285f13ad5ef17", - "reference": "a3c759cd145e5c68b1c4e108fd3285f13ad5ef17", + "url": "https://api.github.com/repos/spryker/flysystem/zipball/4ec333b71ae49ed3993b93b2953d0c88e1d2fa8b", + "reference": "4ec333b71ae49ed3993b93b2953d0c88e1d2fa8b", "shasum": "" }, "require": { + "league/flysystem": "^1.0", "php": ">=7.1", - "spryker/config": "^3.0.0", - "spryker/elastica": "^2.0.0 || ^3.0.0 || ^4.0.0", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.0.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.0.0", - "spryker/propel": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/redis": "^2.0.0", - "spryker/search": "^6.6.0 || ^7.0.0 || ^8.0.0", - "spryker/sql-criteria-builder": "^1.0.0", - "spryker/storage": "^3.2.0", - "spryker/store": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^4.0.0", - "spryker/util-data-reader": "^1.2.0" + "spryker/file-system": "^1.0.0", + "spryker/kernel": "^3.5.0" }, "require-dev": { - "spryker/code-sniffer": "*", + "spryker/flysystem-local-file-system": "*", + "spryker/propel": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/flysystem-aws3v3-file-system": "For handling AWS3v3 filesystem.", + "spryker/flysystem-ftp-file-system": "For handling FTP filesystem.", + "spryker/flysystem-local-file-system": "For handling local files." + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Collector\\Helper\\": "tests/SprykerTest/Shared/Collector/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Collector module", - "time": "2018-03-13T15:26:44+00:00" + "description": "Flysystem module", + "time": "2018-10-08T08:29:08+00:00" }, { - "name": "spryker/collector-search-connector", - "version": "1.0.3", + "name": "spryker/flysystem-ftp-file-system", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/collector-search-connector.git", - "reference": "bafb41b0f409c9d6df02088c26d610a0b794e75b" + "url": "https://github.com/spryker/FlysystemFtpFileSystem.git", + "reference": "f697e5bff48e75652a7d389700ab501d4a1ccf8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/collector-search-connector/zipball/bafb41b0f409c9d6df02088c26d610a0b794e75b", - "reference": "bafb41b0f409c9d6df02088c26d610a0b794e75b", + "url": "https://api.github.com/repos/spryker/FlysystemFtpFileSystem/zipball/f697e5bff48e75652a7d389700ab501d4a1ccf8f", + "reference": "f697e5bff48e75652a7d389700ab501d4a1ccf8f", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/collector": "^5.0.0 || ^6.0.0", - "spryker/kernel": "^3.0.0", - "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0" + "league/flysystem": "^1.0", + "spryker/kernel": "^3.5.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/flysystem": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/flysystem": "Flysystem module" + }, "type": "library", "extra": { "branch-alias": { @@ -7312,33 +11818,35 @@ "license": [ "proprietary" ], - "description": "CollectorSearchConnector module", - "time": "2018-03-09T07:57:08+00:00" + "description": "FlysystemFtpFileSystem module", + "time": "2017-10-25T08:03:49+00:00" }, { - "name": "spryker/collector-storage-connector", - "version": "1.0.3", + "name": "spryker/flysystem-local-file-system", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/collector-storage-connector.git", - "reference": "09cc4cad4e273a95b6ba3aee2171e1cbdfec509c" + "url": "https://github.com/spryker/FlysystemLocalFileSystem.git", + "reference": "c00835e434eaac58a326c254bb8bac81469f4f88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/collector-storage-connector/zipball/09cc4cad4e273a95b6ba3aee2171e1cbdfec509c", - "reference": "09cc4cad4e273a95b6ba3aee2171e1cbdfec509c", + "url": "https://api.github.com/repos/spryker/FlysystemLocalFileSystem/zipball/c00835e434eaac58a326c254bb8bac81469f4f88", + "reference": "c00835e434eaac58a326c254bb8bac81469f4f88", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/collector": "^5.0.0 || ^6.0.0", - "spryker/kernel": "^3.0.0", - "spryker/storage": "^3.0.0" + "league/flysystem": "^1.0", + "spryker/kernel": "^3.5.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/flysystem": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/flysystem": "Flysystem module" + }, "type": "library", "extra": { "branch-alias": { @@ -7354,94 +11862,105 @@ "license": [ "proprietary" ], - "description": "CollectorStorageConnector module", - "time": "2018-01-24T11:43:27+00:00" + "description": "FlysystemLocalFileSystem module", + "time": "2017-10-25T08:03:49+00:00" }, { - "name": "spryker/config", - "version": "3.1.3", + "name": "spryker/gift-card", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/config.git", - "reference": "a3cc0b997c0a752ee2454b6244acbd383966343b" + "url": "https://github.com/spryker/gift-card.git", + "reference": "432e3612328fe6d42c88de677d4fc8826abc9b67" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/config/zipball/a3cc0b997c0a752ee2454b6244acbd383966343b", - "reference": "a3cc0b997c0a752ee2454b6244acbd383966343b", + "url": "https://api.github.com/repos/spryker/gift-card/zipball/432e3612328fe6d42c88de677d4fc8826abc9b67", + "reference": "432e3612328fe6d42c88de677d4fc8826abc9b67", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/kernel": "^3.8.0", - "spryker/symfony": "^3.0.0" + "spryker/kernel": "^3.0.0", + "spryker/payment": "^4.0.0", + "spryker/product": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/sales": "^8.0.0", + "spryker/symfony": "^3.1.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { + "spryker/calculation": "*", + "spryker/cart": "^4.0.0 || ^5.0.0", + "spryker/checkout": "^3.2.0 || ^4.0.0", "spryker/code-sniffer": "*", - "spryker/silex": "*", - "spryker/testify": "*", - "spryker/twig": "*" + "spryker/discount": "^5.0.0 || ^6.0.0", + "spryker/oms": "^7.0.0 || ^8.0.0", + "spryker/propel": "^3.0.0", + "spryker/shipment": "^6.2.0", + "spryker/testify": "*" }, "suggest": { - "spryker/silex": "You need to have Silex installed to use the Config Profiler", - "spryker/twig": "You need to have Twig installed to use the Config Profiler" + "spryker/calculation": "To correctly calculate gift card payments", + "spryker/cart": "To expand information about gift card products", + "spryker/checkout": "To save gift card payments using order savers", + "spryker/discount": "If you want to make sure GiftCards have no Discount applied", + "spryker/oms": "If you want to use OMS plugins", + "spryker/payment": "If you want to use Payment plugins", + "spryker/shipment": "To filter shipment methods based on gift card rules" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Config\\Helper\\": "tests/SprykerTest/Shared/Config/_support/Helper/" + "SprykerTest\\Zed\\GiftCard\\Helper\\": "tests/SprykerTest/Zed/GiftCard/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Config module", - "time": "2018-03-22T16:25:55+00:00" + "description": "GiftCard module", + "time": "2018-08-28T16:39:42+00:00" }, { - "name": "spryker/console", - "version": "4.0.0", + "name": "spryker/gift-card-balance", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/Console.git", - "reference": "6236226914f051bb40946d5c3861c54d2aca7a2e" + "url": "https://github.com/spryker/gift-card-balance.git", + "reference": "3d710e89cb68dcc77cabbebeba8dafcbb9fe8bb1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Console/zipball/6236226914f051bb40946d5c3861c54d2aca7a2e", - "reference": "6236226914f051bb40946d5c3861c54d2aca7a2e", + "url": "https://api.github.com/repos/spryker/gift-card-balance/zipball/3d710e89cb68dcc77cabbebeba8dafcbb9fe8bb1", + "reference": "3d710e89cb68dcc77cabbebeba8dafcbb9fe8bb1", "shasum": "" }, "require": { - "spryker/config": "^3.0.0", - "spryker/error-handler": "^2.0.0", + "php": ">=7.1", + "spryker/gift-card": "^1.0.0", + "spryker/gui": "^3.12.0", "spryker/kernel": "^3.0.0", - "symfony/console": "^2.6.13 || ^3.0.0" + "spryker/money": "^2.3.0", + "spryker/propel-orm": "^1.5.0", + "spryker/sales": "^8.0.0", + "spryker/symfony": "^3.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/log": "^3.0.0", - "spryker/propel-orm": "*", - "spryker/silex": "^2.0.0", + "spryker/propel": "^3.0.0", "spryker/testify": "*" }, - "suggest": { - "spryker/log": "If you want to use the Log feature in console commands, install this package and add ConsoleLogPlugin to the list of EventSubscriber in your ConsoleDependencyProvider." - }, - "bin": [ - "bin/console" - ], "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -7453,138 +11972,152 @@ "license": [ "proprietary" ], - "description": "Console module", - "time": "2017-11-29T17:42:02+00:00" + "description": "GiftCardBalance module", + "time": "2018-08-28T16:39:42+00:00" }, { - "name": "spryker/country", - "version": "3.1.2", + "name": "spryker/gift-card-mail-connector", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/country.git", - "reference": "2013ffa107d5a40a605ce645336d9d71951f347f" + "url": "https://github.com/spryker/gift-card-mail-connector.git", + "reference": "53630c030a8dce0267a994fde008ed8f853ab105" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/country/zipball/2013ffa107d5a40a605ce645336d9d71951f347f", - "reference": "2013ffa107d5a40a605ce645336d9d71951f347f", + "url": "https://api.github.com/repos/spryker/gift-card-mail-connector/zipball/53630c030a8dce0267a994fde008ed8f853ab105", + "reference": "53630c030a8dce0267a994fde008ed8f853ab105", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.0.0" + "spryker/customer": "^6.2.0 || ^7.0.0", + "spryker/gift-card": "^1.0.0", + "spryker/kernel": "^3.0.0", + "spryker/mail": "^4.0.0", + "spryker/sales": "^8.6.0" }, "require-dev": { + "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/installer": "*", - "spryker/log": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/silex": "*", + "spryker/oms": "*", "spryker/testify": "*" }, "suggest": { - "spryker/installer": "If you want to use Installer plugins." + "spryker/checkout": "If you want to use Checkout plugins (SendEmailToGiftCardUser)", + "spryker/oms": "In case you will use commands (ShipGiftCardByEmailCommandPlugin)" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Country\\Helper\\": "tests/SprykerTest/Zed/Country/_support/Helper/" + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Country module", - "time": "2018-03-29T05:15:22+00:00" + "description": "GiftCardMailConnector module", + "time": "2018-02-20T11:46:57+00:00" }, { - "name": "spryker/currency", + "name": "spryker/glossary", "version": "3.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/currency.git", - "reference": "abeb37af7e39a9f7e956b255949485c7fda5a6c6" + "url": "https://github.com/spryker/glossary.git", + "reference": "dd61a9a82b6537585fbb7ca0a77dfc12c060c99b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/currency/zipball/abeb37af7e39a9f7e956b255949485c7fda5a6c6", - "reference": "abeb37af7e39a9f7e956b255949485c7fda5a6c6", + "url": "https://api.github.com/repos/spryker/glossary/zipball/dd61a9a82b6537585fbb7ca0a77dfc12c060c99b", + "reference": "dd61a9a82b6537585fbb7ca0a77dfc12c060c99b", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/currency-extension": "^1.0.0", - "spryker/kernel": "^3.15.0", - "spryker/messenger": "^3.1.0", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.0.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.0.0", + "spryker/messenger": "^3.0.0", "spryker/propel-orm": "^1.0.0", - "spryker/quote-extension": "^1.0.0", - "spryker/session": "^3.0.0", - "spryker/store": "^1.1.0", + "spryker/storage": "^3.0.0", "spryker/symfony": "^3.0.0", - "spryker/zed-request": "^3.2.0" + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", + "spryker/application": "*", + "spryker/installer": "*", "spryker/propel": "*", - "spryker/silex": "*", "spryker/testify": "*", - "spryker/transfer": "*", - "spryker/twig": "*" + "spryker/twig": "*", + "spryker/zed-navigation": "*" }, "suggest": { - "spryker/silex": "If you want to use ServiceProvider.", - "spryker/twig": "If you want to use currency in Twig.", - "spryker/zed-request": "If you want to use Zed request meta data provider plugin which adds currency to each request." + "spryker/installer": "If you want to use Installer plugins.", + "spryker/twig": "If you want to use Twig with Gui." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Currency\\Helper\\": "tests/SprykerTest/Shared/Currency/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Currency module", - "time": "2018-05-16T14:01:09+00:00" + "description": "Glossary module", + "time": "2018-10-30T08:30:02+00:00" }, { - "name": "spryker/currency-extension", - "version": "1.0.0", + "name": "spryker/glossary-storage", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/currency-extension.git", - "reference": "e82dca49a6e9a96dddebc87887d60b5c7f874350" + "url": "https://github.com/spryker/glossary-storage.git", + "reference": "d147c7c8a2c53a7516ad4163d5ae01836740d99c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/currency-extension/zipball/e82dca49a6e9a96dddebc87887d60b5c7f874350", - "reference": "e82dca49a6e9a96dddebc87887d60b5c7f874350", + "url": "https://api.github.com/repos/spryker/glossary-storage/zipball/d147c7c8a2c53a7516ad4163d5ae01836740d99c", + "reference": "d147c7c8a2c53a7516ad4163d5ae01836740d99c", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.1", + "spryker/event-behavior": "^1.1.0", + "spryker/glossary": "^3.3.0", + "spryker/kernel": "^3.21.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/propel-query-builder": "*", + "spryker/queue": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + }, "type": "library", "extra": { "branch-alias": { @@ -7600,109 +12133,93 @@ "license": [ "proprietary" ], - "description": "CurrencyExtension module", - "time": "2018-04-18T07:46:48+00:00" + "description": "GlossaryStorage module", + "time": "2018-10-02T14:38:51+00:00" }, { - "name": "spryker/customer", - "version": "7.10.0", + "name": "spryker/glue-application", + "version": "1.8.1", "source": { "type": "git", - "url": "https://github.com/spryker/customer.git", - "reference": "0fc92b0cc05044883d53c0a15bd9f2bb597e4f9e" + "url": "https://github.com/spryker/glue-application.git", + "reference": "7f8f063d0dbc35f5c5882584e456b7ad6cb16bb8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer/zipball/0fc92b0cc05044883d53c0a15bd9f2bb597e4f9e", - "reference": "0fc92b0cc05044883d53c0a15bd9f2bb597e4f9e", + "url": "https://api.github.com/repos/spryker/glue-application/zipball/7f8f063d0dbc35f5c5882584e456b7ad6cb16bb8", + "reference": "7f8f063d0dbc35f5c5882584e456b7ad6cb16bb8", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/country": "^3.0.0", - "spryker/customer-extension": "^1.0.0", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.0.0", - "spryker/locale": "^3.0.0", - "spryker/mail": "^4.0.0", - "spryker/propel": "^3.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/sequence-number": "^3.0.0", - "spryker/session": "^3.0.0", + "spryker/application": "^3.0.0", + "spryker/glue-application-extension": "^1.1.0", + "spryker/kernel": "^3.22.0", + "spryker/log": "^3.0.0", + "spryker/rest-api-documentation-generator-extension": "^0.1.0", + "spryker/session": "^3.0.0 || ^4.0.0", + "spryker/store": "^1.7.0", "spryker/symfony": "^3.0.0", - "spryker/util-date-time": "^1.0.0", - "spryker/util-sanitize": "^2.0.0", - "spryker/util-text": "^1.1.0", - "spryker/util-validate": "^1.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/util-encoding": "^2.0.0", + "willdurand/negotiation": "^2.3" }, "require-dev": { - "spryker/application": "*", - "spryker/assertion": "*", - "spryker/checkout": "*", "spryker/code-sniffer": "*", "spryker/config": "*", - "spryker/console": "*", - "spryker/sales": "*", "spryker/silex": "*", - "spryker/testify": "*", - "spryker/twig": "*" + "spryker/testify": "*" }, "suggest": { - "spryker/checkout": "If you want to use Checkout plugins.", - "spryker/sales": "If you want customer information in sales." + "spryker/config": "If you want to use Config.", + "spryker/silex": "If you want to use ServiceProvider." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Customer\\Helper\\": "tests/SprykerTest/Shared/Customer/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Customer module", - "time": "2018-06-08T14:08:21+00:00" + "description": "GlueApplication module", + "time": "2018-10-31T17:10:39+00:00" }, { - "name": "spryker/customer-api", - "version": "0.1.3", + "name": "spryker/glue-application-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/CustomerApi.git", - "reference": "4394c0ea129e26096625a471d837928a7a5d0e9c" + "url": "https://github.com/spryker/glue-application-extension.git", + "reference": "8aaea8cb9779e51190922d6e48f0f27d105de0e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/CustomerApi/zipball/4394c0ea129e26096625a471d837928a7a5d0e9c", - "reference": "4394c0ea129e26096625a471d837928a7a5d0e9c", + "url": "https://api.github.com/repos/spryker/glue-application-extension/zipball/8aaea8cb9779e51190922d6e48f0f27d105de0e1", + "reference": "8aaea8cb9779e51190922d6e48f0f27d105de0e1", "shasum": "" }, "require": { - "spryker/api": "^0.1", - "spryker/api-query-builder": "^0.1", - "spryker/customer": "^4.3.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "spryker/kernel": "^3.0.0", - "spryker/propel-orm": "^1.2.0", - "spryker/symfony": "^3.0.0", - "spryker/util-date-time": "^1.0.0" + "php": ">=7.1" }, "require-dev": { - "spryker/application": "*", - "spryker/assertion": "*", "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/propel": "*", - "spryker/silex": "*", + "spryker/glue-application": "*", + "spryker/kernel": "*", + "spryker/symfony": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/glue-application": "If you want to use plugins with glue application.", + "spryker/kernel": "If you want to use kernel functionality with certain plugins", + "spryker/symfony": "If you want to plugins with symfony components." + }, "type": "library", "extra": { "branch-alias": { @@ -7714,37 +12231,31 @@ "Spryker\\": "src/Spryker/" } }, - "autoload-dev": { - "psr-4": { - "SprykerTest\\": "tests/SprykerTest/" - } - }, - "notification-url": "https://code.foo.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CustomerApi module", - "support": { - "source": "https://github.com/spryker/CustomerApi/tree/master" - }, - "time": "2017-11-10T15:08:30+00:00" + "description": "GlueApplicationExtension module", + "time": "2018-10-09T14:36:03+00:00" }, { - "name": "spryker/customer-extension", - "version": "1.0.0", + "name": "spryker/graph", + "version": "3.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/customer-extension.git", - "reference": "f46d1bc7bcbb45d701febf7aff5666e8fd691bf2" + "url": "https://github.com/spryker/Graph.git", + "reference": "9616836f46e536abcb93970497d25f0313da9547" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-extension/zipball/f46d1bc7bcbb45d701febf7aff5666e8fd691bf2", - "reference": "f46d1bc7bcbb45d701febf7aff5666e8fd691bf2", + "url": "https://api.github.com/repos/spryker/Graph/zipball/9616836f46e536abcb93970497d25f0313da9547", + "reference": "9616836f46e536abcb93970497d25f0313da9547", "shasum": "" }, "require": { - "php": ">=7.1" + "spryker/graphviz": "^2.0.0", + "spryker/kernel": "^3.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -7753,100 +12264,120 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/" + "psr-0": { + "Spryker": "src/", + "Function": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CustomerExtension module", - "time": "2018-04-23T07:12:03+00:00" + "description": "Graph bundle", + "time": "2017-02-22T12:08:46+00:00" }, { - "name": "spryker/customer-group", - "version": "2.2.6", + "name": "spryker/graphviz", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/customer-group.git", - "reference": "bbb57158ac74a72c2c93089a9929e6c300539b12" + "url": "https://github.com/spryker/Graphviz.git", + "reference": "0a90ede6aacfbd5e96f9fd61a52f4908f1b5e11d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/Graphviz/zipball/0a90ede6aacfbd5e96f9fd61a52f4908f1b5e11d", + "reference": "0a90ede6aacfbd5e96f9fd61a52f4908f1b5e11d", + "shasum": "" + }, + "require": { + "phpdocumentor/graphviz": "^1.0.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "Graphviz module", + "time": "2017-08-02T16:31:17+00:00" + }, + { + "name": "spryker/gui", + "version": "3.15.0", + "source": { + "type": "git", + "url": "https://github.com/spryker/gui.git", + "reference": "83ae6bd73c731b932e14f2350c0faf2a2d57be71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-group/zipball/bbb57158ac74a72c2c93089a9929e6c300539b12", - "reference": "bbb57158ac74a72c2c93089a9929e6c300539b12", + "url": "https://api.github.com/repos/spryker/gui/zipball/83ae6bd73c731b932e14f2350c0faf2a2d57be71", + "reference": "83ae6bd73c731b932e14f2350c0faf2a2d57be71", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "spryker/gui": "^3.0.0", "spryker/kernel": "^3.0.0", "spryker/propel-orm": "^1.0.0", "spryker/symfony": "^3.0.0", - "spryker/util-date-time": "^1.0.0", - "spryker/util-encoding": "^2.0.0" + "spryker/twig": "^3.0.0", + "spryker/util-sanitize": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/assertion": "^3.0.0", - "spryker/code-sniffer": "*", - "spryker/country": "*", - "spryker/locale": "*", + "spryker/application": "*", "spryker/propel": "*", "spryker/silex": "*", - "spryker/testify": "*", - "spryker/twig": "*" + "spryker/testify": "*" + }, + "suggest": { + "spryker/silex": "If you want to use ServiceProvider." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\CustomerGroup\\Helper\\": "tests/SprykerTest/Zed/CustomerGroup/_support/Helper/" + "SprykerTest\\Zed\\Gui\\Helper\\": "tests/SprykerTest/Zed/Gui/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CustomerGroup module", - "time": "2018-02-05T06:01:59+00:00" + "description": "Gui module", + "time": "2018-11-08T17:57:42+00:00" }, { - "name": "spryker/customer-group-discount-connector", - "version": "2.0.3", + "name": "spryker/guzzle", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/customer-group-discount-connector.git", - "reference": "906fb8f914ba28466aaffbe66e0907d6bc3124ea" + "url": "https://github.com/spryker/guzzle.git", + "reference": "617a11041763dd60738a5a978d54bbd5fc61513f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-group-discount-connector/zipball/906fb8f914ba28466aaffbe66e0907d6bc3124ea", - "reference": "906fb8f914ba28466aaffbe66e0907d6bc3124ea", + "url": "https://api.github.com/repos/spryker/guzzle/zipball/617a11041763dd60738a5a978d54bbd5fc61513f", + "reference": "617a11041763dd60738a5a978d54bbd5fc61513f", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/customer-group": "^2.0.0", - "spryker/discount": "^4.0.0 || ^5.0.0 || ^6.0.0", - "spryker/kernel": "^3.0.0" - }, - "require-dev": { - "spryker/assertion": "*", - "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/propel-orm": "*", - "spryker/testify": "*" + "guzzlehttp/guzzle": "~6.3.0", + "php": ">=7.1" }, "type": "library", "extra": { @@ -7854,99 +12385,89 @@ "dev-master": "2.0.x-dev" } }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/" - } - }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CustomerGroupDiscountConnector module", - "time": "2018-01-26T13:20:18+00:00" + "description": "Guzzle module", + "time": "2018-02-27T11:21:15+00:00" }, { - "name": "spryker/customer-note", - "version": "1.0.0", + "name": "spryker/heartbeat", + "version": "3.2.3", "source": { "type": "git", - "url": "https://github.com/spryker/customer-note.git", - "reference": "4036c0bac8ec80abb0609a3235e86e3734fc5f6b" + "url": "https://github.com/spryker/heartbeat.git", + "reference": "738ef769450251e5e170b4244c32b25c8fb1ee43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-note/zipball/4036c0bac8ec80abb0609a3235e86e3734fc5f6b", - "reference": "4036c0bac8ec80abb0609a3235e86e3734fc5f6b", + "url": "https://api.github.com/repos/spryker/heartbeat/zipball/738ef769450251e5e170b4244c32b25c8fb1ee43", + "reference": "738ef769450251e5e170b4244c32b25c8fb1ee43", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/customer": "^7.1.0", + "spryker/application": "^3.4.0", + "spryker/config": "^3.0.0", + "spryker/elastica": "^2.0.0 || ^3.0.0 || ^4.0.0", "spryker/kernel": "^3.0.0", - "spryker/user": "^1.0.0 || ^2.0.0 || ^3.0.0" + "spryker/propel-orm": "^1.0.0", + "spryker/redis": "^2.0.0", + "spryker/session": "^3.0.0 || ^4.0.0", + "spryker/storage": "^3.2.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/application": "*", - "spryker/assertion": "*", - "spryker/code-sniffer": "*", - "spryker/config": "*", "spryker/propel": "*", - "spryker/silex": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\CustomerNote\\Helper\\": "tests/SprykerTest/Shared/CustomerNote/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CustomerNote module", - "time": "2018-03-13T17:39:52+00:00" + "description": "Heartbeat module", + "time": "2018-10-29T12:36:26+00:00" }, { - "name": "spryker/customer-note-gui", + "name": "spryker/index-generator", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/customer-note-gui.git", - "reference": "0d73100c6b2a0a4124d2a6abe779871adda9f246" + "url": "https://github.com/spryker/index-generator.git", + "reference": "ba36b2dc49a58c4b8c760a2d15860d4458fe879e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-note-gui/zipball/0d73100c6b2a0a4124d2a6abe779871adda9f246", - "reference": "0d73100c6b2a0a4124d2a6abe779871adda9f246", + "url": "https://api.github.com/repos/spryker/index-generator/zipball/ba36b2dc49a58c4b8c760a2d15860d4458fe879e", + "reference": "ba36b2dc49a58c4b8c760a2d15860d4458fe879e", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/customer-note": "^1.0.0", "spryker/kernel": "^3.0.0", + "spryker/propel": "^3.0.0", "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/application": "*", - "spryker/assertion": "*", "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/propel": "*", - "spryker/silex": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -7958,39 +12479,41 @@ "license": [ "proprietary" ], - "description": "CustomerNoteGui module", - "time": "2018-03-13T09:31:03+00:00" + "description": "IndexGenerator module", + "time": "2018-09-25T06:44:48+00:00" }, { - "name": "spryker/customer-offer-connector", - "version": "1.0.0", + "name": "spryker/install", + "version": "0.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/customer-offer-connector.git", - "reference": "3bc324f7ac5194c855ab6be67f61fb4c372fbcaf" + "url": "https://github.com/spryker/install.git", + "reference": "8c9c7d30e10c226de4729ee0211e7947c179fe30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-offer-connector/zipball/3bc324f7ac5194c855ab6be67f61fb4c372fbcaf", - "reference": "3bc324f7ac5194c855ab6be67f61fb4c372fbcaf", + "url": "https://api.github.com/repos/spryker/install/zipball/8c9c7d30e10c226de4729ee0211e7947c179fe30", + "reference": "8c9c7d30e10c226de4729ee0211e7947c179fe30", "shasum": "" }, "require": { + "monolog/monolog": "^1.23", "php": ">=7.1", - "spryker/customer": "^7.8.0", - "spryker/kernel": "^3.0.0", - "spryker/offer-extension": "^1.0.0" + "symfony/console": "^3.0.0", + "symfony/process": "^3.0.0", + "symfony/yaml": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "codeception/codeception": "*", + "php-coveralls/php-coveralls": "^1.0", + "phpstan/phpstan": "^0.8.5", + "spryker/code-sniffer": "dev-master as 1.0.0", + "symfony/var-dumper": "^3.0.0" }, + "bin": [ + "bin/install" + ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/" @@ -7998,39 +12521,37 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "CustomerOfferConnector module", - "time": "2018-04-20T09:46:04+00:00" + "description": "Spryker install tool", + "time": "2018-07-26T07:36:01+00:00" }, { - "name": "spryker/customer-user-connector", - "version": "1.0.2", + "name": "spryker/installer", + "version": "4.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/CustomerUserConnector.git", - "reference": "303132410d1d31a8318a3a7a1361537e446956ca" + "url": "https://github.com/spryker/installer.git", + "reference": "7ff9b6841bc7e448cd66b5a6f7d73914d4ca5361" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/CustomerUserConnector/zipball/303132410d1d31a8318a3a7a1361537e446956ca", - "reference": "303132410d1d31a8318a3a7a1361537e446956ca", + "url": "https://api.github.com/repos/spryker/installer/zipball/7ff9b6841bc7e448cd66b5a6f7d73914d4ca5361", + "reference": "7ff9b6841bc7e448cd66b5a6f7d73914d4ca5361", "shasum": "" }, "require": { - "spryker/customer": "^6.3.0 || ^7.0.0", - "spryker/kernel": "^3.5.0", - "spryker/user": "^3.0.0" + "php": ">=7.1", + "spryker/kernel": "^3.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -8042,259 +12563,213 @@ "license": [ "proprietary" ], - "description": "CustomerUserConnector module", - "time": "2017-11-23T12:28:31+00:00" + "description": "Installer module", + "time": "2018-09-03T14:04:14+00:00" }, { - "name": "spryker/customer-user-connector-gui", - "version": "1.0.2", + "name": "spryker/invoice", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/customer-user-connector-gui.git", - "reference": "22db3246a977cd42b46a50f05fb4332d2a5ba7c9" + "url": "https://github.com/spryker/Invoice.git", + "reference": "d472459b08520dbeb45ce7ea0f54079fbae16b2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/customer-user-connector-gui/zipball/22db3246a977cd42b46a50f05fb4332d2a5ba7c9", - "reference": "22db3246a977cd42b46a50f05fb4332d2a5ba7c9", + "url": "https://api.github.com/repos/spryker/Invoice/zipball/d472459b08520dbeb45ce7ea0f54079fbae16b2d", + "reference": "d472459b08520dbeb45ce7ea0f54079fbae16b2d", "shasum": "" }, - "require": { - "php": ">=7.1", - "spryker/customer": "^6.3.0 || ^7.0.0", - "spryker/customer-user-connector": "^1.0.0", - "spryker/gui": "^3.10.0", - "spryker/kernel": "^3.5.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/user": "^3.0.0" - }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/testify": "*", - "spryker/util-text": "*" - }, - "suggest": { - "spryker/util-text": "If you want to use the UsersTableExpanderPlugin" + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/" + "psr-0": { + "Spryker": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "CustomerUserConnectorGui module", - "time": "2018-01-25T09:08:12+00:00" + "description": "Invoice bundle", + "time": "2017-02-22T11:53:10+00:00" }, { - "name": "spryker/data-import", - "version": "1.3.1", + "name": "spryker/kernel", + "version": "3.25.0", "source": { "type": "git", - "url": "https://github.com/spryker/data-import.git", - "reference": "57fb4076fc838e53903d99d5c3cd93c8ac0abbf6" + "url": "https://github.com/spryker/kernel.git", + "reference": "4aefde589191c6829f5eceab705b6a24eb72223a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/data-import/zipball/57fb4076fc838e53903d99d5c3cd93c8ac0abbf6", - "reference": "57fb4076fc838e53903d99d5c3cd93c8ac0abbf6", + "url": "https://api.github.com/repos/spryker/kernel/zipball/4aefde589191c6829f5eceab705b6a24eb72223a", + "reference": "4aefde589191c6829f5eceab705b6a24eb72223a", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/error-handler": "^2.1.0", - "spryker/event": "^2.0.0", - "spryker/kernel": "^3.0.0", - "spryker/locale": "^2.0.0 || ^3.0.0", - "spryker/propel-orm": "^1.0.0", + "everon/collection": "^1.0.0", + "php": ">=5.6.0", + "spryker/config": "^3.0.0", + "spryker/error-handler": "^2.2.0", + "spryker/propel-orm": "^1.6.0", + "spryker/silex": "^2.0.0", "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0" + "spryker/util-encoding": "^2.0.0", + "spryker/zend": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/event-behavior": "^0.1.0", - "spryker/testify": "*" - }, - "suggest": { - "spryker/event-behavior": "To be able to use the DataImportEventBehaviorPlugin please install the spryker/event-behavior module, minimum required version: 0.1.0" + "spryker/propel": "*", + "spryker/testify": "^3.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\DataImport\\Helper\\": "tests/SprykerTest/Zed/DataImport/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "DataImport module", - "time": "2018-04-03T13:52:19+00:00" + "description": "Kernel module", + "time": "2018-11-07T10:45:06+00:00" }, { - "name": "spryker/discount", - "version": "6.2.1", + "name": "spryker/key-builder", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/discount.git", - "reference": "8c7813b2c3ad0bf1176a97144ac7d27d2ec6cc49" + "url": "https://github.com/spryker/KeyBuilder.git", + "reference": "cf9a19a226b6001d767f90f55cc795ba0af10943" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/discount/zipball/8c7813b2c3ad0bf1176a97144ac7d27d2ec6cc49", - "reference": "8c7813b2c3ad0bf1176a97144ac7d27d2ec6cc49", + "url": "https://api.github.com/repos/spryker/KeyBuilder/zipball/cf9a19a226b6001d767f90f55cc795ba0af10943", + "reference": "cf9a19a226b6001d767f90f55cc795ba0af10943", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/cart-extension": "^1.0.0", - "spryker/currency": "^3.1.0", - "spryker/gui": "^3.7.0", - "spryker/kernel": "^3.11.0", - "spryker/log": "^3.0.0", - "spryker/messenger": "^3.0.0", - "spryker/money": "^2.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/store": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/util-text": "^1.1.0" + "spryker/kernel": "^3.0.0" }, "require-dev": { - "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/silex": "*", - "spryker/testify": "*", - "spryker/transfer": "*" - }, - "suggest": { - "spryker/checkout": "If you want to use Checkout plugins.", - "spryker/store": "StoreQuoteTransferExpander plugin can help to populate current Store into Quote, minimum required version: 1.4.0" + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Discount\\Helper\\": "tests/SprykerTest/Shared/Discount/_support/Helper/" + "psr-0": { + "Spryker": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Discount module", - "time": "2018-05-07T14:54:26+00:00" + "description": "KeyBuilder module", + "time": "2017-09-26T09:11:18+00:00" }, { - "name": "spryker/discount-calculation-connector", - "version": "5.0.2", + "name": "spryker/locale", + "version": "3.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/discount-calculation-connector.git", - "reference": "a848d1b3b965228b0fbd602c783b70c78801c447" + "url": "https://github.com/spryker/Locale.git", + "reference": "069b0f291ebd59ddaaa0338acbc83406f9acb75b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/discount-calculation-connector/zipball/a848d1b3b965228b0fbd602c783b70c78801c447", - "reference": "a848d1b3b965228b0fbd602c783b70c78801c447", + "url": "https://api.github.com/repos/spryker/Locale/zipball/069b0f291ebd59ddaaa0338acbc83406f9acb75b", + "reference": "069b0f291ebd59ddaaa0338acbc83406f9acb75b", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/discount": "^4.0.0 || ^5.0.0 || ^6.0.0", "spryker/kernel": "^3.0.0" }, "require-dev": { - "spryker/calculation": "*", "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/silex": "*", "spryker/testify": "*" }, "suggest": { - "spryker/calculation": "If you want to use Calculation plugins." + "spryker/installer": "If you want to use Installer plugins you need to install spryker/installer." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/" + "psr-0": { + "Spryker": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "DiscountCalculationConnector module", - "time": "2018-01-26T13:20:18+00:00" + "description": "Locale bundle", + "time": "2017-06-16T09:45:17+00:00" }, { - "name": "spryker/discount-promotion", - "version": "1.1.1", + "name": "spryker/log", + "version": "3.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/discount-promotion.git", - "reference": "270051a47cd4bcc931a7bf66a2d762e704c37f31" + "url": "https://github.com/spryker/log.git", + "reference": "eeb2ea45d97be7cdaafc60df1f1030f7be73a432" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/discount-promotion/zipball/270051a47cd4bcc931a7bf66a2d762e704c37f31", - "reference": "270051a47cd4bcc931a7bf66a2d762e704c37f31", + "url": "https://api.github.com/repos/spryker/log/zipball/eeb2ea45d97be7cdaafc60df1f1030f7be73a432", + "reference": "eeb2ea45d97be7cdaafc60df1f1030f7be73a432", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/availability": "^5.0.3 || ^6.0.0", - "spryker/cart-extension": "^1.0.0", - "spryker/discount": "^4.5.0 || ^5.0.0 || ^6.0.0", - "spryker/kernel": "^3.0.0", - "spryker/locale": "^3.0.0", - "spryker/persistent-cart-extension": "^1.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0" + "psr/log": "~1.0.0", + "spryker/config": "^3.0.0", + "spryker/kernel": "^3.8.0", + "spryker/monolog": "^2.0.0", + "spryker/queue": "^0.3.0 || ^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-network": "^1.0.0" }, "require-dev": { - "spryker/calculation": "*", - "spryker/cart": "*", "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/silex": "*", - "spryker/testify": "*", - "spryker/transfer": "*" + "spryker/testify": "*" }, "suggest": { - "spryker/calculation": "Used by plugin to reset promotional items.", - "spryker/cart": "Used by plugin to add promotional item identifier to group key." + "spryker/silex": "If you want to use ServiceProvider." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -8306,49 +12781,39 @@ "license": [ "proprietary" ], - "description": "DiscountPromotion module", - "time": "2018-05-16T15:12:24+00:00" + "description": "Log module", + "time": "2018-08-01T08:16:42+00:00" }, { - "name": "spryker/dummy-payment", - "version": "2.3.1", + "name": "spryker/mail", + "version": "4.1.0", "source": { - "type": "git", - "url": "https://github.com/spryker/dummy-payment.git", - "reference": "979adcef14276769687ed58a72d417fceaea86bf" + "type": "git", + "url": "https://github.com/spryker/mail.git", + "reference": "168e9b2ca9ce22806b7bbdf6bb2604b58aac60d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/dummy-payment/zipball/979adcef14276769687ed58a72d417fceaea86bf", - "reference": "979adcef14276769687ed58a72d417fceaea86bf", + "url": "https://api.github.com/repos/spryker/mail/zipball/168e9b2ca9ce22806b7bbdf6bb2604b58aac60d7", + "reference": "168e9b2ca9ce22806b7bbdf6bb2604b58aac60d7", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/checkout": "^3.0.0 || ^4.0.0", + "spryker/glossary": "^3.0.0", "spryker/kernel": "^3.0.0", - "spryker/manual-order-entry-gui-extension": "^1.0.0", - "spryker/oms": "^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/payment": "^3.0.0 || ^4.0.0", - "spryker/refund": "^4.0.0 || ^5.0.0", - "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/step-engine": "^3.1.0", - "spryker/symfony": "^3.0.0" + "swiftmailer/swiftmailer": "^5.4.5 || ^6.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/manual-order-entry-gui": "*", "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/manual-order-entry-gui": "*" + "spryker/testify": "*", + "spryker/twig": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -8360,25 +12825,28 @@ "license": [ "proprietary" ], - "description": "DummyPayment module", - "time": "2018-06-13T15:47:11+00:00" + "description": "Mail module", + "time": "2018-10-19T11:24:52+00:00" }, { - "name": "spryker/egulias", - "version": "1.0.0", + "name": "spryker/maintenance", + "version": "3.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/Egulias.git", - "reference": "154f30dd86390d29382936290b48c6891fef130f" + "url": "https://github.com/spryker/Maintenance.git", + "reference": "e4235d9edf546f5c8ed13485e3048ee83427f991" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Egulias/zipball/154f30dd86390d29382936290b48c6891fef130f", - "reference": "154f30dd86390d29382936290b48c6891fef130f", + "url": "https://api.github.com/repos/spryker/Maintenance/zipball/e4235d9edf546f5c8ed13485e3048ee83427f991", + "reference": "e4235d9edf546f5c8ed13485e3048ee83427f991", "shasum": "" }, "require": { - "egulias/email-validator": "~2.1.2" + "spryker/config": "^3.0.0", + "spryker/error-handler": "^2.0.0", + "spryker/kernel": "^3.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -8387,131 +12855,150 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" } }, - "notification-url": "https://code.foo.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Egulias module", - "support": { - "source": "https://github.com/spryker/Egulias/tree/1.0.0" - }, - "time": "2017-11-09T13:55:22+00:00" + "description": "Maintenance module", + "time": "2017-11-27T14:09:45+00:00" }, { - "name": "spryker/elastica", - "version": "4.0.0", + "name": "spryker/manual-order-entry", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/elastica.git", - "reference": "5bf51d5cb26434d2bf3cce6deddcff39526aefa4" + "url": "https://github.com/spryker/manual-order-entry.git", + "reference": "3ff135e691c1af56f4b8262b4d1cb1799ddc4dbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/elastica/zipball/5bf51d5cb26434d2bf3cce6deddcff39526aefa4", - "reference": "5bf51d5cb26434d2bf3cce6deddcff39526aefa4", + "url": "https://api.github.com/repos/spryker/manual-order-entry/zipball/3ff135e691c1af56f4b8262b4d1cb1799ddc4dbf", + "reference": "3ff135e691c1af56f4b8262b4d1cb1799ddc4dbf", "shasum": "" }, "require": { "php": ">=7.1", - "ruflin/elastica": "~5.3.0" + "spryker/kernel": "^3.18.0", + "spryker/symfony": "^3.1.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/sales": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/sales": "If you want to use PreSaveOrderHydratePluginInterface" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ManualOrderEntry\\Helper\\": "tests/SprykerTest/Zed/ManualOrderEntry/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Elastica module", - "time": "2018-02-01T12:54:55+00:00" + "description": "ManualOrderEntry module", + "time": "2018-08-15T06:37:02+00:00" }, { - "name": "spryker/error-handler", - "version": "2.1.3", + "name": "spryker/manual-order-entry-gui", + "version": "0.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/ErrorHandler.git", - "reference": "831b9b54315785c0e312396ee8a087b1211c3b44" + "url": "https://github.com/spryker/manual-order-entry-gui.git", + "reference": "ea10228ffb5a58f3aad18bce2d86671ebc4a0337" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/ErrorHandler/zipball/831b9b54315785c0e312396ee8a087b1211c3b44", - "reference": "831b9b54315785c0e312396ee8a087b1211c3b44", + "url": "https://api.github.com/repos/spryker/manual-order-entry-gui/zipball/ea10228ffb5a58f3aad18bce2d86671ebc4a0337", + "reference": "ea10228ffb5a58f3aad18bce2d86671ebc4a0337", "shasum": "" }, "require": { - "filp/whoops": "^2.1", - "spryker/config": "^3.0.0", - "spryker/log": "^3.0.0", - "spryker/new-relic-api": "^1.0.0" + "php": ">=7.1", + "spryker/calculation": "^4.2.2", + "spryker/cart": "^5.0.0", + "spryker/checkout": "^4.1.0", + "spryker/currency": "^3.1.0", + "spryker/customer": "^7.1.0", + "spryker/discount": "^6.1.0", + "spryker/gui": "^3.1.0", + "spryker/kernel": "^3.18.0", + "spryker/manual-order-entry": "^1.0.0", + "spryker/manual-order-entry-gui-extension": "^1.0.0", + "spryker/messenger": "^3.1.0", + "spryker/money": "^2.1.0", + "spryker/payment": "^4.1.0", + "spryker/product": "^6.0.0", + "spryker/sales": "^8.1.0", + "spryker/shipment": "^6.1.0", + "spryker/store": "^1.0.0", + "spryker/symfony": "^3.1.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/kernel": "*", - "spryker/silex": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/silex": "If you want to use ServiceProvider." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-0": { - "Spryker": "src/" + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ErrorHandler module", - "time": "2017-09-28T14:22:48+00:00" + "description": "ManualOrderEntryGui module", + "time": "2018-05-30T09:01:39+00:00" }, { - "name": "spryker/event", - "version": "2.2.0", + "name": "spryker/manual-order-entry-gui-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/event.git", - "reference": "7404f030831d6c50d6ff48e8c7465655cd1f6196" + "url": "https://github.com/spryker/manual-order-entry-gui-extension.git", + "reference": "46efb708b7aba7b9e2c1b8a031ea6a6aaafc53e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/event/zipball/7404f030831d6c50d6ff48e8c7465655cd1f6196", - "reference": "7404f030831d6c50d6ff48e8c7465655cd1f6196", + "url": "https://api.github.com/repos/spryker/manual-order-entry-gui-extension/zipball/46efb708b7aba7b9e2c1b8a031ea6a6aaafc53e3", + "reference": "46efb708b7aba7b9e2c1b8a031ea6a6aaafc53e3", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/error-handler": "^2.0.0", - "spryker/kernel": "^3.0.0", - "spryker/log": "^3.0.0", - "spryker/monolog": "^2.0.0", - "spryker/queue": "^1.1.0", - "spryker/util-encoding": "^2.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/silex": "^2.0.0", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -8523,51 +13010,39 @@ "license": [ "proprietary" ], - "description": "Event module", - "time": "2018-05-29T09:01:16+00:00" + "description": "ManualOrderEntryGuiExtension module", + "time": "2018-03-27T17:57:59+00:00" }, { - "name": "spryker/event-behavior", - "version": "1.0.0", + "name": "spryker/messenger", + "version": "3.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/event-behavior.git", - "reference": "9de73f7ebce77354f86b26ec1e2c5530b7120d7f" + "url": "https://github.com/spryker/messenger.git", + "reference": "01c855b8bcb37f87a469632687601f5ad6ca0fea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/event-behavior/zipball/9de73f7ebce77354f86b26ec1e2c5530b7120d7f", - "reference": "9de73f7ebce77354f86b26ec1e2c5530b7120d7f", + "url": "https://api.github.com/repos/spryker/messenger/zipball/01c855b8bcb37f87a469632687601f5ad6ca0fea", + "reference": "01c855b8bcb37f87a469632687601f5ad6ca0fea", "shasum": "" }, "require": { - "spryker/error-handler": "^2.1.2", - "spryker/event": "^2.1.0", - "spryker/kernel": "^3.20.0", - "spryker/propel-orm": "^1.6.0", - "spryker/symfony": "^3.1.0", - "spryker/util-encoding": "^2.0.0", - "spryker/zend": "^2.1.0" + "php": ">=7.1", + "spryker/kernel": "^3.0.0", + "spryker/session": "^3.0.0 || ^4.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/config": "^3.1.0", - "spryker/console": "^3.1.0 || ^4.0.0", - "spryker/propel": "^3.0.0", - "spryker/silex": "^2.0.0", - "spryker/testify": "*" + "spryker/silex": "*" }, "suggest": { - "spryker/console": "*", - "spryker/silex": "^2.0.0", - "spryker/symfony": "^3.0.0" + "spryker/silex": "If you want to use ServiceProvider." }, - "type": "propel-behavior", + "type": "library", "extra": { - "name": "event", - "class": "\\Spryker\\Zed\\EventBehavior\\Persistence\\Propel\\Behavior\\EventBehavior", "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -8576,85 +13051,103 @@ } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "src/" - ], "license": [ "proprietary" ], - "description": "EventBehavior module", - "time": "2018-05-30T09:20:04+00:00" + "description": "Messenger module", + "time": "2018-10-29T12:36:26+00:00" }, { - "name": "spryker/event-journal", - "version": "3.0.0", + "name": "spryker/money", + "version": "2.4.3", "source": { "type": "git", - "url": "https://github.com/spryker/event-journal.git", - "reference": "1d6f3adc99a688752c20f3b6722e4f52fc75af32" + "url": "https://github.com/spryker/money.git", + "reference": "5d3efd11da7c928e1af5e011bf99d88dbe7f29ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/event-journal/zipball/1d6f3adc99a688752c20f3b6722e4f52fc75af32", - "reference": "1d6f3adc99a688752c20f3b6722e4f52fc75af32", + "url": "https://api.github.com/repos/spryker/money/zipball/5d3efd11da7c928e1af5e011bf99d88dbe7f29ce", + "reference": "5d3efd11da7c928e1af5e011bf99d88dbe7f29ce", "shasum": "" }, "require": { - "spryker/config": "^3.0.0", - "spryker/kernel": "^3.0.0", - "spryker/new-relic-api": "^1.0.0", - "spryker/util-network": "^1.1.0", - "spryker/util-text": "^1.1.0" + "moneyphp/money": "^3.0.0", + "php": ">=7.1", + "spryker/currency": "^2.0.0 || ^3.1.0", + "spryker/kernel": "^3.11.0", + "spryker/store": "^1.1.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { + "spryker/application": "*", "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/propel": "*", + "spryker/session": "*", + "spryker/silex": "*", + "spryker/testify": "*", + "spryker/twig": "*" + }, + "suggest": { + "spryker/silex": "If you want to use ServiceProvider.", + "spryker/twig": "If you want to use Money in Twig." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { - "psr-0": { - "Spryker": "src/" + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "EventJournal bundle", - "time": "2017-02-22T12:08:46+00:00" + "description": "Money module", + "time": "2018-10-17T12:31:46+00:00" }, { - "name": "spryker/file-system", - "version": "1.0.2", + "name": "spryker/monitoring", + "version": "2.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/FileSystem.git", - "reference": "eaa99c62c76d8f5fc4e159ca3ce9855ca4642e67" + "url": "https://github.com/spryker/monitoring.git", + "reference": "52c384c12344fb7bd58a4554498e4be8208f7526" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/FileSystem/zipball/eaa99c62c76d8f5fc4e159ca3ce9855ca4642e67", - "reference": "eaa99c62c76d8f5fc4e159ca3ce9855ca4642e67", + "url": "https://api.github.com/repos/spryker/monitoring/zipball/52c384c12344fb7bd58a4554498e4be8208f7526", + "reference": "52c384c12344fb7bd58a4554498e4be8208f7526", "shasum": "" }, "require": { - "spryker/flysystem": "^1.0.0", - "spryker/kernel": "^3.5.0" + "php": ">=7.1", + "spryker/kernel": "^3.0.0", + "spryker/locale": "^3.0.0", + "spryker/monitoring-extension": "^1.0.0", + "spryker/store": "^1.0.0", + "spryker/util-network": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/flysystem-local-file-system": "*", + "spryker/silex": "^2.0.0", + "spryker/symfony": "^3.0.0", "spryker/testify": "*" }, "suggest": { - "spryker/fly-system": "For filesystem handling via Flysystem library." + "spryker/silex": "If you want to use the Monitoring ServiceProvider, please add spryker/silex", + "spryker/symfony": "If you want to use the Monitoring ServiceProvider, please add spryker/symfony" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } }, - "type": "library", "autoload": { "psr-4": { "Spryker\\": "src/Spryker/" @@ -8664,37 +13157,25 @@ "license": [ "proprietary" ], - "description": "FileSystem module", - "time": "2017-10-24T13:32:31+00:00" + "description": "Monitoring module", + "time": "2018-10-29T12:36:27+00:00" }, { - "name": "spryker/flysystem", - "version": "1.0.1", + "name": "spryker/monitoring-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/Flysystem.git", - "reference": "e83c1779acbc42c0d1e59d7b6a7c6b4b4bdfd000" + "url": "https://github.com/spryker/monitoring-extension.git", + "reference": "dab766858ce64aa2176caeb3674c7691b9447f2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Flysystem/zipball/e83c1779acbc42c0d1e59d7b6a7c6b4b4bdfd000", - "reference": "e83c1779acbc42c0d1e59d7b6a7c6b4b4bdfd000", + "url": "https://api.github.com/repos/spryker/monitoring-extension/zipball/dab766858ce64aa2176caeb3674c7691b9447f2d", + "reference": "dab766858ce64aa2176caeb3674c7691b9447f2d", "shasum": "" }, "require": { - "league/flysystem": "^1.0", - "spryker/file-system": "^1.0.0", - "spryker/kernel": "^3.5.0" - }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/flysystem-local-file-system": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/flysystem-aws3v3-file-system": "For handling AWS3v3 filesystem.", - "spryker/flysystem-ftp-file-system": "For handling FTP filesystem.", - "spryker/flysystem-local-file-system": "For handling local files." + "php": ">=7.1" }, "type": "library", "extra": { @@ -8711,79 +13192,72 @@ "license": [ "proprietary" ], - "description": "Flysystem module", - "time": "2017-10-25T08:03:49+00:00" + "description": "MonitoringExtension module", + "time": "2018-07-25T06:50:26+00:00" }, { - "name": "spryker/flysystem-aws3v3-file-system", - "version": "1.0.2", + "name": "spryker/monolog", + "version": "2.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/flysystem-aws3v3-file-system.git", - "reference": "b818d07dbae84d07a3f5ac41a1aa65b743b59ab3" + "url": "https://github.com/spryker/Monolog.git", + "reference": "d1c75126c08cfc38831750df9f6b0b70e412e73d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/flysystem-aws3v3-file-system/zipball/b818d07dbae84d07a3f5ac41a1aa65b743b59ab3", - "reference": "b818d07dbae84d07a3f5ac41a1aa65b743b59ab3", + "url": "https://api.github.com/repos/spryker/Monolog/zipball/d1c75126c08cfc38831750df9f6b0b70e412e73d", + "reference": "d1c75126c08cfc38831750df9f6b0b70e412e73d", "shasum": "" }, "require": { - "league/flysystem-aws-s3-v3": "^1.0", - "php": ">=7.1", - "spryker/kernel": "^3.5.0" - }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/flysystem": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/flysystem": "Flysystem module" + "monolog/monolog": "^1.21.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/" + "dev-master": "2.0.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "FlysystemAws3v3FileSystem module", - "time": "2018-02-15T17:59:36+00:00" + "description": "Monolog module", + "time": "2017-08-02T16:31:17+00:00" }, { - "name": "spryker/flysystem-ftp-file-system", - "version": "1.0.1", + "name": "spryker/navigation", + "version": "2.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/FlysystemFtpFileSystem.git", - "reference": "f697e5bff48e75652a7d389700ab501d4a1ccf8f" + "url": "https://github.com/spryker/navigation.git", + "reference": "0aa68ccc2e9a9071547ad589965a2ff8af4871e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/FlysystemFtpFileSystem/zipball/f697e5bff48e75652a7d389700ab501d4a1ccf8f", - "reference": "f697e5bff48e75652a7d389700ab501d4a1ccf8f", + "url": "https://api.github.com/repos/spryker/navigation/zipball/0aa68ccc2e9a9071547ad589965a2ff8af4871e3", + "reference": "0aa68ccc2e9a9071547ad589965a2ff8af4871e3", "shasum": "" }, "require": { - "league/flysystem": "^1.0", - "spryker/kernel": "^3.5.0" + "php": ">=7.1", + "spryker/kernel": "^3.0.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/storage": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/twig": "^3.0.0", + "spryker/url": "^3.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/flysystem": "*", + "spryker/propel": "*", + "spryker/silex": "*", "spryker/testify": "*" }, "suggest": { - "spryker/flysystem": "Flysystem module" + "spryker/silex": "If you want to use the NavigationTwigServiceProvider." }, "type": "library", "extra": { @@ -8793,42 +13267,48 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Navigation\\Helper\\": "tests/SprykerTest/Zed/Navigation/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "FlysystemFtpFileSystem module", - "time": "2017-10-25T08:03:49+00:00" + "description": "Navigation module", + "time": "2018-09-07T16:45:12+00:00" }, { - "name": "spryker/flysystem-local-file-system", - "version": "1.0.1", + "name": "spryker/navigation-collector", + "version": "1.0.4", "source": { "type": "git", - "url": "https://github.com/spryker/FlysystemLocalFileSystem.git", - "reference": "c00835e434eaac58a326c254bb8bac81469f4f88" + "url": "https://github.com/spryker/navigation-collector.git", + "reference": "da2f69886ae26ce605c08824a616a576ad7388ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/FlysystemLocalFileSystem/zipball/c00835e434eaac58a326c254bb8bac81469f4f88", - "reference": "c00835e434eaac58a326c254bb8bac81469f4f88", + "url": "https://api.github.com/repos/spryker/navigation-collector/zipball/da2f69886ae26ce605c08824a616a576ad7388ea", + "reference": "da2f69886ae26ce605c08824a616a576ad7388ea", "shasum": "" }, "require": { - "league/flysystem": "^1.0", - "spryker/kernel": "^3.5.0" + "php": ">=7.1", + "spryker/collector": "^5.1.1 || ^6.0.0", + "spryker/kernel": "^3.0.0", + "spryker/key-builder": "^1.0.0", + "spryker/navigation": "^1.0.0 || ^2.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/flysystem": "*", + "spryker/propel": "^3.0.0", + "spryker/silex": "^2.0.0", "spryker/testify": "*" }, - "suggest": { - "spryker/flysystem": "Flysystem module" - }, "type": "library", "extra": { "branch-alias": { @@ -8844,53 +13324,40 @@ "license": [ "proprietary" ], - "description": "FlysystemLocalFileSystem module", - "time": "2017-10-25T08:03:49+00:00" + "description": "NavigationCollector module", + "time": "2018-01-24T11:43:27+00:00" }, { - "name": "spryker/gift-card", - "version": "1.0.1", + "name": "spryker/navigation-gui", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/gift-card.git", - "reference": "49dd866912230bd68480729c2230a6484bc8fee0" + "url": "https://github.com/spryker/navigation-gui.git", + "reference": "4a40c7762c721affbf338d547888b81782fa6d7c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/gift-card/zipball/49dd866912230bd68480729c2230a6484bc8fee0", - "reference": "49dd866912230bd68480729c2230a6484bc8fee0", + "url": "https://api.github.com/repos/spryker/navigation-gui/zipball/4a40c7762c721affbf338d547888b81782fa6d7c", + "reference": "4a40c7762c721affbf338d547888b81782fa6d7c", "shasum": "" }, "require": { "php": ">=7.1", + "spryker/category": "^3.0.0 || ^4.0.0", + "spryker/cms": "^4.0.0 || ^5.0.0 || ^6.0.0", + "spryker/gui": "^3.13.0", "spryker/kernel": "^3.0.0", - "spryker/product": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/sales": "^8.0.0", - "spryker/symfony": "^3.1.0", - "spryker/util-encoding": "^2.0.0" + "spryker/locale": "^3.0.0", + "spryker/navigation": "^2.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/url": "^3.1.0", + "spryker/util-text": "^1.1.1" }, "require-dev": { - "spryker/calculation": "*", - "spryker/cart": "^4.0.0 || ^5.0.0", - "spryker/checkout": "^3.2.0 || ^4.0.0", "spryker/code-sniffer": "*", - "spryker/discount": "^5.0.0 || ^6.0.0", - "spryker/oms": "^7.0.0 || ^8.0.0", - "spryker/payment": "^4.0.0", - "spryker/propel": "^3.0.0", - "spryker/shipment": "^6.2.0", "spryker/testify": "*" }, - "suggest": { - "spryker/calculation": "To correctly calculate gift card payments", - "spryker/cart": "To expand information about gift card products", - "spryker/checkout": "To save gift card payments using order savers", - "spryker/discount": "If you want to make sure GiftCards have no Discount applied", - "spryker/oms": "If you want to use OMS plugins", - "spryker/payment": "If you want to use Payment plugins", - "spryker/shipment": "To filter shipment methods based on gift card rules" - }, "type": "library", "extra": { "branch-alias": { @@ -8899,45 +13366,49 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\GiftCard\\Helper\\": "tests/SprykerTest/Zed/GiftCard/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "GiftCard module", - "time": "2018-04-10T12:59:19+00:00" + "description": "NavigationGui module", + "time": "2018-10-02T11:39:06+00:00" }, { - "name": "spryker/gift-card-balance", - "version": "1.0.0", + "name": "spryker/navigation-storage", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/gift-card-balance.git", - "reference": "a48a7e77bb06d49c69fdf430ab249eb09ca7710f" + "url": "https://github.com/spryker/navigation-storage.git", + "reference": "c310d0b6cf1ac57494fd59a5909e02e68c2a9a80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/gift-card-balance/zipball/a48a7e77bb06d49c69fdf430ab249eb09ca7710f", - "reference": "a48a7e77bb06d49c69fdf430ab249eb09ca7710f", + "url": "https://api.github.com/repos/spryker/navigation-storage/zipball/c310d0b6cf1ac57494fd59a5909e02e68c2a9a80", + "reference": "c310d0b6cf1ac57494fd59a5909e02e68c2a9a80", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/gift-card": "^1.0.0", - "spryker/gui": "^3.12.0", - "spryker/kernel": "^3.0.0", - "spryker/money": "^2.3.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/locale": "^3.1.0", + "spryker/navigation": "^2.2.0", "spryker/propel-orm": "^1.5.0", - "spryker/sales": "^8.0.0", - "spryker/symfony": "^3.1.0" + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/util-sanitize": "^2.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "^3.0.0", - "spryker/testify": "*" + "spryker/event": "*", + "spryker/url": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/url": "If you want to use Event plugins." }, "type": "library", "extra": { @@ -8954,45 +13425,44 @@ "license": [ "proprietary" ], - "description": "GiftCardBalance module", - "time": "2018-02-20T10:32:40+00:00" + "description": "NavigationStorage module", + "time": "2018-07-17T18:22:31+00:00" }, { - "name": "spryker/gift-card-mail-connector", - "version": "1.0.0", + "name": "spryker/new-relic", + "version": "3.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/gift-card-mail-connector.git", - "reference": "53630c030a8dce0267a994fde008ed8f853ab105" + "url": "https://github.com/spryker/new-relic.git", + "reference": "4373348ff2639eb1cafaa56e011e4800e0037b3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/gift-card-mail-connector/zipball/53630c030a8dce0267a994fde008ed8f853ab105", - "reference": "53630c030a8dce0267a994fde008ed8f853ab105", + "url": "https://api.github.com/repos/spryker/new-relic/zipball/4373348ff2639eb1cafaa56e011e4800e0037b3e", + "reference": "4373348ff2639eb1cafaa56e011e4800e0037b3e", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/customer": "^6.2.0 || ^7.0.0", - "spryker/gift-card": "^1.0.0", + "spryker/config": "^3.0.0", + "spryker/guzzle": "^2.1.0", "spryker/kernel": "^3.0.0", - "spryker/mail": "^4.0.0", - "spryker/sales": "^8.6.0" + "spryker/new-relic-api": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-network": "^1.1.0" }, "require-dev": { - "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/oms": "*", + "spryker/silex": "*", "spryker/testify": "*" }, "suggest": { - "spryker/checkout": "If you want to use Checkout plugins (SendEmailToGiftCardUser)", - "spryker/oms": "In case you will use commands (ShipGiftCardByEmailCommandPlugin)" + "spryker/silex": "If you want to use ServiceProvider." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -9004,52 +13474,35 @@ "license": [ "proprietary" ], - "description": "GiftCardMailConnector module", - "time": "2018-02-20T11:46:57+00:00" + "description": "NewRelic module", + "time": "2018-07-16T16:21:26+00:00" }, { - "name": "spryker/glossary", - "version": "3.3.3", + "name": "spryker/new-relic-api", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/glossary.git", - "reference": "be5a73d13ca49247f8cd8fa2157451cde0bdd132" + "url": "https://github.com/spryker/new-relic-api.git", + "reference": "a6fe91219afe8e310e4a81126c93cfc01b35979e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/glossary/zipball/be5a73d13ca49247f8cd8fa2157451cde0bdd132", - "reference": "be5a73d13ca49247f8cd8fa2157451cde0bdd132", + "url": "https://api.github.com/repos/spryker/new-relic-api/zipball/a6fe91219afe8e310e4a81126c93cfc01b35979e", + "reference": "a6fe91219afe8e310e4a81126c93cfc01b35979e", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.0.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.0.0", - "spryker/messenger": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-text": "^1.1.0" + "spryker/monitoring-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/installer": "*", - "spryker/propel": "*", - "spryker/silex": "*", - "spryker/testify": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker/installer": "If you want to use Installer plugins.", - "spryker/twig": "If you want to use Twig with Gui." + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -9061,43 +13514,48 @@ "license": [ "proprietary" ], - "description": "Glossary module", - "time": "2018-02-05T06:01:59+00:00" + "description": "NewRelicApi module", + "time": "2018-07-25T06:50:29+00:00" }, { - "name": "spryker/glossary-storage", - "version": "1.0.0", + "name": "spryker/newsletter", + "version": "4.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/glossary-storage.git", - "reference": "6cbe15fab8e14c86b45102cd7e4650699799bc16" + "url": "https://github.com/spryker/newsletter.git", + "reference": "1f2b7cfd71ed20e94b7122f061c88effc9e107d5" }, "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/glossary-storage/zipball/6cbe15fab8e14c86b45102cd7e4650699799bc16", - "reference": "6cbe15fab8e14c86b45102cd7e4650699799bc16", - "shasum": "" - }, - "require": { - "php": ">=7.1", - "spryker/event-behavior": "^1.0.0", - "spryker/glossary": "^3.3.0", - "spryker/kernel": "^3.21.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0", - "spryker/util-sanitize": "^2.1.0" + "type": "zip", + "url": "https://api.github.com/repos/spryker/newsletter/zipball/1f2b7cfd71ed20e94b7122f061c88effc9e107d5", + "reference": "1f2b7cfd71ed20e94b7122f061c88effc9e107d5", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "spryker/glossary": "^3.0.0", + "spryker/kernel": "^3.0.0", + "spryker/mail": "^4.0.0", + "spryker/util-text": "^1.1.0", + "spryker/util-validate": "^1.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/event": "*" + "spryker/code-sniffer": "*", + "spryker/installer": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/silex": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + "spryker/installer": "If you want to use Installer plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -9109,197 +13567,217 @@ "license": [ "proprietary" ], - "description": "GlossaryStorage module", - "time": "2018-05-24T09:51:00+00:00" + "description": "Newsletter module", + "time": "2018-08-13T10:09:38+00:00" }, { - "name": "spryker/graph", - "version": "3.0.0", + "name": "spryker/oauth", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/Graph.git", - "reference": "9616836f46e536abcb93970497d25f0313da9547" + "url": "https://github.com/spryker/oauth.git", + "reference": "1554629e9fae65a51303ec24a81f58a71e6bbe75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Graph/zipball/9616836f46e536abcb93970497d25f0313da9547", - "reference": "9616836f46e536abcb93970497d25f0313da9547", + "url": "https://api.github.com/repos/spryker/oauth/zipball/1554629e9fae65a51303ec24a81f58a71e6bbe75", + "reference": "1554629e9fae65a51303ec24a81f58a71e6bbe75", "shasum": "" }, "require": { - "spryker/graphviz": "^2.0.0", + "league/oauth2-server": "^7.1", + "php": ">=7.1", + "spryker/config": "^3.0.0", + "spryker/guzzle": "^2.0.0", "spryker/kernel": "^3.0.0", - "spryker/util-text": "^1.1.0" + "spryker/oauth-extension": "^1.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-0": { - "Spryker": "src/", - "Function": "tests/" - } - }, - "autoload-dev": { - "psr-0": { - "Unit": "tests/" + "psr-4": { + "Spryker\\": "src/Spryker/" } }, - "notification-url": "https://code.foo.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Graph bundle", - "support": { - "source": "https://github.com/spryker/Graph/tree/3.0.0" - }, - "time": "2017-02-22T12:08:46+00:00" + "description": "Oauth module", + "time": "2018-11-02T10:08:05+00:00" }, { - "name": "spryker/graphviz", - "version": "2.0.1", + "name": "spryker/oauth-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/Graphviz.git", - "reference": "0a90ede6aacfbd5e96f9fd61a52f4908f1b5e11d" + "url": "https://github.com/spryker/oauth-extension.git", + "reference": "437b4f833b9268c7de8777969bee9be6dd8ae504" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Graphviz/zipball/0a90ede6aacfbd5e96f9fd61a52f4908f1b5e11d", - "reference": "0a90ede6aacfbd5e96f9fd61a52f4908f1b5e11d", + "url": "https://api.github.com/repos/spryker/oauth-extension/zipball/437b4f833b9268c7de8777969bee9be6dd8ae504", + "reference": "437b4f833b9268c7de8777969bee9be6dd8ae504", "shasum": "" }, "require": { - "phpdocumentor/graphviz": "^1.0.4" + "php": ">=7.1" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" } }, - "notification-url": "https://code.foo.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Graphviz module", - "support": { - "source": "https://github.com/spryker/Graphviz/tree/2.0.1" - }, - "time": "2017-08-02T16:31:17+00:00" + "description": "OauthExtension module", + "time": "2018-07-11T08:13:38+00:00" }, { - "name": "spryker/gui", - "version": "3.13.1", + "name": "spryker/oms", + "version": "8.3.2", "source": { "type": "git", - "url": "https://github.com/spryker/gui.git", - "reference": "b55c49345d537f227f67daa5fdc8bf8db4ecd0fd" + "url": "https://github.com/spryker/oms.git", + "reference": "1a28cb0c8ad8cbc1014b5e729ccba3bcc3702864" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/gui/zipball/b55c49345d537f227f67daa5fdc8bf8db4ecd0fd", - "reference": "b55c49345d537f227f67daa5fdc8bf8db4ecd0fd", + "url": "https://api.github.com/repos/spryker/oms/zipball/1a28cb0c8ad8cbc1014b5e729ccba3bcc3702864", + "reference": "1a28cb0c8ad8cbc1014b5e729ccba3bcc3702864", "shasum": "" }, "require": { "php": ">=7.1", + "spryker/graph": "^3.0.0", + "spryker/gui": "^3.0.0", "spryker/kernel": "^3.0.0", + "spryker/mail": "^4.0.0", "spryker/propel-orm": "^1.0.0", + "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/store": "^1.5.0", "spryker/symfony": "^3.0.0", - "spryker/twig": "^3.0.0", + "spryker/util-network": "^1.1.0", "spryker/util-sanitize": "^2.0.0", "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/silex": "*", + "spryker/application": "*", + "spryker/checkout": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "suggest": { - "spryker/silex": "If you want to use ServiceProvider." + "spryker/checkout": "If you want to use Checkout plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "6.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Gui\\Helper\\": "tests/SprykerTest/Zed/Gui/_support/Helper/" + "SprykerTest\\Zed\\Oms\\Helper\\": "tests/SprykerTest/Zed/Oms/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Gui module", - "time": "2018-01-25T09:08:34+00:00" + "description": "Oms module", + "time": "2018-10-12T15:59:47+00:00" }, { - "name": "spryker/guzzle", - "version": "2.2.0", + "name": "spryker/oms-discount-connector", + "version": "3.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/guzzle.git", - "reference": "617a11041763dd60738a5a978d54bbd5fc61513f" + "url": "https://github.com/spryker/oms-discount-connector.git", + "reference": "6e9fab0f23363fdaa6b92fd3b8ec6ae937198aa5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/guzzle/zipball/617a11041763dd60738a5a978d54bbd5fc61513f", - "reference": "617a11041763dd60738a5a978d54bbd5fc61513f", + "url": "https://api.github.com/repos/spryker/oms-discount-connector/zipball/6e9fab0f23363fdaa6b92fd3b8ec6ae937198aa5", + "reference": "6e9fab0f23363fdaa6b92fd3b8ec6ae937198aa5", "shasum": "" }, "require": { - "guzzlehttp/guzzle": "~6.3.0", - "php": ">=7.1" + "php": ">=7.1", + "spryker/discount": "^4.0.0 || ^5.0.0 || ^6.0.0", + "spryker/kernel": "^3.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/oms": "*", + "spryker/sales": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/oms": "If you want to use Oms command plugins.", + "spryker/sales": "If you want to use ReleaseUsedVoucherCodes plugin." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Guzzle module", - "time": "2018-02-27T11:21:15+00:00" + "description": "OmsDiscountConnector module", + "time": "2018-01-26T13:20:18+00:00" }, { - "name": "spryker/heartbeat", - "version": "3.2.1", + "name": "spryker/orders-rest-api", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/heartbeat.git", - "reference": "05885b0aba20378845ca25ab550bf1bedaced943" + "url": "https://github.com/spryker/orders-rest-api.git", + "reference": "07e2e68c5a1b814cad40b4f9cade80bb593bf9a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/heartbeat/zipball/05885b0aba20378845ca25ab550bf1bedaced943", - "reference": "05885b0aba20378845ca25ab550bf1bedaced943", + "url": "https://api.github.com/repos/spryker/orders-rest-api/zipball/07e2e68c5a1b814cad40b4f9cade80bb593bf9a3", + "reference": "07e2e68c5a1b814cad40b4f9cade80bb593bf9a3", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/application": "^3.4.0", - "spryker/config": "^3.0.0", - "spryker/elastica": "^2.0.0 || ^3.0.0 || ^4.0.0", - "spryker/kernel": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/redis": "^2.0.0", - "spryker/session": "^3.0.0", - "spryker/storage": "^3.2.0", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.22.0", + "spryker/sales": "^8.13.0", "spryker/symfony": "^3.0.0" }, "require-dev": { @@ -9309,7 +13787,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -9321,41 +13799,48 @@ "license": [ "proprietary" ], - "description": "Heartbeat module", - "time": "2018-03-09T07:57:08+00:00" + "description": "OrdersRestApi module", + "time": "2018-10-18T12:06:17+00:00" }, { - "name": "spryker/install", - "version": "0.4.1", + "name": "spryker/payment", + "version": "4.3.2", "source": { "type": "git", - "url": "https://github.com/spryker/install.git", - "reference": "8f840e76c0bed9c76761abad4ce995fc462f31fe" + "url": "https://github.com/spryker/payment.git", + "reference": "7961b2c94b92b2d7ac64f6d50255f283e85884ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/install/zipball/8f840e76c0bed9c76761abad4ce995fc462f31fe", - "reference": "8f840e76c0bed9c76761abad4ce995fc462f31fe", + "url": "https://api.github.com/repos/spryker/payment/zipball/7961b2c94b92b2d7ac64f6d50255f283e85884ca", + "reference": "7961b2c94b92b2d7ac64f6d50255f283e85884ca", "shasum": "" }, "require": { - "monolog/monolog": "^1.23", "php": ">=7.1", - "symfony/console": "^3.0.0", - "symfony/process": "^3.0.0", - "symfony/yaml": "^3.0.0" + "spryker/kernel": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales": "^8.0.0", + "spryker/symfony": "^3.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "codeception/codeception": "*", - "php-coveralls/php-coveralls": "^1.0", - "phpstan/phpstan": "^0.8.5", - "spryker/code-sniffer": "dev-master as 1.0.0", - "symfony/var-dumper": "^3.0.0" + "spryker/calculation": "*", + "spryker/checkout": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/calculation": "To correctly calculate multiple payment methods", + "spryker/checkout": "If you want to use Checkout plugins.", + "spryker/sales": "If you want to use SalesPayment saver plugin." }, - "bin": [ - "bin/install" - ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/" @@ -9363,127 +13848,119 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "proprietary" ], - "description": "Spryker install tool", - "time": "2018-04-13T12:29:30+00:00" + "description": "Payment module", + "time": "2018-08-03T10:02:00+00:00" }, { - "name": "spryker/installer", - "version": "4.0.0", + "name": "spryker/payment-cart-connector", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/Installer.git", - "reference": "5033978a4097fd57855b6fac1dfb16a3a1a14cb4" + "url": "https://github.com/spryker/PaymentCartConnector.git", + "reference": "d854300db1c9121b5d318e989b725154fed123ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Installer/zipball/5033978a4097fd57855b6fac1dfb16a3a1a14cb4", - "reference": "5033978a4097fd57855b6fac1dfb16a3a1a14cb4", + "url": "https://api.github.com/repos/spryker/PaymentCartConnector/zipball/d854300db1c9121b5d318e989b725154fed123ef", + "reference": "d854300db1c9121b5d318e989b725154fed123ef", "shasum": "" }, "require": { - "spryker/kernel": "^3.0.0", - "spryker/symfony": "^3.0.0" + "spryker/kernel": "^3.0.0" + }, + "suggest": { + "spryker/cart": "If you want to use Cart plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { - "Spryker": "src/" + "Spryker": "src/", + "Function": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Installer bundle", - "time": "2017-02-22T12:08:46+00:00" + "description": "Payment cart connector module", + "time": "2017-08-25T12:27:25+00:00" }, { - "name": "spryker/invoice", - "version": "2.0.1", + "name": "spryker/permission", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/Invoice.git", - "reference": "d472459b08520dbeb45ce7ea0f54079fbae16b2d" + "url": "https://github.com/spryker/permission.git", + "reference": "a69bb14572e2ef9d21d1f50408d3e417d0b545f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Invoice/zipball/d472459b08520dbeb45ce7ea0f54079fbae16b2d", - "reference": "d472459b08520dbeb45ce7ea0f54079fbae16b2d", + "url": "https://api.github.com/repos/spryker/permission/zipball/a69bb14572e2ef9d21d1f50408d3e417d0b545f8", + "reference": "a69bb14572e2ef9d21d1f50408d3e417d0b545f8", "shasum": "" }, + "require": { + "php": ">=7.1", + "spryker/kernel": "^3.0.0", + "spryker/permission-extension": "^1.1.0", + "spryker/zed-request": "^3.0.0" + }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/locale": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-0": { - "Spryker": "src/" - } - }, - "autoload-dev": { - "psr-0": { - "Functional": "tests/", - "Unit": "tests/" + "psr-4": { + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\Permission\\Helper\\": "tests/SprykerTest/Zed/Permission/_support/Helper/" } }, - "notification-url": "https://code.foo.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Invoice bundle", - "support": { - "source": "https://github.com/spryker/Invoice/tree/2.0.1" - }, - "time": "2017-02-22T11:53:10+00:00" + "description": "Permission module", + "time": "2018-09-19T08:50:08+00:00" }, { - "name": "spryker/kernel", - "version": "3.21.0", + "name": "spryker/permission-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/kernel.git", - "reference": "c1a7dcdd43438eb9156a7561c35fe48e46da4453" + "url": "https://github.com/spryker/permission-extension.git", + "reference": "3c9472c7be78c64ad1fe7567c46b5dc5237dd70f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/kernel/zipball/c1a7dcdd43438eb9156a7561c35fe48e46da4453", - "reference": "c1a7dcdd43438eb9156a7561c35fe48e46da4453", + "url": "https://api.github.com/repos/spryker/permission-extension/zipball/3c9472c7be78c64ad1fe7567c46b5dc5237dd70f", + "reference": "3c9472c7be78c64ad1fe7567c46b5dc5237dd70f", "shasum": "" }, "require": { - "everon/collection": "^1.0.0", - "php": ">=5.6.0", - "spryker/config": "^3.0.0", - "spryker/error-handler": "^2.0.0", - "spryker/propel-orm": "^1.6.0", - "spryker/silex": "^2.0.0", - "spryker/symfony": "^3.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/zend": "^2.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/console": "^3.0.0 || ^4.0.0", - "spryker/testify": "^3.3.0", - "spryker/transfer": "^3.6.0" + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -9495,129 +13972,134 @@ "license": [ "proprietary" ], - "description": "Kernel module", - "time": "2018-05-16T16:01:08+00:00" + "description": "PermissionExtension module", + "time": "2018-09-04T10:05:53+00:00" }, { - "name": "spryker/key-builder", - "version": "1.0.1", + "name": "spryker/persistent-cart", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/KeyBuilder.git", - "reference": "cf9a19a226b6001d767f90f55cc795ba0af10943" + "url": "https://github.com/spryker/persistent-cart.git", + "reference": "244edd824f26b65a14f6ea477bf940732a666af7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/KeyBuilder/zipball/cf9a19a226b6001d767f90f55cc795ba0af10943", - "reference": "cf9a19a226b6001d767f90f55cc795ba0af10943", + "url": "https://api.github.com/repos/spryker/persistent-cart/zipball/244edd824f26b65a14f6ea477bf940732a666af7", + "reference": "244edd824f26b65a14f6ea477bf940732a666af7", "shasum": "" }, "require": { - "spryker/kernel": "^3.0.0" + "php": ">=7.1", + "spryker/cart": "^5.0.0", + "spryker/cart-extension": "^1.4.0 || ^2.0.0", + "spryker/customer": "^6.0.0 || ^7.0.0", + "spryker/kernel": "^3.0.0", + "spryker/messenger": "^3.0.0", + "spryker/persistent-cart-extension": "^1.0.0", + "spryker/price-extension": "^1.0.0", + "spryker/quote": "^2.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { - "psr-0": { - "Spryker": "src/" + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "KeyBuilder module", - "time": "2017-09-26T09:11:18+00:00" + "description": "PersistentCart module", + "time": "2018-11-03T09:51:20+00:00" }, { - "name": "spryker/locale", - "version": "3.1.0", + "name": "spryker/persistent-cart-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/Locale.git", - "reference": "069b0f291ebd59ddaaa0338acbc83406f9acb75b" + "url": "https://github.com/spryker/persistent-cart-extension.git", + "reference": "4ead8f41022bb25b57d3e7eccb6e3370a092122c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Locale/zipball/069b0f291ebd59ddaaa0338acbc83406f9acb75b", - "reference": "069b0f291ebd59ddaaa0338acbc83406f9acb75b", + "url": "https://api.github.com/repos/spryker/persistent-cart-extension/zipball/4ead8f41022bb25b57d3e7eccb6e3370a092122c", + "reference": "4ead8f41022bb25b57d3e7eccb6e3370a092122c", "shasum": "" }, "require": { - "spryker/kernel": "^3.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/silex": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/installer": "If you want to use Installer plugins you need to install spryker/installer." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-0": { - "Spryker": "src/" + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Locale bundle", - "time": "2017-06-16T09:45:17+00:00" + "description": "PersistentCartExtension module", + "time": "2018-04-10T14:40:01+00:00" }, { - "name": "spryker/log", - "version": "3.4.2", + "name": "spryker/price", + "version": "5.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/log.git", - "reference": "43349c03d25246d16325416f70b6f70862931f60" + "url": "https://github.com/spryker/price.git", + "reference": "ca6d21cdefd83cedb8267647f8e054bdbb03e520" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/log/zipball/43349c03d25246d16325416f70b6f70862931f60", - "reference": "43349c03d25246d16325416f70b6f70862931f60", + "url": "https://api.github.com/repos/spryker/price/zipball/ca6d21cdefd83cedb8267647f8e054bdbb03e520", + "reference": "ca6d21cdefd83cedb8267647f8e054bdbb03e520", "shasum": "" }, "require": { "php": ">=7.1", - "psr/log": "~1.0.0", - "spryker/config": "^3.0.0", - "spryker/kernel": "^3.8.0", - "spryker/monolog": "^2.0.0", - "spryker/queue": "^0.3.0 || ^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/util-network": "^1.0.0" + "spryker/kernel": "^3.0.0", + "spryker/price-extension": "^1.0.0", + "spryker/quote": "^1.2.0 || ^2.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/installer": "*", + "spryker/propel": "*", "spryker/silex": "*", - "spryker/testify": "*" + "spryker/testify": "*", + "spryker/twig": "*" }, "suggest": { - "spryker/silex": "If you want to use ServiceProvider." + "spryker/installer": "If you want to use Installer plugins.", + "spryker/silex": "If you want to use ServiceProvider.", + "spryker/twig": "If you want to use twig extension plugins" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -9629,40 +14111,45 @@ "license": [ "proprietary" ], - "description": "Log module", - "time": "2018-06-11T15:36:49+00:00" + "description": "Price module", + "time": "2018-05-07T14:54:26+00:00" }, { - "name": "spryker/mail", - "version": "4.0.2", + "name": "spryker/price-cart-connector", + "version": "4.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/mail.git", - "reference": "d17ceea63b847a1c1c99b608fd8089849bddc00d" + "url": "https://github.com/spryker/price-cart-connector.git", + "reference": "60a277cebcb0478693942b2a4427cd5784d49a33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/mail/zipball/d17ceea63b847a1c1c99b608fd8089849bddc00d", - "reference": "d17ceea63b847a1c1c99b608fd8089849bddc00d", + "url": "https://api.github.com/repos/spryker/price-cart-connector/zipball/60a277cebcb0478693942b2a4427cd5784d49a33", + "reference": "60a277cebcb0478693942b2a4427cd5784d49a33", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/glossary": "^3.0.0", - "spryker/kernel": "^3.0.0" + "spryker/cart-extension": "^2.0.0", + "spryker/kernel": "^3.0.0", + "spryker/messenger": "^3.0.0", + "spryker/price": "^5.0.0", + "spryker/price-product": "^1.3.0 || ^2.3.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*", - "spryker/twig": "*" + "spryker/calculation": "*", + "spryker/cart": "*", + "spryker/product": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "suggest": { - "swiftmailer/swiftmailer": "Recommended to use this package as default mailer." + "spryker/cart": "If you want to use Cart plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -9674,37 +14161,39 @@ "license": [ "proprietary" ], - "description": "Mail module", - "time": "2018-02-07T09:40:41+00:00" + "description": "PriceCartConnector module", + "time": "2018-10-30T10:14:21+00:00" }, { - "name": "spryker/maintenance", - "version": "3.1.0", + "name": "spryker/price-data-feed", + "version": "0.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/Maintenance.git", - "reference": "e4235d9edf546f5c8ed13485e3048ee83427f991" + "url": "https://github.com/spryker/price-data-feed.git", + "reference": "c794403c5b736fb2622130c52f14b0ad65c4055d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Maintenance/zipball/e4235d9edf546f5c8ed13485e3048ee83427f991", - "reference": "e4235d9edf546f5c8ed13485e3048ee83427f991", + "url": "https://api.github.com/repos/spryker/price-data-feed/zipball/c794403c5b736fb2622130c52f14b0ad65c4055d", + "reference": "c794403c5b736fb2622130c52f14b0ad65c4055d", "shasum": "" }, "require": { - "spryker/config": "^3.0.0", - "spryker/error-handler": "^2.0.0", + "php": ">=7.1", "spryker/kernel": "^3.0.0", - "spryker/symfony": "^3.0.0" + "spryker/price-product": "^1.0.0 || ^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/silex": "^2.0.0", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -9716,65 +14205,84 @@ "license": [ "proprietary" ], - "description": "Maintenance module", - "time": "2017-11-27T14:09:45+00:00" + "description": "PriceDataFeed module", + "time": "2018-07-04T16:15:53+00:00" }, { - "name": "spryker/mandrill", - "version": "2.0.0", + "name": "spryker/price-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/Mandrill.git", - "reference": "0973fea26836ae22f4a78575efecea5bacd6d9eb" + "url": "https://github.com/spryker/price-extension.git", + "reference": "0a86d46536951a8618a4c51bdc7374efddbcf343" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Mandrill/zipball/0973fea26836ae22f4a78575efecea5bacd6d9eb", - "reference": "0973fea26836ae22f4a78575efecea5bacd6d9eb", + "url": "https://api.github.com/repos/spryker/price-extension/zipball/0a86d46536951a8618a4c51bdc7374efddbcf343", + "reference": "0a86d46536951a8618a4c51bdc7374efddbcf343", "shasum": "" }, "require": { - "mandrill/mandrill": "~1.0.55" + "php": ">=7.1" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "mandrill bundle", - "time": "2016-04-01T13:06:05+00:00" + "description": "PriceExtension module", + "time": "2018-04-18T12:56:17+00:00" }, { - "name": "spryker/manual-order-entry", - "version": "1.1.0", + "name": "spryker/price-product", + "version": "2.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/manual-order-entry.git", - "reference": "ffe302a8d194ff00b2352265501d5374fa4d405c" + "url": "https://github.com/spryker/price-product.git", + "reference": "a371981be80dd7a1a2133ac3ef584dff76943063" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/manual-order-entry/zipball/ffe302a8d194ff00b2352265501d5374fa4d405c", - "reference": "ffe302a8d194ff00b2352265501d5374fa4d405c", + "url": "https://api.github.com/repos/spryker/price-product/zipball/a371981be80dd7a1a2133ac3ef584dff76943063", + "reference": "a371981be80dd7a1a2133ac3ef584dff76943063", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/kernel": "^3.18.0", - "spryker/symfony": "^3.1.0" + "spryker/currency": "^3.0.0", + "spryker/kernel": "^3.0.0", + "spryker/price": "^5.0.0", + "spryker/price-product-extension": "^1.0.0", + "spryker/product": "^5.6.0 || ^6.3.0", + "spryker/propel-orm": "^1.0.0", + "spryker/quote": "^2.1.0", + "spryker/store": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/sales": "*", + "spryker/installer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "suggest": { - "spryker/sales": "If you want to use PreSaveOrderHydratePluginInterface" + "spryker/installer": "If you want to use default price product data installer" }, "type": "library", "extra": { @@ -9784,55 +14292,43 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ManualOrderEntry\\Helper\\": "tests/SprykerTest/Zed/ManualOrderEntry/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ManualOrderEntry module", - "time": "2018-06-07T08:39:40+00:00" + "description": "PriceProduct module", + "time": "2018-11-02T12:03:44+00:00" }, { - "name": "spryker/manual-order-entry-gui", - "version": "0.5.0", + "name": "spryker/price-product-data-import", + "version": "0.1.5", "source": { "type": "git", - "url": "https://github.com/spryker/manual-order-entry-gui.git", - "reference": "ea10228ffb5a58f3aad18bce2d86671ebc4a0337" + "url": "https://github.com/spryker/price-product-data-import.git", + "reference": "80e43f492b72ec776ae312d7b14f5386897997e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/manual-order-entry-gui/zipball/ea10228ffb5a58f3aad18bce2d86671ebc4a0337", - "reference": "ea10228ffb5a58f3aad18bce2d86671ebc4a0337", + "url": "https://api.github.com/repos/spryker/price-product-data-import/zipball/80e43f492b72ec776ae312d7b14f5386897997e3", + "reference": "80e43f492b72ec776ae312d7b14f5386897997e3", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/calculation": "^4.2.2", - "spryker/cart": "^5.0.0", - "spryker/checkout": "^4.1.0", - "spryker/currency": "^3.1.0", - "spryker/customer": "^7.1.0", - "spryker/discount": "^6.1.0", - "spryker/gui": "^3.1.0", - "spryker/kernel": "^3.18.0", - "spryker/manual-order-entry": "^1.0.0", - "spryker/manual-order-entry-gui-extension": "^1.0.0", - "spryker/messenger": "^3.1.0", - "spryker/money": "^2.1.0", - "spryker/payment": "^4.1.0", - "spryker/product": "^6.0.0", - "spryker/sales": "^8.1.0", - "spryker/shipment": "^6.1.0", + "spryker/currency": "^3.0.0", + "spryker/data-import": "^1.2.0", + "spryker/kernel": "^3.0.0", + "spryker/price-product": "^1.0.0 || ^2.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", "spryker/store": "^1.0.0", - "spryker/symfony": "^3.1.0", - "spryker/util-text": "^1.1.0" + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -9843,37 +14339,34 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\PriceProductDataImport\\Helper\\": "tests/SprykerTest/Zed/PriceProductDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ManualOrderEntryGui module", - "time": "2018-05-30T09:01:39+00:00" + "description": "PriceProductDataImport module", + "time": "2018-09-18T11:04:04+00:00" }, { - "name": "spryker/manual-order-entry-gui-extension", - "version": "1.0.0", + "name": "spryker/price-product-extension", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/manual-order-entry-gui-extension.git", - "reference": "46efb708b7aba7b9e2c1b8a031ea6a6aaafc53e3" + "url": "https://github.com/spryker/price-product-extension.git", + "reference": "29eb9c340a1adea0fe5d1fb53f5c0d67a03aa2e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/manual-order-entry-gui-extension/zipball/46efb708b7aba7b9e2c1b8a031ea6a6aaafc53e3", - "reference": "46efb708b7aba7b9e2c1b8a031ea6a6aaafc53e3", + "url": "https://api.github.com/repos/spryker/price-product-extension/zipball/29eb9c340a1adea0fe5d1fb53f5c0d67a03aa2e8", + "reference": "29eb9c340a1adea0fe5d1fb53f5c0d67a03aa2e8", "shasum": "" }, "require": { "php": ">=7.1" }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" - }, "type": "library", "extra": { "branch-alias": { @@ -9889,40 +14382,53 @@ "license": [ "proprietary" ], - "description": "ManualOrderEntryGuiExtension module", - "time": "2018-03-27T17:57:59+00:00" + "description": "PriceProductExtension module", + "time": "2018-09-17T07:39:21+00:00" }, { - "name": "spryker/messenger", - "version": "3.1.0", + "name": "spryker/price-product-storage", + "version": "2.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/Messenger.git", - "reference": "453ed5f070b0690f5f4c8bdd99a95e328ec655c8" + "url": "https://github.com/spryker/price-product-storage.git", + "reference": "6f2a639f9d40652de800fe7a92ec4c0b51d496e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Messenger/zipball/453ed5f070b0690f5f4c8bdd99a95e328ec655c8", - "reference": "453ed5f070b0690f5f4c8bdd99a95e328ec655c8", + "url": "https://api.github.com/repos/spryker/price-product-storage/zipball/6f2a639f9d40652de800fe7a92ec4c0b51d496e8", + "reference": "6f2a639f9d40652de800fe7a92ec4c0b51d496e8", "shasum": "" }, "require": { - "spryker/kernel": "^3.0.0", - "spryker/session": "^3.0.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.1", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/price-product": "^2.1.0", + "spryker/price-product-storage-extension": "^1.0.0", + "spryker/product": "^5.5.0 || ^6.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.7.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/silex": "*", + "spryker/config": "*", + "spryker/event": "*", + "spryker/product-storage": "*", + "spryker/propel": "*", + "spryker/propel-query-builder": "*", "spryker/testify": "*" }, "suggest": { - "spryker/silex": "If you want to use ServiceProvider." + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/product-storage": "If you want to use ProductStorage plugins, minimum required version: 0.1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -9934,46 +14440,34 @@ "license": [ "proprietary" ], - "description": "Messenger module", - "time": "2017-11-23T13:09:25+00:00" + "description": "PriceProductStorage module", + "time": "2018-10-17T12:31:46+00:00" }, { - "name": "spryker/money", - "version": "2.4.2", + "name": "spryker/price-product-storage-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/money.git", - "reference": "f8e8eb964337369c234a71f9119c7f3f403232a6" + "url": "https://github.com/spryker/price-product-storage-extension.git", + "reference": "8f8210e0992f6b6cf1eb54bca73950f13a621493" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/money/zipball/f8e8eb964337369c234a71f9119c7f3f403232a6", - "reference": "f8e8eb964337369c234a71f9119c7f3f403232a6", + "url": "https://api.github.com/repos/spryker/price-product-storage-extension/zipball/8f8210e0992f6b6cf1eb54bca73950f13a621493", + "reference": "8f8210e0992f6b6cf1eb54bca73950f13a621493", "shasum": "" }, "require": { - "moneyphp/money": "^3.0.0", - "php": ">=7.1", - "spryker/currency": "^2.0.0 || ^3.1.0", - "spryker/kernel": "^3.11.0", - "spryker/store": "^1.1.0", - "spryker/symfony": "^3.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/config": "^3.0.0", - "spryker/silex": "*", - "spryker/testify": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker/silex": "If you want to use ServiceProvider.", - "spryker/twig": "If you want to use Money in Twig." + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -9985,73 +14479,85 @@ "license": [ "proprietary" ], - "description": "Money module", - "time": "2018-02-01T09:02:49+00:00" + "description": "PriceProductStorageExtension module", + "time": "2018-07-18T15:21:52+00:00" }, { - "name": "spryker/monolog", - "version": "2.0.3", + "name": "spryker/price-product-volume", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/Monolog.git", - "reference": "d1c75126c08cfc38831750df9f6b0b70e412e73d" + "url": "https://github.com/spryker/price-product-volume.git", + "reference": "ed50c88e5bca352b6d07e7e16d780a0ed4e4afa9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Monolog/zipball/d1c75126c08cfc38831750df9f6b0b70e412e73d", - "reference": "d1c75126c08cfc38831750df9f6b0b70e412e73d", + "url": "https://api.github.com/repos/spryker/price-product-volume/zipball/ed50c88e5bca352b6d07e7e16d780a0ed4e4afa9", + "reference": "ed50c88e5bca352b6d07e7e16d780a0ed4e4afa9", "shasum": "" }, "require": { - "monolog/monolog": "^1.21.0" + "php": ">=7.1", + "spryker/kernel": "^3.21.0", + "spryker/locale": "^3.0.0", + "spryker/price-product": "^2.1.0", + "spryker/price-product-extension": "^1.1.0", + "spryker/price-product-storage": "^2.1.0", + "spryker/price-product-storage-extension": "^1.1.0", + "spryker/product-storage": "^1.1.0", + "spryker/util-encoding": "^2.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Monolog module", - "time": "2017-08-02T16:31:17+00:00" + "description": "PriceProductVolume module", + "time": "2018-10-05T14:06:36+00:00" }, { - "name": "spryker/navigation", - "version": "2.3.0", + "name": "spryker/price-product-volume-gui", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/navigation.git", - "reference": "02547875fe5595bd24cce9be1dc4d1c3163a88cc" + "url": "https://github.com/spryker/price-product-volume-gui.git", + "reference": "4c54aee7ce28d5e2f31f83ec1c8da0102c6a5bc9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/navigation/zipball/02547875fe5595bd24cce9be1dc4d1c3163a88cc", - "reference": "02547875fe5595bd24cce9be1dc4d1c3163a88cc", + "url": "https://api.github.com/repos/spryker/price-product-volume-gui/zipball/4c54aee7ce28d5e2f31f83ec1c8da0102c6a5bc9", + "reference": "4c54aee7ce28d5e2f31f83ec1c8da0102c6a5bc9", "shasum": "" }, "require": { "php": ">=7.1", + "spryker/currency": "^3.0.0", "spryker/kernel": "^3.0.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/storage": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/twig": "^3.0.0", - "spryker/url": "^3.1.0" + "spryker/price-product": "^2.4.0", + "spryker/store": "^1.9.0", + "spryker/symfony": "^3.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.1.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/silex": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/silex": "If you want to use the NavigationTwigServiceProvider." - }, "type": "library", "extra": { "branch-alias": { @@ -10060,95 +14566,92 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Navigation\\Helper\\": "tests/SprykerTest/Zed/Navigation/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Navigation module", - "time": "2018-01-24T14:47:00+00:00" + "description": "PriceProductVolumeGui module", + "time": "2018-11-08T14:07:08+00:00" }, { - "name": "spryker/navigation-collector", - "version": "1.0.4", + "name": "spryker/product", + "version": "6.7.0", "source": { "type": "git", - "url": "https://github.com/spryker/navigation-collector.git", - "reference": "da2f69886ae26ce605c08824a616a576ad7388ea" + "url": "https://github.com/spryker/product.git", + "reference": "51e9e5f7e755beea4cc20f37125d8ac4e281aca7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/navigation-collector/zipball/da2f69886ae26ce605c08824a616a576ad7388ea", - "reference": "da2f69886ae26ce605c08824a616a576ad7388ea", + "url": "https://api.github.com/repos/spryker/product/zipball/51e9e5f7e755beea4cc20f37125d8ac4e281aca7", + "reference": "51e9e5f7e755beea4cc20f37125d8ac4e281aca7", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/collector": "^5.1.1 || ^6.0.0", + "spryker/event": "^1.0.0 || ^2.0.0", "spryker/kernel": "^3.0.0", "spryker/key-builder": "^1.0.0", - "spryker/navigation": "^1.0.0 || ^2.0.0", - "spryker/propel-orm": "^1.1.0", + "spryker/locale": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/store": "^1.1.0", "spryker/symfony": "^3.0.0", "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/url": "^3.2.1", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "^3.0.0", - "spryker/silex": "^2.0.0", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Product\\Helper\\": "tests/SprykerTest/Shared/Product/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "NavigationCollector module", - "time": "2018-01-24T11:43:27+00:00" + "description": "Product module", + "time": "2018-10-10T08:15:19+00:00" }, { - "name": "spryker/navigation-gui", - "version": "2.1.2", + "name": "spryker/product-abstract-data-feed", + "version": "0.2.2", "source": { "type": "git", - "url": "https://github.com/spryker/navigation-gui.git", - "reference": "971171e4737501bc180a5ed4dfafc750de71f2cf" + "url": "https://github.com/spryker/product-abstract-data-feed.git", + "reference": "8ba2fd81bc6523db22308fac3a2721576778ed1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/navigation-gui/zipball/971171e4737501bc180a5ed4dfafc750de71f2cf", - "reference": "971171e4737501bc180a5ed4dfafc750de71f2cf", + "url": "https://api.github.com/repos/spryker/product-abstract-data-feed/zipball/8ba2fd81bc6523db22308fac3a2721576778ed1f", + "reference": "8ba2fd81bc6523db22308fac3a2721576778ed1f", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/category": "^3.0.0 || ^4.0.0", - "spryker/cms": "^4.0.0 || ^5.0.0 || ^6.0.0", - "spryker/gui": "^3.13.0", "spryker/kernel": "^3.0.0", - "spryker/locale": "^3.0.0", - "spryker/navigation": "^2.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/url": "^3.1.0", - "spryker/util-text": "^1.1.1" + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/stock": "^4.0.0 || ^5.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/locale": "^3.0.0", "spryker/propel": "^3.0.0", "spryker/silex": "^2.0.0", "spryker/testify": "*" @@ -10168,41 +14671,35 @@ "license": [ "proprietary" ], - "description": "NavigationGui module", - "time": "2018-02-05T06:01:59+00:00" + "description": "ProductAbstractDataFeed module", + "time": "2018-02-08T10:41:19+00:00" }, { - "name": "spryker/navigation-storage", + "name": "spryker/product-alternative", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/navigation-storage.git", - "reference": "ebdbcfe812962c269419bf40477a41f5b2063c7d" + "url": "https://github.com/spryker/product-alternative.git", + "reference": "c5f8c1e612834e3e81dd4ad8a54aaa98d4a7c749" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/navigation-storage/zipball/ebdbcfe812962c269419bf40477a41f5b2063c7d", - "reference": "ebdbcfe812962c269419bf40477a41f5b2063c7d", + "url": "https://api.github.com/repos/spryker/product-alternative/zipball/c5f8c1e612834e3e81dd4ad8a54aaa98d4a7c749", + "reference": "c5f8c1e612834e3e81dd4ad8a54aaa98d4a7c749", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", + "spryker/category": "^4.4.0", + "spryker/kernel": "^3.20.0", "spryker/locale": "^3.1.0", - "spryker/navigation": "^2.2.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0", - "spryker/util-sanitize": "^2.1.0" + "spryker/product": "^6.0.0", + "spryker/product-alternative-extension": "^1.0.0", + "spryker/propel-orm": "^1.1.0" }, "require-dev": { - "spryker/event": "*", - "spryker/url": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/url": "If you want to use Event plugins." + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -10219,71 +14716,70 @@ "license": [ "proprietary" ], - "description": "NavigationStorage module", - "time": "2018-05-24T09:51:00+00:00" + "description": "ProductAlternative module", + "time": "2018-07-24T13:51:15+00:00" }, { - "name": "spryker/new-relic", - "version": "3.1.1", + "name": "spryker/product-alternative-data-import", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/NewRelic.git", - "reference": "4d90e4007e1e9cf055a2cf7a6638f9ff2352be49" + "url": "https://github.com/spryker/product-alternative-data-import.git", + "reference": "a87851be858325fe1a03e91d271fceb2431bf5a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/NewRelic/zipball/4d90e4007e1e9cf055a2cf7a6638f9ff2352be49", - "reference": "4d90e4007e1e9cf055a2cf7a6638f9ff2352be49", + "url": "https://api.github.com/repos/spryker/product-alternative-data-import/zipball/a87851be858325fe1a03e91d271fceb2431bf5a0", + "reference": "a87851be858325fe1a03e91d271fceb2431bf5a0", "shasum": "" }, "require": { - "spryker/config": "^3.0.0", - "spryker/guzzle": "^2.1.0", + "php": ">=7.1", + "spryker/data-import": "^1.2.0", "spryker/kernel": "^3.0.0", - "spryker/new-relic-api": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/util-network": "^1.1.0" + "spryker/product": "^6.0.0", + "spryker/product-alternative": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/silex": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/silex": "If you want to use ServiceProvider." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductAlternativeDataImport\\Helper\\": "tests/SprykerTest/Zed/ProductAlternativeDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "NewRelic module", - "time": "2017-11-02T09:39:11+00:00" + "description": "ProductAlternativeDataImport module", + "time": "2018-07-24T08:04:43+00:00" }, { - "name": "spryker/new-relic-api", + "name": "spryker/product-alternative-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/NewRelicApi.git", - "reference": "ba86c675f958cda954dffd7dc3ad54b68784739a" + "url": "https://github.com/spryker/product-alternative-extension.git", + "reference": "15b589fbff38a5bf5f258bdcfcc0ab008336e437" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/NewRelicApi/zipball/ba86c675f958cda954dffd7dc3ad54b68784739a", - "reference": "ba86c675f958cda954dffd7dc3ad54b68784739a", + "url": "https://api.github.com/repos/spryker/product-alternative-extension/zipball/15b589fbff38a5bf5f258bdcfcc0ab008336e437", + "reference": "15b589fbff38a5bf5f258bdcfcc0ab008336e437", "shasum": "" }, + "require": { + "php": ">=7.1" + }, "require-dev": { "spryker/code-sniffer": "*", "spryker/testify": "*" @@ -10296,54 +14792,47 @@ }, "autoload": { "psr-4": { - "Spryker\\Shared\\NewRelicApi\\": "src/Spryker/Shared/NewRelicApi" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "NewRelicApi bundle", - "time": "2017-02-22T11:52:23+00:00" + "description": "ProductAlternativeExtension module", + "time": "2018-07-24T08:04:43+00:00" }, { - "name": "spryker/newsletter", - "version": "4.3.0", + "name": "spryker/product-alternative-gui", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/Newsletter.git", - "reference": "8a9aa2d3596033d3178bc9c1c3b1c7fe2b7d3731" + "url": "https://github.com/spryker/product-alternative-gui.git", + "reference": "80783efb16ea0dc6f3c232a8cce2891e3293ad72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Newsletter/zipball/8a9aa2d3596033d3178bc9c1c3b1c7fe2b7d3731", - "reference": "8a9aa2d3596033d3178bc9c1c3b1c7fe2b7d3731", + "url": "https://api.github.com/repos/spryker/product-alternative-gui/zipball/80783efb16ea0dc6f3c232a8cce2891e3293ad72", + "reference": "80783efb16ea0dc6f3c232a8cce2891e3293ad72", "shasum": "" }, "require": { - "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "spryker/glossary": "^3.0.0", - "spryker/kernel": "^3.0.0", - "spryker/mail": "^4.0.0", - "spryker/util-text": "^1.1.0", - "spryker/util-validate": "^1.0.0", - "spryker/zed-request": "^3.0.0" + "php": ">=7.1", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.1.0", + "spryker/product": "^6.0.0", + "spryker/product-alternative": "^1.0.0", + "spryker/product-management-extension": "^1.1.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/installer": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/silex": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/installer": "If you want to use Installer plugins." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -10355,99 +14844,92 @@ "license": [ "proprietary" ], - "description": "Newsletter module", - "time": "2018-01-09T17:12:08+00:00" + "description": "ProductAlternativeGui module", + "time": "2018-07-24T13:51:15+00:00" }, { - "name": "spryker/nopayment", - "version": "4.0.1", + "name": "spryker/product-alternative-product-label-connector", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/nopayment.git", - "reference": "947f2bb802dd92db4727b4756ef6a9f4c2adc9cc" + "url": "https://github.com/spryker/product-alternative-product-label-connector.git", + "reference": "5efb5fe12a47341eda54e7f3d46ff16d82cd0787" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/nopayment/zipball/947f2bb802dd92db4727b4756ef6a9f4c2adc9cc", - "reference": "947f2bb802dd92db4727b4756ef6a9f4c2adc9cc", + "url": "https://api.github.com/repos/spryker/product-alternative-product-label-connector/zipball/5efb5fe12a47341eda54e7f3d46ff16d82cd0787", + "reference": "5efb5fe12a47341eda54e7f3d46ff16d82cd0787", "shasum": "" }, "require": { "php": ">=7.1", "spryker/kernel": "^3.0.0", - "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" + "spryker/locale": "^3.0.0", + "spryker/product": "^6.2.0", + "spryker/product-alternative": "^1.0.0", + "spryker/product-alternative-extension": "^1.0.0", + "spryker/product-label": "^2.5.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/oms": "*", - "spryker/payment": "^4.0.0", - "spryker/step-engine": "^3.1.0", - "spryker/symfony": "*", + "spryker/installer": "*", "spryker/testify": "*" }, "suggest": { - "spryker/oms": "If you want to use Oms command plugins.", - "spryker/payment": "If you want to use Payment command plugins.", - "spryker/step-engine": "If you want to use Step engine command plugins.", - "spryker/symfony": "If you want to use Step handler plugin." + "spryker/installer": "If you want to use Installer plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductAlternativeProductLabelConnector\\Helper\\": "tests/SprykerTest/Zed/ProductAlternativeProductLabelConnector/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Nopayment module", - "time": "2018-02-21T16:07:28+00:00" + "description": "ProductAlternativeProductLabelConnector module", + "time": "2018-07-24T21:54:48+00:00" }, { - "name": "spryker/offer", - "version": "0.1.3", + "name": "spryker/product-alternative-storage", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/offer.git", - "reference": "c27821eb22426476e8fd9c8479aa9aadcb269a09" + "url": "https://github.com/spryker/product-alternative-storage.git", + "reference": "51d0932c306f04bb8c903313cbeaeb48ecc3fe1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/offer/zipball/c27821eb22426476e8fd9c8479aa9aadcb269a09", - "reference": "c27821eb22426476e8fd9c8479aa9aadcb269a09", + "url": "https://api.github.com/repos/spryker/product-alternative-storage/zipball/51d0932c306f04bb8c903313cbeaeb48ecc3fe1a", + "reference": "51d0932c306f04bb8c903313cbeaeb48ecc3fe1a", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/cart": "^5.0.0", - "spryker/customer": "^7.0.0", - "spryker/kernel": "^3.0.0", - "spryker/messenger": "^3.1.0", - "spryker/offer-extension": "^1.0.0", - "spryker/propel": "^3.0.0", + "spryker/event-behavior": "^1.0.0", + "spryker/kernel": "^3.21.0", + "spryker/product": "^6.0.0", + "spryker/product-alternative": "^1.0.0", + "spryker/product-alternative-storage-extension": "^1.0.0", + "spryker/product-storage": "^1.4.0", "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^8.10.0", - "spryker/user": "^3.0.0", - "spryker/util-encoding": "^2.0.1", - "spryker/zed-request": "^3.0.0" + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^1.0.0" }, "require-dev": { - "spryker/calculation": "*", - "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/oms": "*", + "spryker/event": "*", "spryker/testify": "*" }, "suggest": { - "spryker/calculation": "If you need offer items subtotal to be calculated", - "spryker/checkout": "If you want to use checkout plugin from order module", - "spryker/oms": "If you use offer state in you state machine, with commands and conditions from offer" + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" }, "type": "library", "extra": { @@ -10457,29 +14939,28 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Offer\\Helper\\": "tests/SprykerTest/Zed/Offer/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Offer module", - "time": "2018-06-07T08:07:35+00:00" + "description": "ProductAlternativeStorage module", + "time": "2018-10-31T13:40:28+00:00" }, { - "name": "spryker/offer-extension", + "name": "spryker/product-alternative-storage-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/offer-extension.git", - "reference": "e5182da6ed46ed502b8613131aac18d0232a37ab" + "url": "https://github.com/spryker/product-alternative-storage-extension.git", + "reference": "3f950c8120f7326a8ed8fc5004684f860f836682" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/offer-extension/zipball/e5182da6ed46ed502b8613131aac18d0232a37ab", - "reference": "e5182da6ed46ed502b8613131aac18d0232a37ab", + "url": "https://api.github.com/repos/spryker/product-alternative-storage-extension/zipball/3f950c8120f7326a8ed8fc5004684f860f836682", + "reference": "3f950c8120f7326a8ed8fc5004684f860f836682", "shasum": "" }, "require": { @@ -10504,53 +14985,37 @@ "license": [ "proprietary" ], - "description": "OfferExtension module", - "time": "2018-04-02T08:43:05+00:00" + "description": "ProductAlternativeStorageExtension module", + "time": "2018-07-24T08:04:43+00:00" }, { - "name": "spryker/offer-gui", - "version": "0.1.5", + "name": "spryker/product-attribute", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/offer-gui.git", - "reference": "9454d1631d906765c91aefa8e22aedf44ca1831e" + "url": "https://github.com/spryker/product-attribute.git", + "reference": "336bf0941be0b1c6b5434068bda866b1c91640a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/offer-gui/zipball/9454d1631d906765c91aefa8e22aedf44ca1831e", - "reference": "9454d1631d906765c91aefa8e22aedf44ca1831e", + "url": "https://api.github.com/repos/spryker/product-attribute/zipball/336bf0941be0b1c6b5434068bda866b1c91640a3", + "reference": "336bf0941be0b1c6b5434068bda866b1c91640a3", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/cart": "^5.0.0", - "spryker/currency": "^3.3.0", - "spryker/customer": "^7.8.0", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.20.0", - "spryker/messenger": "^3.1.0", - "spryker/money": "^2.0.0", - "spryker/offer": "^0.1.0", - "spryker/oms": "^8.0.0", - "spryker/price": "^5.2.0", - "spryker/session": "^3.0.0", - "spryker/store": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/util-date-time": "^1.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-sanitize": "^2.0.0", - "spryker/util-text": "^1.1.0" + "php": ">=7.1", + "spryker/glossary": "^3.0.0", + "spryker/kernel": "^3.0.0", + "spryker/locale": "^3.0.0", + "spryker/product": "^5.2.0 || ^6.0.0", + "spryker/propel-orm": "^1.2.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/calculation": "*", "spryker/code-sniffer": "*", - "spryker/manual-order-entry-gui": "^0.4.0", + "spryker/propel": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/calculation": "Recalculates prices for offer", - "spryker/manual-order-entry-gui": "For order creation using offer quote transfer" - }, "type": "library", "extra": { "branch-alias": { @@ -10559,107 +15024,97 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductAttribute\\Helper\\": "tests/SprykerTest/Zed/ProductAttribute/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "OfferGui module", - "time": "2018-06-04T09:01:53+00:00" + "description": "ProductAttribute module", + "time": "2018-10-02T10:26:32+00:00" }, { - "name": "spryker/oms", - "version": "8.1.0", + "name": "spryker/product-attribute-gui", + "version": "1.0.7", "source": { "type": "git", - "url": "https://github.com/spryker/oms.git", - "reference": "037dc9e417c996a83c771212ba3d3fa4d22407b4" + "url": "https://github.com/spryker/product-attribute-gui.git", + "reference": "a62b2c8f33730d8a0df163e0e7367de26aec1d29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oms/zipball/037dc9e417c996a83c771212ba3d3fa4d22407b4", - "reference": "037dc9e417c996a83c771212ba3d3fa4d22407b4", + "url": "https://api.github.com/repos/spryker/product-attribute-gui/zipball/a62b2c8f33730d8a0df163e0e7367de26aec1d29", + "reference": "a62b2c8f33730d8a0df163e0e7367de26aec1d29", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/graph": "^3.0.0", "spryker/gui": "^3.0.0", "spryker/kernel": "^3.0.0", - "spryker/mail": "^4.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/store": "^1.5.0", + "spryker/locale": "^3.0.0", + "spryker/product": "^5.2.0 || ^6.0.0", + "spryker/product-attribute": "^1.0.0", "spryker/symfony": "^3.0.0", - "spryker/util-network": "^1.1.0", - "spryker/util-sanitize": "^2.0.0", - "spryker/util-text": "^1.1.0" + "spryker/util-text": "^1.2.0" }, "require-dev": { - "spryker/checkout": "*", - "spryker/code-sniffer": "*", - "spryker/config": "*", + "spryker/application": "*", "spryker/propel": "*", - "spryker/silex": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/checkout": "If you want to use Checkout plugins." + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Oms\\Helper\\": "tests/SprykerTest/Zed/Oms/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Oms module", - "time": "2018-06-06T13:08:26+00:00" + "description": "ProductAttributeGui module", + "time": "2018-10-02T13:51:34+00:00" }, { - "name": "spryker/oms-discount-connector", - "version": "3.0.2", + "name": "spryker/product-availabilities-rest-api", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/oms-discount-connector.git", - "reference": "6e9fab0f23363fdaa6b92fd3b8ec6ae937198aa5" + "url": "https://github.com/spryker/product-availabilities-rest-api.git", + "reference": "c9d4ed036e2514a4bf7fefa265dd0215aa93b674" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/oms-discount-connector/zipball/6e9fab0f23363fdaa6b92fd3b8ec6ae937198aa5", - "reference": "6e9fab0f23363fdaa6b92fd3b8ec6ae937198aa5", + "url": "https://api.github.com/repos/spryker/product-availabilities-rest-api/zipball/c9d4ed036e2514a4bf7fefa265dd0215aa93b674", + "reference": "c9d4ed036e2514a4bf7fefa265dd0215aa93b674", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/discount": "^4.0.0 || ^5.0.0 || ^6.0.0", - "spryker/kernel": "^3.0.0" + "spryker/availability-storage": "^1.0.0", + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.22.0", + "spryker/product-storage": "^1.2.0", + "spryker/products-rest-api": "^2.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/oms": "*", - "spryker/sales": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/oms": "If you want to use Oms command plugins.", - "spryker/sales": "If you want to use ReleaseUsedVoucherCodes plugin." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -10671,46 +15126,60 @@ "license": [ "proprietary" ], - "description": "OmsDiscountConnector module", - "time": "2018-01-26T13:20:18+00:00" + "description": "ProductAvailabilitiesRestApi module", + "time": "2018-10-25T16:21:30+00:00" }, { - "name": "spryker/payment", - "version": "4.3.1", + "name": "spryker/product-bundle", + "version": "4.7.4", "source": { "type": "git", - "url": "https://github.com/spryker/payment.git", - "reference": "69098ebf8627752d0fcc720a09bbe742b8e84f33" + "url": "https://github.com/spryker/product-bundle.git", + "reference": "3180e704052b95101e16e332ce9d174e54df29a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/payment/zipball/69098ebf8627752d0fcc720a09bbe742b8e84f33", - "reference": "69098ebf8627752d0fcc720a09bbe742b8e84f33", + "url": "https://api.github.com/repos/spryker/product-bundle/zipball/3180e704052b95101e16e332ce9d174e54df29a4", + "reference": "3180e704052b95101e16e332ce9d174e54df29a4", "shasum": "" }, "require": { "php": ">=7.1", + "spryker/availability": "^5.0.1 || ^6.0.0", + "spryker/cart-extension": "^1.0.0 || ^2.0.0", "spryker/kernel": "^3.0.0", + "spryker/locale": "^3.0.0", + "spryker/messenger": "^3.0.0", + "spryker/persistent-cart-extension": "^1.0.0", + "spryker/price": "^5.0.0", + "spryker/price-product": "^1.0.0 || ^2.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-image": "^3.3.0", "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/sales": "^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/shopping-list-extension": "^1.0.0", + "spryker/stock": "^4.0.0 || ^5.0.0", + "spryker/store": "^1.5.0" }, "require-dev": { "spryker/calculation": "*", + "spryker/cart": "*", "spryker/checkout": "*", - "spryker/code-sniffer": "*", - "spryker/sales": "*", + "spryker/oms": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "suggest": { - "spryker/calculation": "To correctly calculate multiple payment methods", + "spryker/calculation": "If you want to use Calculation plugins.", + "spryker/cart": "If you want to use Cart plugins.", "spryker/checkout": "If you want to use Checkout plugins.", - "spryker/sales": "If you want to use SalesPayment saver plugin." + "spryker/oms": "If you want to use Oms plugins.", + "spryker/sales-aggregator": "If you want to use SalesAggregator plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -10722,103 +15191,135 @@ "license": [ "proprietary" ], - "description": "Payment module", - "time": "2018-03-07T15:33:06+00:00" + "description": "ProductBundle module", + "time": "2018-10-02T15:46:14+00:00" }, { - "name": "spryker/payment-cart-connector", - "version": "1.0.0", + "name": "spryker/product-cart-connector", + "version": "4.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/PaymentCartConnector.git", - "reference": "d854300db1c9121b5d318e989b725154fed123ef" + "url": "https://github.com/spryker/product-cart-connector.git", + "reference": "d73f2e81efc057c1db861dbe6952504b5f299bbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/PaymentCartConnector/zipball/d854300db1c9121b5d318e989b725154fed123ef", - "reference": "d854300db1c9121b5d318e989b725154fed123ef", + "url": "https://api.github.com/repos/spryker/product-cart-connector/zipball/d73f2e81efc057c1db861dbe6952504b5f299bbc", + "reference": "d73f2e81efc057c1db861dbe6952504b5f299bbc", "shasum": "" }, "require": { - "spryker/kernel": "^3.0.0" + "php": ">=7.1", + "spryker/kernel": "^3.0.0", + "spryker/locale": "^3.0.0", + "spryker/messenger": "^3.0.0", + "spryker/product": "^6.1.0" + }, + "require-dev": { + "spryker/cart": "*", + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/silex": "*", + "spryker/tax": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/cart": "If you want to use Cart plugins." + "spryker/cart": "If you want to use Cart plugins. Must be >= 4.0.2!" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { - "psr-0": { - "Spryker": "src/", - "Function": "tests/" + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Payment cart connector module", - "time": "2017-08-25T12:27:25+00:00" + "description": "ProductCartConnector module", + "time": "2018-08-20T09:43:27+00:00" }, { - "name": "spryker/permission-extension", - "version": "1.0.0", + "name": "spryker/product-category", + "version": "4.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/permission-extension.git", - "reference": "41d01c6056c662e42f7ba5edb500eda906711c93" + "url": "https://github.com/spryker/product-category.git", + "reference": "adbd35650b7d8054a1420faeb61cc6650bcd1044" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/permission-extension/zipball/41d01c6056c662e42f7ba5edb500eda906711c93", - "reference": "41d01c6056c662e42f7ba5edb500eda906711c93", + "url": "https://api.github.com/repos/spryker/product-category/zipball/adbd35650b7d8054a1420faeb61cc6650bcd1044", + "reference": "adbd35650b7d8054a1420faeb61cc6650bcd1044", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.1", + "spryker/category": "^3.2.0 || ^4.0.0", + "spryker/event": "^1.0.0 || ^2.0.0", + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.0.0", + "spryker/locale": "^3.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/application": "*", + "spryker/config": "*", + "spryker/propel": "^3.0.0", + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductCategory\\Helper\\": "tests/SprykerTest/Zed/ProductCategory/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "PermissionExtension module", - "time": "2018-03-14T10:13:27+00:00" + "description": "ProductCategory module", + "time": "2018-10-24T10:03:42+00:00" }, { - "name": "spryker/persistent-cart-extension", - "version": "1.0.0", + "name": "spryker/product-category-filter", + "version": "1.2.2", "source": { "type": "git", - "url": "https://github.com/spryker/persistent-cart-extension.git", - "reference": "4ead8f41022bb25b57d3e7eccb6e3370a092122c" + "url": "https://github.com/spryker/product-category-filter.git", + "reference": "bd21b619f65ddcd09de92b9c58327e90c0071dd6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/persistent-cart-extension/zipball/4ead8f41022bb25b57d3e7eccb6e3370a092122c", - "reference": "4ead8f41022bb25b57d3e7eccb6e3370a092122c", + "url": "https://api.github.com/repos/spryker/product-category-filter/zipball/bd21b619f65ddcd09de92b9c58327e90c0071dd6", + "reference": "bd21b619f65ddcd09de92b9c58327e90c0071dd6", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.1", + "spryker/category": "^4.0.0", + "spryker/kernel": "^3.0.0", + "spryker/key-builder": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/storage": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -10832,87 +15333,100 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductCategoryFilter\\Helper\\": "tests/SprykerTest/Zed/ProductCategoryFilter/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "PersistentCartExtension module", - "time": "2018-04-10T14:40:01+00:00" + "description": "ProductCategoryFilter module", + "time": "2018-08-13T10:09:37+00:00" }, { - "name": "spryker/pimple", - "version": "2.0.0", + "name": "spryker/product-category-filter-collector", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/Pimple.git", - "reference": "9c393a76377026cd382661c161acd2df8f814bbd" + "url": "https://github.com/spryker/product-category-filter-collector.git", + "reference": "692b724491124705a83e296a8cebc61c33d5b645" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Pimple/zipball/9c393a76377026cd382661c161acd2df8f814bbd", - "reference": "9c393a76377026cd382661c161acd2df8f814bbd", + "url": "https://api.github.com/repos/spryker/product-category-filter-collector/zipball/692b724491124705a83e296a8cebc61c33d5b645", + "reference": "692b724491124705a83e296a8cebc61c33d5b645", "shasum": "" }, "require": { - "pimple/pimple": "~1.1.1" + "php": ">=7.1", + "spryker/collector": "^5.1.1 || ^6.0.0", + "spryker/kernel": "^3.0.0", + "spryker/product-category-filter": "^1.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-data-reader": "^1.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" } }, - "notification-url": "https://code.foo.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "pimple bundle", - "support": { - "source": "https://github.com/spryker/Pimple/tree/2.0.0" - }, - "time": "2016-04-01T13:06:05+00:00" + "description": "ProductCategoryFilterCollector module", + "time": "2018-01-24T11:43:27+00:00" }, { - "name": "spryker/price", - "version": "5.3.0", + "name": "spryker/product-category-filter-gui", + "version": "1.1.7", "source": { "type": "git", - "url": "https://github.com/spryker/price.git", - "reference": "ca6d21cdefd83cedb8267647f8e054bdbb03e520" + "url": "https://github.com/spryker/product-category-filter-gui.git", + "reference": "28e3c64326c7d50a045d0f0b7979610783f2d20e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price/zipball/ca6d21cdefd83cedb8267647f8e054bdbb03e520", - "reference": "ca6d21cdefd83cedb8267647f8e054bdbb03e520", + "url": "https://api.github.com/repos/spryker/product-category-filter-gui/zipball/28e3c64326c7d50a045d0f0b7979610783f2d20e", + "reference": "28e3c64326c7d50a045d0f0b7979610783f2d20e", "shasum": "" }, "require": { "php": ">=7.1", + "spryker/catalog": "^5.0.0", + "spryker/category": "^4.0.0", + "spryker/gui": "^3.0.0", "spryker/kernel": "^3.0.0", - "spryker/price-extension": "^1.0.0", - "spryker/quote": "^1.2.0 || ^2.0.0", - "spryker/symfony": "^3.0.0" - }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/installer": "*", - "spryker/propel": "*", - "spryker/silex": "*", - "spryker/testify": "*", - "spryker/twig": "*" - }, - "suggest": { - "spryker/installer": "If you want to use Installer plugins.", - "spryker/silex": "If you want to use ServiceProvider.", - "spryker/twig": "If you want to use twig extension plugins" + "spryker/locale": "^3.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-category": "^4.0.0", + "spryker/product-category-filter": "^1.2.0", + "spryker/product-search": "^5.3.0", + "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-encoding": "^2.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -10924,42 +15438,45 @@ "license": [ "proprietary" ], - "description": "Price module", - "time": "2018-05-07T14:54:26+00:00" + "description": "ProductCategoryFilterGui module", + "time": "2018-10-24T09:13:51+00:00" }, { - "name": "spryker/price-cart-connector", - "version": "4.2.0", + "name": "spryker/product-category-filter-storage", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/price-cart-connector.git", - "reference": "83c5ec96520cf0f7a61c57a93cb0fa375962d244" + "url": "https://github.com/spryker/product-category-filter-storage.git", + "reference": "b4fe00ccf10a8f0a5965a6d97d0fc5031aefa2ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-cart-connector/zipball/83c5ec96520cf0f7a61c57a93cb0fa375962d244", - "reference": "83c5ec96520cf0f7a61c57a93cb0fa375962d244", + "url": "https://api.github.com/repos/spryker/product-category-filter-storage/zipball/b4fe00ccf10a8f0a5965a6d97d0fc5031aefa2ff", + "reference": "b4fe00ccf10a8f0a5965a6d97d0fc5031aefa2ff", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/kernel": "^3.0.0", - "spryker/price": "^5.0.0", - "spryker/price-product": "^1.0.0" + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/product-category-filter": "^1.1.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { - "spryker/calculation": "*", - "spryker/cart": "*", - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/event": "*", + "spryker/propel-orm": "*" }, "suggest": { - "spryker/cart": "If you want to use Cart plugins." + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -10971,34 +15488,47 @@ "license": [ "proprietary" ], - "description": "PriceCartConnector module", - "time": "2018-04-20T09:46:04+00:00" + "description": "ProductCategoryFilterStorage module", + "time": "2018-07-18T06:28:34+00:00" }, { - "name": "spryker/price-data-feed", - "version": "0.2.0", + "name": "spryker/product-category-storage", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/PriceDataFeed.git", - "reference": "2b7249c2f25090058dcb8301956164b05883b71d" + "url": "https://github.com/spryker/product-category-storage.git", + "reference": "4cef1c2abdadadabca9ef497df67c9708794ac07" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/PriceDataFeed/zipball/2b7249c2f25090058dcb8301956164b05883b71d", - "reference": "2b7249c2f25090058dcb8301956164b05883b71d", + "url": "https://api.github.com/repos/spryker/product-category-storage/zipball/4cef1c2abdadadabca9ef497df67c9708794ac07", + "reference": "4cef1c2abdadadabca9ef497df67c9708794ac07", "shasum": "" }, "require": { - "spryker/kernel": "^3.0.0", - "spryker/price-product": "^1.0.0" + "php": ">=7.1", + "spryker/category": "^4.3.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/product": "^5.5.0 || ^6.0.0", + "spryker/product-category": "^4.5.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/url": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/silex": "^2.0.0", + "spryker/config": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/propel-query-builder": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + }, "type": "library", "extra": { "branch-alias": { @@ -11014,30 +15544,48 @@ "license": [ "proprietary" ], - "description": "PriceDataFeed module", - "time": "2017-11-09T16:03:23+00:00" + "description": "ProductCategoryStorage module", + "time": "2018-09-21T08:24:05+00:00" }, { - "name": "spryker/price-extension", + "name": "spryker/product-discontinued", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-extension.git", - "reference": "0a86d46536951a8618a4c51bdc7374efddbcf343" + "url": "https://github.com/spryker/product-discontinued.git", + "reference": "bbb1c080197b0ea1d5f828f2d893e7acd803dfb6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-extension/zipball/0a86d46536951a8618a4c51bdc7374efddbcf343", - "reference": "0a86d46536951a8618a4c51bdc7374efddbcf343", + "url": "https://api.github.com/repos/spryker/product-discontinued/zipball/bbb1c080197b0ea1d5f828f2d893e7acd803dfb6", + "reference": "bbb1c080197b0ea1d5f828f2d893e7acd803dfb6", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.1", + "spryker/kernel": "^3.0.0", + "spryker/locale": "^3.0.0", + "spryker/log": "^2.0.0 || ^3.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-alternative-extension": "^1.0.0", + "spryker/product-discontinued-extension": "^1.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/shopping-list-extension": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/wishlist-extension": "^1.0.0" }, "require-dev": { + "spryker/cart": "*", + "spryker/checkout": "*", "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/silex": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/cart": "If you want to use Cart plugins.", + "spryker/checkout": "If you want to use Checkout plugins." + }, "type": "library", "extra": { "branch-alias": { @@ -11053,41 +15601,34 @@ "license": [ "proprietary" ], - "description": "PriceExtension module", - "time": "2018-04-18T12:56:17+00:00" + "description": "ProductDiscontinued module", + "time": "2018-07-24T14:18:13+00:00" }, { - "name": "spryker/price-product", - "version": "1.2.0", + "name": "spryker/product-discontinued-data-import", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product.git", - "reference": "cf34ed46a3e13a7aa6027af1a1977c87ea0ec959" + "url": "https://github.com/spryker/product-discontinued-data-import.git", + "reference": "b2ad5b2966211e0addbfda91e6c4ba0c5b2af69e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product/zipball/cf34ed46a3e13a7aa6027af1a1977c87ea0ec959", - "reference": "cf34ed46a3e13a7aa6027af1a1977c87ea0ec959", + "url": "https://api.github.com/repos/spryker/product-discontinued-data-import/zipball/b2ad5b2966211e0addbfda91e6c4ba0c5b2af69e", + "reference": "b2ad5b2966211e0addbfda91e6c4ba0c5b2af69e", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/currency": "^3.0.0", + "spryker/data-import": "^1.2.0", "spryker/kernel": "^3.0.0", - "spryker/price": "^5.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/store": "^1.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0" + "spryker/product": "^6.0.0", + "spryker/product-discontinued": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/installer": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/installer": "If you want to use default price product data installer" - }, "type": "library", "extra": { "branch-alias": { @@ -11096,48 +15637,37 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductDiscontinuedDataImport\\Helper\\": "tests/SprykerTest/Zed/ProductDiscontinuedDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "PriceProduct module", - "time": "2018-05-16T16:01:08+00:00" + "description": "ProductDiscontinuedDataImport module", + "time": "2018-07-24T08:04:43+00:00" }, { - "name": "spryker/price-product-storage", + "name": "spryker/product-discontinued-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/price-product-storage.git", - "reference": "09b2b054de27b6b2445d7f4ee3c150e92308e372" + "url": "https://github.com/spryker/product-discontinued-extension.git", + "reference": "016710297d3606a869e2410635a12fa1c7d82892" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/price-product-storage/zipball/09b2b054de27b6b2445d7f4ee3c150e92308e372", - "reference": "09b2b054de27b6b2445d7f4ee3c150e92308e372", + "url": "https://api.github.com/repos/spryker/product-discontinued-extension/zipball/016710297d3606a869e2410635a12fa1c7d82892", + "reference": "016710297d3606a869e2410635a12fa1c7d82892", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/price-product": "^1.2.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^3.4.0", - "spryker/store": "^1.7.0", - "spryker/synchronization": "^0.2.0" + "php": ">=7.1" }, "require-dev": { - "spryker/event": "*", - "spryker/product-storage": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/product-storage": "If you want to use ProductStorage plugins, minimum required version: 0.1.0" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -11154,90 +15684,74 @@ "license": [ "proprietary" ], - "description": "PriceProductStorage module", - "time": "2018-05-24T15:17:45+00:00" + "description": "ProductDiscontinuedExtension module", + "time": "2018-07-24T08:04:43+00:00" }, { - "name": "spryker/product", - "version": "6.1.0", + "name": "spryker/product-discontinued-gui", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product.git", - "reference": "2a05e2d5fcdbedd3f4c0b8c3c593d5b4b027755d" + "url": "https://github.com/spryker/product-discontinued-gui.git", + "reference": "7539accd4e9535c35c4dcaa63d71d634ccf2adee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product/zipball/2a05e2d5fcdbedd3f4c0b8c3c593d5b4b027755d", - "reference": "2a05e2d5fcdbedd3f4c0b8c3c593d5b4b027755d", + "url": "https://api.github.com/repos/spryker/product-discontinued-gui/zipball/7539accd4e9535c35c4dcaa63d71d634ccf2adee", + "reference": "7539accd4e9535c35c4dcaa63d71d634ccf2adee", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/event": "^1.0.0 || ^2.0.0", "spryker/kernel": "^3.0.0", - "spryker/key-builder": "^1.0.0", "spryker/locale": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/store": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/url": "^3.2.1", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.1.0" + "spryker/product-discontinued": "^1.0.0", + "spryker/product-management-extension": "^1.1.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/silex": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Product\\Helper\\": "tests/SprykerTest/Shared/Product/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Product module", - "time": "2018-06-13T09:03:02+00:00" + "description": "ProductDiscontinuedGui module", + "time": "2018-08-13T10:09:37+00:00" }, { - "name": "spryker/product-abstract-data-feed", - "version": "0.2.2", + "name": "spryker/product-discontinued-product-bundle-connector", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-abstract-data-feed.git", - "reference": "8ba2fd81bc6523db22308fac3a2721576778ed1f" + "url": "https://github.com/spryker/product-discontinued-product-bundle-connector.git", + "reference": "af8aedf55a549eba883d82aeb1a7dd74edca1c6a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-abstract-data-feed/zipball/8ba2fd81bc6523db22308fac3a2721576778ed1f", - "reference": "8ba2fd81bc6523db22308fac3a2721576778ed1f", + "url": "https://api.github.com/repos/spryker/product-discontinued-product-bundle-connector/zipball/af8aedf55a549eba883d82aeb1a7dd74edca1c6a", + "reference": "af8aedf55a549eba883d82aeb1a7dd74edca1c6a", "shasum": "" }, "require": { "php": ">=7.1", "spryker/kernel": "^3.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/stock": "^4.0.0 || ^5.0.0" - }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/locale": "^3.0.0", - "spryker/propel": "^3.0.0", - "spryker/silex": "^2.0.0", - "spryker/testify": "*" + "spryker/product-bundle": "^2.0.0 || ^3.0.0 || ^4.0.0", + "spryker/product-discontinued": "^1.0.0", + "spryker/product-discontinued-extension": "^1.0.0", + "spryker/propel-orm": "^1.1.0" }, "type": "library", "extra": { @@ -11254,42 +15768,40 @@ "license": [ "proprietary" ], - "description": "ProductAbstractDataFeed module", - "time": "2018-02-08T10:41:19+00:00" + "description": "ProductDiscontinuedProductBundleConnector module", + "time": "2018-07-24T08:04:43+00:00" }, { - "name": "spryker/product-api", - "version": "0.1.2", + "name": "spryker/product-discontinued-product-label-connector", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-api.git", - "reference": "d4e91e3e0834c91b7d684fb0d0c03e2508f8bef0" + "url": "https://github.com/spryker/product-discontinued-product-label-connector.git", + "reference": "5a64c97b29d68a8d81653c30a576463ff4f7d91e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-api/zipball/d4e91e3e0834c91b7d684fb0d0c03e2508f8bef0", - "reference": "d4e91e3e0834c91b7d684fb0d0c03e2508f8bef0", + "url": "https://api.github.com/repos/spryker/product-discontinued-product-label-connector/zipball/5a64c97b29d68a8d81653c30a576463ff4f7d91e", + "reference": "5a64c97b29d68a8d81653c30a576463ff4f7d91e", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/api": "^0.1", - "spryker/api-query-builder": "^0.1", "spryker/kernel": "^3.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/propel-orm": "^1.2.0", - "spryker/symfony": "^3.0.0", - "spryker/util-date-time": "^1.0.0" + "spryker/locale": "^3.0.0", + "spryker/product": "^6.2.0", + "spryker/product-discontinued": "^1.0.0", + "spryker/product-discontinued-extension": "^1.0.0", + "spryker/product-label": "^2.5.0" }, "require-dev": { - "spryker/application": "*", - "spryker/assertion": "*", "spryker/code-sniffer": "*", - "spryker/config": "*", - "spryker/propel": "*", - "spryker/silex": "*", + "spryker/installer": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/installer": "If you want to use Installer plugins." + }, "type": "library", "extra": { "branch-alias": { @@ -11298,44 +15810,58 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductDiscontinuedProductLabelConnector\\Helper\\": "tests/SprykerTest/Zed/ProductDiscontinuedProductLabelConnector/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductApi module", - "time": "2018-01-24T11:43:27+00:00" + "description": "ProductDiscontinuedProductLabelConnector module", + "time": "2018-07-24T21:54:48+00:00" }, { - "name": "spryker/product-attribute", + "name": "spryker/product-discontinued-storage", "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-attribute.git", - "reference": "fb6b48091ebe7f45083ddb7a4507668db68477f0" + "url": "https://github.com/spryker/product-discontinued-storage.git", + "reference": "057d5fb26f14d2eedc00fae622fc340ade8f9dc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-attribute/zipball/fb6b48091ebe7f45083ddb7a4507668db68477f0", - "reference": "fb6b48091ebe7f45083ddb7a4507668db68477f0", + "url": "https://api.github.com/repos/spryker/product-discontinued-storage/zipball/057d5fb26f14d2eedc00fae622fc340ade8f9dc3", + "reference": "057d5fb26f14d2eedc00fae622fc340ade8f9dc3", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/glossary": "^3.0.0", - "spryker/kernel": "^3.0.0", + "spryker/event-behavior": "^1.0.0", + "spryker/glossary-storage": "^1.0.0", + "spryker/kernel": "^3.21.0", "spryker/locale": "^3.0.0", - "spryker/product": "^5.2.0 || ^6.0.0", - "spryker/propel-orm": "^1.2.0", - "spryker/util-encoding": "^2.0.0" + "spryker/product-alternative-storage-extension": "^1.0.0", + "spryker/product-discontinued": "^1.0.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/event": "*", + "spryker/product": "*", + "spryker/product-storage": "*", "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/propel-query-builder": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/product-storage": "If you want to use ProductStorage plugins, minimum required version: 0.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" + }, "type": "library", "extra": { "branch-alias": { @@ -11344,49 +15870,49 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductAttribute\\Helper\\": "tests/SprykerTest/Zed/ProductAttribute/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductAttribute module", - "time": "2018-01-24T11:43:27+00:00" + "description": "ProductDiscontinuedStorage module", + "time": "2018-09-24T00:29:06+00:00" }, { - "name": "spryker/product-attribute-gui", - "version": "1.0.6", + "name": "spryker/product-discount-connector", + "version": "3.2.2", "source": { "type": "git", - "url": "https://github.com/spryker/product-attribute-gui.git", - "reference": "4bd6c7fd359ff3efa2058f56ea6187b91686f4d8" + "url": "https://github.com/spryker/product-discount-connector.git", + "reference": "f5660f22bbb39413e228807524e3556dbe3abdc9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-attribute-gui/zipball/4bd6c7fd359ff3efa2058f56ea6187b91686f4d8", - "reference": "4bd6c7fd359ff3efa2058f56ea6187b91686f4d8", + "url": "https://api.github.com/repos/spryker/product-discount-connector/zipball/f5660f22bbb39413e228807524e3556dbe3abdc9", + "reference": "f5660f22bbb39413e228807524e3556dbe3abdc9", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/gui": "^3.0.0", + "spryker/discount": "^4.0.0 || ^5.0.0 || ^6.0.0", "spryker/kernel": "^3.0.0", "spryker/locale": "^3.0.0", - "spryker/product": "^5.2.0 || ^6.0.0", - "spryker/product-attribute": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/util-text": "^1.2.0" + "spryker/product": "^5.0.0 || ^6.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/silex": "*", + "spryker/tax": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -11398,33 +15924,42 @@ "license": [ "proprietary" ], - "description": "ProductAttributeGui module", - "time": "2018-01-25T09:08:14+00:00" + "description": "ProductDiscountConnector module", + "time": "2018-01-26T13:20:18+00:00" }, { - "name": "spryker/product-barcode", - "version": "1.1.0", + "name": "spryker/product-group", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-barcode.git", - "reference": "9ad32e1752ba7970a479b5386fe3b0235be63b52" + "url": "https://github.com/spryker/product-group.git", + "reference": "070b0a42254e987f00206ff404bf2baef844ef82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-barcode/zipball/9ad32e1752ba7970a479b5386fe3b0235be63b52", - "reference": "9ad32e1752ba7970a479b5386fe3b0235be63b52", + "url": "https://api.github.com/repos/spryker/product-group/zipball/070b0a42254e987f00206ff404bf2baef844ef82", + "reference": "070b0a42254e987f00206ff404bf2baef844ef82", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/barcode": "^1.0.0", - "spryker/kernel": "^3.1.0", - "spryker/product": "^6.0.0" + "spryker/kernel": "^3.0.0", + "spryker/key-builder": "^1.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/storage": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/twig": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/silex": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/silex": "If you want to use the ProductGroupTwigServiceProvider." + }, "type": "library", "extra": { "branch-alias": { @@ -11433,42 +15968,44 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductBarcode\\Helper\\": "tests/SprykerTest/Zed/ProductBarcode/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductBarcode module", - "time": "2018-06-08T06:44:22+00:00" + "description": "ProductGroup module", + "time": "2018-01-24T11:43:27+00:00" }, { - "name": "spryker/product-barcode-gui", - "version": "1.0.0", + "name": "spryker/product-group-collector", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-barcode-gui.git", - "reference": "9048ce15399d51060337979362f164aaca9dd01f" + "url": "https://github.com/spryker/product-group-collector.git", + "reference": "a11e5c6c596f2a0008a4872660b2569218068f72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-barcode-gui/zipball/9048ce15399d51060337979362f164aaca9dd01f", - "reference": "9048ce15399d51060337979362f164aaca9dd01f", + "url": "https://api.github.com/repos/spryker/product-group-collector/zipball/a11e5c6c596f2a0008a4872660b2569218068f72", + "reference": "a11e5c6c596f2a0008a4872660b2569218068f72", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/gui": "^3.0.0", + "spryker/collector": "^5.1.1 || ^6.0.0", "spryker/kernel": "^3.0.0", - "spryker/locale": "^3.0.0", - "spryker/product": "^6.0.0", - "spryker/product-barcode": "^1.0.0", - "spryker/symfony": "^3.1.0" + "spryker/product-group": "^1.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "^3.0.0", + "spryker/silex": "^2.0.0", "spryker/testify": "*" }, "type": "library", @@ -11486,63 +16023,45 @@ "license": [ "proprietary" ], - "description": "ProductBarcodeGui module", - "time": "2018-05-16T13:57:10+00:00" + "description": "ProductGroupCollector module", + "time": "2018-01-24T11:43:27+00:00" }, { - "name": "spryker/product-bundle", - "version": "4.6.0", + "name": "spryker/product-group-storage", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-bundle.git", - "reference": "648692dc5671a9d408ba2b0bc7303fe1d017a232" + "url": "https://github.com/spryker/product-group-storage.git", + "reference": "29ee78368e5ce6a60bf39b8527e30d2fe5433d63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-bundle/zipball/648692dc5671a9d408ba2b0bc7303fe1d017a232", - "reference": "648692dc5671a9d408ba2b0bc7303fe1d017a232", + "url": "https://api.github.com/repos/spryker/product-group-storage/zipball/29ee78368e5ce6a60bf39b8527e30d2fe5433d63", + "reference": "29ee78368e5ce6a60bf39b8527e30d2fe5433d63", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/availability": "^5.0.1 || ^6.0.0", - "spryker/cart-extension": "^1.0.0", - "spryker/kernel": "^3.0.0", - "spryker/locale": "^3.0.0", - "spryker/messenger": "^3.0.0", - "spryker/persistent-cart-extension": "^1.0.0", - "spryker/price": "^5.0.0", - "spryker/price-product": "^1.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-image": "^3.3.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/shopping-list-extension": "^1.0.0", - "spryker/stock": "^4.0.0 || ^5.0.0", - "spryker/store": "^1.5.0" + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/product": "^5.5.0 || ^6.0.0", + "spryker/product-group": "^1.2.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { - "spryker/calculation": "*", - "spryker/cart": "*", - "spryker/checkout": "*", - "spryker/code-sniffer": "*", - "spryker/oms": "*", - "spryker/propel": "*", - "spryker/sales-aggregator": "*", - "spryker/silex": "*", - "spryker/testify": "*" + "spryker/event": "*", + "spryker/propel-orm": "*" }, "suggest": { - "spryker/calculation": "If you want to use Calculation plugins.", - "spryker/cart": "If you want to use Cart plugins.", - "spryker/checkout": "If you want to use Checkout plugins.", - "spryker/oms": "If you want to use Oms plugins.", - "spryker/sales-aggregator": "If you want to use SalesAggregator plugins." + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -11554,46 +16073,40 @@ "license": [ "proprietary" ], - "description": "ProductBundle module", - "time": "2018-06-07T11:51:55+00:00" + "description": "ProductGroupStorage module", + "time": "2018-07-17T18:22:31+00:00" }, { - "name": "spryker/product-cart-connector", - "version": "4.3.0", + "name": "spryker/product-image", + "version": "3.5.2", "source": { "type": "git", - "url": "https://github.com/spryker/product-cart-connector.git", - "reference": "64471425f7d88761626ff05b7afdabf196e79a23" + "url": "https://github.com/spryker/product-image.git", + "reference": "7b9fad49cbdb9504c433337b62e6731d0aa40ca4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-cart-connector/zipball/64471425f7d88761626ff05b7afdabf196e79a23", - "reference": "64471425f7d88761626ff05b7afdabf196e79a23", + "url": "https://api.github.com/repos/spryker/product-image/zipball/7b9fad49cbdb9504c433337b62e6731d0aa40ca4", + "reference": "7b9fad49cbdb9504c433337b62e6731d0aa40ca4", "shasum": "" }, "require": { "php": ">=7.1", "spryker/kernel": "^3.0.0", "spryker/locale": "^3.0.0", - "spryker/messenger": "^3.0.0", - "spryker/product": "^6.1.0" + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/propel-orm": "^1.0.0" }, "require-dev": { - "spryker/cart": "*", "spryker/code-sniffer": "*", "spryker/propel": "*", - "spryker/propel-orm": "*", "spryker/silex": "*", - "spryker/tax": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/cart": "If you want to use Cart plugins. Must be >= 4.0.2!" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -11605,85 +16118,79 @@ "license": [ "proprietary" ], - "description": "ProductCartConnector module", - "time": "2018-06-07T11:51:55+00:00" + "description": "ProductImage module", + "time": "2018-08-15T06:37:03+00:00" }, { - "name": "spryker/product-category", - "version": "4.5.3", + "name": "spryker/product-image-cart-connector", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-category.git", - "reference": "55f73a76f4dd49094ce291b75b2c547b7541f945" + "url": "https://github.com/spryker/ProductImageCartConnector.git", + "reference": "02a5f7aba00999072d4d2a69d0df9531779e240e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-category/zipball/55f73a76f4dd49094ce291b75b2c547b7541f945", - "reference": "55f73a76f4dd49094ce291b75b2c547b7541f945", + "url": "https://api.github.com/repos/spryker/ProductImageCartConnector/zipball/02a5f7aba00999072d4d2a69d0df9531779e240e", + "reference": "02a5f7aba00999072d4d2a69d0df9531779e240e", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/category": "^3.2.0 || ^4.0.0", - "spryker/event": "^1.0.0 || ^2.0.0", - "spryker/gui": "^3.0.0", "spryker/kernel": "^3.0.0", - "spryker/locale": "^3.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/util-encoding": "^2.0.0" + "spryker/product-image": "^3.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "^3.0.0", + "spryker/propel": "*", + "spryker/propel-orm": "*", + "spryker/silex": "*", + "spryker/tax": "*", "spryker/testify": "*" }, "suggest": { - "spryker/util-encoding": "If you want to use its encoding functionality." + "spryker/cart": "If you want to use Cart plugins you need to install spryker/cart." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductCategory\\Helper\\": "tests/SprykerTest/Zed/ProductCategory/_support/Helper/" + "psr-0": { + "Spryker": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductCategory module", - "time": "2018-02-05T06:01:59+00:00" + "description": "ProductImageCartConnector module", + "time": "2017-06-29T12:15:48+00:00" }, { - "name": "spryker/product-category-filter", - "version": "1.2.1", + "name": "spryker/product-image-sets-rest-api", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/product-category-filter.git", - "reference": "096ab03cf2ad2c3f003c448675a5464e4bd87ac2" + "url": "https://github.com/spryker/product-image-sets-rest-api.git", + "reference": "ea86f0c492549bd81de960a0d7d16b0b3bc36f9a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-category-filter/zipball/096ab03cf2ad2c3f003c448675a5464e4bd87ac2", - "reference": "096ab03cf2ad2c3f003c448675a5464e4bd87ac2", + "url": "https://api.github.com/repos/spryker/product-image-sets-rest-api/zipball/ea86f0c492549bd81de960a0d7d16b0b3bc36f9a", + "reference": "ea86f0c492549bd81de960a0d7d16b0b3bc36f9a", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/category": "^4.0.0", - "spryker/kernel": "^3.0.0", - "spryker/key-builder": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-encoding": "^2.0.0" + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.22.0", + "spryker/product-image-storage": "^1.1.0", + "spryker/product-storage": "^1.2.0", + "spryker/products-rest-api": "^2.0.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -11697,45 +16204,54 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductCategoryFilter\\Helper\\": "tests/SprykerTest/Zed/ProductCategoryFilter/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductCategoryFilter module", - "time": "2018-02-05T13:51:35+00:00" + "description": "ProductImageSetsRestApi module", + "time": "2018-11-06T15:40:54+00:00" }, { - "name": "spryker/product-category-filter-collector", - "version": "1.0.1", + "name": "spryker/product-image-storage", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-category-filter-collector.git", - "reference": "692b724491124705a83e296a8cebc61c33d5b645" + "url": "https://github.com/spryker/product-image-storage.git", + "reference": "c57d17dbb45a65a6a06747f01f8f8d3100ec30df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-category-filter-collector/zipball/692b724491124705a83e296a8cebc61c33d5b645", - "reference": "692b724491124705a83e296a8cebc61c33d5b645", + "url": "https://api.github.com/repos/spryker/product-image-storage/zipball/c57d17dbb45a65a6a06747f01f8f8d3100ec30df", + "reference": "c57d17dbb45a65a6a06747f01f8f8d3100ec30df", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/collector": "^5.1.1 || ^6.0.0", - "spryker/kernel": "^3.0.0", - "spryker/product-category-filter": "^1.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/product": "^5.5.0 || ^6.0.0", + "spryker/product-image": "^3.5.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/event": "*", + "spryker/product-storage": "*", + "spryker/propel": "*", + "spryker/propel-query-builder": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/product-storage": "If you want to use ProductStorage plugins, minimum required version: 0.1.0" + }, "type": "library", "extra": { "branch-alias": { @@ -11751,42 +16267,49 @@ "license": [ "proprietary" ], - "description": "ProductCategoryFilterCollector module", - "time": "2018-01-24T11:43:27+00:00" + "description": "ProductImageStorage module", + "time": "2018-11-06T15:40:54+00:00" }, { - "name": "spryker/product-category-filter-gui", - "version": "1.1.4", + "name": "spryker/product-label", + "version": "2.5.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-category-filter-gui.git", - "reference": "fd8ff3f41ef788399c57c18031f32206a2cc8255" + "url": "https://github.com/spryker/product-label.git", + "reference": "140853f9f5e3f0a3c8c2b08ec3c572d524c51e1c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-category-filter-gui/zipball/fd8ff3f41ef788399c57c18031f32206a2cc8255", - "reference": "fd8ff3f41ef788399c57c18031f32206a2cc8255", + "url": "https://api.github.com/repos/spryker/product-label/zipball/140853f9f5e3f0a3c8c2b08ec3c572d524c51e1c", + "reference": "140853f9f5e3f0a3c8c2b08ec3c572d524c51e1c", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/catalog": "^5.0.0", - "spryker/category": "^4.0.0", - "spryker/gui": "^3.0.0", "spryker/kernel": "^3.0.0", - "spryker/locale": "^3.0.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.1.0", + "spryker/log": "^2.0.0 || ^3.0.0", "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-category": "^4.0.0", - "spryker/product-category-filter": "^1.2.0", - "spryker/product-search": "^5.3.0", - "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/storage": "^3.0.0", "spryker/symfony": "^3.0.0", - "spryker/util-encoding": "^2.0.0" + "spryker/touch": "^3.1.0 || ^4.0.0", + "spryker/twig": "^3.0.0" }, "require-dev": { + "spryker/catalog": "*", "spryker/code-sniffer": "*", + "spryker/propel": "^3.0.0", + "spryker/search": "*", + "spryker/silex": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0.", + "spryker/search": "(^6.4.0) If you want to use ProductLabelFacetValueTransformerPlugin.", + "spryker/silex": "If you want to use the ProductLabelTwigServiceProvider." + }, "type": "library", "extra": { "branch-alias": { @@ -11795,46 +16318,46 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductLabel\\Helper\\": "tests/SprykerTest/Zed/ProductLabel/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductCategoryFilterGui module", - "time": "2018-03-09T07:57:08+00:00" + "description": "ProductLabel module", + "time": "2018-08-15T07:03:54+00:00" }, { - "name": "spryker/product-category-filter-storage", - "version": "1.0.0", + "name": "spryker/product-label-collector", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/product-category-filter-storage.git", - "reference": "73dec23f0726460b077397288fea13a53d8a7191" + "url": "https://github.com/spryker/product-label-collector.git", + "reference": "315811d3780c50208abb68673276ed0de36ad6b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-category-filter-storage/zipball/73dec23f0726460b077397288fea13a53d8a7191", - "reference": "73dec23f0726460b077397288fea13a53d8a7191", + "url": "https://api.github.com/repos/spryker/product-label-collector/zipball/315811d3780c50208abb68673276ed0de36ad6b1", + "reference": "315811d3780c50208abb68673276ed0de36ad6b1", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/product-category-filter": "^1.1.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0", - "spryker/util-encoding": "^2.0.0" + "spryker/collector": "^5.1.1 || ^6.0.0", + "spryker/kernel": "^3.0.0", + "spryker/product-label": "^1.0.0 || ^2.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { - "spryker/event": "*", - "spryker/propel-orm": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" + "spryker/code-sniffer": "*", + "spryker/propel": "^3.0.0", + "spryker/silex": "^2.0.0", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -11851,41 +16374,32 @@ "license": [ "proprietary" ], - "description": "ProductCategoryFilterStorage module", - "time": "2018-05-24T09:51:00+00:00" + "description": "ProductLabelCollector module", + "time": "2018-01-24T11:43:27+00:00" }, { - "name": "spryker/product-category-storage", - "version": "1.0.0", + "name": "spryker/product-label-discount-connector", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-category-storage.git", - "reference": "4c90c15dd999f2869d54af7608c7071a96f0c9a8" + "url": "https://github.com/spryker/product-label-discount-connector.git", + "reference": "8ab73e0c207495b305baac6741524e416132d425" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-category-storage/zipball/4c90c15dd999f2869d54af7608c7071a96f0c9a8", - "reference": "4c90c15dd999f2869d54af7608c7071a96f0c9a8", + "url": "https://api.github.com/repos/spryker/product-label-discount-connector/zipball/8ab73e0c207495b305baac6741524e416132d425", + "reference": "8ab73e0c207495b305baac6741524e416132d425", "shasum": "" }, - "require": { - "php": ">=7.1", - "spryker/category": "^4.3.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/product-category": "^4.5.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0" - }, - "require-dev": { - "spryker/event": "*", - "spryker/url": "*" + "require": { + "php": ">=7.1", + "spryker/discount": "^4.2.0 || ^5.0.0 || ^6.0.0", + "spryker/kernel": "^3.0.0", + "spryker/product-label": "^1.1.0 || ^2.0.0" }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/url": "If you want to use Url plugins, minimum required version: 3.3.0" + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -11902,42 +16416,47 @@ "license": [ "proprietary" ], - "description": "ProductCategoryStorage module", - "time": "2018-05-24T09:51:00+00:00" + "description": "ProductLabelDiscountConnector module", + "time": "2018-01-26T13:20:18+00:00" }, { - "name": "spryker/product-discount-connector", - "version": "3.2.2", + "name": "spryker/product-label-gui", + "version": "2.0.11", "source": { "type": "git", - "url": "https://github.com/spryker/product-discount-connector.git", - "reference": "f5660f22bbb39413e228807524e3556dbe3abdc9" + "url": "https://github.com/spryker/product-label-gui.git", + "reference": "74da6cefa08070021930a2992ae0f875fa824ee3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-discount-connector/zipball/f5660f22bbb39413e228807524e3556dbe3abdc9", - "reference": "f5660f22bbb39413e228807524e3556dbe3abdc9", + "url": "https://api.github.com/repos/spryker/product-label-gui/zipball/74da6cefa08070021930a2992ae0f875fa824ee3", + "reference": "74da6cefa08070021930a2992ae0f875fa824ee3", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/discount": "^4.0.0 || ^5.0.0 || ^6.0.0", + "spryker/category": "^3.2.0 || ^4.0.0", + "spryker/gui": "^3.4.0", "spryker/kernel": "^3.0.0", "spryker/locale": "^3.0.0", - "spryker/product": "^5.0.0 || ^6.0.0" + "spryker/money": "^2.0.0", + "spryker/price": "^5.0.0", + "spryker/price-product": "^1.0.0 || ^2.0.0", + "spryker/product": "^5.1.0 || ^6.0.0", + "spryker/product-label": "^1.0.0 || ^2.0.0", + "spryker/product-management": "^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0", + "spryker/propel-orm": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/silex": "*", - "spryker/tax": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -11949,41 +16468,46 @@ "license": [ "proprietary" ], - "description": "ProductDiscountConnector module", - "time": "2018-01-26T13:20:18+00:00" + "description": "ProductLabelGui module", + "time": "2018-10-29T13:52:51+00:00" }, { - "name": "spryker/product-group", - "version": "1.2.1", + "name": "spryker/product-label-search", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-group.git", - "reference": "070b0a42254e987f00206ff404bf2baef844ef82" + "url": "https://github.com/spryker/product-label-search.git", + "reference": "48dbcded4ac2b929151e9e505cbc781b5ea132ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-group/zipball/070b0a42254e987f00206ff404bf2baef844ef82", - "reference": "070b0a42254e987f00206ff404bf2baef844ef82", + "url": "https://api.github.com/repos/spryker/product-label-search/zipball/48dbcded4ac2b929151e9e505cbc781b5ea132ce", + "reference": "48dbcded4ac2b929151e9e505cbc781b5ea132ce", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/kernel": "^3.0.0", - "spryker/key-builder": "^1.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/storage": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/twig": "^3.0.0" + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/product-label": "^2.4.0", + "spryker/product-page-search": "^0.1.0 || ^1.0.0 || ^2.2.0", + "spryker/product-page-search-extension": "^1.0.0", + "spryker/util-sanitize": "^2.1.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/event": "*", "spryker/propel": "*", - "spryker/silex": "*", + "spryker/propel-orm": "*", + "spryker/propel-query-builder": "*", + "spryker/search": "*", "spryker/testify": "*" }, "suggest": { - "spryker/silex": "If you want to use the ProductGroupTwigServiceProvider." + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", + "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" }, "type": "library", "extra": { @@ -12000,38 +16524,43 @@ "license": [ "proprietary" ], - "description": "ProductGroup module", - "time": "2018-01-24T11:43:27+00:00" + "description": "ProductLabelSearch module", + "time": "2018-09-24T11:00:41+00:00" }, { - "name": "spryker/product-group-collector", - "version": "1.0.1", + "name": "spryker/product-label-storage", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/product-group-collector.git", - "reference": "a11e5c6c596f2a0008a4872660b2569218068f72" + "url": "https://github.com/spryker/product-label-storage.git", + "reference": "c359854daa45040f78e5e68bc55d2a1209147230" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-group-collector/zipball/a11e5c6c596f2a0008a4872660b2569218068f72", - "reference": "a11e5c6c596f2a0008a4872660b2569218068f72", + "url": "https://api.github.com/repos/spryker/product-label-storage/zipball/c359854daa45040f78e5e68bc55d2a1209147230", + "reference": "c359854daa45040f78e5e68bc55d2a1209147230", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/collector": "^5.1.1 || ^6.0.0", - "spryker/kernel": "^3.0.0", - "spryker/product-group": "^1.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/product": "^5.5.0 || ^6.0.0", + "spryker/product-label": "^2.4.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "^3.0.0", - "spryker/silex": "^2.0.0", - "spryker/testify": "*" + "spryker/catalog": "*", + "spryker/event": "*", + "spryker/search": "*" + }, + "suggest": { + "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0", + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" }, "type": "library", "extra": { @@ -12048,39 +16577,58 @@ "license": [ "proprietary" ], - "description": "ProductGroupCollector module", - "time": "2018-01-24T11:43:27+00:00" + "description": "ProductLabelStorage module", + "time": "2018-08-15T06:37:00+00:00" }, { - "name": "spryker/product-group-storage", - "version": "1.0.0", + "name": "spryker/product-management", + "version": "0.16.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-group-storage.git", - "reference": "7ce3fd5274ddfea6a8e1c53248fd96755f9e7feb" + "url": "https://github.com/spryker/product-management.git", + "reference": "c06ec76c970660957f9e26df5fda2e1a96f173d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-group-storage/zipball/7ce3fd5274ddfea6a8e1c53248fd96755f9e7feb", - "reference": "7ce3fd5274ddfea6a8e1c53248fd96755f9e7feb", + "url": "https://api.github.com/repos/spryker/product-management/zipball/c06ec76c970660957f9e26df5fda2e1a96f173d7", + "reference": "c06ec76c970660957f9e26df5fda2e1a96f173d7", "shasum": "" }, "require": { + "everon/collection": "^1.0.0", "php": ">=7.1", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/product-group": "^1.2.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0" + "spryker/availability": "^6.0.0", + "spryker/category": "^3.0.0 || ^4.0.0", + "spryker/currency": "^2.1.0 || ^3.0.0", + "spryker/gui": "^3.14.0", + "spryker/kernel": "^3.13.0", + "spryker/locale": "^3.0.0", + "spryker/money": "^2.4.0", + "spryker/price": "^5.0.0", + "spryker/price-product": "^2.0.0", + "spryker/product": "^6.7.0", + "spryker/product-attribute": "^1.1.0", + "spryker/product-bundle": "^2.0.0 || ^3.0.0 || ^4.0.0", + "spryker/product-category": "^4.6.0", + "spryker/product-group": "^1.0.0", + "spryker/product-image": "^3.0.0", + "spryker/product-management-extension": "^1.2.0", + "spryker/product-validity": "^1.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/stock": "^5.0.0", + "spryker/symfony": "^3.0.0", + "spryker/tax": "^4.0.0 || ^5.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/event": "*", - "spryker/propel-orm": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" + "spryker/application": "*", + "spryker/config": "*", + "spryker/propel": "*", + "spryker/store": "*", + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { @@ -12097,40 +16645,36 @@ "license": [ "proprietary" ], - "description": "ProductGroupStorage module", - "time": "2018-05-24T09:51:00+00:00" + "description": "ProductManagement module", + "time": "2018-11-08T14:55:24+00:00" }, { - "name": "spryker/product-image", - "version": "3.5.1", + "name": "spryker/product-management-extension", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-image.git", - "reference": "cfac773a7c3cc6a64944eed0483af06185698ab3" + "url": "https://github.com/spryker/product-management-extension.git", + "reference": "c0993b0e9ca1f9dbcf7dd2107df33e229c7672fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-image/zipball/cfac773a7c3cc6a64944eed0483af06185698ab3", - "reference": "cfac773a7c3cc6a64944eed0483af06185698ab3", + "url": "https://api.github.com/repos/spryker/product-management-extension/zipball/c0993b0e9ca1f9dbcf7dd2107df33e229c7672fe", + "reference": "c0993b0e9ca1f9dbcf7dd2107df33e229c7672fe", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/kernel": "^3.0.0", - "spryker/locale": "^3.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/propel-orm": "^1.0.0" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/silex": "*", - "spryker/testify": "*" + "spryker/symfony": "^3.0.0" + }, + "suggest": { + "spryker/symfony": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -12142,37 +16686,40 @@ "license": [ "proprietary" ], - "description": "ProductImage module", - "time": "2018-01-24T11:43:27+00:00" + "description": "ProductManagementExtension module", + "time": "2018-10-18T11:06:54+00:00" }, { - "name": "spryker/product-image-cart-connector", - "version": "1.0.0", + "name": "spryker/product-new", + "version": "1.1.4", "source": { "type": "git", - "url": "https://github.com/spryker/ProductImageCartConnector.git", - "reference": "02a5f7aba00999072d4d2a69d0df9531779e240e" + "url": "https://github.com/spryker/product-new.git", + "reference": "0089688f4abb8a7fdf3bf81ab2470f4eb1700b34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/ProductImageCartConnector/zipball/02a5f7aba00999072d4d2a69d0df9531779e240e", - "reference": "02a5f7aba00999072d4d2a69d0df9531779e240e", + "url": "https://api.github.com/repos/spryker/product-new/zipball/0089688f4abb8a7fdf3bf81ab2470f4eb1700b34", + "reference": "0089688f4abb8a7fdf3bf81ab2470f4eb1700b34", "shasum": "" }, "require": { + "php": ">=7.1", "spryker/kernel": "^3.0.0", - "spryker/product-image": "^3.1.0" + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-label": "^2.1.0", + "spryker/product-label-storage": "^0.1.0 || ^1.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/search": "^7.0.0 || ^8.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", - "spryker/silex": "*", - "spryker/tax": "*", + "spryker/elastica": "*", + "spryker/propel": "^3.0.0", "spryker/testify": "*" }, "suggest": { - "spryker/cart": "If you want to use Cart plugins you need to install spryker/cart." + "spryker/elastica": "If you want to use Elastica plugins." }, "type": "library", "extra": { @@ -12181,155 +16728,166 @@ } }, "autoload": { - "psr-0": { - "Spryker": "src/" + "psr-4": { + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductImageCartConnector module", - "time": "2017-06-29T12:15:48+00:00" + "description": "ProductNew module", + "time": "2018-10-04T15:21:15+00:00" }, { - "name": "spryker/product-image-storage", - "version": "1.0.0", + "name": "spryker/product-option", + "version": "6.5.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-image-storage.git", - "reference": "708c2ab7aeb1c029a69d80deaa4df60d748a9ce2" + "url": "https://github.com/spryker/product-option.git", + "reference": "096b74f03772affb6a6015f0ccd0d45feed92175" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-image-storage/zipball/708c2ab7aeb1c029a69d80deaa4df60d748a9ce2", - "reference": "708c2ab7aeb1c029a69d80deaa4df60d748a9ce2", + "url": "https://api.github.com/repos/spryker/product-option/zipball/096b74f03772affb6a6015f0ccd0d45feed92175", + "reference": "096b74f03772affb6a6015f0ccd0d45feed92175", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/product-image": "^3.5.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0" + "spryker/country": "^3.0.0", + "spryker/currency": "^3.0.0", + "spryker/event": "^2.1.0", + "spryker/glossary": "^3.0.0", + "spryker/gui": "^3.7.0", + "spryker/kernel": "^3.15.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.0.0", + "spryker/money": "^2.4.0", + "spryker/price": "^5.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales": "^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/storage": "^3.0.0", + "spryker/store": "^1.1.0", + "spryker/symfony": "^3.0.0", + "spryker/tax": "^5.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/event": "*", - "spryker/product-storage": "*" + "spryker/application": "*", + "spryker/calculation": "*", + "spryker/checkout": "*", + "spryker/config": "*", + "spryker/propel": "*", + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/product-storage": "If you want to use ProductStorage plugins, minimum required version: 0.1.0" + "spryker/calculation": "If tax rate calculation for options is needed.", + "spryker/checkout": "If checkout plugins are needed." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\ProductOption\\Helper\\": "tests/SprykerTest/Shared/ProductOption/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductImageStorage module", - "time": "2018-05-24T09:51:00+00:00" + "description": "ProductOption module", + "time": "2018-11-08T14:23:30+00:00" }, { - "name": "spryker/product-label", - "version": "2.4.2", + "name": "spryker/product-option-cart-connector", + "version": "5.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-label.git", - "reference": "b97ede003cbdd29aa2f716cc92f587e44718d10f" + "url": "https://github.com/spryker/product-option-cart-connector.git", + "reference": "d0852df4df24366448b2dcb5bf8e160b5968a248" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-label/zipball/b97ede003cbdd29aa2f716cc92f587e44718d10f", - "reference": "b97ede003cbdd29aa2f716cc92f587e44718d10f", + "url": "https://api.github.com/repos/spryker/product-option-cart-connector/zipball/d0852df4df24366448b2dcb5bf8e160b5968a248", + "reference": "d0852df4df24366448b2dcb5bf8e160b5968a248", "shasum": "" }, "require": { "php": ">=7.1", + "spryker/cart-extension": "^2.1.0", "spryker/kernel": "^3.0.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.1.0", - "spryker/log": "^2.0.0 || ^3.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/storage": "^3.0.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.1.0 || ^4.0.0", - "spryker/twig": "^3.0.0" + "spryker/price": "^5.0.0", + "spryker/product-option": "^6.5.0" }, "require-dev": { - "spryker/catalog": "*", - "spryker/code-sniffer": "*", - "spryker/propel": "^3.0.0", - "spryker/search": "*", - "spryker/silex": "*", + "spryker/cart": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "suggest": { - "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0.", - "spryker/search": "(^6.4.0) If you want to use ProductLabelFacetValueTransformerPlugin.", - "spryker/silex": "If you want to use the ProductLabelTwigServiceProvider." + "spryker/cart": "If you want to use Cart plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductLabel\\Helper\\": "tests/SprykerTest/Zed/ProductLabel/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductLabel module", - "time": "2018-02-28T12:40:07+00:00" + "description": "ProductOptionCartConnector module", + "time": "2018-11-08T16:31:37+00:00" }, { - "name": "spryker/product-label-collector", - "version": "1.1.2", + "name": "spryker/product-option-storage", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-label-collector.git", - "reference": "315811d3780c50208abb68673276ed0de36ad6b1" + "url": "https://github.com/spryker/product-option-storage.git", + "reference": "82b81d8d38062e75261a96d1ffe42c6f210a99d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-label-collector/zipball/315811d3780c50208abb68673276ed0de36ad6b1", - "reference": "315811d3780c50208abb68673276ed0de36ad6b1", + "url": "https://api.github.com/repos/spryker/product-option-storage/zipball/82b81d8d38062e75261a96d1ffe42c6f210a99d4", + "reference": "82b81d8d38062e75261a96d1ffe42c6f210a99d4", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/collector": "^5.1.1 || ^6.0.0", - "spryker/kernel": "^3.0.0", - "spryker/product-label": "^1.0.0 || ^2.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/currency": "^3.2.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/price": "^5.1.0", + "spryker/product": "^5.5.0 || ^6.0.0", + "spryker/product-option": "^6.2.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.4.0", + "spryker/store": "^1.7.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "^3.0.0", - "spryker/silex": "^2.0.0", - "spryker/testify": "*" + "spryker/event": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" }, "type": "library", "extra": { @@ -12346,33 +16904,56 @@ "license": [ "proprietary" ], - "description": "ProductLabelCollector module", - "time": "2018-01-24T11:43:27+00:00" + "description": "ProductOptionStorage module", + "time": "2018-07-17T18:22:31+00:00" }, { - "name": "spryker/product-label-discount-connector", - "version": "1.2.1", + "name": "spryker/product-page-search", + "version": "2.3.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-label-discount-connector.git", - "reference": "8ab73e0c207495b305baac6741524e416132d425" + "url": "https://github.com/spryker/product-page-search.git", + "reference": "1e612a635e3b0e127071f953469521242db841c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-label-discount-connector/zipball/8ab73e0c207495b305baac6741524e416132d425", - "reference": "8ab73e0c207495b305baac6741524e416132d425", + "url": "https://api.github.com/repos/spryker/product-page-search/zipball/1e612a635e3b0e127071f953469521242db841c9", + "reference": "1e612a635e3b0e127071f953469521242db841c9", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/discount": "^4.2.0 || ^5.0.0 || ^6.0.0", - "spryker/kernel": "^3.0.0", - "spryker/product-label": "^1.1.0 || ^2.0.0" + "spryker/catalog-price-product-connector": "^1.1.0", + "spryker/category": "^4.3.0", + "spryker/error-handler": "^2.0.0", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/price": "^5.3.0", + "spryker/price-product": "^1.1.0 || ^2.1.0", + "spryker/product": "^5.5.0 || ^6.0.0", + "spryker/product-category": "^4.5.0", + "spryker/product-image": "^3.5.0", + "spryker/product-page-search-extension": "^1.0.0", + "spryker/product-search": "^5.5.0", + "spryker/propel-orm": "^1.5.0", + "spryker/search": "^7.0.0 || ^8.0.0", + "spryker/store": "^1.7.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/url": "^3.3.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-sanitize": "^2.1.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/propel-query-builder": "*", "spryker/testify": "*" }, + "suggest": { + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + }, "type": "library", "extra": { "branch-alias": { @@ -12388,43 +16969,28 @@ "license": [ "proprietary" ], - "description": "ProductLabelDiscountConnector module", - "time": "2018-01-26T13:20:18+00:00" + "description": "ProductPageSearch module", + "time": "2018-11-02T11:40:55+00:00" }, { - "name": "spryker/product-label-gui", - "version": "2.0.7", + "name": "spryker/product-page-search-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-label-gui.git", - "reference": "7e2436296affd0d5f5091c1d040f4ea623016c3e" + "url": "https://github.com/spryker/product-page-search-extension.git", + "reference": "bc2b18178077dc8f84a2d5f3e223cc8605ce155d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-label-gui/zipball/7e2436296affd0d5f5091c1d040f4ea623016c3e", - "reference": "7e2436296affd0d5f5091c1d040f4ea623016c3e", + "url": "https://api.github.com/repos/spryker/product-page-search-extension/zipball/bc2b18178077dc8f84a2d5f3e223cc8605ce155d", + "reference": "bc2b18178077dc8f84a2d5f3e223cc8605ce155d", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/category": "^3.2.0 || ^4.0.0", - "spryker/gui": "^3.4.0", - "spryker/kernel": "^3.0.0", - "spryker/locale": "^3.0.0", - "spryker/money": "^2.0.0", - "spryker/price": "^5.0.0", - "spryker/price-product": "^1.0.0", - "spryker/product": "^5.1.0 || ^6.0.0", - "spryker/product-label": "^1.0.0 || ^2.0.0", - "spryker/product-management": "^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0", - "spryker/propel-orm": "^1.1.0", - "spryker/symfony": "^3.0.0", - "spryker/util-text": "^1.1.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "^3.0.0", - "spryker/silex": "^2.0.0", "spryker/testify": "*" }, "type": "library", @@ -12442,40 +17008,37 @@ "license": [ "proprietary" ], - "description": "ProductLabelGui module", - "time": "2018-02-20T11:05:53+00:00" + "description": "ProductPageSearchExtension module", + "time": "2018-09-21T07:35:52+00:00" }, { - "name": "spryker/product-label-search", - "version": "1.0.0", + "name": "spryker/product-quantity", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-label-search.git", - "reference": "8f36111ab3cb7b1172126de95e149cc56101c5ed" + "url": "https://github.com/spryker/product-quantity.git", + "reference": "ef7c17d90dfe2c3dae0fe6eae183a0127be8a64f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-label-search/zipball/8f36111ab3cb7b1172126de95e149cc56101c5ed", - "reference": "8f36111ab3cb7b1172126de95e149cc56101c5ed", + "url": "https://api.github.com/repos/spryker/product-quantity/zipball/ef7c17d90dfe2c3dae0fe6eae183a0127be8a64f", + "reference": "ef7c17d90dfe2c3dae0fe6eae183a0127be8a64f", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/product-label": "^2.4.0", - "spryker/product-page-search": "^0.1.0 || ^1.0.0", - "spryker/util-sanitize": "^2.1.0" + "spryker/cart-extension": "^1.1.0 || ^2.0.0", + "spryker/kernel": "^3.17.0", + "spryker/product": "^6.0.0" }, "require-dev": { - "spryker/event": "*", - "spryker/propel-orm": "*", - "spryker/search": "*" + "spryker/cart": "*", + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", - "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" + "spryker/cart": "If you want to use cart pre check plugins: ^4.0.0" }, "type": "library", "extra": { @@ -12485,49 +17048,42 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\ProductQuantity\\Helper\\": "tests/SprykerTest/Shared/ProductQuantity/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductLabelSearch module", - "time": "2018-05-29T12:50:21+00:00" + "description": "ProductQuantity module", + "time": "2018-11-01T16:22:20+00:00" }, { - "name": "spryker/product-label-storage", - "version": "1.0.0", + "name": "spryker/product-quantity-data-import", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-label-storage.git", - "reference": "a96106b125f010c7186fb1afb3c6607a8883e8be" + "url": "https://github.com/spryker/product-quantity-data-import.git", + "reference": "b85ba3edd397dd2ca467c5ecf950eb0c7e0fe9d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-label-storage/zipball/a96106b125f010c7186fb1afb3c6607a8883e8be", - "reference": "a96106b125f010c7186fb1afb3c6607a8883e8be", + "url": "https://api.github.com/repos/spryker/product-quantity-data-import/zipball/b85ba3edd397dd2ca467c5ecf950eb0c7e0fe9d9", + "reference": "b85ba3edd397dd2ca467c5ecf950eb0c7e0fe9d9", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/product-label": "^2.4.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0" + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.20.0", + "spryker/product": "^6.0.0", + "spryker/product-quantity": "^0.1.1 || ^1.0.0" }, "require-dev": { - "spryker/catalog": "*", - "spryker/event": "*", - "spryker/search": "*" - }, - "suggest": { - "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0", - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -12537,59 +17093,49 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\ProductQuantityDataImport\\Helper\\": "tests/SprykerTest/Zed/ProductQuantityDataImport/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "ProductLabelStorage module", - "time": "2018-05-24T09:51:00+00:00" + "description": "ProductQuantityDataImport module", + "time": "2018-10-10T14:35:07+00:00" }, { - "name": "spryker/product-management", - "version": "0.13.4", + "name": "spryker/product-quantity-storage", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-management.git", - "reference": "979ae1f9bbc83b8adb077b9e76a18305402c4b8b" + "url": "https://github.com/spryker/product-quantity-storage.git", + "reference": "d7e09180f76426244b2f1c0f959b80176331cd63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-management/zipball/979ae1f9bbc83b8adb077b9e76a18305402c4b8b", - "reference": "979ae1f9bbc83b8adb077b9e76a18305402c4b8b", + "url": "https://api.github.com/repos/spryker/product-quantity-storage/zipball/d7e09180f76426244b2f1c0f959b80176331cd63", + "reference": "d7e09180f76426244b2f1c0f959b80176331cd63", "shasum": "" }, "require": { - "everon/collection": "^1.0.0", "php": ">=7.1", - "spryker/availability": "^6.0.0", - "spryker/category": "^3.0.0 || ^4.0.0", - "spryker/currency": "^2.1.0 || ^3.0.0", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.13.0", - "spryker/locale": "^3.0.0", - "spryker/money": "^2.4.0", - "spryker/price": "^5.0.0", - "spryker/price-product": "^1.0.0", - "spryker/product": "^6.0.0", - "spryker/product-attribute": "^1.0.0", - "spryker/product-bundle": "^2.0.0 || ^3.0.0 || ^4.0.0", - "spryker/product-group": "^1.0.0", - "spryker/product-image": "^3.0.0", - "spryker/product-validity": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/stock": "^5.0.0", - "spryker/symfony": "^3.0.0", - "spryker/tax": "^4.0.0 || ^5.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.1.0" + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/product-quantity": "^1.0.1", + "spryker/storage": "^3.0.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { - "spryker/propel": "*", - "spryker/silex": "*" + "spryker/code-sniffer": "*", + "spryker/event": "*", + "spryker/propel-orm": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/event": "If you want to use Event plugins: ^2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality: ^1.3.0" }, "type": "library", "extra": { @@ -12606,40 +17152,57 @@ "license": [ "proprietary" ], - "description": "ProductManagement module", - "time": "2018-04-26T07:31:10+00:00" + "description": "ProductQuantityStorage module", + "time": "2018-07-18T08:25:49+00:00" }, { - "name": "spryker/product-new", - "version": "1.1.3", + "name": "spryker/product-relation", + "version": "2.1.6", "source": { "type": "git", - "url": "https://github.com/spryker/product-new.git", - "reference": "dbe3a7505ca6078ca47af23e8ac5539db351f485" + "url": "https://github.com/spryker/product-relation.git", + "reference": "ea1286433b297f9e5a807ad82407cfccdb382826" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-new/zipball/dbe3a7505ca6078ca47af23e8ac5539db351f485", - "reference": "dbe3a7505ca6078ca47af23e8ac5539db351f485", + "url": "https://api.github.com/repos/spryker/product-relation/zipball/ea1286433b297f9e5a807ad82407cfccdb382826", + "reference": "ea1286433b297f9e5a807ad82407cfccdb382826", "shasum": "" }, "require": { "php": ">=7.1", + "spryker/application": "^3.0.0", + "spryker/category": "^3.0.0 || ^4.0.0", + "spryker/gui": "^3.0.0", "spryker/kernel": "^3.0.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.0.0", + "spryker/log": "^3.0.0", + "spryker/money": "^2.0.0", + "spryker/price-product": "^1.0.0 || ^2.0.0", "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-label": "^2.1.0", - "spryker/product-label-storage": "^0.1.0 || ^1.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/search": "^7.0.0 || ^8.0.0" + "spryker/product-category": "^4.0.0", + "spryker/product-image": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/propel-query-builder": "^0.1.1 || ^0.2.0 || ^0.3.0", + "spryker/storage": "^3.0.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/url": "^3.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/elastica": "*", - "spryker/propel": "^3.0.0", - "spryker/testify": "*" + "spryker/propel": "*", + "spryker/silex": "*", + "spryker/testify": "*", + "spryker/twig": "*", + "spryker/zed-navigation": "*" }, "suggest": { - "spryker/elastica": "If you want to use Elastica plugins." + "spryker/event": "Required to listen for changes affecting product relations.", + "spryker/silex": "Required by product relation Twig component.", + "spryker/twig": "Required because of the product relation component." }, "type": "library", "extra": { @@ -12656,111 +17219,103 @@ "license": [ "proprietary" ], - "description": "ProductNew module", - "time": "2018-05-29T12:50:21+00:00" + "description": "ProductRelation module", + "time": "2018-11-01T12:56:57+00:00" }, { - "name": "spryker/product-option", - "version": "6.2.0", + "name": "spryker/product-relation-collector", + "version": "2.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/product-option.git", - "reference": "a51a9b92bb157434c47ed40a4f968db47d616f43" + "url": "https://github.com/spryker/product-relation-collector.git", + "reference": "a29672dc24fe0818fc74c74fb2a3e83a34539051" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-option/zipball/a51a9b92bb157434c47ed40a4f968db47d616f43", - "reference": "a51a9b92bb157434c47ed40a4f968db47d616f43", + "url": "https://api.github.com/repos/spryker/product-relation-collector/zipball/a29672dc24fe0818fc74c74fb2a3e83a34539051", + "reference": "a29672dc24fe0818fc74c74fb2a3e83a34539051", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/country": "^3.0.0", - "spryker/currency": "^3.0.0", - "spryker/event": "^2.1.0", - "spryker/glossary": "^3.0.0", - "spryker/gui": "^3.7.0", - "spryker/kernel": "^3.15.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.0.0", - "spryker/money": "^2.4.0", - "spryker/price": "^5.0.0", + "spryker/collector": "^5.1.1 || ^6.0.0", + "spryker/kernel": "^3.0.0", + "spryker/price-product": "^1.0.0 || ^2.0.0", "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales": "^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/storage": "^3.0.0", - "spryker/store": "^1.1.0", + "spryker/product-image": "^3.0.0", + "spryker/product-relation": "^1.0.0 || ^2.0.0", + "spryker/propel-orm": "^1.1.0", "spryker/symfony": "^3.0.0", - "spryker/tax": "^5.0.0", "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.1.0" + "spryker/url": "^3.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { - "spryker/calculation": "*", - "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/silex": "*", + "spryker/propel": "^3.0.0", + "spryker/silex": "^2.0.0", "spryker/testify": "*" }, - "suggest": { - "spryker/calculation": "If tax rate calculation for options is needed.", - "spryker/checkout": "If checkout plugins are needed." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\ProductOption\\Helper\\": "tests/SprykerTest/Shared/ProductOption/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductOption module", - "time": "2018-05-23T09:01:45+00:00" + "description": "ProductRelationCollector module", + "time": "2018-07-04T16:15:53+00:00" }, { - "name": "spryker/product-option-cart-connector", - "version": "5.0.0", + "name": "spryker/product-relation-storage", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/ProductOptionCartConnector.git", - "reference": "78ffe0cf8bada2a8586424a005c26decd0f8e066" + "url": "https://github.com/spryker/product-relation-storage.git", + "reference": "4bd22a709404ff4fb7b66a4e284e657ede308ff3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/ProductOptionCartConnector/zipball/78ffe0cf8bada2a8586424a005c26decd0f8e066", - "reference": "78ffe0cf8bada2a8586424a005c26decd0f8e066", + "url": "https://api.github.com/repos/spryker/product-relation-storage/zipball/4bd22a709404ff4fb7b66a4e284e657ede308ff3", + "reference": "4bd22a709404ff4fb7b66a4e284e657ede308ff3", "shasum": "" }, "require": { - "spryker/kernel": "^3.0.0", - "spryker/price": "^5.0.0", - "spryker/product-option": "^6.0.0" + "php": ">=7.1", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/product": "^5.5.0 || ^6.0.0", + "spryker/product-relation": "^2.1.0", + "spryker/product-storage": "^0.1.0 || ^0.2.0 || ^1.0.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { - "spryker/cart": "*", "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/event": "*", "spryker/propel": "*", "spryker/propel-orm": "*", - "spryker/silex": "*", + "spryker/propel-query-builder": "*", "spryker/testify": "*" }, "suggest": { - "spryker/cart": "If you want to use Cart plugins." + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -12772,41 +17327,49 @@ "license": [ "proprietary" ], - "description": "ProductOptionCartConnector module", - "time": "2017-11-17T08:57:26+00:00" + "description": "ProductRelationStorage module", + "time": "2018-09-17T07:39:21+00:00" }, { - "name": "spryker/product-option-storage", - "version": "1.0.0", + "name": "spryker/product-review", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-option-storage.git", - "reference": "7fde311b5cfb0bb1c6c3f0b7f7224d0a65a94783" + "url": "https://github.com/spryker/product-review.git", + "reference": "2d22334fd4cb27dd62b9fc55793443676347e7d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-option-storage/zipball/7fde311b5cfb0bb1c6c3f0b7f7224d0a65a94783", - "reference": "7fde311b5cfb0bb1c6c3f0b7f7224d0a65a94783", + "url": "https://api.github.com/repos/spryker/product-review/zipball/2d22334fd4cb27dd62b9fc55793443676347e7d5", + "reference": "2d22334fd4cb27dd62b9fc55793443676347e7d5", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/currency": "^3.2.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/price": "^5.1.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/product-option": "^6.2.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^3.4.0", - "spryker/store": "^1.7.0", - "spryker/synchronization": "^0.2.0" + "spryker/kernel": "^3.0.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.1.0", + "spryker/product": "^5.2.0 || ^6.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/search": "^6.3.0 || ^7.0.0 || ^8.0.0", + "spryker/storage": "^3.0.0", + "spryker/touch": "^3.1.0 || ^4.0.0", + "spryker/twig": "^3.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/event": "*" + "spryker/catalog": "*", + "spryker/code-sniffer": "*", + "spryker/customer": "*", + "spryker/elastica": "*", + "spryker/propel": "^3.0.0", + "spryker/silex": "^2.0.0", + "spryker/testify": "*" }, "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0.", + "spryker/elastica": "Allow sending log messages to an Elastic Search server.", + "spryker/silex": "If you want to use ServiceProvider." }, "type": "library", "extra": { @@ -12816,54 +17379,47 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\ProductReview\\Helper\\": "tests/SprykerTest/Shared/ProductReview/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductOptionStorage module", - "time": "2018-05-29T11:08:35+00:00" + "description": "ProductReview module", + "time": "2018-09-07T11:05:09+00:00" }, { - "name": "spryker/product-page-search", - "version": "1.0.0", + "name": "spryker/product-review-collector", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/product-page-search.git", - "reference": "d724bd2cddd7ada57e39cd7535030243daf37d0c" + "url": "https://github.com/spryker/product-review-collector.git", + "reference": "a78c2d9411b17452a227c128c162689af1561949" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-page-search/zipball/d724bd2cddd7ada57e39cd7535030243daf37d0c", - "reference": "d724bd2cddd7ada57e39cd7535030243daf37d0c", + "url": "https://api.github.com/repos/spryker/product-review-collector/zipball/a78c2d9411b17452a227c128c162689af1561949", + "reference": "a78c2d9411b17452a227c128c162689af1561949", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/catalog-price-product-connector": "^1.1.0", - "spryker/category": "^4.3.0", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/price-product": "^1.1.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/product-category": "^4.5.0", - "spryker/product-image": "^3.5.0", - "spryker/product-search": "^5.4.0", - "spryker/propel-orm": "^1.5.0", - "spryker/search": "^7.0.0 || ^8.0.0", - "spryker/store": "^1.7.0", - "spryker/url": "^3.3.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-sanitize": "^2.1.0" + "spryker/collector": "^5.5.0 || ^6.0.0", + "spryker/kernel": "^3.0.0", + "spryker/product-review": "^1.0.0 || ^2.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/symfony": "^3.0.0", + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/util-data-reader": "^1.0.0" }, "require-dev": { - "spryker/event": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/product": "If you want to use Event plugins, minimum required version: 6.1.0" + "spryker/code-sniffer": "*", + "spryker/propel": "^3.0.0", + "spryker/silex": "^2.0.0", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -12880,37 +17436,41 @@ "license": [ "proprietary" ], - "description": "ProductPageSearch module", - "time": "2018-05-24T09:51:00+00:00" + "description": "ProductReviewCollector module", + "time": "2018-03-09T07:57:08+00:00" }, { - "name": "spryker/product-quantity", - "version": "1.0.0", + "name": "spryker/product-review-gui", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/product-quantity.git", - "reference": "3db89ab53b5a4fc2a2eaa64e03ac37015641c193" + "url": "https://github.com/spryker/product-review-gui.git", + "reference": "5a64d52f7e11ac289d1ea21ab14a28706c3d6e42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-quantity/zipball/3db89ab53b5a4fc2a2eaa64e03ac37015641c193", - "reference": "3db89ab53b5a4fc2a2eaa64e03ac37015641c193", + "url": "https://api.github.com/repos/spryker/product-review-gui/zipball/5a64d52f7e11ac289d1ea21ab14a28706c3d6e42", + "reference": "5a64d52f7e11ac289d1ea21ab14a28706c3d6e42", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/cart-extension": "^1.1.0", - "spryker/kernel": "^3.17.0", - "spryker/product": "^6.0.0" + "spryker/customer": "^6.0.0 || ^7.0.0", + "spryker/gui": "^3.9.0", + "spryker/kernel": "^3.0.0", + "spryker/locale": "^3.1.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-review": "^1.0.0 || ^2.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-date-time": "^1.0.0", + "spryker/util-sanitize": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/cart": "*", "spryker/code-sniffer": "*", + "spryker/propel": "^3.0.0", "spryker/testify": "*" }, - "suggest": { - "spryker/cart": "If you want to use cart pre check plugins: ^4.0.0" - }, "type": "library", "extra": { "branch-alias": { @@ -12919,48 +17479,54 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\ProductQuantity\\Helper\\": "tests/SprykerTest/Shared/ProductQuantity/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductQuantity module", - "time": "2018-06-01T09:16:36+00:00" + "description": "ProductReviewGui module", + "time": "2018-03-09T07:57:08+00:00" }, { - "name": "spryker/product-quantity-storage", - "version": "1.0.0", + "name": "spryker/product-review-search", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-quantity-storage.git", - "reference": "5b6c13aed027813066c59abb0aaa1c594a597d52" + "url": "https://github.com/spryker/product-review-search.git", + "reference": "9c0891c68eb5e8a5d2447e34e84f464e97ee140c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-quantity-storage/zipball/5b6c13aed027813066c59abb0aaa1c594a597d52", - "reference": "5b6c13aed027813066c59abb0aaa1c594a597d52", + "url": "https://api.github.com/repos/spryker/product-review-search/zipball/9c0891c68eb5e8a5d2447e34e84f464e97ee140c", + "reference": "9c0891c68eb5e8a5d2447e34e84f464e97ee140c", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/event-behavior": "^1.0.0", + "spryker/event-behavior": "^1.1.0", "spryker/kernel": "^3.21.0", - "spryker/product-quantity": "^1.0.0", - "spryker/storage": "^3.0.0", - "spryker/synchronization": "^0.2.0" + "spryker/product-page-search": "^0.1.0 || ^1.0.0 || ^2.2.0", + "spryker/product-page-search-extension": "^1.0.0", + "spryker/product-review": "^1.1.0 || ^2.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/config": "*", "spryker/event": "*", + "spryker/propel": "*", "spryker/propel-orm": "*", + "spryker/propel-query-builder": "*", + "spryker/search": "*", "spryker/testify": "*" }, "suggest": { - "spryker/event": "If you want to use Event plugins: ^2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality: ^1.3.0" + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", + "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" }, "type": "library", "extra": { @@ -12977,58 +17543,39 @@ "license": [ "proprietary" ], - "description": "ProductQuantityStorage module", - "time": "2018-06-01T13:58:17+00:00" + "description": "ProductReviewSearch module", + "time": "2018-09-24T11:00:41+00:00" }, { - "name": "spryker/product-relation", - "version": "2.1.3", + "name": "spryker/product-review-storage", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-relation.git", - "reference": "1735b3f236117ac325474240353d3afa36a4610d" + "url": "https://github.com/spryker/product-review-storage.git", + "reference": "343d8a2e5f9e562aafabb1d2d81cfadc4687f9b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-relation/zipball/1735b3f236117ac325474240353d3afa36a4610d", - "reference": "1735b3f236117ac325474240353d3afa36a4610d", + "url": "https://api.github.com/repos/spryker/product-review-storage/zipball/343d8a2e5f9e562aafabb1d2d81cfadc4687f9b5", + "reference": "343d8a2e5f9e562aafabb1d2d81cfadc4687f9b5", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/application": "^3.0.0", - "spryker/category": "^3.0.0 || ^4.0.0", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.0.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.0.0", - "spryker/log": "^3.0.0", - "spryker/money": "^2.0.0", - "spryker/price-product": "^1.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-category": "^4.0.0", - "spryker/product-image": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/propel-query-builder": "^0.1.1 || ^0.2.0 || ^0.3.0", - "spryker/storage": "^3.0.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/url": "^3.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.0.0" + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/product-review": "^1.1.0 || ^2.0.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", "spryker/event": "*", - "spryker/propel": "*", - "spryker/silex": "*", - "spryker/testify": "*", - "spryker/twig": "*" + "spryker/propel-orm": "*" }, "suggest": { - "spryker/event": "Required to listen for changes affecting product relations.", - "spryker/silex": "Required by product relation Twig component.", - "spryker/twig": "Required because of the product relation component." + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" }, "type": "library", "extra": { @@ -13045,47 +17592,51 @@ "license": [ "proprietary" ], - "description": "ProductRelation module", - "time": "2018-02-05T06:01:59+00:00" + "description": "ProductReviewStorage module", + "time": "2018-07-17T18:22:31+00:00" }, { - "name": "spryker/product-relation-collector", - "version": "2.0.2", + "name": "spryker/product-search", + "version": "5.6.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-relation-collector.git", - "reference": "75d9b080eb5c53de1d413a4fed2230af3e7234a1" + "url": "https://github.com/spryker/product-search.git", + "reference": "0b01bdde2d845716ef4624e809d1af63907ec6bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-relation-collector/zipball/75d9b080eb5c53de1d413a4fed2230af3e7234a1", - "reference": "75d9b080eb5c53de1d413a4fed2230af3e7234a1", + "url": "https://api.github.com/repos/spryker/product-search/zipball/0b01bdde2d845716ef4624e809d1af63907ec6bc", + "reference": "0b01bdde2d845716ef4624e809d1af63907ec6bc", "shasum": "" }, "require": { "php": ">=7.1", "spryker/collector": "^5.1.1 || ^6.0.0", + "spryker/event": "^2.1.0", + "spryker/glossary": "^3.0.0", + "spryker/gui": "^3.7.0", "spryker/kernel": "^3.0.0", - "spryker/price-product": "^1.0.0", + "spryker/key-builder": "^1.0.0", + "spryker/locale": "^3.0.0", "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-image": "^3.0.0", - "spryker/product-relation": "^1.0.0 || ^2.0.0", - "spryker/propel-orm": "^1.1.0", + "spryker/propel-orm": "^1.0.0", + "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/storage": "^3.0.0", "spryker/symfony": "^3.0.0", "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/url": "^3.0.0", "spryker/util-data-reader": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/propel": "^3.0.0", - "spryker/silex": "^2.0.0", - "spryker/testify": "*" + "spryker/application": "*", + "spryker/config": "*", + "spryker/propel": "*", + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { @@ -13097,40 +17648,43 @@ "license": [ "proprietary" ], - "description": "ProductRelationCollector module", - "time": "2018-01-24T11:43:27+00:00" + "description": "ProductSearch module", + "time": "2018-11-09T17:07:35+00:00" }, { - "name": "spryker/product-relation-storage", - "version": "1.0.0", + "name": "spryker/product-search-config-storage", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-relation-storage.git", - "reference": "a50a4fe1d3d8fe39ba299fc128b2047211edda64" + "url": "https://github.com/spryker/product-search-config-storage.git", + "reference": "72eb2c55bb4c1030612213f2d70da94c2a72349c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-relation-storage/zipball/a50a4fe1d3d8fe39ba299fc128b2047211edda64", - "reference": "a50a4fe1d3d8fe39ba299fc128b2047211edda64", + "url": "https://api.github.com/repos/spryker/product-search-config-storage/zipball/72eb2c55bb4c1030612213f2d70da94c2a72349c", + "reference": "72eb2c55bb4c1030612213f2d70da94c2a72349c", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/event-behavior": "^1.0.0", + "spryker/event-behavior": "^1.1.0", "spryker/kernel": "^3.21.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/product-relation": "^2.1.0", - "spryker/product-storage": "^0.1.0 || ^0.2.0 || ^1.0.0", + "spryker/product-search": "^5.4.0", "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0" + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0" }, "require-dev": { "spryker/event": "*", - "spryker/propel-orm": "*" + "spryker/product": "*", + "spryker/propel-orm": "*", + "spryker/search": "*" }, "suggest": { "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" + "spryker/product": "If you want to use Product plugins, minimum required version: 5.5.0 || 6.0.0", + "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", + "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" }, "type": "library", "extra": { @@ -13147,48 +17701,44 @@ "license": [ "proprietary" ], - "description": "ProductRelationStorage module", - "time": "2018-05-29T12:50:21+00:00" + "description": "ProductSearchConfigStorage module", + "time": "2018-07-17T18:22:31+00:00" }, { - "name": "spryker/product-review", - "version": "2.0.0", + "name": "spryker/product-set", + "version": "1.3.4", "source": { "type": "git", - "url": "https://github.com/spryker/product-review.git", - "reference": "797b0da90f7b2132bd3003baca11e72ee86eeb27" + "url": "https://github.com/spryker/product-set.git", + "reference": "10220c08f319d323a989d506429bf758261d0664" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-review/zipball/797b0da90f7b2132bd3003baca11e72ee86eeb27", - "reference": "797b0da90f7b2132bd3003baca11e72ee86eeb27", + "url": "https://api.github.com/repos/spryker/product-set/zipball/10220c08f319d323a989d506429bf758261d0664", + "reference": "10220c08f319d323a989d506429bf758261d0664", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/kernel": "^3.0.0", + "spryker/kernel": "^3.4.0", "spryker/key-builder": "^1.0.0", "spryker/locale": "^3.1.0", - "spryker/product": "^5.2.0 || ^6.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/product-image": "^3.3.0", "spryker/propel-orm": "^1.1.0", - "spryker/search": "^6.3.0 || ^7.0.0 || ^8.0.0", + "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", "spryker/storage": "^3.0.0", - "spryker/touch": "^3.1.0 || ^4.0.0", - "spryker/twig": "^3.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/url": "^3.2.1" }, "require-dev": { - "spryker/catalog": "*", "spryker/code-sniffer": "*", "spryker/elastica": "*", "spryker/propel": "^3.0.0", - "spryker/silex": "^2.0.0", "spryker/testify": "*" }, "suggest": { - "spryker/catalog": "If you want to use Catalog plugins, minimum required version: 5.2.0.", - "spryker/elastica": "Allow sending log messages to an Elastic Search server.", - "spryker/silex": "If you want to use ServiceProvider." + "spryker/elastica": "If you want to use ProductSetCollectorClient with the provided search functionalities." }, "type": "library", "extra": { @@ -13199,39 +17749,40 @@ "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\ProductReview\\Helper\\": "tests/SprykerTest/Shared/ProductReview/_support/Helper/" + "SprykerTest\\Zed\\ProductSet\\Helper\\": "tests/SprykerTest/Zed/ProductSet/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductReview module", - "time": "2018-03-09T09:43:27+00:00" + "description": "ProductSet module", + "time": "2018-08-03T10:02:01+00:00" }, { - "name": "spryker/product-review-collector", + "name": "spryker/product-set-collector", "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/spryker/product-review-collector.git", - "reference": "a78c2d9411b17452a227c128c162689af1561949" + "url": "https://github.com/spryker/product-set-collector.git", + "reference": "b1646c625a9452233ad22445cc4295c9e5076327" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-review-collector/zipball/a78c2d9411b17452a227c128c162689af1561949", - "reference": "a78c2d9411b17452a227c128c162689af1561949", + "url": "https://api.github.com/repos/spryker/product-set-collector/zipball/b1646c625a9452233ad22445cc4295c9e5076327", + "reference": "b1646c625a9452233ad22445cc4295c9e5076327", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/collector": "^5.5.0 || ^6.0.0", + "spryker/collector": "^5.1.1 || ^6.0.0", "spryker/kernel": "^3.0.0", - "spryker/product-review": "^1.0.0 || ^2.0.0", + "spryker/product-set": "^1.0.0", "spryker/propel-orm": "^1.1.0", "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", "spryker/symfony": "^3.0.0", "spryker/touch": "^3.0.0 || ^4.0.0", + "spryker/url": "^3.0.0", "spryker/util-data-reader": "^1.0.0" }, "require-dev": { @@ -13255,35 +17806,38 @@ "license": [ "proprietary" ], - "description": "ProductReviewCollector module", + "description": "ProductSetCollector module", "time": "2018-03-09T07:57:08+00:00" }, { - "name": "spryker/product-review-gui", - "version": "1.0.3", + "name": "spryker/product-set-gui", + "version": "2.0.4", "source": { "type": "git", - "url": "https://github.com/spryker/product-review-gui.git", - "reference": "5a64d52f7e11ac289d1ea21ab14a28706c3d6e42" + "url": "https://github.com/spryker/product-set-gui.git", + "reference": "966d4a584f728434a10f644a87bf7b41da5c42af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-review-gui/zipball/5a64d52f7e11ac289d1ea21ab14a28706c3d6e42", - "reference": "5a64d52f7e11ac289d1ea21ab14a28706c3d6e42", + "url": "https://api.github.com/repos/spryker/product-set-gui/zipball/966d4a584f728434a10f644a87bf7b41da5c42af", + "reference": "966d4a584f728434a10f644a87bf7b41da5c42af", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/customer": "^6.0.0 || ^7.0.0", - "spryker/gui": "^3.9.0", - "spryker/kernel": "^3.0.0", - "spryker/locale": "^3.1.0", + "spryker/gui": "^3.5.0", + "spryker/kernel": "^3.4.0", + "spryker/locale": "^3.0.0", + "spryker/money": "^2.0.0", + "spryker/price-product": "^1.0.0 || ^2.0.0", "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-review": "^1.0.0 || ^2.0.0", + "spryker/product-image": "^3.3.0", + "spryker/product-set": "^1.0.0", + "spryker/propel-orm": "^1.0.0", "spryker/symfony": "^3.0.0", - "spryker/util-date-time": "^1.0.0", - "spryker/util-sanitize": "^2.0.0", - "spryker/util-text": "^1.1.0" + "spryker/url": "^3.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.2.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -13305,40 +17859,100 @@ "license": [ "proprietary" ], - "description": "ProductReviewGui module", - "time": "2018-03-09T07:57:08+00:00" + "description": "ProductSetGui module", + "time": "2018-07-04T16:15:53+00:00" }, { - "name": "spryker/product-review-search", - "version": "1.0.0", + "name": "spryker/product-set-page-search", + "version": "1.0.2", "source": { "type": "git", - "url": "https://github.com/spryker/product-review-search.git", - "reference": "973aa6a42023b00d7389d7c9c8cb63322cb7706e" + "url": "https://github.com/spryker/product-set-page-search.git", + "reference": "fd78008c06ecd7a69ea55d2413dfce2e75e2d64e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-review-search/zipball/973aa6a42023b00d7389d7c9c8cb63322cb7706e", - "reference": "973aa6a42023b00d7389d7c9c8cb63322cb7706e", + "url": "https://api.github.com/repos/spryker/product-set-page-search/zipball/fd78008c06ecd7a69ea55d2413dfce2e75e2d64e", + "reference": "fd78008c06ecd7a69ea55d2413dfce2e75e2d64e", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/event-behavior": "^1.0.0", + "spryker/event-behavior": "^1.1.0", "spryker/kernel": "^3.21.0", - "spryker/product-page-search": "^0.1.0 || ^1.0.0", - "spryker/product-review": "^1.1.0 || ^2.0.0", + "spryker/product-image": "^3.5.0", + "spryker/product-set": "^1.3.3", + "spryker/product-set-storage": "^0.1.0 || ^0.2.0 || ^1.0.0", + "spryker/propel-orm": "^1.5.0", + "spryker/search": "^7.0.0 || ^8.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/url": "^3.3.0", "spryker/util-encoding": "^2.0.0" }, "require-dev": { + "spryker/elastica": "*", + "spryker/event": "*" + }, + "suggest": { + "spryker/elastica": "If you want to use Elasticsearch queries, minimum required version: 3.0.0", + "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductSetPageSearch module", + "time": "2018-07-17T18:22:31+00:00" + }, + { + "name": "spryker/product-set-storage", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/spryker/product-set-storage.git", + "reference": "29a5151905e29be79abe6fdb0bdc8c2f26e47b30" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/product-set-storage/zipball/29a5151905e29be79abe6fdb0bdc8c2f26e47b30", + "reference": "29a5151905e29be79abe6fdb0bdc8c2f26e47b30", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/event-behavior": "^1.1.0", + "spryker/kernel": "^3.21.0", + "spryker/product-image": "^3.5.0", + "spryker/product-set": "^1.3.0", + "spryker/propel-orm": "^1.5.0", + "spryker/storage": "^3.4.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/url": "^3.3.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/config": "*", "spryker/event": "*", - "spryker/propel-orm": "*", - "spryker/search": "*" + "spryker/propel": "*", + "spryker/propel-query-builder": "*", + "spryker/testify": "*", + "spryker/url-storage": "*" }, "suggest": { "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", - "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" + "spryker/url-storage": "If you want to use UrlStorage plugins, minimum required version: 0.2.0" }, "type": "library", "extra": { @@ -13355,38 +17969,48 @@ "license": [ "proprietary" ], - "description": "ProductReviewSearch module", - "time": "2018-05-29T12:50:21+00:00" + "description": "ProductSetStorage module", + "time": "2018-10-25T08:02:50+00:00" }, { - "name": "spryker/product-review-storage", - "version": "1.0.0", + "name": "spryker/product-storage", + "version": "1.4.3", "source": { "type": "git", - "url": "https://github.com/spryker/product-review-storage.git", - "reference": "f0aaacdd96299a889a23ff16ecdcafd90af0032c" + "url": "https://github.com/spryker/product-storage.git", + "reference": "f64b0c9993f4f5b2123bb2f2f63a844779f24b68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-review-storage/zipball/f0aaacdd96299a889a23ff16ecdcafd90af0032c", - "reference": "f0aaacdd96299a889a23ff16ecdcafd90af0032c", + "url": "https://api.github.com/repos/spryker/product-storage/zipball/f64b0c9993f4f5b2123bb2f2f63a844779f24b68", + "reference": "f64b0c9993f4f5b2123bb2f2f63a844779f24b68", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/event-behavior": "^1.0.0", + "spryker/event-behavior": "^1.1.0", "spryker/kernel": "^3.21.0", - "spryker/product-review": "^1.1.0 || ^2.0.0", + "spryker/locale": "^3.1.0", + "spryker/product": "^5.5.0 || ^6.0.0", + "spryker/product-storage-extension": "^1.0.0", + "spryker/propel-orm": "^1.5.0", "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0" + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0", + "spryker/url": "^3.3.0" }, "require-dev": { + "spryker/code-sniffer": "*", + "spryker/config": "*", "spryker/event": "*", - "spryker/propel-orm": "*" + "spryker/propel": "*", + "spryker/propel-query-builder": "*", + "spryker/testify": "*", + "spryker/url-storage": "*" }, "suggest": { "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0" + "spryker/url-storage": "If you want to use UrlStorage plugins, minimum required version: 0.2.0" }, "type": "library", "extra": { @@ -13403,50 +18027,77 @@ "license": [ "proprietary" ], - "description": "ProductReviewStorage module", - "time": "2018-05-24T09:51:00+00:00" + "description": "ProductStorage module", + "time": "2018-11-08T19:36:12+00:00" }, { - "name": "spryker/product-search", - "version": "5.4.5", + "name": "spryker/product-storage-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-search.git", - "reference": "2fa018289b8c9485651388cd70e76656f2ce3ea2" + "url": "https://github.com/spryker/product-storage-extension.git", + "reference": "ac2aa2020dc2bff8d3af25659cf9b28538438865" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/product-storage-extension/zipball/ac2aa2020dc2bff8d3af25659cf9b28538438865", + "reference": "ac2aa2020dc2bff8d3af25659cf9b28538438865", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "ProductStorageExtension module", + "time": "2018-08-06T14:30:50+00:00" + }, + { + "name": "spryker/product-validity", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/spryker/product-validity.git", + "reference": "8c3f070dcebfa0cd0bf9c97ab110e4eda521d758" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-search/zipball/2fa018289b8c9485651388cd70e76656f2ce3ea2", - "reference": "2fa018289b8c9485651388cd70e76656f2ce3ea2", + "url": "https://api.github.com/repos/spryker/product-validity/zipball/8c3f070dcebfa0cd0bf9c97ab110e4eda521d758", + "reference": "8c3f070dcebfa0cd0bf9c97ab110e4eda521d758", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/collector": "^5.1.1 || ^6.0.0", - "spryker/event": "^2.1.0", - "spryker/glossary": "^3.0.0", - "spryker/gui": "^3.7.0", - "spryker/kernel": "^3.0.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/kernel": "^3.13.0", + "spryker/product": "^6.0.0", "spryker/propel-orm": "^1.0.0", - "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/storage": "^3.0.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/util-data-reader": "^1.0.0" + "spryker/symfony": "^3.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/silex": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -13458,42 +18109,35 @@ "license": [ "proprietary" ], - "description": "ProductSearch module", - "time": "2018-03-09T07:57:08+00:00" + "description": "ProductValidity module", + "time": "2018-10-18T15:50:28+00:00" }, { - "name": "spryker/product-search-config-storage", - "version": "1.0.0", + "name": "spryker/products-rest-api", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-search-config-storage.git", - "reference": "e0ac8d0781cd579291bd32a8db3b6f83c6141341" + "url": "https://github.com/spryker/products-rest-api.git", + "reference": "8956c54a155a3ad2617dd6f4ec2cb668f404e60f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-search-config-storage/zipball/e0ac8d0781cd579291bd32a8db3b6f83c6141341", - "reference": "e0ac8d0781cd579291bd32a8db3b6f83c6141341", + "url": "https://api.github.com/repos/spryker/products-rest-api/zipball/8956c54a155a3ad2617dd6f4ec2cb668f404e60f", + "reference": "8956c54a155a3ad2617dd6f4ec2cb668f404e60f", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/product-search": "^5.4.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0" + "spryker/glossary-storage": "^1.0.0", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.22.0", + "spryker/product-storage": "^1.2.0", + "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/event": "*", - "spryker/product": "*", - "spryker/propel-orm": "*", - "spryker/search": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/product": "If you want to use Product plugins, minimum required version: 5.5.0 || 6.0.0", - "spryker/propel-orm": "If you want to use transaction functionality, minimum required version: 1.3.0", - "spryker/search": "If you want to use Search plugins, minimum required version: 7.0.0" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -13510,93 +18154,85 @@ "license": [ "proprietary" ], - "description": "ProductSearchConfigStorage module", - "time": "2018-05-24T09:51:00+00:00" + "description": "ProductsRestApi module", + "time": "2018-11-05T15:34:00+00:00" }, { - "name": "spryker/product-set", - "version": "1.3.2", + "name": "spryker/propel", + "version": "3.6.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-set.git", - "reference": "776687fbc849817f135a201671f10d52da074c18" + "url": "https://github.com/spryker/propel.git", + "reference": "29b4f609132c9bab4389de768bc054a2c80a5a95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-set/zipball/776687fbc849817f135a201671f10d52da074c18", - "reference": "776687fbc849817f135a201671f10d52da074c18", + "url": "https://api.github.com/repos/spryker/propel/zipball/29b4f609132c9bab4389de768bc054a2c80a5a95", + "reference": "29b4f609132c9bab4389de768bc054a2c80a5a95", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/kernel": "^3.4.0", - "spryker/key-builder": "^1.0.0", - "spryker/locale": "^3.1.0", - "spryker/product-image": "^3.3.0", - "spryker/propel-orm": "^1.1.0", - "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/storage": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/url": "^3.2.1" + "spryker/config": "^3.0.0", + "spryker/kernel": "^3.0.0", + "spryker/log": "^3.0.0", + "spryker/monolog": "^2.0.0", + "spryker/propel-orm": "^1.4.0", + "spryker/symfony": "^3.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/util-text": "^1.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/elastica": "*", - "spryker/propel": "^3.0.0", + "spryker/silex": "*", "spryker/testify": "*" }, "suggest": { - "spryker/elastica": "If you want to use ProductSetCollectorClient with the provided search functionalities." + "spryker/silex": "If you want to use ServiceProvider." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\ProductSet\\Helper\\": "tests/SprykerTest/Zed/ProductSet/_support/Helper/" + "SprykerTest\\Shared\\Propel\\Helper\\": "tests/SprykerTest/Shared/Propel/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductSet module", - "time": "2018-03-09T07:57:08+00:00" + "description": "Propel module", + "time": "2018-10-05T10:18:49+00:00" }, { - "name": "spryker/product-set-collector", - "version": "1.0.3", + "name": "spryker/propel-orm", + "version": "1.7.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-set-collector.git", - "reference": "b1646c625a9452233ad22445cc4295c9e5076327" + "url": "https://github.com/spryker/propel-orm.git", + "reference": "36a68e3542d1b3e3f6bdd8c064b6853c9e9f3276" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-set-collector/zipball/b1646c625a9452233ad22445cc4295c9e5076327", - "reference": "b1646c625a9452233ad22445cc4295c9e5076327", + "url": "https://api.github.com/repos/spryker/propel-orm/zipball/36a68e3542d1b3e3f6bdd8c064b6853c9e9f3276", + "reference": "36a68e3542d1b3e3f6bdd8c064b6853c9e9f3276", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/collector": "^5.1.1 || ^6.0.0", - "spryker/kernel": "^3.0.0", - "spryker/product-set": "^1.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/search": "^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/symfony": "^3.0.0", - "spryker/touch": "^3.0.0 || ^4.0.0", - "spryker/url": "^3.0.0", - "spryker/util-data-reader": "^1.0.0" + "propel/propel": "2.0.0-alpha8", + "spryker/config": "^3.0.0", + "spryker/error-handler": "^2.0.0", + "spryker/kernel": "^3.17.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "^3.0.0", - "spryker/silex": "^2.0.0", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -13614,42 +18250,34 @@ "license": [ "proprietary" ], - "description": "ProductSetCollector module", - "time": "2018-03-09T07:57:08+00:00" + "description": "PropelOrm module", + "time": "2018-09-06T16:33:18+00:00" }, { - "name": "spryker/product-set-gui", - "version": "2.0.3", + "name": "spryker/propel-query-builder", + "version": "0.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-set-gui.git", - "reference": "d45cfc9e453229536d52b6c148163033807ce19c" + "url": "https://github.com/spryker/propel-query-builder.git", + "reference": "0ae24e2a7347f671907083599103bc79928d3cda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-set-gui/zipball/d45cfc9e453229536d52b6c148163033807ce19c", - "reference": "d45cfc9e453229536d52b6c148163033807ce19c", + "url": "https://api.github.com/repos/spryker/propel-query-builder/zipball/0ae24e2a7347f671907083599103bc79928d3cda", + "reference": "0ae24e2a7347f671907083599103bc79928d3cda", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/gui": "^3.5.0", - "spryker/kernel": "^3.4.0", - "spryker/locale": "^3.0.0", - "spryker/money": "^2.0.0", - "spryker/price-product": "^1.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/product-image": "^3.3.0", - "spryker/product-set": "^1.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/url": "^3.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.2.0" + "spryker/kernel": "^3.0.0", + "spryker/propel-orm": "^1.2.0", + "spryker/util-encoding": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/product": "^5.0.0 || ^6.0.0", "spryker/propel": "^3.0.0", + "spryker/silex": "*", "spryker/testify": "*" }, "type": "library", @@ -13667,42 +18295,35 @@ "license": [ "proprietary" ], - "description": "ProductSetGui module", - "time": "2018-02-05T06:01:59+00:00" + "description": "PropelQueryBuilder module", + "time": "2018-01-24T11:43:27+00:00" }, { - "name": "spryker/product-set-page-search", - "version": "1.0.0", + "name": "spryker/queue", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-set-page-search.git", - "reference": "77b891411e8b1fadc8ca9c270f09ace8771763f7" + "url": "https://github.com/spryker/queue.git", + "reference": "4310fa29599f89f1ff15c568a56ef4c6dc4c0595" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-set-page-search/zipball/77b891411e8b1fadc8ca9c270f09ace8771763f7", - "reference": "77b891411e8b1fadc8ca9c270f09ace8771763f7", + "url": "https://api.github.com/repos/spryker/queue/zipball/4310fa29599f89f1ff15c568a56ef4c6dc4c0595", + "reference": "4310fa29599f89f1ff15c568a56ef4c6dc4c0595", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/product-image": "^3.5.0", - "spryker/product-set": "^1.3.0", - "spryker/product-set-storage": "^0.1.0 || ^0.2.0 || ^1.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/search": "^7.0.0 || ^8.0.0", - "spryker/url": "^3.3.0", - "spryker/util-encoding": "^2.0.0" + "spryker/gui": "^3.0.0", + "spryker/kernel": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/transfer": "^3.0.0" }, "require-dev": { - "spryker/elastica": "*", - "spryker/event": "*" - }, - "suggest": { - "spryker/elastica": "If you want to use Elasticsearch queries, minimum required version: 3.0.0", - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -13719,41 +18340,40 @@ "license": [ "proprietary" ], - "description": "ProductSetPageSearch module", - "time": "2018-05-29T12:50:21+00:00" + "description": "Queue module", + "time": "2018-10-02T06:35:14+00:00" }, { - "name": "spryker/product-set-storage", - "version": "1.0.0", + "name": "spryker/quote", + "version": "2.3.1", "source": { "type": "git", - "url": "https://github.com/spryker/product-set-storage.git", - "reference": "8e1f268ec4afc6165eefd3f8853eaccfe79a8439" + "url": "https://github.com/spryker/quote.git", + "reference": "9d276ad805457ab0826dce5b1458d2197c90197f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-set-storage/zipball/8e1f268ec4afc6165eefd3f8853eaccfe79a8439", - "reference": "8e1f268ec4afc6165eefd3f8853eaccfe79a8439", + "url": "https://api.github.com/repos/spryker/quote/zipball/9d276ad805457ab0826dce5b1458d2197c90197f", + "reference": "9d276ad805457ab0826dce5b1458d2197c90197f", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/product-image": "^3.5.0", - "spryker/product-set": "^1.3.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0", - "spryker/url": "^3.3.0" + "spryker/currency": "^3.4.0", + "spryker/customer": "^6.0.0 || ^7.0.0", + "spryker/kernel": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/quote-extension": "^1.0.0", + "spryker/session": "^3.0.0 || ^4.0.0", + "spryker/store": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-encoding": "^2.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/event": "*", - "spryker/url-storage": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/url-storage": "If you want to use UrlStorage plugins, minimum required version: 0.2.0" + "spryker/code-sniffer": "*", + "spryker/propel": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -13763,49 +18383,37 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Quote\\Helper\\": "tests/SprykerTest/Shared/Quote/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "ProductSetStorage module", - "time": "2018-05-24T09:51:00+00:00" + "description": "Quote module", + "time": "2018-10-29T12:36:26+00:00" }, { - "name": "spryker/product-storage", - "version": "1.0.0", + "name": "spryker/quote-extension", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-storage.git", - "reference": "471b82a529b782877e8e243b8c42ae59dcd599c1" + "url": "https://github.com/spryker/quote-extension.git", + "reference": "db719450933bfeb5ed4debe47f4c76baba9c7cb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-storage/zipball/471b82a529b782877e8e243b8c42ae59dcd599c1", - "reference": "471b82a529b782877e8e243b8c42ae59dcd599c1", + "url": "https://api.github.com/repos/spryker/quote-extension/zipball/db719450933bfeb5ed4debe47f4c76baba9c7cb0", + "reference": "db719450933bfeb5ed4debe47f4c76baba9c7cb0", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/event-behavior": "^1.0.0", - "spryker/kernel": "^3.21.0", - "spryker/locale": "^3.1.0", - "spryker/product": "^5.5.0 || ^6.0.0", - "spryker/propel-orm": "^1.5.0", - "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0", - "spryker/url": "^3.3.0" + "php": ">=7.1" }, "require-dev": { - "spryker/event": "*", - "spryker/url-storage": "*" - }, - "suggest": { - "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0", - "spryker/product": "If you want to use Event plugins, minimum required version: 6.1.0", - "spryker/url-storage": "If you want to use UrlStorage plugins, minimum required version: 0.2.0" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -13822,33 +18430,33 @@ "license": [ "proprietary" ], - "description": "ProductStorage module", - "time": "2018-05-24T09:51:00+00:00" + "description": "QuoteExtension module", + "time": "2018-09-13T17:04:05+00:00" }, { - "name": "spryker/product-validity", - "version": "1.0.0", + "name": "spryker/rabbit-mq", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/product-validity.git", - "reference": "b5b4b81d8170fe4461c91d8d753e799abbf378ff" + "url": "https://github.com/spryker/rabbit-mq.git", + "reference": "5da48f3e7f34b3a2c777c9a6ac3f5d7a4e5f4f49" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/product-validity/zipball/b5b4b81d8170fe4461c91d8d753e799abbf378ff", - "reference": "b5b4b81d8170fe4461c91d8d753e799abbf378ff", + "url": "https://api.github.com/repos/spryker/rabbit-mq/zipball/5da48f3e7f34b3a2c777c9a6ac3f5d7a4e5f4f49", + "reference": "5da48f3e7f34b3a2c777c9a6ac3f5d7a4e5f4f49", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/kernel": "^3.13.0", - "spryker/product": "^6.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/symfony": "^3.0.0" + "php-amqplib/php-amqplib": "^2.6", + "spryker/kernel": "^3.20.0", + "spryker/queue": "^1.1.2", + "spryker/store": "^1.9.0", + "spryker/transfer": "^3.6.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/code-sniffer": "*" }, "type": "library", "extra": { @@ -13862,134 +18470,126 @@ } }, "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "src/" + ], "license": [ - "proprietary" + "MIT" ], - "description": "ProductValidity module", - "time": "2018-02-01T18:50:14+00:00" + "authors": [ + { + "name": "Spryker", + "homepage": "https://spryker.com" + } + ], + "description": "Spryker RabbitMq adapter", + "homepage": "http://spryker.com", + "keywords": [ + "framework", + "queue", + "rabbit-mq", + "standards" + ], + "time": "2018-10-02T06:33:11+00:00" }, { - "name": "spryker/propel", - "version": "3.5.1", + "name": "spryker/ramsey-uuid", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/propel.git", - "reference": "8e883b04c97b5733af47dea83ad8fd258ee3c48d" + "url": "https://github.com/spryker/ramsey-uuid.git", + "reference": "622d58c423fcae4facf128eb09401a9dc0142578" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/propel/zipball/8e883b04c97b5733af47dea83ad8fd258ee3c48d", - "reference": "8e883b04c97b5733af47dea83ad8fd258ee3c48d", + "url": "https://api.github.com/repos/spryker/ramsey-uuid/zipball/622d58c423fcae4facf128eb09401a9dc0142578", + "reference": "622d58c423fcae4facf128eb09401a9dc0142578", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/config": "^3.0.0", - "spryker/kernel": "^3.0.0", - "spryker/log": "^3.0.0", - "spryker/monolog": "^2.0.0", - "spryker/propel-orm": "^1.4.0", - "spryker/symfony": "^3.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/util-text": "^1.1.0" + "ramsey/uuid": "^3.8.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/silex": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/silex": "If you want to use ServiceProvider." - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Propel\\Helper\\": "tests/SprykerTest/Shared/Propel/_support/Helper/" + "dev-master": "1.0.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Propel module", - "time": "2018-01-26T12:18:40+00:00" + "description": "RamseyUuid module", + "time": "2018-07-25T11:16:07+00:00" }, { - "name": "spryker/propel-orm", - "version": "1.6.2", + "name": "spryker/redis", + "version": "2.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/propel-orm.git", - "reference": "e257b90247b3ce5051adeb156909b3d6afd99df6" + "url": "https://github.com/spryker/Redis.git", + "reference": "5a453b3d1542f0fd8534b43e437636a54d7bc7ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/propel-orm/zipball/e257b90247b3ce5051adeb156909b3d6afd99df6", - "reference": "e257b90247b3ce5051adeb156909b3d6afd99df6", + "url": "https://api.github.com/repos/spryker/Redis/zipball/5a453b3d1542f0fd8534b43e437636a54d7bc7ad", + "reference": "5a453b3d1542f0fd8534b43e437636a54d7bc7ad", "shasum": "" }, "require": { - "php": ">=7.1", - "propel/propel": "2.0.0-alpha8", - "spryker/config": "^3.0.0", - "spryker/error-handler": "^2.0.0", - "spryker/kernel": "^3.17.0" + "predis/predis": "^1.1.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/" + "dev-master": "2.0.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "PropelOrm module", - "time": "2018-04-26T08:28:30+00:00" + "description": "Redis bundle", + "time": "2017-04-26T15:15:36+00:00" }, { - "name": "spryker/propel-query-builder", - "version": "0.3.1", + "name": "spryker/refund", + "version": "5.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/propel-query-builder.git", - "reference": "0ae24e2a7347f671907083599103bc79928d3cda" + "url": "https://github.com/spryker/Refund.git", + "reference": "dc154292c6d90dfa0eecbf2737f1c587b653d76d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/propel-query-builder/zipball/0ae24e2a7347f671907083599103bc79928d3cda", - "reference": "0ae24e2a7347f671907083599103bc79928d3cda", + "url": "https://api.github.com/repos/spryker/Refund/zipball/dc154292c6d90dfa0eecbf2737f1c587b653d76d", + "reference": "dc154292c6d90dfa0eecbf2737f1c587b653d76d", "shasum": "" }, "require": { - "php": ">=7.1", + "spryker/calculation": "^4.0.0", + "spryker/gui": "^3.0.0", "spryker/kernel": "^3.0.0", - "spryker/propel-orm": "^1.2.0", - "spryker/util-encoding": "^2.0.0" + "spryker/money": "^2.0.0", + "spryker/sales": "^6.0.0 || ^7.0.0 || ^8.0.0", + "spryker/symfony": "^3.0.0", + "spryker/util-date-time": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/product": "^5.0.0 || ^6.0.0", "spryker/propel": "^3.0.0", - "spryker/silex": "*", + "spryker/propel-orm": "^1.0.0", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -14001,30 +18601,36 @@ "license": [ "proprietary" ], - "description": "PropelQueryBuilder module", - "time": "2018-01-24T11:43:27+00:00" + "description": "Refund module", + "time": "2017-11-27T14:09:42+00:00" }, { - "name": "spryker/queue", - "version": "1.1.1", + "name": "spryker/rest-api-documentation-generator", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/queue.git", - "reference": "dd592657398ad5f3d2cdd3ecb4314c8634781dd2" + "url": "https://github.com/spryker/rest-api-documentation-generator.git", + "reference": "95c09b0c9aa9524d4bba8016f067d08044108dee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/queue/zipball/dd592657398ad5f3d2cdd3ecb4314c8634781dd2", - "reference": "dd592657398ad5f3d2cdd3ecb4314c8634781dd2", + "url": "https://api.github.com/repos/spryker/rest-api-documentation-generator/zipball/95c09b0c9aa9524d4bba8016f067d08044108dee", + "reference": "95c09b0c9aa9524d4bba8016f067d08044108dee", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.0.0", - "spryker/propel-orm": "^1.0.0", + "php": "^7.1", + "spryker/doctrine-inflector": "^1.0.0", + "spryker/glue-application": "^1.3.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.22.0", + "spryker/rest-api-documentation-generator-extension": "^0.1.0", "spryker/symfony": "^3.0.0", - "spryker/transfer": "^3.0.0" + "spryker/transfer": "^3.7.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -14041,34 +18647,26 @@ "license": [ "proprietary" ], - "description": "Queue module", - "time": "2018-05-16T16:01:08+00:00" + "description": "RestApiDocumentationGenerator module", + "time": "2018-09-28T14:29:16+00:00" }, { - "name": "spryker/quote", - "version": "2.1.0", + "name": "spryker/rest-api-documentation-generator-extension", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/quote.git", - "reference": "b53ba5517e1a9373d4c79a89d337f05d898168a3" + "url": "https://github.com/spryker/rest-api-documentation-generator-extension.git", + "reference": "512b2e16c27517cd505651a9d8c4190ffd7010f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/quote/zipball/b53ba5517e1a9373d4c79a89d337f05d898168a3", - "reference": "b53ba5517e1a9373d4c79a89d337f05d898168a3", + "url": "https://api.github.com/repos/spryker/rest-api-documentation-generator-extension/zipball/512b2e16c27517cd505651a9d8c4190ffd7010f4", + "reference": "512b2e16c27517cd505651a9d8c4190ffd7010f4", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/currency": "^3.4.0", - "spryker/customer": "^6.0.0 || ^7.0.0", - "spryker/kernel": "^3.0.0", - "spryker/quote-extension": "^1.0.0", - "spryker/session": "^3.0.0", - "spryker/store": "^1.0.0", - "spryker/symfony": "^3.0.0", - "spryker/util-encoding": "^2.0.0", - "spryker/zed-request": "^3.0.0" + "spryker/glue-application-extension": "^1.0.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -14082,80 +18680,106 @@ }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Quote\\Helper\\": "tests/SprykerTest/Shared/Quote/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Quote module", - "time": "2018-05-16T14:01:09+00:00" + "description": "RestApiDocumentationGeneratorExtension module", + "time": "2018-09-24T11:52:01+00:00" }, { - "name": "spryker/quote-extension", - "version": "1.0.0", + "name": "spryker/sales", + "version": "8.16.1", "source": { "type": "git", - "url": "https://github.com/spryker/quote-extension.git", - "reference": "8bf0ac3deabc574b52ef38cd1fbc16849cf1ecba" + "url": "https://github.com/spryker/sales.git", + "reference": "f26ffd7c65c23bec492c2169eedffa753899af67" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/quote-extension/zipball/8bf0ac3deabc574b52ef38cd1fbc16849cf1ecba", - "reference": "8bf0ac3deabc574b52ef38cd1fbc16849cf1ecba", + "url": "https://api.github.com/repos/spryker/sales/zipball/f26ffd7c65c23bec492c2169eedffa753899af67", + "reference": "f26ffd7c65c23bec492c2169eedffa753899af67", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.1", + "spryker/calculation": "^4.0.0", + "spryker/country": "^3.0.0", + "spryker/customer": "^6.0.0 || ^7.0.0", + "spryker/gui": "^3.7.0", + "spryker/kernel": "^3.17.0", + "spryker/locale": "^3.0.0", + "spryker/money": "^2.0.0", + "spryker/oms": "^7.3.0 || ^8.0.0", + "spryker/propel": "^3.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales-extension": "^1.1.0", + "spryker/sales-split": "^3.0.0", + "spryker/sequence-number": "^3.0.0", + "spryker/symfony": "^3.0.0", + "spryker/user": "^3.0.0", + "spryker/util-date-time": "^1.0.0", + "spryker/util-sanitize": "^2.0.0", + "spryker/util-text": "^1.1.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" + "spryker/application": "*", + "spryker/checkout": "*", + "spryker/config": "*", + "spryker/price": "*", + "spryker/product": "*", + "spryker/shipment": "*", + "spryker/stock": "*", + "spryker/testify": "*", + "spryker/zed-navigation": "*" + }, + "suggest": { + "spryker/checkout": "If you want to use Checkout plugins. ^4.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Shared\\Sales\\Helper\\": "tests/SprykerTest/Shared/Sales/_support/Helper/", + "SprykerTest\\Zed\\Sales\\Helper\\": "tests/SprykerTest/Zed/Sales/_support/Helper/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "QuoteExtension module", - "time": "2018-04-10T14:40:01+00:00" + "description": "Sales module", + "time": "2018-11-08T15:44:43+00:00" }, { - "name": "spryker/rabbit-mq", - "version": "2.0.0", + "name": "spryker/sales-extension", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/spryker/rabbit-mq.git", - "reference": "0516e7c7d9be5eb11e6e9999a367f32670eecf90" + "url": "https://github.com/spryker/sales-extension.git", + "reference": "c2d5620f34898dc40439ffdc9d9304a9aaa79040" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/rabbit-mq/zipball/0516e7c7d9be5eb11e6e9999a367f32670eecf90", - "reference": "0516e7c7d9be5eb11e6e9999a367f32670eecf90", + "url": "https://api.github.com/repos/spryker/sales-extension/zipball/c2d5620f34898dc40439ffdc9d9304a9aaa79040", + "reference": "c2d5620f34898dc40439ffdc9d9304a9aaa79040", "shasum": "" }, "require": { - "php": ">=7.1", - "php-amqplib/php-amqplib": "^2.6", - "spryker/kernel": "^3.20.0", - "spryker/queue": "^1.1.0", - "spryker/store": "^1.6.0", - "spryker/transfer": "^3.6.0" + "php": ">=7.1" }, "require-dev": { - "spryker/code-sniffer": "*" + "spryker/code-sniffer": "*", + "spryker/testify": "*" }, "type": "library", "extra": { @@ -14169,202 +18793,183 @@ } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "src/" - ], "license": [ - "MIT" - ], - "authors": [ - { - "name": "Spryker", - "homepage": "https://spryker.com" - } - ], - "description": "Spryker RabbitMq adapter", - "homepage": "http://spryker.com", - "keywords": [ - "framework", - "queue", - "rabbit-mq", - "standards" + "proprietary" ], - "time": "2018-05-30T09:19:47+00:00" + "description": "SalesExtension module", + "time": "2018-06-18T17:01:18+00:00" }, { - "name": "spryker/redis", - "version": "2.0.1", + "name": "spryker/sales-order-threshold", + "version": "1.1.2", "source": { "type": "git", - "url": "https://github.com/spryker/Redis.git", - "reference": "5a453b3d1542f0fd8534b43e437636a54d7bc7ad" + "url": "https://github.com/spryker/sales-order-threshold.git", + "reference": "c1efd38e1f43bacbe8e11256538edd1b72e5fc91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Redis/zipball/5a453b3d1542f0fd8534b43e437636a54d7bc7ad", - "reference": "5a453b3d1542f0fd8534b43e437636a54d7bc7ad", + "url": "https://api.github.com/repos/spryker/sales-order-threshold/zipball/c1efd38e1f43bacbe8e11256538edd1b72e5fc91", + "reference": "c1efd38e1f43bacbe8e11256538edd1b72e5fc91", "shasum": "" }, "require": { - "predis/predis": "^1.1.1" + "php": ">=7.1", + "spryker/calculation-extension": "^1.0.0", + "spryker/cart-extension": "^1.6.0 || ^2.2.1", + "spryker/checkout-extension": "^1.0.0", + "spryker/currency": "^3.0.0", + "spryker/glossary": "^3.1.0", + "spryker/kernel": "^3.17.0", + "spryker/messenger": "^3.1.0", + "spryker/money": "^2.0.0", + "spryker/sales": "^8.16.0", + "spryker/sales-order-threshold-extension": "^1.0.0", + "spryker/store": "^1.2.0", + "spryker/tax": "^5.0.0" + }, + "require-dev": { + "spryker/checkout": "*", + "spryker/code-sniffer": "*", + "spryker/installer": "*", + "spryker/propel": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/calculation": "If you want to use Calculation plugins.", + "spryker/cart": "If you want to use Cart plugins: ^4.0.0.", + "spryker/checkout": "If you want to use Checkout plugins: ^3.0.0.", + "spryker/installer": "If you want to use Installer plugins: ^4.0.0." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\SalesOrderThreshold\\Helper\\": "tests/SprykerTest/Zed/SalesOrderThreshold/_support/Helper/" } }, - "notification-url": "https://code.foo.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Redis bundle", - "support": { - "source": "https://github.com/spryker/Redis/tree/2.0.1" - }, - "time": "2017-04-26T15:15:36+00:00" + "description": "SalesOrderThreshold module", + "time": "2018-11-02T17:45:08+00:00" }, { - "name": "spryker/refund", - "version": "5.1.2", + "name": "spryker/sales-order-threshold-data-import", + "version": "0.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/Refund.git", - "reference": "dc154292c6d90dfa0eecbf2737f1c587b653d76d" + "url": "https://github.com/spryker/sales-order-threshold-data-import.git", + "reference": "7de4e5c8cfcf15ffe5f5dbbc7db09c5e9d1a33d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Refund/zipball/dc154292c6d90dfa0eecbf2737f1c587b653d76d", - "reference": "dc154292c6d90dfa0eecbf2737f1c587b653d76d", + "url": "https://api.github.com/repos/spryker/sales-order-threshold-data-import/zipball/7de4e5c8cfcf15ffe5f5dbbc7db09c5e9d1a33d4", + "reference": "7de4e5c8cfcf15ffe5f5dbbc7db09c5e9d1a33d4", "shasum": "" }, "require": { - "spryker/calculation": "^4.0.0", - "spryker/gui": "^3.0.0", - "spryker/kernel": "^3.0.0", - "spryker/money": "^2.0.0", - "spryker/sales": "^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/symfony": "^3.0.0", - "spryker/util-date-time": "^1.0.0" + "php": ">=7.1", + "spryker/currency": "^3.0.0", + "spryker/data-import": "^1.3.0", + "spryker/kernel": "^3.17.0", + "spryker/sales-order-threshold": "^1.0.0", + "spryker/store": "^1.2.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "^3.0.0", - "spryker/propel-orm": "^1.0.0", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/" - } - }, - "autoload-dev": { - "psr-4": { - "Config\\Module\\": "vendor/spryker/config/tests/_support/Module", - "Propel\\Module\\": "vendor/spryker/propel/tests/_support/Module", - "Transfer\\Module\\": "vendor/spryker/transfer/tests/_support/Module", - "SprykerTest\\": "tests/SprykerTest/" + "Spryker\\": "src/Spryker/", + "SprykerTest\\Zed\\SalesOrderThresholdDataImport\\Helper\\": "tests/SprykerTest/Zed/SalesOrderThresholdDataImport/_support/Helper/" } }, - "notification-url": "https://code.foo.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ - "proprietary" + "MIT" ], - "description": "Refund module", - "support": { - "source": "https://github.com/spryker/Refund/tree/master" - }, - "time": "2017-11-27T14:09:42+00:00" + "description": "SalesOrderThresholdDataImport module", + "time": "2018-10-04T13:35:59+00:00" }, { - "name": "spryker/sales", - "version": "8.10.0", + "name": "spryker/sales-order-threshold-extension", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales.git", - "reference": "0e6a9edeeb87bc651048abee07c23c7863f328c4" + "url": "https://github.com/spryker/sales-order-threshold-extension.git", + "reference": "897af49181ac74f936db1a4ee1cdee6d443f472d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales/zipball/0e6a9edeeb87bc651048abee07c23c7863f328c4", - "reference": "0e6a9edeeb87bc651048abee07c23c7863f328c4", + "url": "https://api.github.com/repos/spryker/sales-order-threshold-extension/zipball/897af49181ac74f936db1a4ee1cdee6d443f472d", + "reference": "897af49181ac74f936db1a4ee1cdee6d443f472d", "shasum": "" }, "require": { - "php": ">=7.1", - "spryker/calculation": "^4.0.0", - "spryker/country": "^3.0.0", - "spryker/customer": "^6.0.0 || ^7.0.0", - "spryker/gui": "^3.7.0", - "spryker/kernel": "^3.0.0", - "spryker/locale": "^3.0.0", - "spryker/money": "^2.0.0", - "spryker/oms": "^7.3.0 || ^8.0.0", - "spryker/propel": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/sales-extension": "^1.1.0", - "spryker/sales-split": "^3.0.0", - "spryker/sequence-number": "^3.0.0", - "spryker/symfony": "^3.0.0", - "spryker/user": "^3.0.0", - "spryker/util-date-time": "^1.0.0", - "spryker/util-sanitize": "^2.0.0", - "spryker/util-text": "^1.1.0", - "spryker/zed-request": "^3.0.0" + "php": ">=7.1" }, "require-dev": { - "spryker/checkout": "*", "spryker/code-sniffer": "*", - "spryker/price": "*", - "spryker/shipment": "*", - "spryker/silex": "*", "spryker/testify": "*" }, - "suggest": { - "spryker/checkout": "If you want to use Checkout plugins. ^4.0.0" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Shared\\Sales\\Helper\\": "tests/SprykerTest/Shared/Sales/_support/Helper/", - "SprykerTest\\Zed\\Sales\\Helper\\": "tests/SprykerTest/Zed/Sales/_support/Helper/" + "Spryker\\": "src/Spryker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "Sales module", - "time": "2018-04-10T09:04:22+00:00" + "description": "SalesOrderThresholdExtension module", + "time": "2018-10-04T13:35:59+00:00" }, { - "name": "spryker/sales-extension", + "name": "spryker/sales-order-threshold-gui", "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/spryker/sales-extension.git", - "reference": "c68e9154381d5acbd259f5b4d8652170d2894b39" + "url": "https://github.com/spryker/sales-order-threshold-gui.git", + "reference": "90511edecf2ee1ddb71d9a81da3e48d945b7e065" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-extension/zipball/c68e9154381d5acbd259f5b4d8652170d2894b39", - "reference": "c68e9154381d5acbd259f5b4d8652170d2894b39", + "url": "https://api.github.com/repos/spryker/sales-order-threshold-gui/zipball/90511edecf2ee1ddb71d9a81da3e48d945b7e065", + "reference": "90511edecf2ee1ddb71d9a81da3e48d945b7e065", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.1", + "spryker/currency": "^3.1.0", + "spryker/gui": "^3.1.0", + "spryker/kernel": "^3.18.0", + "spryker/locale": "^3.0.0", + "spryker/money": "^2.1.0", + "spryker/sales-order-threshold": "^1.0.0", + "spryker/store": "^1.2.0", + "spryker/symfony": "^3.1.0", + "spryker/tax": "^5.0.0" }, "require-dev": { "spryker/code-sniffer": "*", @@ -14385,8 +18990,8 @@ "license": [ "proprietary" ], - "description": "SalesExtension module", - "time": "2018-04-03T13:23:19+00:00" + "description": "SalesOrderThresholdGui module", + "time": "2018-11-05T14:17:38+00:00" }, { "name": "spryker/sales-product-connector", @@ -14437,18 +19042,65 @@ "description": "SalesProductConnector module", "time": "2018-01-24T11:43:27+00:00" }, + { + "name": "spryker/sales-quantity", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/spryker/sales-quantity.git", + "reference": "539f660e70ad7293a439257e763ee430c2f98062" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/sales-quantity/zipball/539f660e70ad7293a439257e763ee430c2f98062", + "reference": "539f660e70ad7293a439257e763ee430c2f98062", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/discount-extension": "^1.0.0", + "spryker/kernel": "^3.17.0", + "spryker/product": "^6.0.0", + "spryker/sales-extension": "^1.0.0" + }, + "require-dev": { + "spryker/cart": "*", + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/cart": "If you want to use cart plugins: ^4.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "SalesQuantity module", + "time": "2018-07-31T09:22:49+00:00" + }, { "name": "spryker/sales-reclamation", - "version": "0.3.0", + "version": "0.3.1", "source": { "type": "git", "url": "https://github.com/spryker/sales-reclamation.git", - "reference": "1de516c900934ddd7fc96723b92bf5ee303776e8" + "reference": "d9bb8254b94a26866b7c2a1bf677976e4acc3f7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/sales-reclamation/zipball/1de516c900934ddd7fc96723b92bf5ee303776e8", - "reference": "1de516c900934ddd7fc96723b92bf5ee303776e8", + "url": "https://api.github.com/repos/spryker/sales-reclamation/zipball/d9bb8254b94a26866b7c2a1bf677976e4acc3f7f", + "reference": "d9bb8254b94a26866b7c2a1bf677976e4acc3f7f", "shasum": "" }, "require": { @@ -14486,7 +19138,7 @@ "proprietary" ], "description": "SalesReclamation module", - "time": "2018-06-04T10:26:58+00:00" + "time": "2018-10-08T21:45:33+00:00" }, { "name": "spryker/sales-split", @@ -14532,18 +19184,68 @@ "description": "SalesSplit module", "time": "2018-02-05T06:01:59+00:00" }, + { + "name": "spryker/sales-statistics", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/spryker/sales-statistics.git", + "reference": "7274ead3c755a253edcb5e0d251920232b7baccf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/sales-statistics/zipball/7274ead3c755a253edcb5e0d251920232b7baccf", + "reference": "7274ead3c755a253edcb5e0d251920232b7baccf", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/kernel": "^3.17.0", + "spryker/oms": "^8.0.0", + "spryker/propel-orm": "^1.0.0", + "spryker/sales": "^8.0.0", + "spryker/twig": "^3.3.1" + }, + "require-dev": { + "spryker/chart": "*", + "spryker/code-sniffer": "*", + "spryker/dashboard": "^1.0.0", + "spryker/testify": "*" + }, + "suggest": { + "spryker/chart": "If you want to use Chart Plugins. Minimum required version: 1.0.1.", + "spryker/dashboard": "If you want to use Dashboard. Minimum required version: 1.0.0." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "SalesStatistics module", + "time": "2018-08-07T12:53:30+00:00" + }, { "name": "spryker/search", - "version": "8.0.2", + "version": "8.3.1", "source": { "type": "git", "url": "https://github.com/spryker/search.git", - "reference": "b282267d7cf5296dd22ed4ad0f00f0660658f194" + "reference": "6378fcde998740183067575f4c8e33af52955314" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/search/zipball/b282267d7cf5296dd22ed4ad0f00f0660658f194", - "reference": "b282267d7cf5296dd22ed4ad0f00f0660658f194", + "url": "https://api.github.com/repos/spryker/search/zipball/6378fcde998740183067575f4c8e33af52955314", + "reference": "6378fcde998740183067575f4c8e33af52955314", "shasum": "" }, "require": { @@ -14562,9 +19264,8 @@ "spryker/zend": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", + "spryker/application": "*", "spryker/propel": "*", - "spryker/propel-orm": "*", "spryker/testify": "*" }, "type": "library", @@ -14583,7 +19284,7 @@ "proprietary" ], "description": "Search module", - "time": "2018-05-25T09:46:47+00:00" + "time": "2018-10-08T12:38:04+00:00" }, { "name": "spryker/sequence-number", @@ -14629,29 +19330,30 @@ }, { "name": "spryker/session", - "version": "3.2.4", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/spryker/session.git", - "reference": "7dccbccb303b3ae25a7e1f160f5ebd05e8235d09" + "reference": "b02774b6e69be6f6ce303b6c4c342ecf1b7055c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/session/zipball/7dccbccb303b3ae25a7e1f160f5ebd05e8235d09", - "reference": "7dccbccb303b3ae25a7e1f160f5ebd05e8235d09", + "url": "https://api.github.com/repos/spryker/session/zipball/b02774b6e69be6f6ce303b6c4c342ecf1b7055c6", + "reference": "b02774b6e69be6f6ce303b6c4c342ecf1b7055c6", "shasum": "" }, "require": { "php": ">=7.1", "spryker/config": "^3.0.0", "spryker/kernel": "^3.0.0", - "spryker/new-relic-api": "^1.0.0", + "spryker/monitoring": "^1.0.0 || ^2.0.0", "spryker/redis": "^2.0.0", "spryker/silex": "^2.0.0", "spryker/symfony": "^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", + "spryker/application": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -14671,20 +19373,20 @@ "proprietary" ], "description": "Session module", - "time": "2018-02-13T15:22:24+00:00" + "time": "2018-10-29T12:36:26+00:00" }, { "name": "spryker/setup", - "version": "4.0.2", + "version": "4.0.3", "source": { "type": "git", "url": "https://github.com/spryker/setup.git", - "reference": "adb8188f6502e34a7c3d27cd5374433800a9feae" + "reference": "096a70c42272ea858654e2b5a7442145e9d45acf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/setup/zipball/adb8188f6502e34a7c3d27cd5374433800a9feae", - "reference": "adb8188f6502e34a7c3d27cd5374433800a9feae", + "url": "https://api.github.com/repos/spryker/setup/zipball/096a70c42272ea858654e2b5a7442145e9d45acf", + "reference": "096a70c42272ea858654e2b5a7442145e9d45acf", "shasum": "" }, "require": { @@ -14700,7 +19402,7 @@ "spryker/zed-navigation": "^1.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", + "spryker/application": "*", "spryker/testify": "*" }, "type": "library", @@ -14719,7 +19421,7 @@ "proprietary" ], "description": "Setup module", - "time": "2018-03-09T07:57:08+00:00" + "time": "2018-10-31T11:16:43+00:00" }, { "name": "spryker/setup-frontend", @@ -14765,16 +19467,16 @@ }, { "name": "spryker/shipment", - "version": "6.4.1", + "version": "6.6.2", "source": { "type": "git", "url": "https://github.com/spryker/shipment.git", - "reference": "9b26a54f3974c7a303560cdf6eddff860a53bf46" + "reference": "7501a983faa1f328ef4b5142668efcaea3539fa1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shipment/zipball/9b26a54f3974c7a303560cdf6eddff860a53bf46", - "reference": "9b26a54f3974c7a303560cdf6eddff860a53bf46", + "url": "https://api.github.com/repos/spryker/shipment/zipball/7501a983faa1f328ef4b5142668efcaea3539fa1", + "reference": "7501a983faa1f328ef4b5142668efcaea3539fa1", "shasum": "" }, "require": { @@ -14785,7 +19487,7 @@ "spryker/money": "^2.0.0", "spryker/propel-orm": "^1.0.0", "spryker/sales": "^6.0.0 || ^7.0.0 || ^8.0.0", - "spryker/session": "^3.0.0", + "spryker/session": "^3.0.0 || ^4.0.0", "spryker/store": "^1.0.0", "spryker/symfony": "^3.0.0", "spryker/tax": "^5.0.0", @@ -14793,13 +19495,15 @@ "spryker/zed-request": "^3.0.0" }, "require-dev": { + "spryker/application": "*", "spryker/calculation": "*", "spryker/checkout": "*", "spryker/code-sniffer": "*", + "spryker/config": "*", "spryker/country": "*", "spryker/propel": "*", - "spryker/silex": "*", - "spryker/testify": "*" + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "suggest": { "spryker/calculation": "If you want to use Calculation plugins.", @@ -14822,7 +19526,7 @@ "proprietary" ], "description": "Shipment module", - "time": "2018-04-04T08:28:49+00:00" + "time": "2018-10-29T12:36:26+00:00" }, { "name": "spryker/shipment-cart-connector", @@ -14961,16 +19665,16 @@ }, { "name": "spryker/shopping-list-extension", - "version": "1.0.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/spryker/shopping-list-extension.git", - "reference": "cb74f896a338b976e409aaf47460997a537a634d" + "reference": "518656875e02bcec80f315301c9ac7c8c2610cf9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/shopping-list-extension/zipball/cb74f896a338b976e409aaf47460997a537a634d", - "reference": "cb74f896a338b976e409aaf47460997a537a634d", + "url": "https://api.github.com/repos/spryker/shopping-list-extension/zipball/518656875e02bcec80f315301c9ac7c8c2610cf9", + "reference": "518656875e02bcec80f315301c9ac7c8c2610cf9", "shasum": "" }, "require": { @@ -14996,7 +19700,7 @@ "proprietary" ], "description": "ShoppingListExtension module", - "time": "2018-05-25T09:17:15+00:00" + "time": "2018-10-05T12:25:36+00:00" }, { "name": "spryker/silex", @@ -15025,14 +19729,11 @@ "dev-master": "2.0.x-dev" } }, - "notification-url": "https://code.foo.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], "description": "Silex bundle", - "support": { - "source": "https://github.com/spryker/Silex/tree/2.0.1" - }, "time": "2016-12-09T13:45:20+00:00" }, { @@ -15080,19 +19781,20 @@ }, { "name": "spryker/state-machine", - "version": "2.2.0", + "version": "2.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/StateMachine.git", - "reference": "3983ca02405b39c9020051898fd7ff0117dc8f6a" + "url": "https://github.com/spryker/state-machine.git", + "reference": "aad45f29d5bcaa4e098bc189d03353a4263e82db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/StateMachine/zipball/3983ca02405b39c9020051898fd7ff0117dc8f6a", - "reference": "3983ca02405b39c9020051898fd7ff0117dc8f6a", + "url": "https://api.github.com/repos/spryker/state-machine/zipball/aad45f29d5bcaa4e098bc189d03353a4263e82db", + "reference": "aad45f29d5bcaa4e098bc189d03353a4263e82db", "shasum": "" }, "require": { + "php": ">=7.1", "spryker/graph": "^3.0.0", "spryker/kernel": "^3.0.0", "spryker/propel-orm": "^1.0.0", @@ -15101,9 +19803,7 @@ "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", "spryker/propel": "*", - "spryker/silex": "*", "spryker/testify": "*" }, "type": "library", @@ -15122,7 +19822,7 @@ "proprietary" ], "description": "StateMachine module", - "time": "2017-12-05T11:21:42+00:00" + "time": "2018-10-04T19:43:28+00:00" }, { "name": "spryker/step-engine", @@ -15173,16 +19873,16 @@ }, { "name": "spryker/stock", - "version": "5.0.1", + "version": "5.0.2", "source": { "type": "git", "url": "https://github.com/spryker/stock.git", - "reference": "f876c5f1dd0819aa6c6314cb5ddcf65a563c0008" + "reference": "db3ad636e878ef812077bebba9bcd8be3e550f4c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/stock/zipball/f876c5f1dd0819aa6c6314cb5ddcf65a563c0008", - "reference": "f876c5f1dd0819aa6c6314cb5ddcf65a563c0008", + "url": "https://api.github.com/repos/spryker/stock/zipball/db3ad636e878ef812077bebba9bcd8be3e550f4c", + "reference": "db3ad636e878ef812077bebba9bcd8be3e550f4c", "shasum": "" }, "require": { @@ -15194,9 +19894,7 @@ "spryker/touch": "^3.0.0 || ^4.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", "spryker/propel": "*", - "spryker/silex": "*", "spryker/testify": "*" }, "type": "library", @@ -15216,7 +19914,7 @@ "proprietary" ], "description": "Stock module", - "time": "2018-05-24T14:52:45+00:00" + "time": "2018-10-02T06:35:14+00:00" }, { "name": "spryker/stock-sales-connector", @@ -15261,19 +19959,20 @@ }, { "name": "spryker/storage", - "version": "3.4.0", + "version": "3.4.3", "source": { "type": "git", - "url": "https://github.com/spryker/Storage.git", - "reference": "48e3d597ee803363f957d2906b28dc9007285ab6" + "url": "https://github.com/spryker/storage.git", + "reference": "d7cb777b66274a04ae6c52fa5634fd88ae21db28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/Storage/zipball/48e3d597ee803363f957d2906b28dc9007285ab6", - "reference": "48e3d597ee803363f957d2906b28dc9007285ab6", + "url": "https://api.github.com/repos/spryker/storage/zipball/d7cb777b66274a04ae6c52fa5634fd88ae21db28", + "reference": "d7cb777b66274a04ae6c52fa5634fd88ae21db28", "shasum": "" }, "require": { + "php": ">=7.1", "spryker/config": "^3.0.0", "spryker/gui": "^3.0.0", "spryker/kernel": "^3.0.0", @@ -15285,8 +19984,6 @@ }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/propel-orm": "*", "spryker/testify": "*" }, "suggest": { @@ -15309,20 +20006,20 @@ "proprietary" ], "description": "Storage module", - "time": "2017-11-27T14:09:45+00:00" + "time": "2018-11-01T10:12:31+00:00" }, { "name": "spryker/store", - "version": "1.7.0", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/spryker/store.git", - "reference": "ed7d96fdade90e30a3f291fae15189fdbe075109" + "reference": "4700f1886d4c281233fe1ae74dbb193e3a771df1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/store/zipball/ed7d96fdade90e30a3f291fae15189fdbe075109", - "reference": "ed7d96fdade90e30a3f291fae15189fdbe075109", + "url": "https://api.github.com/repos/spryker/store/zipball/4700f1886d4c281233fe1ae74dbb193e3a771df1", + "reference": "4700f1886d4c281233fe1ae74dbb193e3a771df1", "shasum": "" }, "require": { @@ -15333,11 +20030,8 @@ }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", "spryker/quote": "*", - "spryker/testify": "*", - "spryker/transfer": "*", - "spryker/twig": "*" + "spryker/testify": "*" }, "suggest": { "spryker/quote": "If you want to use StoreQuoteTransferExpander plugin, minimum required version: 1.2.0" @@ -15358,20 +20052,65 @@ "proprietary" ], "description": "Store module", - "time": "2018-05-16T16:01:08+00:00" + "time": "2018-09-18T11:42:12+00:00" + }, + { + "name": "spryker/stores-rest-api", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/spryker/stores-rest-api.git", + "reference": "e14d5be222ba5eec141513eb235f0e668f73690e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/stores-rest-api/zipball/e14d5be222ba5eec141513eb235f0e668f73690e", + "reference": "e14d5be222ba5eec141513eb235f0e668f73690e", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/country": "^3.2.0", + "spryker/currency": "^3.0.0", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.22.0", + "spryker/store": "^1.8.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "StoresRestApi module", + "time": "2018-08-31T12:08:35+00:00" }, { "name": "spryker/symfony", - "version": "3.1.5", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/spryker/symfony.git", - "reference": "4dc36499028a77f3785841403d449cb6d8cb5e13" + "reference": "c709cda67b965ee6b7f9e33b69cd70713cd54525" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/symfony/zipball/4dc36499028a77f3785841403d449cb6d8cb5e13", - "reference": "4dc36499028a77f3785841403d449cb6d8cb5e13", + "url": "https://api.github.com/repos/spryker/symfony/zipball/c709cda67b965ee6b7f9e33b69cd70713cd54525", + "reference": "c709cda67b965ee6b7f9e33b69cd70713cd54525", "shasum": "" }, "require": { @@ -15390,13 +20129,14 @@ "symfony/routing": "^2.6.13 || ^3.0.0", "symfony/security": "^2.6.13 || ^3.0.0", "symfony/serializer": "^2.6.13 || ^3.0.0", + "symfony/stopwatch": "^4.0.0", "symfony/translation": "^2.6.13 || ^3.0.0", "symfony/twig-bridge": "^2.7.0 || ^3.0.0", "symfony/validator": "^2.6.13 || ^3.0.0", "symfony/yaml": "^2.6.13 || ^3.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -15415,37 +20155,66 @@ "proprietary" ], "description": "Symfony module", - "time": "2018-06-12T14:14:29+00:00" + "time": "2018-10-15T11:57:03+00:00" }, { "name": "spryker/synchronization", - "version": "0.2.1", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/spryker/synchronization.git", - "reference": "ff9a2c8a868a00ad2d9c63397f872a8918b08e9a" + "reference": "683fb699b507e705befa17545712d52e6758a14b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/synchronization/zipball/ff9a2c8a868a00ad2d9c63397f872a8918b08e9a", - "reference": "ff9a2c8a868a00ad2d9c63397f872a8918b08e9a", + "url": "https://api.github.com/repos/spryker/synchronization/zipball/683fb699b507e705befa17545712d52e6758a14b", + "reference": "683fb699b507e705befa17545712d52e6758a14b", "shasum": "" }, "require": { "php": ">=7.1", "spryker/elastica": "^2.0.0 || ^3.0.0 || ^4.0.0", "spryker/kernel": "^3.4.0", + "spryker/propel-orm": "^1.0.0", "spryker/queue": "^1.0.0", - "spryker/search": "^6.8.0 || ^7.0.0 || ^8.0.0", - "spryker/storage": "^3.3.2", + "spryker/search": "^6.8.0 || ^7.0.0 || ^8.3.0", + "spryker/storage": "^3.4.1", + "spryker/symfony": "^3.1.0", + "spryker/synchronization-extension": "^1.0.0", "spryker/util-encoding": "^2.0.0" }, "require-dev": { + "spryker/availability-storage": "*", + "spryker/category-page-search": "*", + "spryker/category-storage": "*", + "spryker/cms-block-category-storage": "*", + "spryker/cms-block-product-storage": "*", + "spryker/cms-block-storage": "*", + "spryker/cms-page-search": "*", + "spryker/cms-storage": "*", "spryker/code-sniffer": "*", + "spryker/glossary-storage": "*", + "spryker/navigation-storage": "*", + "spryker/price-product-storage": "*", + "spryker/product-category-filter-storage": "*", + "spryker/product-category-storage": "*", + "spryker/product-group-storage": "*", + "spryker/product-image-storage": "*", + "spryker/product-label-storage": "*", + "spryker/product-measurement-unit-storage": "*", + "spryker/product-option-storage": "*", + "spryker/product-page-search": "*", + "spryker/product-quantity-storage": "*", + "spryker/product-relation-storage": "*", + "spryker/product-review-search": "*", + "spryker/product-review-storage": "*", + "spryker/product-search-config-storage": "*", + "spryker/product-set-page-search": "*", + "spryker/product-set-storage": "*", + "spryker/product-storage": "*", "spryker/propel": "^3.0.0", - "spryker/propel-orm": "^1.0.0", - "spryker/silex": "^2.0.0", - "spryker/testify": "*" + "spryker/testify": "*", + "spryker/url-storage": "*" }, "type": "library", "extra": { @@ -15463,40 +20232,83 @@ "proprietary" ], "description": "Synchronization module", - "time": "2018-03-09T07:57:08+00:00" + "time": "2018-09-24T10:46:42+00:00" }, { "name": "spryker/synchronization-behavior", - "version": "1.0.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/spryker/synchronization-behavior.git", - "reference": "164e3761cba658720e1101d47815aa0ac6084e63" + "reference": "fd3050c45d11c80cb01c070f0f164d0738fd74f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/synchronization-behavior/zipball/164e3761cba658720e1101d47815aa0ac6084e63", - "reference": "164e3761cba658720e1101d47815aa0ac6084e63", + "url": "https://api.github.com/repos/spryker/synchronization-behavior/zipball/fd3050c45d11c80cb01c070f0f164d0738fd74f5", + "reference": "fd3050c45d11c80cb01c070f0f164d0738fd74f5", "shasum": "" }, "require": { "spryker/kernel": "^3.20.0", "spryker/propel-orm": "^1.6.0", + "spryker/queue": "^1.1.2", + "spryker/synchronization": "^0.1.0 || ^0.2.0 || ^1.0.0", "spryker/zend": "^2.1.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/queue": "^1.1.0", - "spryker/synchronization": "^0.1.0 || ^0.2.0" + "spryker/testify": "*" + }, + "type": "propel-behavior", + "extra": { + "name": "synchronization", + "class": "\\Spryker\\Zed\\SynchronizationBehavior\\Persistence\\Propel\\Behavior\\SynchronizationBehavior", + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "src/" + ], + "license": [ + "proprietary" + ], + "description": "SynchronizationBehavior module", + "time": "2018-09-24T13:36:34+00:00" + }, + { + "name": "spryker/synchronization-extension", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/spryker/synchronization-extension.git", + "reference": "7fb0212647977f0d5f3f13cd2c1f2e9db35447fd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/synchronization-extension/zipball/7fb0212647977f0d5f3f13cd2c1f2e9db35447fd", + "reference": "7fb0212647977f0d5f3f13cd2c1f2e9db35447fd", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/propel-orm": "*", + "spryker/testify": "*" }, "suggest": { - "spryker/queue": "Generated classes are using spryker/queue module.", - "spryker/synchronization": "Generated classes are using spryker/synchronization module." + "spryker/propel-orm": "*" }, - "type": "propel-behavior", + "type": "library", "extra": { - "name": "synchronization", - "class": "\\Spryker\\Zed\\SynchronizationBehavior\\Persistence\\Propel\\Behavior\\SynchronizationBehavior", "branch-alias": { "dev-master": "1.0.x-dev" } @@ -15507,27 +20319,24 @@ } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "src/" - ], "license": [ "proprietary" ], - "description": "SynchronizationBehavior module", - "time": "2018-05-30T09:19:55+00:00" + "description": "SynchronizationExtension module", + "time": "2018-07-20T06:21:48+00:00" }, { "name": "spryker/tax", - "version": "5.1.7", + "version": "5.5.0", "source": { "type": "git", "url": "https://github.com/spryker/tax.git", - "reference": "9d2f69a85b252a0e15bc133e6c41d5649feb447d" + "reference": "3d3229e5ab8a38afcf2cb7fbaf26fca66f19c4da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/tax/zipball/9d2f69a85b252a0e15bc133e6c41d5649feb447d", - "reference": "9d2f69a85b252a0e15bc133e6c41d5649feb447d", + "url": "https://api.github.com/repos/spryker/tax/zipball/3d3229e5ab8a38afcf2cb7fbaf26fca66f19c4da", + "reference": "3d3229e5ab8a38afcf2cb7fbaf26fca66f19c4da", "shasum": "" }, "require": { @@ -15542,13 +20351,10 @@ "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", + "spryker/application": "*", "spryker/propel": "*", - "spryker/silex": "*", - "spryker/testify": "*" - }, - "suggest": { - "spryker/calculation": "If you want to use Calculation plugins." + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "type": "library", "extra": { @@ -15566,20 +20372,20 @@ "proprietary" ], "description": "Tax module", - "time": "2018-02-19T13:32:57+00:00" + "time": "2018-11-05T12:21:23+00:00" }, { "name": "spryker/tax-product-connector", - "version": "4.0.4", + "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/spryker/tax-product-connector.git", - "reference": "55d5cbb9b325ac8139075e92320091f6b0f6d878" + "reference": "236eb5e6a35e7a365bcc15a56013ae26b096eee7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/tax-product-connector/zipball/55d5cbb9b325ac8139075e92320091f6b0f6d878", - "reference": "55d5cbb9b325ac8139075e92320091f6b0f6d878", + "url": "https://api.github.com/repos/spryker/tax-product-connector/zipball/236eb5e6a35e7a365bcc15a56013ae26b096eee7", + "reference": "236eb5e6a35e7a365bcc15a56013ae26b096eee7", "shasum": "" }, "require": { @@ -15587,14 +20393,13 @@ "spryker/kernel": "^3.0.0", "spryker/product": "^5.0.0 || ^6.0.0", "spryker/propel-orm": "^1.0.0", - "spryker/tax": "^4.0.0 || ^5.0.0" + "spryker/tax": "^4.0.0 || ^5.0.0", + "spryker/zed-request": "^3.0.0" }, "require-dev": { "spryker/calculation": "*", - "spryker/code-sniffer": "*", "spryker/country": "*", "spryker/propel": "*", - "spryker/silex": "*", "spryker/testify": "*" }, "suggest": { @@ -15616,7 +20421,7 @@ "proprietary" ], "description": "TaxProductConnector module", - "time": "2018-01-24T11:43:27+00:00" + "time": "2018-09-12T17:42:18+00:00" }, { "name": "spryker/touch", @@ -15668,16 +20473,16 @@ }, { "name": "spryker/transfer", - "version": "3.6.2", + "version": "3.7.1", "source": { "type": "git", "url": "https://github.com/spryker/transfer.git", - "reference": "653260cecdd543f5c9ac724051784c7f24ba2410" + "reference": "10367cf437b35ec3e7879c6beb63000d48124659" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/transfer/zipball/653260cecdd543f5c9ac724051784c7f24ba2410", - "reference": "653260cecdd543f5c9ac724051784c7f24ba2410", + "url": "https://api.github.com/repos/spryker/transfer/zipball/10367cf437b35ec3e7879c6beb63000d48124659", + "reference": "10367cf437b35ec3e7879c6beb63000d48124659", "shasum": "" }, "require": { @@ -15691,6 +20496,7 @@ }, "require-dev": { "spryker/code-sniffer": "*", + "spryker/propel": "*", "spryker/testify": "*" }, "type": "library", @@ -15710,20 +20516,20 @@ "proprietary" ], "description": "Transfer module", - "time": "2018-06-04T09:23:05+00:00" + "time": "2018-10-30T08:44:04+00:00" }, { "name": "spryker/twig", - "version": "3.3.1", + "version": "3.3.3", "source": { "type": "git", "url": "https://github.com/spryker/twig.git", - "reference": "031bea56cc715440d2e537ce9c2e1aef5017749b" + "reference": "7657d84d322e739bfd96a4422b951cad44985cb8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/twig/zipball/031bea56cc715440d2e537ce9c2e1aef5017749b", - "reference": "031bea56cc715440d2e537ce9c2e1aef5017749b", + "url": "https://api.github.com/repos/spryker/twig/zipball/7657d84d322e739bfd96a4422b951cad44985cb8", + "reference": "7657d84d322e739bfd96a4422b951cad44985cb8", "shasum": "" }, "require": { @@ -15735,15 +20541,15 @@ "twig/twig": "^1.20.0" }, "require-dev": { - "spryker/code-sniffer": "*", + "spryker/application": "*", "spryker/config": "*", + "spryker/propel": "*", "spryker/silex": "*", "spryker/testify": "*" }, "suggest": { "spryker/config": "If you want to use the TwigServiceProvider.", - "spryker/silex": "If you want to use the TwigServiceProvider.", - "spryker/symfony": "If you want to use the TwigServiceProvider." + "spryker/silex": "If you want to use the TwigServiceProvider." }, "type": "library", "extra": { @@ -15761,20 +20567,20 @@ "proprietary" ], "description": "Twig module", - "time": "2018-01-25T09:08:34+00:00" + "time": "2018-10-05T11:42:49+00:00" }, { "name": "spryker/url", - "version": "3.4.0", + "version": "3.4.1", "source": { "type": "git", "url": "https://github.com/spryker/url.git", - "reference": "05318f573376ae0fcf958261347c42db1c764b61" + "reference": "fc675282757f11c20658ca42a1cf3ec999605b0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/url/zipball/05318f573376ae0fcf958261347c42db1c764b61", - "reference": "05318f573376ae0fcf958261347c42db1c764b61", + "url": "https://api.github.com/repos/spryker/url/zipball/fc675282757f11c20658ca42a1cf3ec999605b0c", + "reference": "fc675282757f11c20658ca42a1cf3ec999605b0c", "shasum": "" }, "require": { @@ -15788,7 +20594,6 @@ "spryker/touch": "^3.0.0 || ^4.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", "spryker/propel": "*", "spryker/silex": "*", "spryker/testify": "*", @@ -15815,7 +20620,7 @@ "proprietary" ], "description": "Url module", - "time": "2018-02-21T16:37:06+00:00" + "time": "2018-09-24T00:29:06+00:00" }, { "name": "spryker/url-collector", @@ -15867,31 +20672,37 @@ }, { "name": "spryker/url-storage", - "version": "1.0.0", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/spryker/url-storage.git", - "reference": "ae4bfd3c222d9b377030064a6abd8e8c77025f7b" + "reference": "f87b9ac321be69aa2fb6ff0b41f52b11f52c87ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/url-storage/zipball/ae4bfd3c222d9b377030064a6abd8e8c77025f7b", - "reference": "ae4bfd3c222d9b377030064a6abd8e8c77025f7b", + "url": "https://api.github.com/repos/spryker/url-storage/zipball/f87b9ac321be69aa2fb6ff0b41f52b11f52c87ee", + "reference": "f87b9ac321be69aa2fb6ff0b41f52b11f52c87ee", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/event-behavior": "^1.0.0", + "spryker/event-behavior": "^1.1.0", "spryker/kernel": "^3.21.0", "spryker/locale": "^3.0.0", "spryker/propel-orm": "^1.5.0", "spryker/storage": "^3.4.0", - "spryker/synchronization": "^0.2.0", + "spryker/synchronization": "^0.2.0 || ^1.0.0", + "spryker/synchronization-extension": "^1.0.0", "spryker/url": "^3.3.0", "spryker/util-sanitize": "^2.1.0" }, "require-dev": { - "spryker/event": "*" + "spryker/code-sniffer": "*", + "spryker/config": "*", + "spryker/event": "*", + "spryker/propel": "*", + "spryker/propel-query-builder": "*", + "spryker/testify": "*" }, "suggest": { "spryker/event": "If you want to use Event plugins, minimum required version: 2.1.0" @@ -15912,38 +20723,40 @@ "proprietary" ], "description": "UrlStorage module", - "time": "2018-05-24T09:51:00+00:00" + "time": "2018-11-08T12:38:57+00:00" }, { "name": "spryker/user", - "version": "3.2.0", + "version": "3.5.0", "source": { "type": "git", "url": "https://github.com/spryker/user.git", - "reference": "2e4dfaecbbee95c5a0613d7b6b3087310fa3d2c8" + "reference": "6efeb26b17c0328a31b268fc6f44ea0b0072eeff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/user/zipball/2e4dfaecbbee95c5a0613d7b6b3087310fa3d2c8", - "reference": "2e4dfaecbbee95c5a0613d7b6b3087310fa3d2c8", + "url": "https://api.github.com/repos/spryker/user/zipball/6efeb26b17c0328a31b268fc6f44ea0b0072eeff", + "reference": "6efeb26b17c0328a31b268fc6f44ea0b0072eeff", "shasum": "" }, "require": { "php": ">=7.1", "spryker/gui": "^3.10.0", "spryker/kernel": "^3.0.0", - "spryker/session": "^3.1.1", + "spryker/session": "^3.1.1 || ^4.0.0", "spryker/symfony": "^3.0.0", + "spryker/user-extension": "^1.0.0", "spryker/util-date-time": "^1.0.0", "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", + "spryker/application": "*", "spryker/installer": "*", "spryker/propel": "*", - "spryker/propel-orm": "*", + "spryker/sales": "*", "spryker/silex": "*", - "spryker/testify": "*" + "spryker/testify": "*", + "spryker/zed-navigation": "*" }, "suggest": { "spryker/installer": "If you want to use Installer plugin.", @@ -15966,7 +20779,52 @@ "proprietary" ], "description": "User module", - "time": "2018-02-26T10:10:54+00:00" + "time": "2018-11-01T17:01:30+00:00" + }, + { + "name": "spryker/user-extension", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/spryker/user-extension.git", + "reference": "9988dd099cf32bb188e6397fb3a2d559f86dc664" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/user-extension/zipball/9988dd099cf32bb188e6397fb3a2d559f86dc664", + "reference": "9988dd099cf32bb188e6397fb3a2d559f86dc664", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/gui": "*", + "spryker/symfony": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/gui": "Required to use table in plugins.", + "spryker/symfony": "Required to use form in plugins." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "UserExtension module", + "time": "2018-09-05T07:46:20+00:00" }, { "name": "spryker/util-data-reader", @@ -16037,42 +20895,221 @@ "Spryker\\": "src/Spryker/" } }, - "autoload-dev": { + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "UtilDateTime module", + "time": "2017-10-24T13:32:31+00:00" + }, + { + "name": "spryker/util-encoding", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/spryker/UtilEncoding.git", + "reference": "9e1d562f3e241c10d914e97f2714b95d5b5f2cbf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/UtilEncoding/zipball/9e1d562f3e241c10d914e97f2714b95d5b5f2cbf", + "reference": "9e1d562f3e241c10d914e97f2714b95d5b5f2cbf", + "shasum": "" + }, + "require": { + "spryker/kernel": "^3.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { "psr-4": { - "SprykerTest\\": "tests/SprykerTest/" + "Spryker\\": "src/Spryker/" } }, - "notification-url": "https://code.foo.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "UtilDateTime module", - "support": { - "source": "https://github.com/spryker/UtilDateTime/tree/1.0.2" + "description": "UtilEncoding module", + "time": "2017-10-24T13:32:31+00:00" + }, + { + "name": "spryker/util-network", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/spryker/UtilNetwork.git", + "reference": "d517edc9406274c5223b0842ebcb544800d19667" }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/UtilNetwork/zipball/d517edc9406274c5223b0842ebcb544800d19667", + "reference": "d517edc9406274c5223b0842ebcb544800d19667", + "shasum": "" + }, + "require": { + "spryker/kernel": "^3.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "UtilNetwork module", + "time": "2017-10-24T13:32:31+00:00" + }, + { + "name": "spryker/util-sanitize", + "version": "2.1.2", + "source": { + "type": "git", + "url": "https://github.com/spryker/util-sanitize.git", + "reference": "a494e19199349491a762c7c8f0450bf64fdf5e53" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/util-sanitize/zipball/a494e19199349491a762c7c8f0450bf64fdf5e53", + "reference": "a494e19199349491a762c7c8f0450bf64fdf5e53", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/kernel": "^3.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "UtilSanitize module", + "time": "2018-02-05T11:41:16+00:00" + }, + { + "name": "spryker/util-text", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/spryker/UtilText.git", + "reference": "c7fbae692a06470b6d392831fc4352e8b03704de" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/UtilText/zipball/c7fbae692a06470b6d392831fc4352e8b03704de", + "reference": "c7fbae692a06470b6d392831fc4352e8b03704de", + "shasum": "" + }, + "require": { + "spryker/kernel": "^3.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "UtilText module", "time": "2017-10-24T13:32:31+00:00" }, { - "name": "spryker/util-encoding", - "version": "2.0.3", + "name": "spryker/util-uuid-generator", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/spryker/util-uuid-generator.git", + "reference": "060829b2e2449be8247b0b2ffe116d406dc518fe" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spryker/util-uuid-generator/zipball/060829b2e2449be8247b0b2ffe116d406dc518fe", + "reference": "060829b2e2449be8247b0b2ffe116d406dc518fe", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "spryker/kernel": "^3.0.0", + "spryker/ramsey-uuid": "^1.0.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Spryker\\": "src/Spryker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "proprietary" + ], + "description": "UtilUuidGenerator module", + "time": "2018-07-26T08:59:06+00:00" + }, + { + "name": "spryker/util-validate", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/UtilEncoding.git", - "reference": "9e1d562f3e241c10d914e97f2714b95d5b5f2cbf" + "url": "https://github.com/spryker/UtilValidate.git", + "reference": "e9bb63d9ff8262a3c38579d260dab78de4b4fefb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/UtilEncoding/zipball/9e1d562f3e241c10d914e97f2714b95d5b5f2cbf", - "reference": "9e1d562f3e241c10d914e97f2714b95d5b5f2cbf", + "url": "https://api.github.com/repos/spryker/UtilValidate/zipball/e9bb63d9ff8262a3c38579d260dab78de4b4fefb", + "reference": "e9bb63d9ff8262a3c38579d260dab78de4b4fefb", "shasum": "" }, "require": { + "spryker/egulias": "^1.0.0", "spryker/kernel": "^3.0.0" }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -16084,28 +21121,38 @@ "license": [ "proprietary" ], - "description": "UtilEncoding module", - "time": "2017-10-24T13:32:31+00:00" + "description": "UtilValidate module", + "time": "2017-11-09T13:55:22+00:00" }, { - "name": "spryker/util-network", - "version": "1.1.1", + "name": "spryker/uuid-behavior", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/spryker/UtilNetwork.git", - "reference": "d517edc9406274c5223b0842ebcb544800d19667" + "url": "https://github.com/spryker/uuid-behavior.git", + "reference": "4cfe7577db908fbee334c9a1cf8f7b2476414b11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/UtilNetwork/zipball/d517edc9406274c5223b0842ebcb544800d19667", - "reference": "d517edc9406274c5223b0842ebcb544800d19667", + "url": "https://api.github.com/repos/spryker/uuid-behavior/zipball/4cfe7577db908fbee334c9a1cf8f7b2476414b11", + "reference": "4cfe7577db908fbee334c9a1cf8f7b2476414b11", "shasum": "" }, "require": { - "spryker/kernel": "^3.0.0" + "php": ">=7.1", + "spryker/kernel": "^3.0.0", + "spryker/propel-orm": "^1.6.0", + "spryker/util-uuid-generator": "^1.0.0", + "spryker/zend": "^2.1.0" }, - "type": "library", + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/testify": "*" + }, + "type": "propel-behavior", "extra": { + "name": "uuid", + "class": "\\Spryker\\Zed\\UuidBehavior\\Persistence\\Propel\\Behavior\\UuidBehavior", "branch-alias": { "dev-master": "1.0.x-dev" } @@ -16119,31 +21166,40 @@ "license": [ "proprietary" ], - "description": "UtilNetwork module", - "time": "2017-10-24T13:32:31+00:00" + "description": "UuidBehavior module", + "time": "2018-08-20T13:01:35+00:00" }, { - "name": "spryker/util-sanitize", - "version": "2.1.2", + "name": "spryker/web-profiler", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/spryker/util-sanitize.git", - "reference": "a494e19199349491a762c7c8f0450bf64fdf5e53" + "url": "https://github.com/spryker/web-profiler.git", + "reference": "0bd14974a7f55321e746d6295d83c51a4ee0a723" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/util-sanitize/zipball/a494e19199349491a762c7c8f0450bf64fdf5e53", - "reference": "a494e19199349491a762c7c8f0450bf64fdf5e53", + "url": "https://api.github.com/repos/spryker/web-profiler/zipball/0bd14974a7f55321e746d6295d83c51a4ee0a723", + "reference": "0bd14974a7f55321e746d6295d83c51a4ee0a723", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/kernel": "^3.0.0" + "spryker/kernel": "^3.15.0", + "spryker/symfony": "^3.2.0" + }, + "require-dev": { + "spryker/code-sniffer": "*", + "spryker/silex": "*", + "spryker/testify": "*" + }, + "suggest": { + "spryker/silex": "If you want to use ServiceProvider plugins." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -16155,30 +21211,43 @@ "license": [ "proprietary" ], - "description": "UtilSanitize module", - "time": "2018-02-05T11:41:16+00:00" + "description": "WebProfiler module", + "time": "2018-10-17T10:42:14+00:00" }, { - "name": "spryker/util-text", - "version": "1.2.1", + "name": "spryker/wishlist", + "version": "6.4.0", "source": { "type": "git", - "url": "https://github.com/spryker/UtilText.git", - "reference": "c7fbae692a06470b6d392831fc4352e8b03704de" + "url": "https://github.com/spryker/wishlist.git", + "reference": "46ae46d40050018dec9ecaf5e16632399ef0e520" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/UtilText/zipball/c7fbae692a06470b6d392831fc4352e8b03704de", - "reference": "c7fbae692a06470b6d392831fc4352e8b03704de", + "url": "https://api.github.com/repos/spryker/wishlist/zipball/46ae46d40050018dec9ecaf5e16632399ef0e520", + "reference": "46ae46d40050018dec9ecaf5e16632399ef0e520", "shasum": "" }, "require": { - "spryker/kernel": "^3.0.0" + "php": ">=7.1", + "spryker/cart": "^5.0.0", + "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "spryker/kernel": "^3.0.0", + "spryker/price-product": "^1.0.0 || ^2.0.0", + "spryker/product": "^5.0.0 || ^6.0.0", + "spryker/propel-orm": "^1.1.0", + "spryker/wishlist-extension": "^1.0.0", + "spryker/zed-request": "^3.0.0" + }, + "require-dev": { + "spryker/propel": "*", + "spryker/stock": "^4.0.0 || ^5.0.0", + "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -16186,38 +21255,29 @@ "Spryker\\": "src/Spryker/" } }, - "autoload-dev": { - "psr-4": { - "SprykerTest\\": "tests/SprykerTest/" - } - }, - "notification-url": "https://code.foo.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "UtilText module", - "support": { - "source": "https://github.com/spryker/UtilText/tree/master" - }, - "time": "2017-10-24T13:32:31+00:00" + "description": "Wishlist module", + "time": "2018-11-03T13:04:30+00:00" }, { - "name": "spryker/util-validate", + "name": "spryker/wishlist-extension", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/UtilValidate.git", - "reference": "e9bb63d9ff8262a3c38579d260dab78de4b4fefb" + "url": "https://github.com/spryker/wishlist-extension.git", + "reference": "963dde78f4a9c40d99419d5798782e1cf9167fae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/UtilValidate/zipball/e9bb63d9ff8262a3c38579d260dab78de4b4fefb", - "reference": "e9bb63d9ff8262a3c38579d260dab78de4b4fefb", + "url": "https://api.github.com/repos/spryker/wishlist-extension/zipball/963dde78f4a9c40d99419d5798782e1cf9167fae", + "reference": "963dde78f4a9c40d99419d5798782e1cf9167fae", "shasum": "" }, "require": { - "spryker/egulias": "^1.0.0", - "spryker/kernel": "^3.0.0" + "php": ">=7.1" }, "require-dev": { "spryker/code-sniffer": "*", @@ -16234,45 +21294,40 @@ "Spryker\\": "src/Spryker/" } }, - "autoload-dev": { - "psr-4": { - "SprykerTest\\": "tests/SprykerTest/" - } - }, - "notification-url": "https://code.foo.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "UtilValidate module", - "support": { - "source": "https://github.com/spryker/UtilValidate/tree/1.0.0" - }, - "time": "2017-11-09T13:55:22+00:00" + "description": "WishlistExtension module", + "time": "2018-07-20T08:40:49+00:00" }, { - "name": "spryker/web-profiler", + "name": "spryker/wishlist-items-products-resource-relationship", "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/spryker/WebProfiler.git", - "reference": "e4c9a60956ce66d042ae3fdf8098ecb8f58d01fc" + "url": "https://github.com/spryker/wishlist-items-products-resource-relationship.git", + "reference": "5602a6afe720ce47af185813c9b60cab7a75db7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/WebProfiler/zipball/e4c9a60956ce66d042ae3fdf8098ecb8f58d01fc", - "reference": "e4c9a60956ce66d042ae3fdf8098ecb8f58d01fc", + "url": "https://api.github.com/repos/spryker/wishlist-items-products-resource-relationship/zipball/5602a6afe720ce47af185813c9b60cab7a75db7f", + "reference": "5602a6afe720ce47af185813c9b60cab7a75db7f", "shasum": "" }, "require": { - "spryker/kernel": "^3.15.0" + "php": ">=7.1", + "spryker/glue-application": "^1.0.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.22.0", + "spryker/products-rest-api": "^2.0.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/silex": "*", "spryker/testify": "*" }, "suggest": { - "spryker/silex": "If you want to use ServiceProvider plugins." + "spryker/wishlists-rest-api": "If you want to expand wishlist items resource with concrete products relationship." }, "type": "library", "extra": { @@ -16285,51 +21340,44 @@ "Spryker\\": "src/Spryker/" } }, - "notification-url": "https://code.spryker.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], - "description": "WebProfiler module", - "support": { - "source": "https://github.com/spryker/WebProfiler/tree/1.0.0" - }, - "time": "2018-01-10T11:59:45+00:00" + "description": "WishlistItemsProductsResourceRelationship module", + "time": "2018-09-06T09:49:53+00:00" }, { - "name": "spryker/wishlist", - "version": "6.0.0", + "name": "spryker/wishlists-rest-api", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/spryker/wishlist.git", - "reference": "2776fc5bae96aecbd377e159bfdc571cb38f06cb" + "url": "https://github.com/spryker/wishlists-rest-api.git", + "reference": "3ed75656c8e85dd0b86cfa2c60fe9fb73371a11a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/wishlist/zipball/2776fc5bae96aecbd377e159bfdc571cb38f06cb", - "reference": "2776fc5bae96aecbd377e159bfdc571cb38f06cb", + "url": "https://api.github.com/repos/spryker/wishlists-rest-api/zipball/3ed75656c8e85dd0b86cfa2c60fe9fb73371a11a", + "reference": "3ed75656c8e85dd0b86cfa2c60fe9fb73371a11a", "shasum": "" }, "require": { "php": ">=7.1", - "spryker/cart": "^5.0.0", - "spryker/customer": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "spryker/kernel": "^3.0.0", - "spryker/price-product": "^1.0.0", - "spryker/product": "^5.0.0 || ^6.0.0", - "spryker/propel-orm": "^1.1.0", - "spryker/zed-request": "^3.0.0" + "spryker/glue-application": "^1.8.0", + "spryker/glue-application-extension": "^1.0.0", + "spryker/kernel": "^3.22.0", + "spryker/propel-orm": "^1.0.0", + "spryker/symfony": "^3.0.0", + "spryker/wishlist": "^6.2.0" }, "require-dev": { "spryker/code-sniffer": "*", - "spryker/propel": "*", - "spryker/silex": "*", - "spryker/stock": "^4.0.0 || ^5.0.0", "spryker/testify": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -16341,25 +21389,27 @@ "license": [ "proprietary" ], - "description": "Wishlist module", - "time": "2018-04-10T10:41:59+00:00" + "description": "WishlistsRestApi module", + "time": "2018-10-25T16:21:30+00:00" }, { "name": "spryker/zed-navigation", - "version": "1.2.1", + "version": "1.2.2", "source": { "type": "git", - "url": "https://github.com/spryker/ZedNavigation.git", - "reference": "d4e35fcfdafe366e95943418103c486a2e1f3bc3" + "url": "https://github.com/spryker/zed-navigation.git", + "reference": "23635784deccdcbee830db56ae6a1c0965849ee2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/ZedNavigation/zipball/d4e35fcfdafe366e95943418103c486a2e1f3bc3", - "reference": "d4e35fcfdafe366e95943418103c486a2e1f3bc3", + "url": "https://api.github.com/repos/spryker/zed-navigation/zipball/23635784deccdcbee830db56ae6a1c0965849ee2", + "reference": "23635784deccdcbee830db56ae6a1c0965849ee2", "shasum": "" }, "require": { + "php": ">=7.1", "spryker/kernel": "^3.0.0", + "spryker/log": "^2.0.0 || ^3.0.0", "spryker/symfony": "^3.0.0", "spryker/url": "^3.0.0", "spryker/util-encoding": "^2.0.0", @@ -16392,24 +21442,25 @@ "proprietary" ], "description": "ZedNavigation module", - "time": "2017-10-25T13:22:17+00:00" + "time": "2018-08-21T15:51:59+00:00" }, { "name": "spryker/zed-request", - "version": "3.4.0", + "version": "3.5.0", "source": { "type": "git", "url": "https://github.com/spryker/zed-request.git", - "reference": "fdaf5c39198057c1bf9911fddf03b57b446a84c2" + "reference": "45078468174d80d84099f869e228e5ca540a2929" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/zed-request/zipball/fdaf5c39198057c1bf9911fddf03b57b446a84c2", - "reference": "fdaf5c39198057c1bf9911fddf03b57b446a84c2", + "url": "https://api.github.com/repos/spryker/zed-request/zipball/45078468174d80d84099f869e228e5ca540a2929", + "reference": "45078468174d80d84099f869e228e5ca540a2929", "shasum": "" }, "require": { "php": ">=7.1", + "spryker/application": "^3.0.0", "spryker/config": "^3.0.0", "spryker/guzzle": "^2.1.0", "spryker/kernel": "^3.0.0", @@ -16421,7 +21472,6 @@ "spryker/util-text": "^1.1.0" }, "require-dev": { - "spryker/code-sniffer": "*", "spryker/propel": "*", "spryker/testify": "*" }, @@ -16442,7 +21492,7 @@ "proprietary" ], "description": "ZedRequest module", - "time": "2018-03-06T08:52:10+00:00" + "time": "2018-11-02T12:58:40+00:00" }, { "name": "spryker/zend", @@ -16469,28 +21519,25 @@ "dev-master": "2.0.x-dev" } }, - "notification-url": "https://code.foo.com/repo/private/downloads/", + "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], "description": "Zend module", - "support": { - "source": "https://github.com/spryker/Zend/tree/2.1.0" - }, "time": "2017-08-02T16:31:17+00:00" }, { "name": "swiftmailer/swiftmailer", - "version": "v5.4.9", + "version": "v5.4.12", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", - "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91" + "reference": "181b89f18a90f8925ef805f950d47a7190e9b950" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7ffc1ea296ed14bf8260b6ef11b80208dbadba91", - "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91", + "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950", + "reference": "181b89f18a90f8925ef805f950d47a7190e9b950", "shasum": "" }, "require": { @@ -16531,7 +21578,7 @@ "mail", "mailer" ], - "time": "2018-01-23T07:37:21+00:00" + "time": "2018-07-31T09:26:32+00:00" }, { "name": "symfony-cmf/routing", @@ -16594,16 +21641,16 @@ }, { "name": "symfony/config", - "version": "v4.1.0", + "version": "v4.1.7", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "5ceefc256caecc3e25147c4e5b933de71d0020c4" + "reference": "991fec8bbe77367fc8b48ecbaa8a4bd6e905a238" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/5ceefc256caecc3e25147c4e5b933de71d0020c4", - "reference": "5ceefc256caecc3e25147c4e5b933de71d0020c4", + "url": "https://api.github.com/repos/symfony/config/zipball/991fec8bbe77367fc8b48ecbaa8a4bd6e905a238", + "reference": "991fec8bbe77367fc8b48ecbaa8a4bd6e905a238", "shasum": "" }, "require": { @@ -16653,20 +21700,20 @@ ], "description": "Symfony Config Component", "homepage": "https://symfony.com", - "time": "2018-05-16T14:33:22+00:00" + "time": "2018-10-31T09:09:42+00:00" }, { "name": "symfony/console", - "version": "v3.4.11", + "version": "v3.4.18", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27" + "reference": "1d228fb4602047d7b26a0554e0d3efd567da5803" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/36f83f642443c46f3cf751d4d2ee5d047d757a27", - "reference": "36f83f642443c46f3cf751d4d2ee5d047d757a27", + "url": "https://api.github.com/repos/symfony/console/zipball/1d228fb4602047d7b26a0554e0d3efd567da5803", + "reference": "1d228fb4602047d7b26a0554e0d3efd567da5803", "shasum": "" }, "require": { @@ -16722,20 +21769,20 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2018-05-16T08:49:21+00:00" + "time": "2018-10-30T16:50:50+00:00" }, { "name": "symfony/debug", - "version": "v3.4.11", + "version": "v3.4.18", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "b28fd73fefbac341f673f5efd707d539d6a19f68" + "reference": "fe9793af008b651c5441bdeab21ede8172dab097" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/b28fd73fefbac341f673f5efd707d539d6a19f68", - "reference": "b28fd73fefbac341f673f5efd707d539d6a19f68", + "url": "https://api.github.com/repos/symfony/debug/zipball/fe9793af008b651c5441bdeab21ede8172dab097", + "reference": "fe9793af008b651c5441bdeab21ede8172dab097", "shasum": "" }, "require": { @@ -16778,7 +21825,7 @@ ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", - "time": "2018-05-16T14:03:39+00:00" + "time": "2018-10-31T09:06:03+00:00" }, { "name": "symfony/event-dispatcher", @@ -16842,16 +21889,16 @@ }, { "name": "symfony/filesystem", - "version": "v3.4.11", + "version": "v3.4.18", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0" + "reference": "d69930fc337d767607267d57c20a7403d0a822a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0", - "reference": "8e03ca3fa52a0f56b87506f38cf7bd3f9442b3a0", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/d69930fc337d767607267d57c20a7403d0a822a4", + "reference": "d69930fc337d767607267d57c20a7403d0a822a4", "shasum": "" }, "require": { @@ -16888,20 +21935,20 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", - "time": "2018-05-16T08:49:21+00:00" + "time": "2018-10-02T12:28:39+00:00" }, { "name": "symfony/finder", - "version": "v3.4.11", + "version": "v3.4.18", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "472a92f3df8b247b49ae364275fb32943b9656c6" + "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/472a92f3df8b247b49ae364275fb32943b9656c6", - "reference": "472a92f3df8b247b49ae364275fb32943b9656c6", + "url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d", + "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d", "shasum": "" }, "require": { @@ -16937,7 +21984,7 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2018-05-16T08:49:21+00:00" + "time": "2018-10-03T08:46:40+00:00" }, { "name": "symfony/form", @@ -17020,29 +22067,31 @@ }, { "name": "symfony/http-foundation", - "version": "v3.0.9", + "version": "v2.8.47", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "49ba00f8ede742169cb6b70abe33243f4d673f82" + "reference": "0b6eb97927148a64fa1813cf1c63c94bc67c2145" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49ba00f8ede742169cb6b70abe33243f4d673f82", - "reference": "49ba00f8ede742169cb6b70abe33243f4d673f82", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/0b6eb97927148a64fa1813cf1c63c94bc67c2145", + "reference": "0b6eb97927148a64fa1813cf1c63c94bc67c2145", "shasum": "" }, "require": { - "php": ">=5.5.9", - "symfony/polyfill-mbstring": "~1.1" + "php": ">=5.3.9", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php54": "~1.0", + "symfony/polyfill-php55": "~1.0" }, "require-dev": { - "symfony/expression-language": "~2.8|~3.0" + "symfony/expression-language": "~2.4|~3.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "2.8-dev" } }, "autoload": { @@ -17069,7 +22118,7 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2016-07-17T13:54:30+00:00" + "time": "2018-10-30T16:42:45+00:00" }, { "name": "symfony/http-kernel", @@ -17155,16 +22204,16 @@ }, { "name": "symfony/inflector", - "version": "v4.1.0", + "version": "v4.1.7", "source": { "type": "git", "url": "https://github.com/symfony/inflector.git", - "reference": "a55513ebd8aa4843300e325c84d0954a9d1f4ed8" + "reference": "07810b5c88ec0c2e98972571a40a126b44664e13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/inflector/zipball/a55513ebd8aa4843300e325c84d0954a9d1f4ed8", - "reference": "a55513ebd8aa4843300e325c84d0954a9d1f4ed8", + "url": "https://api.github.com/repos/symfony/inflector/zipball/07810b5c88ec0c2e98972571a40a126b44664e13", + "reference": "07810b5c88ec0c2e98972571a40a126b44664e13", "shasum": "" }, "require": { @@ -17209,20 +22258,20 @@ "symfony", "words" ], - "time": "2018-05-01T23:02:13+00:00" + "time": "2018-07-26T08:55:25+00:00" }, { "name": "symfony/intl", - "version": "v3.4.11", + "version": "v3.4.18", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", - "reference": "267f3eae9a2e79a51e103d57880db114eb4f19ab" + "reference": "d7605162c3dd54b734136abf2358108d046c864c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/267f3eae9a2e79a51e103d57880db114eb4f19ab", - "reference": "267f3eae9a2e79a51e103d57880db114eb4f19ab", + "url": "https://api.github.com/repos/symfony/intl/zipball/d7605162c3dd54b734136abf2358108d046c864c", + "reference": "d7605162c3dd54b734136abf2358108d046c864c", "shasum": "" }, "require": { @@ -17284,20 +22333,20 @@ "l10n", "localization" ], - "time": "2018-05-21T10:06:52+00:00" + "time": "2018-10-30T16:50:50+00:00" }, { "name": "symfony/options-resolver", - "version": "v3.4.11", + "version": "v3.4.18", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "f3109a6aedd20e35c3a33190e932c2b063b7b50e" + "reference": "1cf7d8e704a9cc4164c92e430f2dfa3e6983661d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/f3109a6aedd20e35c3a33190e932c2b063b7b50e", - "reference": "f3109a6aedd20e35c3a33190e932c2b063b7b50e", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/1cf7d8e704a9cc4164c92e430f2dfa3e6983661d", + "reference": "1cf7d8e704a9cc4164c92e430f2dfa3e6983661d", "shasum": "" }, "require": { @@ -17306,15 +22355,128 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\OptionsResolver\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony OptionsResolver Component", + "homepage": "https://symfony.com", + "keywords": [ + "config", + "configuration", + "options" + ], + "time": "2018-09-17T17:29:18+00:00" + }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.10.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", + "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + }, + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "time": "2018-08-06T14:22:27+00:00" + }, + { + "name": "symfony/polyfill-intl-icu", + "version": "v1.10.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-icu.git", + "reference": "f22a90256d577c7ef7efad8df1f0201663d57644" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f22a90256d577c7ef7efad8df1f0201663d57644", + "reference": "f22a90256d577c7ef7efad8df1f0201663d57644", + "shasum": "" + }, + "require": { + "php": ">=5.3.3", + "symfony/intl": "~2.3|~3.0|~4.0" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Component\\OptionsResolver\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "files": [ + "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -17323,49 +22485,55 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony OptionsResolver Component", + "description": "Symfony polyfill for intl's ICU-related data and classes", "homepage": "https://symfony.com", "keywords": [ - "config", - "configuration", - "options" + "compatibility", + "icu", + "intl", + "polyfill", + "portable", + "shim" ], - "time": "2018-01-11T07:56:07+00:00" + "time": "2018-08-06T14:22:27+00:00" }, { - "name": "symfony/polyfill-ctype", - "version": "v1.8.0", + "name": "symfony/polyfill-mbstring", + "version": "v1.10.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae" + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "c79c051f5b3a46be09205c73b80b346e4153e494" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae", - "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494", + "reference": "c79c051f5b3a46be09205c73b80b346e4153e494", "shasum": "" }, "require": { "php": ">=5.3.3" }, + "suggest": { + "ext-mbstring": "For best performance" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8-dev" + "dev-master": "1.9-dev" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" + "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" @@ -17377,54 +22545,57 @@ ], "authors": [ { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for ctype functions", + "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", - "ctype", + "mbstring", "polyfill", - "portable" + "portable", + "shim" ], - "time": "2018-04-30T19:57:29+00:00" + "time": "2018-09-21T13:07:52+00:00" }, { - "name": "symfony/polyfill-intl-icu", - "version": "v1.8.0", + "name": "symfony/polyfill-php54", + "version": "v1.10.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "80ee17ae83c10cd513e5144f91a73607a21edb4e" + "url": "https://github.com/symfony/polyfill-php54.git", + "reference": "412977e090c6a8472dc39d50d1beb7d59495a965" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/80ee17ae83c10cd513e5144f91a73607a21edb4e", - "reference": "80ee17ae83c10cd513e5144f91a73607a21edb4e", + "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/412977e090c6a8472dc39d50d1beb7d59495a965", + "reference": "412977e090c6a8472dc39d50d1beb7d59495a965", "shasum": "" }, "require": { - "php": ">=5.3.3", - "symfony/intl": "~2.3|~3.0|~4.0" - }, - "suggest": { - "ext-intl": "For best performance" + "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8-dev" + "dev-master": "1.9-dev" } }, "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Php54\\": "" + }, "files": [ "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", @@ -17441,47 +22612,43 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for intl's ICU-related data and classes", + "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", - "icu", - "intl", "polyfill", "portable", "shim" ], - "time": "2018-04-25T14:53:50+00:00" + "time": "2018-08-06T14:22:27+00:00" }, { - "name": "symfony/polyfill-mbstring", - "version": "v1.8.0", + "name": "symfony/polyfill-php55", + "version": "v1.10.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "3296adf6a6454a050679cde90f95350ad604b171" + "url": "https://github.com/symfony/polyfill-php55.git", + "reference": "42a4c00a347625ac8853c3358c47eeadc7fd4e96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171", - "reference": "3296adf6a6454a050679cde90f95350ad604b171", + "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/42a4c00a347625ac8853c3358c47eeadc7fd4e96", + "reference": "42a4c00a347625ac8853c3358c47eeadc7fd4e96", "shasum": "" }, "require": { + "ircmaxell/password-compat": "~1.0", "php": ">=5.3.3" }, - "suggest": { - "ext-mbstring": "For best performance" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8-dev" + "dev-master": "1.9-dev" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" + "Symfony\\Polyfill\\Php55\\": "" }, "files": [ "bootstrap.php" @@ -17501,29 +22668,28 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for the Mbstring extension", + "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", - "mbstring", "polyfill", "portable", "shim" ], - "time": "2018-04-26T10:06:28+00:00" + "time": "2018-10-31T12:13:01+00:00" }, { "name": "symfony/polyfill-php56", - "version": "v1.8.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "af98553c84912459db3f636329567809d639a8f6" + "reference": "ff208829fe1aa48ab9af356992bb7199fed551af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/af98553c84912459db3f636329567809d639a8f6", - "reference": "af98553c84912459db3f636329567809d639a8f6", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ff208829fe1aa48ab9af356992bb7199fed551af", + "reference": "ff208829fe1aa48ab9af356992bb7199fed551af", "shasum": "" }, "require": { @@ -17533,7 +22699,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8-dev" + "dev-master": "1.9-dev" } }, "autoload": { @@ -17566,30 +22732,30 @@ "portable", "shim" ], - "time": "2018-04-26T10:06:28+00:00" + "time": "2018-09-21T06:26:08+00:00" }, { "name": "symfony/polyfill-php70", - "version": "v1.8.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6" + "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6", - "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224", + "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224", "shasum": "" }, "require": { - "paragonie/random_compat": "~1.0|~2.0", + "paragonie/random_compat": "~1.0|~2.0|~9.99", "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8-dev" + "dev-master": "1.9-dev" } }, "autoload": { @@ -17625,20 +22791,20 @@ "portable", "shim" ], - "time": "2018-04-26T10:06:28+00:00" + "time": "2018-09-21T06:26:08+00:00" }, { "name": "symfony/polyfill-util", - "version": "v1.8.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-util.git", - "reference": "1a5ad95d9436cbff3296034fe9f8d586dce3fb3a" + "reference": "3b58903eae668d348a7126f999b0da0f2f93611c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/1a5ad95d9436cbff3296034fe9f8d586dce3fb3a", - "reference": "1a5ad95d9436cbff3296034fe9f8d586dce3fb3a", + "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/3b58903eae668d348a7126f999b0da0f2f93611c", + "reference": "3b58903eae668d348a7126f999b0da0f2f93611c", "shasum": "" }, "require": { @@ -17647,7 +22813,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8-dev" + "dev-master": "1.9-dev" } }, "autoload": { @@ -17677,20 +22843,20 @@ "polyfill", "shim" ], - "time": "2018-04-26T10:06:28+00:00" + "time": "2018-09-30T16:36:12+00:00" }, { "name": "symfony/process", - "version": "v3.4.11", + "version": "v3.4.18", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187" + "reference": "35c2914a9f50519bd207164c353ae4d59182c2cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/4cbf2db9abcb01486a21b7a059e03a62fae63187", - "reference": "4cbf2db9abcb01486a21b7a059e03a62fae63187", + "url": "https://api.github.com/repos/symfony/process/zipball/35c2914a9f50519bd207164c353ae4d59182c2cb", + "reference": "35c2914a9f50519bd207164c353ae4d59182c2cb", "shasum": "" }, "require": { @@ -17726,20 +22892,20 @@ ], "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2018-05-16T08:49:21+00:00" + "time": "2018-10-14T17:33:21+00:00" }, { "name": "symfony/property-access", - "version": "v3.4.11", + "version": "v3.4.18", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "a6e8c778b220dfd5cd5f5dcb09f87ee232dd608a" + "reference": "a62b882330f24b43f4409e50a0692aa433947460" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/a6e8c778b220dfd5cd5f5dcb09f87ee232dd608a", - "reference": "a6e8c778b220dfd5cd5f5dcb09f87ee232dd608a", + "url": "https://api.github.com/repos/symfony/property-access/zipball/a62b882330f24b43f4409e50a0692aa433947460", + "reference": "a62b882330f24b43f4409e50a0692aa433947460", "shasum": "" }, "require": { @@ -17794,7 +22960,7 @@ "property path", "reflection" ], - "time": "2018-01-03T07:37:34+00:00" + "time": "2018-10-02T12:28:39+00:00" }, { "name": "symfony/routing", @@ -17873,22 +23039,22 @@ }, { "name": "symfony/security", - "version": "v3.2.13", + "version": "v3.2.14", "source": { "type": "git", "url": "https://github.com/symfony/security.git", - "reference": "3f6e39f1918f009524e36a56f1609cf74a8cd47c" + "reference": "9f41ec7293a6539b44c3a6b3ae5f1c02f752bf77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security/zipball/3f6e39f1918f009524e36a56f1609cf74a8cd47c", - "reference": "3f6e39f1918f009524e36a56f1609cf74a8cd47c", + "url": "https://api.github.com/repos/symfony/security/zipball/9f41ec7293a6539b44c3a6b3ae5f1c02f752bf77", + "reference": "9f41ec7293a6539b44c3a6b3ae5f1c02f752bf77", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/event-dispatcher": "~2.8|~3.0", - "symfony/http-foundation": "~2.8|~3.0", + "symfony/http-foundation": "~2.8.31|~3.2.14", "symfony/http-kernel": "~2.8|~3.0", "symfony/polyfill-php56": "~1.0", "symfony/polyfill-php70": "~1.0", @@ -17947,20 +23113,20 @@ ], "description": "Symfony Security Component", "homepage": "https://symfony.com", - "time": "2017-07-29T21:27:41+00:00" + "time": "2017-11-16T17:55:54+00:00" }, { "name": "symfony/serializer", - "version": "v3.4.11", + "version": "v3.4.18", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "313044ca25592becbcc893c5bf87cfa16ef78869" + "reference": "8bc00ef47a428bfebc4641f29d158e7c56137fcb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/313044ca25592becbcc893c5bf87cfa16ef78869", - "reference": "313044ca25592becbcc893c5bf87cfa16ef78869", + "url": "https://api.github.com/repos/symfony/serializer/zipball/8bc00ef47a428bfebc4641f29d158e7c56137fcb", + "reference": "8bc00ef47a428bfebc4641f29d158e7c56137fcb", "shasum": "" }, "require": { @@ -18026,20 +23192,69 @@ ], "description": "Symfony Serializer Component", "homepage": "https://symfony.com", - "time": "2018-05-22T12:52:11+00:00" + "time": "2018-10-02T12:28:39+00:00" + }, + { + "name": "symfony/stopwatch", + "version": "v4.1.7", + "source": { + "type": "git", + "url": "https://github.com/symfony/stopwatch.git", + "reference": "5bfc064125b73ff81229e19381ce1c34d3416f4b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5bfc064125b73ff81229e19381ce1c34d3416f4b", + "reference": "5bfc064125b73ff81229e19381ce1c34d3416f4b", + "shasum": "" + }, + "require": { + "php": "^7.1.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.1-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Stopwatch\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Stopwatch Component", + "homepage": "https://symfony.com", + "time": "2018-10-02T12:40:59+00:00" }, { "name": "symfony/translation", - "version": "v3.4.11", + "version": "v3.4.18", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "7047f725e35eab768137c677f8c38e4a2a8e38fb" + "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/7047f725e35eab768137c677f8c38e4a2a8e38fb", - "reference": "7047f725e35eab768137c677f8c38e4a2a8e38fb", + "url": "https://api.github.com/repos/symfony/translation/zipball/94bc3a79008e6640defedf5e14eb3b4f20048352", + "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352", "shasum": "" }, "require": { @@ -18094,11 +23309,11 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2018-05-21T10:06:52+00:00" + "time": "2018-10-02T16:33:53+00:00" }, { "name": "symfony/twig-bridge", - "version": "v3.3.17", + "version": "v3.3.18", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", @@ -18186,7 +23401,7 @@ }, { "name": "symfony/validator", - "version": "v3.3.17", + "version": "v3.3.18", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", @@ -18265,16 +23480,16 @@ }, { "name": "symfony/yaml", - "version": "v3.4.11", + "version": "v3.4.18", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0" + "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0", - "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0", + "url": "https://api.github.com/repos/symfony/yaml/zipball/640b6c27fed4066d64b64d5903a86043f4a4de7f", + "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f", "shasum": "" }, "require": { @@ -18320,24 +23535,25 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2018-05-03T23:18:14+00:00" + "time": "2018-10-02T16:33:53+00:00" }, { "name": "twig/twig", - "version": "v1.35.3", + "version": "v1.35.4", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f" + "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f", - "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a", + "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=5.3.3", + "symfony/polyfill-ctype": "^1.8" }, "require-dev": { "psr/container": "^1.0", @@ -18376,16 +23592,68 @@ }, { "name": "Twig Team", - "homepage": "http://twig.sensiolabs.org/contributors", + "homepage": "https://twig.symfony.com/contributors", "role": "Contributors" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "http://twig.sensiolabs.org", + "homepage": "https://twig.symfony.com", "keywords": [ "templating" ], - "time": "2018-03-20T04:25:58+00:00" + "time": "2018-07-13T07:12:17+00:00" + }, + { + "name": "willdurand/negotiation", + "version": "v2.3.1", + "source": { + "type": "git", + "url": "https://github.com/willdurand/Negotiation.git", + "reference": "03436ededa67c6e83b9b12defac15384cb399dc9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9", + "reference": "03436ededa67c6e83b9b12defac15384cb399dc9", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.3-dev" + } + }, + "autoload": { + "psr-4": { + "Negotiation\\": "src/Negotiation" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "William Durand", + "email": "will+git@drnd.me" + } + ], + "description": "Content Negotiation tools for PHP provided as a standalone library.", + "homepage": "http://williamdurand.fr/Negotiation/", + "keywords": [ + "accept", + "content", + "format", + "header", + "negotiation" + ], + "time": "2017-05-14T17:21:12+00:00" }, { "name": "zendframework/zend-config", @@ -18580,16 +23848,16 @@ }, { "name": "zendframework/zend-stdlib", - "version": "3.2.0", + "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/zendframework/zend-stdlib.git", - "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae" + "reference": "66536006722aff9e62d1b331025089b7ec71c065" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cd164b4a18b5d1aeb69be2c26db035b5ed6925ae", - "reference": "cd164b4a18b5d1aeb69be2c26db035b5ed6925ae", + "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065", + "reference": "66536006722aff9e62d1b331025089b7ec71c065", "shasum": "" }, "require": { @@ -18622,7 +23890,7 @@ "stdlib", "zf" ], - "time": "2018-04-30T13:50:40+00:00" + "time": "2018-08-28T21:34:05+00:00" } ], "packages-dev": [ @@ -18812,6 +24080,50 @@ "description": "Flexible Stub wrapper for PHPUnit's Mock Builder", "time": "2018-05-17T09:31:08+00:00" }, + { + "name": "composer/xdebug-handler", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/composer/xdebug-handler.git", + "reference": "b8e9745fb9b06ea6664d8872c4505fb16df4611c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/b8e9745fb9b06ea6664d8872c4505fb16df4611c", + "reference": "b8e9745fb9b06ea6664d8872c4505fb16df4611c", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0", + "psr/log": "^1.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "Composer\\XdebugHandler\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "John Stevenson", + "email": "john-stevenson@blueyonder.co.uk" + } + ], + "description": "Restarts a process without xdebug.", + "keywords": [ + "Xdebug", + "performance" + ], + "time": "2018-08-31T19:07:57+00:00" + }, { "name": "doctrine/instantiator", "version": "1.0.5", @@ -19142,16 +24454,16 @@ }, { "name": "nette/di", - "version": "v2.4.12", + "version": "v2.4.14", "source": { "type": "git", "url": "https://github.com/nette/di.git", - "reference": "8e717aed2d182a26763be58c220eebaaa32917df" + "reference": "923da3e2c0aa53162ef455472c0ac7787b096c5a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/di/zipball/8e717aed2d182a26763be58c220eebaaa32917df", - "reference": "8e717aed2d182a26763be58c220eebaaa32917df", + "url": "https://api.github.com/repos/nette/di/zipball/923da3e2c0aa53162ef455472c0ac7787b096c5a", + "reference": "923da3e2c0aa53162ef455472c0ac7787b096c5a", "shasum": "" }, "require": { @@ -19207,31 +24519,31 @@ "nette", "static" ], - "time": "2018-04-26T09:18:42+00:00" + "time": "2018-09-17T15:47:40+00:00" }, { "name": "nette/finder", - "version": "v2.4.1", + "version": "v2.4.2", "source": { "type": "git", "url": "https://github.com/nette/finder.git", - "reference": "4d43a66d072c57d585bf08a3ef68d3587f7e9547" + "reference": "ee951a656cb8ac622e5dd33474a01fd2470505a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/finder/zipball/4d43a66d072c57d585bf08a3ef68d3587f7e9547", - "reference": "4d43a66d072c57d585bf08a3ef68d3587f7e9547", + "url": "https://api.github.com/repos/nette/finder/zipball/ee951a656cb8ac622e5dd33474a01fd2470505a0", + "reference": "ee951a656cb8ac622e5dd33474a01fd2470505a0", "shasum": "" }, "require": { - "nette/utils": "^2.4 || ~3.0.0", + "nette/utils": "~2.4", "php": ">=5.6.0" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { - "nette/tester": "^2.0", + "nette/tester": "~2.0", "tracy/tracy": "^2.3" }, "type": "library", @@ -19261,22 +24573,28 @@ "homepage": "https://nette.org/contributors" } ], - "description": "Nette Finder: Files Searching", + "description": "🔍 Nette Finder: find files and directories with an intuitive API.", "homepage": "https://nette.org", - "time": "2017-07-10T23:47:08+00:00" + "keywords": [ + "filesystem", + "glob", + "iterator", + "nette" + ], + "time": "2018-06-28T11:49:23+00:00" }, { "name": "nette/neon", - "version": "v2.4.2", + "version": "v2.4.3", "source": { "type": "git", "url": "https://github.com/nette/neon.git", - "reference": "9eacd50553b26b53a3977bfb2fea2166d4331622" + "reference": "5e72b1dd3e2d34f0863c5561139a19df6a1ef398" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/neon/zipball/9eacd50553b26b53a3977bfb2fea2166d4331622", - "reference": "9eacd50553b26b53a3977bfb2fea2166d4331622", + "url": "https://api.github.com/repos/nette/neon/zipball/5e72b1dd3e2d34f0863c5561139a19df6a1ef398", + "reference": "5e72b1dd3e2d34f0863c5561139a19df6a1ef398", "shasum": "" }, "require": { @@ -19315,9 +24633,16 @@ "homepage": "https://nette.org/contributors" } ], - "description": "Nette NEON: parser & generator for Nette Object Notation", + "description": "🍸 Nette NEON: encodes and decodes NEON file format.", "homepage": "http://ne-on.org", - "time": "2017-07-11T18:29:08+00:00" + "keywords": [ + "export", + "import", + "neon", + "nette", + "yaml" + ], + "time": "2018-03-21T12:12:21+00:00" }, { "name": "nette/php-generator", @@ -19383,16 +24708,16 @@ }, { "name": "nette/robot-loader", - "version": "v3.0.3", + "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/nette/robot-loader.git", - "reference": "92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a" + "reference": "fc76c70e740b10f091e502b2e393d0be912f38d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/robot-loader/zipball/92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a", - "reference": "92d4b40b49d5e2d9e37fc736bbcebe6da55fa44a", + "url": "https://api.github.com/repos/nette/robot-loader/zipball/fc76c70e740b10f091e502b2e393d0be912f38d4", + "reference": "fc76c70e740b10f091e502b2e393d0be912f38d4", "shasum": "" }, "require": { @@ -19411,7 +24736,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.1-dev" } }, "autoload": { @@ -19444,20 +24769,20 @@ "nette", "trait" ], - "time": "2017-09-26T13:42:21+00:00" + "time": "2018-08-13T14:19:06+00:00" }, { "name": "nette/utils", - "version": "v2.5.2", + "version": "v2.5.3", "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "183069866dc477fcfbac393ed486aaa6d93d19a5" + "reference": "17b9f76f2abd0c943adfb556e56f2165460b15ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/183069866dc477fcfbac393ed486aaa6d93d19a5", - "reference": "183069866dc477fcfbac393ed486aaa6d93d19a5", + "url": "https://api.github.com/repos/nette/utils/zipball/17b9f76f2abd0c943adfb556e56f2165460b15ce", + "reference": "17b9f76f2abd0c943adfb556e56f2165460b15ce", "shasum": "" }, "require": { @@ -19526,28 +24851,28 @@ "utility", "validation" ], - "time": "2018-05-02T17:16:08+00:00" + "time": "2018-09-18T10:22:16+00:00" }, { "name": "nikic/php-parser", - "version": "v3.1.5", + "version": "v4.1.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce" + "reference": "d0230c5c77a7e3cfa69446febf340978540958c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce", - "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0", + "reference": "d0230c5c77a7e3cfa69446febf340978540958c0", "shasum": "" }, "require": { "ext-tokenizer": "*", - "php": ">=5.5" + "php": ">=7.0" }, "require-dev": { - "phpunit/phpunit": "~4.0|~5.0" + "phpunit/phpunit": "^6.5 || ^7.0" }, "bin": [ "bin/php-parse" @@ -19555,7 +24880,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "4.1-dev" } }, "autoload": { @@ -19577,7 +24902,7 @@ "parser", "php" ], - "time": "2018-02-28T20:30:58+00:00" + "time": "2018-10-10T09:24:14+00:00" }, { "name": "ocramius/package-versions", @@ -19771,100 +25096,141 @@ "time": "2017-03-05T17:38:23+00:00" }, { - "name": "php-mock/php-mock", + "name": "phpdocumentor/reflection-common", "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/php-mock/php-mock.git", - "reference": "bfa2d17d64dbf129073a7ba2051a96ce52749570" + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-mock/php-mock/zipball/bfa2d17d64dbf129073a7ba2051a96ce52749570", - "reference": "bfa2d17d64dbf129073a7ba2051a96ce52749570", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", "shasum": "" }, "require": { - "php": ">=5.5", - "phpunit/php-text-template": "^1" + "php": ">=5.5" }, - "replace": { - "malkusch/php-mock": "*" + "require-dev": { + "phpunit/phpunit": "^4.6" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "time": "2017-09-11T18:02:19+00:00" + }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "4.3.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "94fd0001232e47129dd3504189fa1c7225010d08" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", + "reference": "94fd0001232e47129dd3504189fa1c7225010d08", + "shasum": "" + }, + "require": { + "php": "^7.0", + "phpdocumentor/reflection-common": "^1.0.0", + "phpdocumentor/type-resolver": "^0.4.0", + "webmozart/assert": "^1.0" }, "require-dev": { - "phpunit/phpunit": "^4|^5" - }, - "suggest": { - "php-mock/php-mock-mockery": "Allows using PHPMockery for Mockery integration", - "php-mock/php-mock-phpunit": "Allows integration into PHPUnit testcase with the trait PHPMock." + "doctrine/instantiator": "~1.0.5", + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^6.4" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.x-dev" + } + }, "autoload": { "psr-4": { - "phpmock\\": [ - "classes/", - "tests/unit/" + "phpDocumentor\\Reflection\\": [ + "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "WTFPL" + "MIT" ], "authors": [ { - "name": "Markus Malkusch", - "email": "markus@malkusch.de", - "homepage": "http://markus.malkusch.de", - "role": "Developer" + "name": "Mike van Riel", + "email": "me@mikevanriel.com" } ], - "description": "PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.", - "homepage": "https://github.com/php-mock/php-mock", - "keywords": [ - "BDD", - "TDD", - "function", - "mock", - "stub", - "test", - "test double" - ], - "time": "2015-11-11T22:37:09+00:00" + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "time": "2017-11-30T07:14:17+00:00" }, { - "name": "phpdocumentor/reflection-docblock", - "version": "2.0.5", + "name": "phpdocumentor/type-resolver", + "version": "0.4.0", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b" + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b", - "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^5.5 || ^7.0", + "phpdocumentor/reflection-common": "^1.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "suggest": { - "dflydev/markdown": "~1.0", - "erusev/parsedown": "~1.0" + "mockery/mockery": "^0.9.4", + "phpunit/phpunit": "^5.2||^4.8.24" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-0": { - "phpDocumentor": [ + "psr-4": { + "phpDocumentor\\Reflection\\": [ "src/" ] } @@ -19876,27 +25242,28 @@ "authors": [ { "name": "Mike van Riel", - "email": "mike.vanriel@naenius.com" + "email": "me@mikevanriel.com" } ], - "time": "2016-01-25T08:17:30+00:00" + "time": "2017-07-14T14:27:02+00:00" }, { "name": "phpmd/phpmd", - "version": "2.4.4", + "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/phpmd/phpmd.git", - "reference": "148b605040ae6f7cc839e14a9e206beec9868d97" + "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpmd/phpmd/zipball/148b605040ae6f7cc839e14a9e206beec9868d97", - "reference": "148b605040ae6f7cc839e14a9e206beec9868d97", + "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374", + "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374", "shasum": "" }, "require": { - "pdepend/pdepend": "^2.0.4", + "ext-xml": "*", + "pdepend/pdepend": "^2.5", "php": ">=5.3.9" }, "require-dev": { @@ -19944,20 +25311,20 @@ "phpmd", "pmd" ], - "time": "2016-11-22T14:35:17+00:00" + "time": "2017-01-20T14:41:10+00:00" }, { "name": "phpspec/prophecy", - "version": "1.7.6", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712" + "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712", - "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", + "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", "shasum": "" }, "require": { @@ -19969,12 +25336,12 @@ }, "require-dev": { "phpspec/phpspec": "^2.5|^3.2", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7.x-dev" + "dev-master": "1.8.x-dev" } }, "autoload": { @@ -20007,37 +25374,38 @@ "spy", "stub" ], - "time": "2018-04-18T13:57:24+00:00" + "time": "2018-08-05T17:53:17+00:00" }, { "name": "phpstan/phpdoc-parser", - "version": "0.2", + "version": "0.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "02f909f134fe06f0cd4790d8627ee24efbe84d6a" + "reference": "ed3223362174b8067729930439e139794e9e514a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/02f909f134fe06f0cd4790d8627ee24efbe84d6a", - "reference": "02f909f134fe06f0cd4790d8627ee24efbe84d6a", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ed3223362174b8067729930439e139794e9e514a", + "reference": "ed3223362174b8067729930439e139794e9e514a", "shasum": "" }, "require": { - "php": "~7.0" + "php": "~7.1" }, "require-dev": { "consistence/coding-standard": "^2.0.0", "jakub-onderka/php-parallel-lint": "^0.9.2", "phing/phing": "^2.16.0", - "phpstan/phpstan": "^0.9", + "phpstan/phpstan": "^0.10@dev", "phpunit/phpunit": "^6.3", - "slevomat/coding-standard": "^3.3.0" + "slevomat/coding-standard": "^3.3.0", + "symfony/process": "^3.4 || ^4.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.1-dev" + "dev-master": "0.3-dev" } }, "autoload": { @@ -20052,46 +25420,52 @@ "MIT" ], "description": "PHPDoc parser with support for nullable, intersection and generic types", - "time": "2018-01-13T18:19:41+00:00" + "time": "2018-06-20T17:48:01+00:00" }, { "name": "phpstan/phpstan", - "version": "0.9.2", + "version": "0.10.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e59541bcc7cac9b35ca54db6365bf377baf4a488" + "reference": "c6a8cd1fe08a23b9d101a55ffa9ff6b91d71ef5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e59541bcc7cac9b35ca54db6365bf377baf4a488", - "reference": "e59541bcc7cac9b35ca54db6365bf377baf4a488", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6a8cd1fe08a23b9d101a55ffa9ff6b91d71ef5d", + "reference": "c6a8cd1fe08a23b9d101a55ffa9ff6b91d71ef5d", "shasum": "" }, "require": { + "composer/xdebug-handler": "^1.3.0", "jean85/pretty-package-versions": "^1.0.3", "nette/bootstrap": "^2.4 || ^3.0", "nette/di": "^2.4.7 || ^3.0", "nette/robot-loader": "^3.0.1", "nette/utils": "^2.4.5 || ^3.0", - "nikic/php-parser": "^3.1", - "php": "~7.0", - "phpstan/phpdoc-parser": "^0.2", + "nikic/php-parser": "^4.0.2", + "php": "~7.1", + "phpstan/phpdoc-parser": "^0.3", "symfony/console": "~3.2 || ~4.0", "symfony/finder": "~3.2 || ~4.0" }, "require-dev": { - "consistence/coding-standard": "2.2.1", + "brianium/paratest": "^2.0", + "consistence/coding-standard": "^3.5", + "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", "ext-gd": "*", "ext-intl": "*", "ext-mysqli": "*", - "jakub-onderka/php-parallel-lint": "^0.9.2", + "ext-zip": "*", + "jakub-onderka/php-parallel-lint": "^1.0", + "localheinz/composer-normalize": "~0.9.0", "phing/phing": "^2.16.0", - "phpstan/phpstan-php-parser": "^0.9", - "phpstan/phpstan-phpunit": "^0.9.3", - "phpstan/phpstan-strict-rules": "^0.9", - "phpunit/phpunit": "^6.5.4", - "slevomat/coding-standard": "4.0.0" + "phpstan/phpstan-deprecation-rules": "^0.10.2", + "phpstan/phpstan-php-parser": "^0.10", + "phpstan/phpstan-phpunit": "^0.10", + "phpstan/phpstan-strict-rules": "^0.10", + "phpunit/phpunit": "^7.0", + "slevomat/coding-standard": "^4.7.2" }, "bin": [ "bin/phpstan" @@ -20099,7 +25473,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "0.9-dev" + "dev-master": "0.10-dev" } }, "autoload": { @@ -20115,20 +25489,20 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2018-01-28T13:22:19+00:00" + "time": "2018-10-20T17:24:55+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "5.2.2", + "version": "5.3.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b" + "reference": "c89677919c5dd6d3b3852f230a663118762218ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8ed1902a57849e117b5651fc1a5c48110946c06b", - "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac", + "reference": "c89677919c5dd6d3b3852f230a663118762218ac", "shasum": "" }, "require": { @@ -20137,14 +25511,13 @@ "php": "^7.0", "phpunit/php-file-iterator": "^1.4.2", "phpunit/php-text-template": "^1.2.1", - "phpunit/php-token-stream": "^1.4.11 || ^2.0", + "phpunit/php-token-stream": "^2.0.1", "sebastian/code-unit-reverse-lookup": "^1.0.1", "sebastian/environment": "^3.0", "sebastian/version": "^2.0.1", "theseer/tokenizer": "^1.1" }, "require-dev": { - "ext-xdebug": "^2.5", "phpunit/phpunit": "^6.0" }, "suggest": { @@ -20153,7 +25526,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.2.x-dev" + "dev-master": "5.3.x-dev" } }, "autoload": { @@ -20168,7 +25541,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -20179,7 +25552,7 @@ "testing", "xunit" ], - "time": "2017-08-03T12:40:43+00:00" + "time": "2018-04-06T15:36:58+00:00" }, { "name": "phpunit/php-file-iterator", @@ -20320,29 +25693,29 @@ }, { "name": "phpunit/php-token-stream", - "version": "1.4.12", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16" + "reference": "791198a2c6254db10131eecfe8c06670700904db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16", - "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", + "reference": "791198a2c6254db10131eecfe8c06670700904db", "shasum": "" }, "require": { "ext-tokenizer": "*", - "php": ">=5.3.3" + "php": "^7.0" }, "require-dev": { - "phpunit/phpunit": "~4.2" + "phpunit/phpunit": "^6.2.4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "2.0-dev" } }, "autoload": { @@ -20365,20 +25738,20 @@ "keywords": [ "tokenizer" ], - "time": "2017-12-04T08:55:13+00:00" + "time": "2017-11-27T05:48:46+00:00" }, { "name": "phpunit/phpunit", - "version": "6.4.4", + "version": "6.5.13", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "562f7dc75d46510a4ed5d16189ae57fbe45a9932" + "reference": "0973426fb012359b2f18d3bd1e90ef1172839693" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/562f7dc75d46510a4ed5d16189ae57fbe45a9932", - "reference": "562f7dc75d46510a4ed5d16189ae57fbe45a9932", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0973426fb012359b2f18d3bd1e90ef1172839693", + "reference": "0973426fb012359b2f18d3bd1e90ef1172839693", "shasum": "" }, "require": { @@ -20392,12 +25765,12 @@ "phar-io/version": "^1.0", "php": "^7.0", "phpspec/prophecy": "^1.7", - "phpunit/php-code-coverage": "^5.2.2", - "phpunit/php-file-iterator": "^1.4.2", + "phpunit/php-code-coverage": "^5.3", + "phpunit/php-file-iterator": "^1.4.3", "phpunit/php-text-template": "^1.2.1", "phpunit/php-timer": "^1.0.9", - "phpunit/phpunit-mock-objects": "^4.0.3", - "sebastian/comparator": "^2.0.2", + "phpunit/phpunit-mock-objects": "^5.0.9", + "sebastian/comparator": "^2.1", "sebastian/diff": "^2.0", "sebastian/environment": "^3.1", "sebastian/exporter": "^3.1", @@ -20423,7 +25796,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "6.4.x-dev" + "dev-master": "6.5.x-dev" } }, "autoload": { @@ -20449,33 +25822,33 @@ "testing", "xunit" ], - "time": "2017-11-08T11:26:09+00:00" + "time": "2018-09-08T15:10:43+00:00" }, { "name": "phpunit/phpunit-mock-objects", - "version": "4.0.4", + "version": "5.0.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "2f789b59ab89669015ad984afa350c4ec577ade0" + "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0", - "reference": "2f789b59ab89669015ad984afa350c4ec577ade0", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f", + "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.5", "php": "^7.0", "phpunit/php-text-template": "^1.2.1", - "sebastian/exporter": "^3.0" + "sebastian/exporter": "^3.1" }, "conflict": { "phpunit/phpunit": "<6.0" }, "require-dev": { - "phpunit/phpunit": "^6.0" + "phpunit/phpunit": "^6.5.11" }, "suggest": { "ext-soap": "*" @@ -20483,7 +25856,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "5.0.x-dev" } }, "autoload": { @@ -20498,7 +25871,7 @@ "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -20508,7 +25881,7 @@ "mock", "xunit" ], - "time": "2017-08-03T14:08:16+00:00" + "time": "2018-08-09T05:50:03+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -21203,51 +26576,6 @@ "description": "A security checker for your composer.lock", "time": "2017-03-29T09:29:53+00:00" }, - { - "name": "silex/web-profiler", - "version": "1.0.x-dev", - "target-dir": "Silex/Provider", - "source": { - "type": "git", - "url": "https://github.com/silexphp/Silex-WebProfiler.git", - "reference": "2c5df830c864bec709307e706176771b57440be5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/silexphp/Silex-WebProfiler/zipball/2c5df830c864bec709307e706176771b57440be5", - "reference": "2c5df830c864bec709307e706176771b57440be5", - "shasum": "" - }, - "require": { - "silex/silex": "~1.1", - "symfony/stopwatch": "~2.2|3.0.*", - "symfony/web-profiler-bundle": "~2.4|3.0.*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "Silex\\Provider\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "A WebProfiler for Silex", - "homepage": "http://silex.sensiolabs.org/", - "time": "2016-05-04T16:32:42+00:00" - }, { "name": "site5/phantoman", "version": "v1.1.7", @@ -21297,30 +26625,29 @@ }, { "name": "slevomat/coding-standard", - "version": "4.4.8", + "version": "4.8.6", "source": { "type": "git", "url": "https://github.com/slevomat/coding-standard.git", - "reference": "8107d1790f98ae67b768bed3728d3d05c0f9fb80" + "reference": "af0c0c99e84106525484ef25f15144b9831522bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/8107d1790f98ae67b768bed3728d3d05c0f9fb80", - "reference": "8107d1790f98ae67b768bed3728d3d05c0f9fb80", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/af0c0c99e84106525484ef25f15144b9831522bb", + "reference": "af0c0c99e84106525484ef25f15144b9831522bb", "shasum": "" }, "require": { "php": "^7.1", - "squizlabs/php_codesniffer": "^3.0.2" + "squizlabs/php_codesniffer": "^3.3.1" }, "require-dev": { - "jakub-onderka/php-parallel-lint": "0.9.2", - "phing/phing": "2.16", + "jakub-onderka/php-parallel-lint": "1.0.0", + "phing/phing": "2.16.1", "phpstan/phpstan": "0.9.2", "phpstan/phpstan-phpunit": "0.9.4", "phpstan/phpstan-strict-rules": "0.9", - "phpunit/php-code-coverage": "6.0.1", - "phpunit/phpunit": "7.0.0" + "phpunit/phpunit": "7.3.5" }, "type": "phpcodesniffer-standard", "autoload": { @@ -21333,7 +26660,7 @@ "MIT" ], "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.", - "time": "2018-02-28T23:33:43+00:00" + "time": "2018-11-03T21:28:29+00:00" }, { "name": "sllh/composer-versions-check", @@ -21440,67 +26767,27 @@ ], "time": "2017-08-01T14:03:04+00:00" }, - { - "name": "spryker/code-generator", - "version": "0.3.5", - "source": { - "type": "git", - "url": "https://github.com/spryker/code-generator.git", - "reference": "550b9776d12991c8d354f37978ab70aaa227c49d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/code-generator/zipball/550b9776d12991c8d354f37978ab70aaa227c49d", - "reference": "550b9776d12991c8d354f37978ab70aaa227c49d", - "shasum": "" - }, - "require": { - "php": ">=7.1", - "spryker/kernel": "^3.0.0", - "zendframework/zend-filter": "*" - }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "CodeGenerator module", - "time": "2018-03-02T11:42:00+00:00" - }, { "name": "spryker/code-sniffer", - "version": "0.11.4", + "version": "0.12.5", "source": { "type": "git", "url": "https://github.com/spryker/code-sniffer.git", - "reference": "873f191feae7115e0fd6476a3f757fe2bbd04986" + "reference": "5fd0dccb5635db97a9abea11f54e72a4e3f51216" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/code-sniffer/zipball/873f191feae7115e0fd6476a3f757fe2bbd04986", - "reference": "873f191feae7115e0fd6476a3f757fe2bbd04986", + "url": "https://api.github.com/repos/spryker/code-sniffer/zipball/5fd0dccb5635db97a9abea11f54e72a4e3f51216", + "reference": "5fd0dccb5635db97a9abea11f54e72a4e3f51216", "shasum": "" }, "require": { "php": ">=7.1", - "slevomat/coding-standard": "^4.0", - "squizlabs/php_codesniffer": "^3.0" + "slevomat/coding-standard": "^4.7", + "squizlabs/php_codesniffer": "^3.3" }, "require-dev": { + "phpstan/phpstan-shim": "^0.9.2", "phpunit/phpunit": "<5.0" }, "bin": [ @@ -21530,69 +26817,20 @@ "phpcs", "standards" ], - "time": "2018-04-25T08:23:54+00:00" - }, - { - "name": "spryker/development", - "version": "3.9.1", - "source": { - "type": "git", - "url": "https://github.com/spryker/development.git", - "reference": "2f0be1e61446d0ed01da43973fa18403810eaa0a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spryker/development/zipball/2f0be1e61446d0ed01da43973fa18403810eaa0a", - "reference": "2f0be1e61446d0ed01da43973fa18403810eaa0a", - "shasum": "" - }, - "require": { - "php": ">=7.1", - "spryker/config": "^3.0.0", - "spryker/graph": "^3.0.0", - "spryker/kernel": "^3.0.0", - "spryker/symfony": "^3.0.0", - "spryker/twig": "^3.0.0", - "spryker/zend": "^2.0.0" - }, - "require-dev": { - "spryker/code-sniffer": "*", - "spryker/testify": "*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spryker\\": "src/Spryker/", - "SprykerTest\\Zed\\Development\\Helper\\": "tests/SprykerTest/Zed/Development/_support/Helper/" - }, - "files": [ - "tests/dd.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "proprietary" - ], - "description": "Development module", - "time": "2018-05-08T16:29:04+00:00" + "time": "2018-09-24T13:39:28+00:00" }, { "name": "spryker/testify", - "version": "3.4.4", + "version": "3.5.0", "source": { "type": "git", "url": "https://github.com/spryker/testify.git", - "reference": "c74af63bfe4cf885f616ac3f1ebb6b0d7df8f060" + "reference": "599c1fbd85e34dfa1964af3664cc7c4e15f8c867" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/testify/zipball/c74af63bfe4cf885f616ac3f1ebb6b0d7df8f060", - "reference": "c74af63bfe4cf885f616ac3f1ebb6b0d7df8f060", + "url": "https://api.github.com/repos/spryker/testify/zipball/599c1fbd85e34dfa1964af3664cc7c4e15f8c867", + "reference": "599c1fbd85e34dfa1964af3664cc7c4e15f8c867", "shasum": "" }, "require": { @@ -21606,7 +26844,6 @@ "spryker/silex": "^2.0.0" }, "require-dev": { - "spryker/code-sniffer": "*", "spryker/symfony": "^3.0.0", "spryker/twig": "^3.0.0" }, @@ -21627,20 +26864,20 @@ "proprietary" ], "description": "Testify module", - "time": "2018-04-10T13:56:18+00:00" + "time": "2018-09-28T09:08:04+00:00" }, { "name": "squizlabs/php_codesniffer", - "version": "3.1.1", + "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "d667e245d5dcd4d7bf80f26f2c947d476b66213e" + "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d667e245d5dcd4d7bf80f26f2c947d476b66213e", - "reference": "d667e245d5dcd4d7bf80f26f2c947d476b66213e", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6ad28354c04b364c3c71a34e4a18b629cc3b231e", + "reference": "6ad28354c04b364c3c71a34e4a18b629cc3b231e", "shasum": "" }, "require": { @@ -21650,7 +26887,7 @@ "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0" + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "bin": [ "bin/phpcs", @@ -21678,7 +26915,7 @@ "phpcs", "standards" ], - "time": "2017-10-16T22:40:25+00:00" + "time": "2018-09-23T23:08:17+00:00" }, { "name": "stecman/symfony-console-completion", @@ -21727,16 +26964,16 @@ }, { "name": "symfony/browser-kit", - "version": "v4.1.0", + "version": "v4.1.7", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "16355a5d0f1499c77efee5ff68d8ea61624d4da1" + "reference": "c55fe9257003b2d95c0211b3f6941e8dfd26dffd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/16355a5d0f1499c77efee5ff68d8ea61624d4da1", - "reference": "16355a5d0f1499c77efee5ff68d8ea61624d4da1", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c55fe9257003b2d95c0211b3f6941e8dfd26dffd", + "reference": "c55fe9257003b2d95c0211b3f6941e8dfd26dffd", "shasum": "" }, "require": { @@ -21780,20 +27017,20 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2018-04-06T10:52:03+00:00" + "time": "2018-07-26T09:10:45+00:00" }, { "name": "symfony/css-selector", - "version": "v4.1.0", + "version": "v4.1.7", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "03ac71606ecb0b0ce792faa17d74cc32c2949ef4" + "reference": "d67de79a70a27d93c92c47f37ece958bf8de4d8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/03ac71606ecb0b0ce792faa17d74cc32c2949ef4", - "reference": "03ac71606ecb0b0ce792faa17d74cc32c2949ef4", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/d67de79a70a27d93c92c47f37ece958bf8de4d8a", + "reference": "d67de79a70a27d93c92c47f37ece958bf8de4d8a", "shasum": "" }, "require": { @@ -21833,20 +27070,20 @@ ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", - "time": "2018-05-30T07:26:09+00:00" + "time": "2018-10-02T16:36:10+00:00" }, { "name": "symfony/dependency-injection", - "version": "v4.1.0", + "version": "v4.1.7", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "f2a3f0dc640a28b8aedd51b47ad6e6c5cebb3c00" + "reference": "e72ee2c23d952e4c368ee98610fa22b79b89b483" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f2a3f0dc640a28b8aedd51b47ad6e6c5cebb3c00", - "reference": "f2a3f0dc640a28b8aedd51b47ad6e6c5cebb3c00", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e72ee2c23d952e4c368ee98610fa22b79b89b483", + "reference": "e72ee2c23d952e4c368ee98610fa22b79b89b483", "shasum": "" }, "require": { @@ -21854,7 +27091,7 @@ "psr/container": "^1.0" }, "conflict": { - "symfony/config": "<4.1", + "symfony/config": "<4.1.1", "symfony/finder": "<3.4", "symfony/proxy-manager-bridge": "<3.4", "symfony/yaml": "<3.4" @@ -21904,20 +27141,20 @@ ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", - "time": "2018-05-25T14:55:38+00:00" + "time": "2018-10-31T10:54:16+00:00" }, { "name": "symfony/dom-crawler", - "version": "v4.1.0", + "version": "v4.1.7", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "3350cacf151b48d903114ab8f7a4ccb23e07e10a" + "reference": "80e60271bb288de2a2259662cff125cff4f93f95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/3350cacf151b48d903114ab8f7a4ccb23e07e10a", - "reference": "3350cacf151b48d903114ab8f7a4ccb23e07e10a", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/80e60271bb288de2a2259662cff125cff4f93f95", + "reference": "80e60271bb288de2a2259662cff125cff4f93f95", "shasum": "" }, "require": { @@ -21961,20 +27198,20 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2018-05-01T23:02:13+00:00" + "time": "2018-10-02T12:40:59+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.8.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46" + "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/a4576e282d782ad82397f3e4ec1df8e0f0cafb46", - "reference": "a4576e282d782ad82397f3e4ec1df8e0f0cafb46", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631", + "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631", "shasum": "" }, "require": { @@ -21983,7 +27220,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8-dev" + "dev-master": "1.9-dev" } }, "autoload": { @@ -22016,69 +27253,20 @@ "portable", "shim" ], - "time": "2018-04-26T10:06:28+00:00" - }, - { - "name": "symfony/stopwatch", - "version": "v3.0.9", - "source": { - "type": "git", - "url": "https://github.com/symfony/stopwatch.git", - "reference": "49c0ea2f3d3a779df4780927671332edc406ea84" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/49c0ea2f3d3a779df4780927671332edc406ea84", - "reference": "49c0ea2f3d3a779df4780927671332edc406ea84", - "shasum": "" - }, - "require": { - "php": ">=5.5.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Stopwatch\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Stopwatch Component", - "homepage": "https://symfony.com", - "time": "2016-06-29T05:40:00+00:00" + "time": "2018-09-21T13:07:52+00:00" }, { "name": "symfony/var-dumper", - "version": "v4.1.0", + "version": "v4.1.7", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "bc88ad53e825ebacc7b190bbd360781fce381c64" + "reference": "60319b45653580b0cdacca499344577d87732f16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/bc88ad53e825ebacc7b190bbd360781fce381c64", - "reference": "bc88ad53e825ebacc7b190bbd360781fce381c64", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/60319b45653580b0cdacca499344577d87732f16", + "reference": "60319b45653580b0cdacca499344577d87732f16", "shasum": "" }, "require": { @@ -22140,20 +27328,20 @@ "debug", "dump" ], - "time": "2018-04-29T07:56:09+00:00" + "time": "2018-10-02T16:36:10+00:00" }, { "name": "symfony/web-profiler-bundle", - "version": "v3.0.9", + "version": "v3.1.1", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "27f53ac86d85d6eeb3fbe08be026d7b447ad86d7" + "reference": "dd5b79ee59fd5be48f4f7fd3a1a2edd44d5f2c55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/27f53ac86d85d6eeb3fbe08be026d7b447ad86d7", - "reference": "27f53ac86d85d6eeb3fbe08be026d7b447ad86d7", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/dd5b79ee59fd5be48f4f7fd3a1a2edd44d5f2c55", + "reference": "dd5b79ee59fd5be48f4f7fd3a1a2edd44d5f2c55", "shasum": "" }, "require": { @@ -22171,7 +27359,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.1-dev" } }, "autoload": { @@ -22198,7 +27386,7 @@ ], "description": "Symfony WebProfilerBundle", "homepage": "https://symfony.com", - "time": "2016-07-26T08:03:56+00:00" + "time": "2016-06-14T11:18:07+00:00" }, { "name": "theseer/fdomdocument", @@ -22279,16 +27467,59 @@ ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "time": "2017-04-07T12:08:54+00:00" - } - ], - "aliases": [ + }, { - "alias": "1.0.0", - "alias_normalized": "1.0.0.0", - "version": "9999999-dev", - "package": "spryker-eco/loggly" + "name": "webmozart/assert", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/webmozart/assert.git", + "reference": "0df1908962e7a3071564e857d86874dad1ef204a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", + "reference": "0df1908962e7a3071564e857d86874dad1ef204a", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.6", + "sebastian/version": "^1.0.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3-dev" + } + }, + "autoload": { + "psr-4": { + "Webmozart\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" + ], + "time": "2018-01-29T19:49:41+00:00" } ], + "aliases": [], "minimum-stability": "dev", "stability-flags": { "spryker-eco/loggly": 20 diff --git a/config/Shared/ci/travis/config_ci.php b/config/Shared/ci/travis/config_ci.php index 96d5083f1b..283833d46f 100644 --- a/config/Shared/ci/travis/config_ci.php +++ b/config/Shared/ci/travis/config_ci.php @@ -15,6 +15,7 @@ use Spryker\Shared\Newsletter\NewsletterConstants; use Spryker\Shared\ProductManagement\ProductManagementConstants; use Spryker\Shared\Propel\PropelConstants; +use Spryker\Shared\Quote\QuoteConstants; use Spryker\Shared\RabbitMq\RabbitMqEnv; use Spryker\Shared\Search\SearchConstants; use Spryker\Shared\Session\SessionConstants; @@ -162,3 +163,8 @@ $config[ApplicationConstants::HOST_ZED], 'localhost', ]; + +// ---------- Guest cart +$config[QuoteConstants::GUEST_QUOTE_LIFETIME] = 'P01M'; + +$config[MailConstants::SMTP_PORT] = 1025; diff --git a/config/Shared/ci/travis/install_mailcatcher.sh b/config/Shared/ci/travis/install_mailcatcher.sh new file mode 100644 index 0000000000..0567cfa41a --- /dev/null +++ b/config/Shared/ci/travis/install_mailcatcher.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +set -e + +gem install mailcatcher +mailcatcher diff --git a/config/Shared/config_default-development-heroku.php b/config/Shared/config_default-development-heroku.php index ff374203fe..c7783342f2 100644 --- a/config/Shared/config_default-development-heroku.php +++ b/config/Shared/config_default-development-heroku.php @@ -11,6 +11,7 @@ use Spryker\Shared\Propel\PropelConstants; use Spryker\Shared\PropelOrm\PropelOrmConstants; use Spryker\Shared\Search\SearchConstants; +use Spryker\Shared\Session\SessionConfig; use Spryker\Shared\Session\SessionConstants; use Spryker\Shared\Setup\SetupConstants; use Spryker\Shared\Storage\StorageConstants; @@ -48,13 +49,13 @@ // ---------- Session $config[SessionConstants::YVES_SESSION_COOKIE_SECURE] = false; -$config[SessionConstants::YVES_SESSION_SAVE_HANDLER] = SessionConstants::SESSION_HANDLER_REDIS_LOCKING; +$config[SessionConstants::YVES_SESSION_SAVE_HANDLER] = SessionConfig::SESSION_HANDLER_REDIS_LOCKING; $config[SessionConstants::YVES_SESSION_REDIS_PROTOCOL] = $config[StorageConstants::STORAGE_REDIS_PROTOCOL]; $config[SessionConstants::YVES_SESSION_REDIS_HOST] = $config[StorageConstants::STORAGE_REDIS_HOST]; $config[SessionConstants::YVES_SESSION_REDIS_PORT] = $config[StorageConstants::STORAGE_REDIS_PORT]; $config[SessionConstants::YVES_SESSION_REDIS_PASSWORD] = $config[StorageConstants::STORAGE_REDIS_PASSWORD]; $config[SessionConstants::ZED_SESSION_COOKIE_SECURE] = false; -$config[SessionConstants::ZED_SESSION_SAVE_HANDLER] = SessionConstants::SESSION_HANDLER_REDIS; +$config[SessionConstants::ZED_SESSION_SAVE_HANDLER] = SessionConfig::SESSION_HANDLER_REDIS; $config[SessionConstants::ZED_SESSION_REDIS_PROTOCOL] = $config[SessionConstants::YVES_SESSION_REDIS_PROTOCOL]; $config[SessionConstants::ZED_SESSION_REDIS_HOST] = $config[SessionConstants::YVES_SESSION_REDIS_HOST]; $config[SessionConstants::ZED_SESSION_REDIS_PORT] = $config[SessionConstants::YVES_SESSION_REDIS_PORT]; diff --git a/config/Shared/config_default-development.php b/config/Shared/config_default-development.php index 18e333db13..c04b83ca4f 100644 --- a/config/Shared/config_default-development.php +++ b/config/Shared/config_default-development.php @@ -18,6 +18,7 @@ use Spryker\Shared\PropelOrm\PropelOrmConstants; use Spryker\Shared\PropelQueryBuilder\PropelQueryBuilderConstants; use Spryker\Shared\RabbitMq\RabbitMqEnv; +use Spryker\Shared\Session\SessionConfig; use Spryker\Shared\Session\SessionConstants; use Spryker\Shared\Setup\SetupConstants; use Spryker\Shared\Storage\StorageConstants; @@ -103,7 +104,7 @@ $config[SessionConstants::ZED_SESSION_REDIS_PORT] = $config[SessionConstants::YVES_SESSION_REDIS_PORT]; $config[SessionConstants::ZED_SESSION_REDIS_PASSWORD] = $config[SessionConstants::YVES_SESSION_REDIS_PASSWORD]; $config[SessionConstants::ZED_SESSION_REDIS_DATABASE] = 2; -$config[SessionConstants::ZED_SESSION_TIME_TO_LIVE] = SessionConstants::SESSION_LIFETIME_1_YEAR; +$config[SessionConstants::ZED_SESSION_TIME_TO_LIVE] = SessionConfig::SESSION_LIFETIME_1_YEAR; // ---------- Jenkins $config[SetupConstants::JENKINS_BASE_URL] = 'http://localhost:10007/'; diff --git a/config/Shared/config_default-devtest.php b/config/Shared/config_default-devtest.php index 934a570a88..0d0876e38a 100644 --- a/config/Shared/config_default-devtest.php +++ b/config/Shared/config_default-devtest.php @@ -16,6 +16,7 @@ use Spryker\Shared\Propel\PropelConstants; use Spryker\Shared\RabbitMq\RabbitMqEnv; use Spryker\Shared\Search\SearchConstants; +use Spryker\Shared\Session\SessionConfig; use Spryker\Shared\Session\SessionConstants; use Spryker\Shared\Setup\SetupConstants; use Spryker\Shared\Storage\StorageConstants; @@ -44,13 +45,13 @@ // ---------- Session $config[SessionConstants::SESSION_IS_TEST] = (bool)getenv("SESSION_IS_TEST"); -$config[SessionConstants::YVES_SESSION_SAVE_HANDLER] = SessionConstants::SESSION_HANDLER_REDIS; +$config[SessionConstants::YVES_SESSION_SAVE_HANDLER] = SessionConfig::SESSION_HANDLER_REDIS; $config[SessionConstants::YVES_SESSION_REDIS_PROTOCOL] = $config[StorageConstants::STORAGE_REDIS_PROTOCOL]; $config[SessionConstants::YVES_SESSION_REDIS_HOST] = $config[StorageConstants::STORAGE_REDIS_HOST]; $config[SessionConstants::YVES_SESSION_REDIS_PORT] = $config[StorageConstants::STORAGE_REDIS_PORT]; $config[SessionConstants::YVES_SESSION_REDIS_PASSWORD] = $config[StorageConstants::STORAGE_REDIS_PASSWORD]; $config[SessionConstants::ZED_SESSION_COOKIE_SECURE] = false; -$config[SessionConstants::ZED_SESSION_SAVE_HANDLER] = SessionConstants::SESSION_HANDLER_REDIS; +$config[SessionConstants::ZED_SESSION_SAVE_HANDLER] = SessionConfig::SESSION_HANDLER_REDIS; $config[SessionConstants::ZED_SESSION_REDIS_PROTOCOL] = $config[SessionConstants::YVES_SESSION_REDIS_PROTOCOL]; $config[SessionConstants::ZED_SESSION_REDIS_HOST] = $config[SessionConstants::YVES_SESSION_REDIS_HOST]; $config[SessionConstants::ZED_SESSION_REDIS_PORT] = $config[SessionConstants::YVES_SESSION_REDIS_PORT]; diff --git a/config/Shared/config_default.php b/config/Shared/config_default.php index 3b61353c4c..9864754f62 100644 --- a/config/Shared/config_default.php +++ b/config/Shared/config_default.php @@ -2,6 +2,7 @@ use Monolog\Logger; use Spryker\Client\RabbitMq\Model\RabbitMqAdapter; +use Spryker\Service\FlysystemLocalFileSystem\Plugin\Flysystem\LocalFilesystemBuilderPlugin; use Spryker\Shared\Acl\AclConstants; use Spryker\Shared\Application\ApplicationConstants; use Spryker\Shared\Auth\AuthConstants; @@ -14,14 +15,14 @@ use Spryker\Shared\ErrorHandler\ErrorRenderer\WebHtmlErrorRenderer; use Spryker\Shared\Event\EventConstants; use Spryker\Shared\EventBehavior\EventBehaviorConstants; -use Spryker\Shared\EventJournal\EventJournalConstants; +use Spryker\Shared\FileManager\FileManagerConstants; +use Spryker\Shared\FileManagerGui\FileManagerGuiConstants; use Spryker\Shared\FileSystem\FileSystemConstants; use Spryker\Shared\Flysystem\FlysystemConstants; use Spryker\Shared\Kernel\ClassResolver\Cache\Provider\File; use Spryker\Shared\Kernel\KernelConstants; use Spryker\Shared\Kernel\Store; use Spryker\Shared\Log\LogConstants; -use Spryker\Shared\NewRelic\NewRelicConstants; use Spryker\Shared\Oms\OmsConstants; use Spryker\Shared\Propel\PropelConstants; use Spryker\Shared\Queue\QueueConfig; @@ -29,6 +30,7 @@ use Spryker\Shared\Sales\SalesConstants; use Spryker\Shared\Search\SearchConstants; use Spryker\Shared\SequenceNumber\SequenceNumberConstants; +use Spryker\Shared\Session\SessionConfig; use Spryker\Shared\Session\SessionConstants; use Spryker\Shared\Storage\StorageConstants; use Spryker\Shared\Tax\TaxConstants; @@ -136,6 +138,12 @@ 'action' => 'index', 'type' => 'allow', ], + [ + 'bundle' => 'auth', + 'controller' => 'logout', + 'action' => 'index', + 'type' => 'allow', + ], ]; // ACL: Allow or disallow of urls for Zed Admin GUI $config[AclConstants::ACL_USER_RULE_WHITELIST] = [ @@ -179,7 +187,7 @@ $config[SearchConstants::ELASTICA_PARAMETER__TRANSPORT] = $ELASTICA_TRANSPORT_PROTOCOL; $ELASTICA_PORT = '10005'; $config[SearchConstants::ELASTICA_PARAMETER__PORT] = $ELASTICA_PORT; -$ELASTICA_AUTH_HEADER = ''; +$ELASTICA_AUTH_HEADER = null; $config[SearchConstants::ELASTICA_PARAMETER__AUTH_HEADER] = $ELASTICA_AUTH_HEADER; $ELASTICA_INDEX_NAME = null;// Store related config $config[SearchConstants::ELASTICA_PARAMETER__INDEX_NAME] = $ELASTICA_INDEX_NAME; @@ -241,14 +249,14 @@ $config[StorageConstants::STORAGE_PERSISTENT_CONNECTION] = true; // ---------- Session -$config[SessionConstants::YVES_SESSION_SAVE_HANDLER] = SessionConstants::SESSION_HANDLER_REDIS_LOCKING; -$config[SessionConstants::YVES_SESSION_TIME_TO_LIVE] = SessionConstants::SESSION_LIFETIME_1_HOUR; -$config[SessionConstants::YVES_SESSION_COOKIE_TIME_TO_LIVE] = SessionConstants::SESSION_LIFETIME_0_5_HOUR; +$config[SessionConstants::YVES_SESSION_SAVE_HANDLER] = SessionConfig::SESSION_HANDLER_REDIS_LOCKING; +$config[SessionConstants::YVES_SESSION_TIME_TO_LIVE] = SessionConfig::SESSION_LIFETIME_1_HOUR; +$config[SessionConstants::YVES_SESSION_COOKIE_TIME_TO_LIVE] = SessionConfig::SESSION_LIFETIME_0_5_HOUR; $config[SessionConstants::YVES_SESSION_FILE_PATH] = session_save_path(); $config[SessionConstants::YVES_SESSION_PERSISTENT_CONNECTION] = $config[StorageConstants::STORAGE_PERSISTENT_CONNECTION]; -$config[SessionConstants::ZED_SESSION_SAVE_HANDLER] = SessionConstants::SESSION_HANDLER_REDIS; -$config[SessionConstants::ZED_SESSION_TIME_TO_LIVE] = SessionConstants::SESSION_LIFETIME_1_HOUR; -$config[SessionConstants::ZED_SESSION_COOKIE_TIME_TO_LIVE] = SessionConstants::SESSION_LIFETIME_BROWSER_SESSION; +$config[SessionConstants::ZED_SESSION_SAVE_HANDLER] = SessionConfig::SESSION_HANDLER_REDIS; +$config[SessionConstants::ZED_SESSION_TIME_TO_LIVE] = SessionConfig::SESSION_LIFETIME_1_HOUR; +$config[SessionConstants::ZED_SESSION_COOKIE_TIME_TO_LIVE] = SessionConfig::SESSION_LIFETIME_BROWSER_SESSION; $config[SessionConstants::ZED_SESSION_FILE_PATH] = session_save_path(); $config[SessionConstants::ZED_SESSION_PERSISTENT_CONNECTION] = $config[StorageConstants::STORAGE_PERSISTENT_CONNECTION]; $config[SessionConstants::SESSION_HANDLER_REDIS_LOCKING_TIMEOUT_MILLISECONDS] = 0; @@ -275,13 +283,17 @@ // ---------- SSL $config[SessionConstants::YVES_SSL_ENABLED] = false; -$config[ApplicationConstants::YVES_SSL_ENABLED] = false; +$config[ApplicationConstants::YVES_SSL_ENABLED] = +$config[SessionConstants::YVES_SSL_ENABLED] + = false; $config[ApplicationConstants::YVES_SSL_EXCLUDED] = [ 'heartbeat' => '/heartbeat', ]; $config[ZedRequestConstants::ZED_API_SSL_ENABLED] = false; -$config[ApplicationConstants::ZED_SSL_ENABLED] = false; +$config[ApplicationConstants::ZED_SSL_ENABLED] = + $config[SessionConstants::ZED_SSL_ENABLED] + = false; $config[ApplicationConstants::ZED_SSL_EXCLUDED] = ['heartbeat/index']; // ---------- Theme @@ -320,11 +332,6 @@ $config[LogConstants::LOG_QUEUE_NAME] = 'log-queue'; $config[LogConstants::LOG_ERROR_QUEUE_NAME] = 'error-log-queue'; -/** - * As long EventJournal is in ZedRequest bundle this needs to be disabled by hand - */ -$config[EventJournalConstants::DISABLE_EVENT_JOURNAL] = true; - // ---------- Auto-loader $config[KernelConstants::AUTO_LOADER_CACHE_FILE_NO_LOCK] = false; $config[KernelConstants::AUTO_LOADER_UNRESOLVABLE_CACHE_ENABLED] = false; @@ -358,9 +365,6 @@ DummyPaymentConfig::PAYMENT_METHOD_CREDIT_CARD => 'DummyPayment01', ]; -// ---------- NewRelic -$config[NewRelicConstants::NEWRELIC_API_KEY] = null; - // ---------- Queue $config[QueueConstants::QUEUE_SERVER_ID] = (gethostname()) ?: php_uname('n'); $config[QueueConstants::QUEUE_WORKER_INTERVAL_MILLISECONDS] = 1000; @@ -413,3 +417,16 @@ // ---------- Loggly $config[LogglyConstants::TOKEN] = 'loggly-token:sample:123456'; + +// ---------- FileManager +$config[FileManagerConstants::STORAGE_NAME] = 'files'; +$config[FileManagerGuiConstants::DEFAULT_FILE_MAX_SIZE] = '10M'; + +// ---------- FileSystem +$config[FileSystemConstants::FILESYSTEM_SERVICE] = [ + 'files' => [ + 'sprykerAdapterClass' => LocalFilesystemBuilderPlugin::class, + 'root' => APPLICATION_ROOT_DIR . '/data/DE/media/', + 'path' => 'files/', + ], +]; diff --git a/config/Shared/config_propel.php b/config/Shared/config_propel.php index 7ea3a0c5b9..44e8f25beb 100644 --- a/config/Shared/config_propel.php +++ b/config/Shared/config_propel.php @@ -3,6 +3,8 @@ use Spryker\Shared\Kernel\Store; use Spryker\Shared\Propel\PropelConstants; use Spryker\Zed\Propel\PropelConfig; +use Spryker\Zed\PropelOrm\Business\Builder\ExtensionObjectBuilder; +use Spryker\Zed\PropelOrm\Business\Builder\ExtensionQueryBuilder; use Spryker\Zed\PropelOrm\Business\Builder\ObjectBuilder; use Spryker\Zed\PropelOrm\Business\Builder\QueryBuilder; @@ -54,7 +56,9 @@ // If you need full entity logging on Create/Update/Delete, then switch to // Spryker\Zed\PropelOrm\Business\Builder\ObjectBuilderWithLogger instead. 'object' => ObjectBuilder::class, + 'objectstub' => ExtensionObjectBuilder::class, 'query' => QueryBuilder::class, + 'querystub' => ExtensionQueryBuilder::class, ], ], ], diff --git a/config/Shared/stores.php b/config/Shared/stores.php index f9f9929909..026588861b 100644 --- a/config/Shared/stores.php +++ b/config/Shared/stores.php @@ -33,7 +33,7 @@ 'de' => 'de_DE', ], // first entry is default - 'countries' => ['DE', 'AT'], + 'countries' => ['DE', 'AT', 'NO', 'CH', 'ES', 'GB'], // internal and shop 'currencyIsoCode' => 'EUR', 'currencyIsoCodes' => ['EUR', 'CHF'], diff --git a/config/Zed/cronjobs/cron.conf b/config/Zed/cronjobs/cron.conf index d02d6a343a..a7e9d1c441 100644 --- a/config/Zed/cronjobs/cron.conf +++ b/config/Zed/cronjobs/cron.conf @@ -14,8 +14,3 @@ CLI_PATH="../../../cli" # Definition of the webserver user WEBSERVER_USER="www-data" - -# Set NewRelic application name -if [ ! -z $newrelic_api_key ]; then - PHP_BIN="$PHP_BIN -d newrelic.appname='Cron(${environment})'" -fi diff --git a/config/Zed/cronjobs/jobs.php b/config/Zed/cronjobs/jobs.php index 1b5cc28d28..ae32140644 100644 --- a/config/Zed/cronjobs/jobs.php +++ b/config/Zed/cronjobs/jobs.php @@ -94,6 +94,15 @@ 'stores' => $allStores, ]; +$jobs[] = [ + 'name' => 'deactivate-discontinued-products', + 'command' => '$PHP_BIN vendor/bin/console deactivate-discontinued-products', + 'schedule' => '0 0 * * *', + 'enable' => true, + 'run_on_non_production' => true, + 'stores' => $allStores, +]; + /* StateMachine */ /* $jobs[] = [ @@ -123,3 +132,13 @@ 'stores' => $allStores, ]; */ + +/* Quote */ +$jobs[] = [ + 'name' => 'clean-expired-guest-cart', + 'command' => '$PHP_BIN vendor/bin/console quote:delete-expired-guest-quotes', + 'schedule' => '30 1 * * *', + 'enable' => true, + 'run_on_non_production' => true, + 'stores' => $allStores, +]; diff --git a/config/Zed/navigation.xml b/config/Zed/navigation.xml index d8acc9ea5c..f22c527ba3 100644 --- a/config/Zed/navigation.xml +++ b/config/Zed/navigation.xml @@ -1,7 +1,14 @@ - + + + + 0 + + + + diff --git a/config/install/development.yml b/config/install/development.yml index d6aff89a8f..c3dbf22dc4 100644 --- a/config/install/development.yml +++ b/config/install/development.yml @@ -56,6 +56,9 @@ sections: generate-transfers: command: "vendor/bin/console transfer:generate" + generate-transfer-databuilders: + command: "vendor/bin/console transfer:databuilder:generate" + generate-ide-auto-completion: command: "vendor/bin/console dev:ide:generate-auto-completion" diff --git a/config/install/testing.yml b/config/install/testing.yml index 9d7c1463ea..38757b5b72 100644 --- a/config/install/testing.yml +++ b/config/install/testing.yml @@ -7,6 +7,9 @@ sections: generate-transfers: command: "vendor/bin/console transfer:generate" + generate-transfer-databuilders: + command: "vendor/bin/console transfer:databuilder:generate" + generate-ide-auto-completion: command: "vendor/bin/console dev:ide:generate-auto-completion" @@ -18,7 +21,6 @@ sections: navigation-cache-warmup: command: "vendor/bin/console navigation:build-cache" - queue-flush: set-permissions: command: "vendor/bin/console queue:permission:set" diff --git a/data/import/cms_page.csv b/data/import/cms_page.csv index be51b4df86..7da3f1b205 100644 --- a/data/import/cms_page.csv +++ b/data/import/cms_page.csv @@ -336,7 +336,7 @@ to have personal data deleted, where such claim is not barred by any legal oblig

Sample Data Privacy Policy Statement provided by the Law Offices of Weiß & Partner

" -static full page,1,0,1,page_4,/de/loremde,/en/lorem,Lorem ipsum,Lorem ipsum,Lorem ipsum,Lorem ipsum,Lorem ipsum,Lorem ipsum,Lorem ipsum,Lorem ipsum,Lorem ipsum,Lorem ipsum,"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.","Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem." +static full page,1,0,1,page_4,/de/loremde,/en/lorem,Lorem ipsum,Lorem ipsum,Lorem ipsum,Lorem ipsum,Lorem ipsum,Lorem ipsum,Lorem ipsum,Lorem ipsum,Lorem ipsum,Lorem ipsum,"
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.","
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem." static full page,1,1,0,page_5,/de/dolorde,/en/dolor,Dolor sit amet,Dolor sit amet,Dolor sit amet,Dolor sit amet,Dolor sit amet,Dolor sit amet,Dolor sit amet,Dolor sit amet,Lorem ipsum,Lorem ipsum,"Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.","Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem." static full page,1,1,1,page_6,/de/demo-landing-page,/en/demo-landing-page,Demo Landing Page,Demo Landing Page,Demo Landing Page,Demo Landing Page,"demo,cms page, landing page","demo,cms page, landing page",This is a demo landing page with different content widgets.,This is a demo landing page with different content widgets.,"

DAS IST EINE GROßARTIGE LANDING PAGE

","

THIS IS A GREAT LANDING PAGE

","

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras non erat felis. Suspendisse nulla quam, dictum vitae malesuada a, ullamcorper eu urna. Sed diam tellus, feugiat iaculis consequat eu, commodo in dui. Integer ac ipsum urna. Aliquam rhoncus varius felis at dignissim. Nulla id justo id nunc lacinia efficitur. Etiam nec vehicula lorem. Phasellus ut lacus eu lorem luctus luctus. Quisque id vestibulum lectus, vel aliquam erat. Praesent ut erat quis magna varius tempor et sed sapien. Cras ac turpis id ligula gravida dignissim in sed nisl. Suspendisse scelerisque eros vel risus sagittis, in ultricies odio commodo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae.

Duis nunc dolor, vestibulum eu cursus ut, facilisis eget justo. Ut quis placerat mauris. In cursus enim purus, a mollis felis cursus non. Mauris rutrum a ante a rutrum. Aliquam gravida tortor et cursus pharetra. Ut id sagittis arcu, eu convallis felis. Integer fermentum convallis lorem, eu posuere ex ultricies scelerisque. Suspendisse et consectetur mauris, vel rhoncus elit. Sed ultrices eget lacus quis rutrum. Aliquam erat volutpat. Aliquam varius mauris purus, non imperdiet turpis tempor vel. Donec vitae scelerisque mi.


Dies ist eine Liste von Produkten auf einer CMS Seite:

@@ -356,4 +356,4 @@ static full page,1,1,1,page_6,/de/demo-landing-page,/en/demo-landing-page,Demo L {{ product_group(['095', '009', '052', '005', '188', '090', '084', '195']) }}


Curabitur ipsum nulla, mollis vel tellus a, tristique tempor sapien. Mauris ut urna molestie, cursus nunc eget, lacinia erat. Donec efficitur, nisl a porta dapibus, nisi ipsum efficitur ipsum, eu auctor turpis ipsum vel sapien. Maecenas molestie risus odio. Suspendisse lobortis dapibus nisi non accumsan. Ut mattis tincidunt odio eu convallis. Nulla leo neque, scelerisque eu sagittis vitae, consectetur vel lacus. Aliquam erat volutpat. Nam euismod aliquet urna eget congue.


This a product set in a CMS page:

-{{ product_set(['2_sony_set']) }}" \ No newline at end of file +{{ product_set(['2_sony_set']) }}" diff --git a/data/import/customer.csv b/data/import/customer.csv index d2f0c12e0a..7ba60a56b8 100644 --- a/data/import/customer.csv +++ b/data/import/customer.csv @@ -5,4 +5,18 @@ DE--3,de_DE,,maggie.may@spryker.com,Ms,Maggie,May,,Female,,$2y$10$BfK63PmaH/mYpH DE--4,de_DE,,bill.martin@spryker.com,Mr,Bill,Martin,,Male,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, DE--5,de_DE,,george.freeman@spryker.com,Mr,George,Freeman,,Male,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, DE--6,de_DE,,henry.tudor@spryker.com,Mr,Henry,Tudor,,Male,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, -DE--7,de_DE,,anne.boleyn@spryker.com,Ms,Anne,Boleyn,,Female,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, \ No newline at end of file +DE--7,de_DE,,anne.boleyn@spryker.com,Ms,Anne,Boleyn,,Female,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, +DE--8,de_DE,495-123-45-67,andrew@ottom.de,Mr,Andrew,Wedner,,Male,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, +DE--9,de_DE,495-123-45-68,Ahill@ottom.de,Mr,Ahill,Grant,,Male,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, +DE--10,de_DE,495-123-45-69,Alexa@ottom.de,Ms,Alexa,Simons,,Female,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, +DE--11,de_DE,495-123-45-70,Frida@ottom.de,Ms,Frida,Grott,,Female,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, +DE--12,de_DE,495-123-45-71,Lisa@ottom.de,Ms,Lisa,Pauls,,Female,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, +DE--13,de_DE,495-123-45-72,Kim@ottom.de,Mr,Kim,Gyeong-min,,Male,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, +DE--14,en_US,425-222-45-73,Solomon@spryker.com,Mr,Solomon,Wesner,,Male,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, +DE--15,en_US,425-222-45-74,Richi@spryker.com,Mr,Armando,Richi,,Male,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, +DE--16,en_US,425-222-45-75,karl@spryker.com,Mr,Karl,Schmid,,Male,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, +DE--17,en_US,425-222-45-76,Sarah@spryker.com,Ms,Sarah,Muller,,Female,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, +DE--18,en_US,425-222-45-77,Elizabet@spryker.com,Ms,Elizabet,Keller,,Female,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, +DE--19,en_US,425-222-45-78,donald@spryker.com,Mr,Donald,Huber,,Male,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, +DE--20,en_US,425-222-45-79,Trever.m@spryker.com,Mr,Trever,Meier,,Male,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, +DE--21,en_US,425-222-45-80,sonia@spryker.com,Ms,Sonia,Wagner,,Female,,$2y$10$BfK63PmaH/mYpHNfVjCIIuDwnMM.q2ZyjzUAjZTXPmAEiXPoqsXdy, diff --git a/data/import/glossary.csv b/data/import/glossary.csv index 40356c648c..74a21aa063 100644 --- a/data/import/glossary.csv +++ b/data/import/glossary.csv @@ -25,6 +25,16 @@ cart.vouchers,Gutscheine,de_DE cart.vouchers,Vouchers,en_US cart.discounts,Rabatte,de_DE cart.discounts,Discounts,en_US +cart.sales-order-threshold,Mindestbestellwert,de_DE +cart.sales-order-threshold,Minimum Order Value,en_US +checkout.sales-order-threshold,Mindestbestellwert,de_DE +checkout.sales-order-threshold,Minimum Order Value,en_US +sales-order-threshold.expense.name,Zuschlag,de_DE +sales-order-threshold.expense.name,Surcharge,en_US +sales-order-threshold.strategy.soft-minimum-threshold-fixed-fee,Zuschlag,de_DE +sales-order-threshold.strategy.soft-minimum-threshold-fixed-fee,Surcharge,en_US +sales-order-threshold.strategy.soft-minimum-threshold-flexible-fee,Zuschlag,de_DE +sales-order-threshold.strategy.soft-minimum-threshold-flexible-fee,Surcharge,en_US cart.item_quantity,Anzahl,de_DE cart.item_quantity,Quantity,en_US cart.item_attributes_needed,Please select more attributes,en_US @@ -81,6 +91,18 @@ page.checkout.address.next-step,Weiter - Lieferart wählen,de_DE page.checkout.address.next-step,Continue to Shippment Method,en_US page.checkout.address.edit,Adresse bearbeiten,de_DE page.checkout.address.edit,edit Address Data,en_US +page.checkout.address.use_selected_address,Use selected address,en_US +page.checkout.address.use_selected_address,Ausgewählte Addresse benutzen,de_DE +page.checkout.address.different_delivery_address,Use a different delivery address,en_US +page.checkout.address.different_delivery_address,Eine andere Addresse benutzen,de_DE +page.checkout.address.different_billing_address,Use a different billing address,en_US +page.checkout.address.different_billing_address,Verwenden Sie eine andere Rechnungsadresse,de_DE +page.checkout.address.option_group.customer,Customer addresses,en_US +page.checkout.address.option_group.customer,Kundenaddresse,de_DE +page.checkout.address.option_group.company_business_unit,Business addresses,en_US +page.checkout.address.option_group.company_business_unit,Addresse der Geschäftseinheit,de_DE +page.checkout.address.address_select,Please select an address,en_US +page.checkout.address.address_select,Bitte wählen Sie eine Addresse aus,de_DE page.checkout.shipment.heading,2. Lieferart wählen,de_DE page.checkout.shipment.heading,2. Shipping Method,en_US shipment.standart.name,Standard,de_DE @@ -359,7 +381,7 @@ customer.account.profile_data,Profile,en_US customer.account.profile_data,Benutzerdaten,de_DE customer.account.address,Addresses,en_US customer.account.address,Adressen,de_DE -customer.account.order_history,Orders History,en_US +customer.account.order_history,Order History,en_US customer.account.order_history,Bestellungen,de_DE customer.account.newsletter,Newsletter,en_US customer.account.newsletter,Newsletter,de_DE @@ -455,6 +477,8 @@ customer.order.reorder_all,Reorder all,en_US customer.order.reorder_all,Alle Artikel Nachbestellen,de_DE customer.order.reorder_selected,Reorder selected items,en_US customer.order.reorder_selected,Ausgewählte Artikel Nachbestellen,de_DE +customer.order.reorder.error.unable_to_reorder_items,"You can not reorder those products directly, please add them to your cart separately",en_US +customer.order.reorder.error.unable_to_reorder_items,"Sie können diese Produkte nicht direkt nachbestellen, bitte fügen Sie sie separat in Ihren Warenkorb",de_DE customer.order.date,Order Date,en_US customer.order.date,Datum,de_DE customer.order.item_sku,SKU,de_DE @@ -565,6 +589,8 @@ customer.email.already.used,Email already used,en_US customer.email.already.used,E-Mail bereits vergeben,de_DE general.back.button,Back,en_US general.back.button,Zurück,de_DE +general.cancel.button,Cancel,en_US +general.cancel.button,Abbrechen,de_DE general.edit.button,Edit,en_US general.edit.button,Bearbeiten,de_DE newsletter.subscription.success,You successfully subscribed to the newsletter,en_US @@ -585,8 +611,18 @@ customer.password.recovery.mail.sent,"If there is an account associated with thi customer.password.recovery.mail.sent,"Falls ein Konto für diese Emailaddresse existiert, werden Sie eine Email mit den weiteren Anweisungen bekommen",de_DE customer.address.number,Number,en_US customer.address.number,Nummer,de_DE +countries.iso.AT,Austria,en_US +countries.iso.AT,Österreich,de_DE countries.iso.DE,Germany,en_US countries.iso.DE,Deutschland,de_DE +countries.iso.NO,Norway,en_US +countries.iso.NO,Norwegen,de_DE +countries.iso.CH,Switzerland,en_US +countries.iso.CH,Schweiz,de_DE +countries.iso.ES,Spain,en_US +countries.iso.ES,Spanien,de_DE +countries.iso.GB,United Kingdom,en_US +countries.iso.GB,Großbritannien,de_DE customer.billingSameAsShipping,Billing address same as shipping address,en_US customer.billingSameAsShipping,Liefer- und Rechnungsadresse sind gleich,de_DE checkout.customer.proceed_as_user,Proceed as a registered user (sign up),en_US @@ -653,8 +689,16 @@ discount.quote_change.discount.not_available,"The discounts you have chosen for discount.quote_change.discount.not_available,"The discounts you have chosen for the following items skus is no longer available",de_DE discount.quote_change.discount.amount_changed,"The discounts you selected for the following items skus have changed",en_US discount.quote_change.discount.amount_changed,"The discounts you selected for the following items skus have changed",de_DE -product.unavailable,Product is out of stock,en_US -product.unavailable,Keine Produkte mehr auf Lager,de_DE +discount.quote_change.does_not_apply_for_currency,"Voucher ""%code%"" was disabled because it does not apply for this currency.",en_US +discount.quote_change.does_not_apply_for_currency,"Der Gutschein mit dem Namen ""%code%"" wurde deaktiviert, da er nicht auf diese Währung anwendbar ist.",de_DE +discount.voucher_code.usage_limit.reached,"Voucher code usage limit reached",en_US +discount.voucher_code.usage_limit.reached,"Gutscheincode-Nutzungslimit erreicht",de_DE +product.unavailable,Product '%sku%' is not available at the moment,en_US +product.unavailable,Das Produkt '%sku%' ist momentan nicht verfügbar,de_DE +product.access.denied,"Sorry, this product is not available.",en_US +product.access.denied,"Entschuldigung, dieses Produkt ist nicht verfügbar.",de_DE +product_bundle.unavailable,Product '%productSku%' in the Bundle Product '%bundleSku%' is not available at the moment,en_US +product_bundle.unavailable,Das Produkt '%productSku%' in das Bundle Product '%bundleSku%' ist momentan nicht verfügbar,de_DE product.attribute.slug,slug,en_US product.attribute.slug,slug,de_DE product.attribute.variant_id,ID,en_US @@ -845,8 +889,10 @@ product.groups,Product Groups,en_US product.groups,Produktgruppen,de_DE cart.pre.check.availability.failed,Item %sku% only has availability of %stock%.,en_US cart.pre.check.availability.failed,Zurzeit haben wir von %sku% nur %stock% Stück auf Lager.,de_DE -cart.pre.check.availability.failed.empty,Item %sku% no longer available.,en_US -cart.pre.check.availability.failed.empty,Das Produkt mit sku '%sku%' ist zurzeit nicht verfügbar.,de_DE +cart.pre.check.availability.failed.empty,Product '%sku%' is not available at the moment.,en_US +cart.pre.check.availability.failed.empty,Das Produkt '%sku%' ist momentan nicht verfügbar.,de_DE +cart.pre.check.availability.failed.lead.product,Products inside the item 'sku' are not available at the moment.,en_US +cart.pre.check.availability.failed.lead.product,Produkte im Artikel 'sku' sind momentan nicht verfügbar.,de_DE mail.sender.name,Spryker demoshop,en_US mail.sender.name,Spryker demoshop,de_DE mail.sender.email,demoshop@spryker.com,en_US @@ -941,8 +987,6 @@ customer.order.bundled_items,Produkte in diesem Bündel:,de_DE customer.order.bundled_items,Items in the bundle:,en_US customer.order.options,Produktoptionen:,de_DE customer.order.options,Product options:,en_US -countries.iso.AT,Österreich,de_DE -countries.iso.AT,Austria,en_US cart.item.option.description,Product options:,en_US cart.item.option.description,Produktoptionen:,de_DE cart.item.sku,SKU,en_US @@ -1051,12 +1095,18 @@ product-cart.validation.error.abstract-product-exists,"Product ""sku"" not found product-cart.validation.error.abstract-product-exists,"Produkt ""sku"" nicht gefunden",de_DE product-cart.validation.error.concrete-product-exists,"Product ""sku"" not found",en_US product-cart.validation.error.concrete-product-exists,"Produkt ""sku"" nicht gefunden",de_DE +cart.item.option.pre.check.validation.error.exists,"Product option with value '%id%' does not exist.",en_US +cart.item.option.pre.check.validation.error.exists,"Die Produktoption '%id%' existiert nicht.",de_DE product-cart.validation.error.product-option-value-price-exists,"Product option price not found for product '%sku%'.",en_US product-cart.validation.error.product-option-value-price-exists,"Produktoptionspreis nicht gefunden für Produkt '%sku%'.",de_DE product-cart.validation.error.concrete-product-inactive,"Product %sku% is not active.",en_US product-cart.validation.error.concrete-product-inactive,"Produkt %sku% ist nicht aktiv.",de_DE product-cart.info.concrete-product-inactive.removed,"Inactive item %sku% was removed from your shopping cart.",en_US product-cart.info.concrete-product-inactive.removed,"Der inaktive Artikel %sku% wurde aus Ihrem Warenkorb entfernt.",de_DE +product-cart.info.restricted-product.removed,"The Item %sku% was removed from the cart because it was deactivated.",en_US +product-cart.info.restricted-product.removed,"Der Artikel %sku% wurde aus Ihrem Warenkorb entfernt da er deaktiviert wurde.",de_DE +reorder.info.restricted-product.removed,"The Item %sku% could not be added to cart because it was deactivated.",en_US +reorder.info.restricted-product.removed,"Der Artikel %sku% konnte Ihrem Warenkorb nicht hinzugefügt werden da er deaktiviert wurde.",de_DE product.filter.label,Product Labels,en_US product.filter.label,Product Labels,de_DE product.filter.price-default-chf-gross_mode,Preisspanne,de_DE @@ -1075,6 +1125,8 @@ cart.pre.check.price.failed,"Price in selected currency not found for product wi cart.pre.check.price.failed,"Der Preis in der ausgewählten Währung wurde für das Produkt mit sku '%sku%' nicht gefunden. Bitte ändern Sie die Währung oder entfernen Sie das Produkt aus der Bestellung.",de_DE price.mode.switch.error,"Can't switch price mode when there are items in the cart.",en_US price.mode.switch.error,"Preismodus kann nicht geändert werden, wenn sich Artikel im Warenkorb befinden.",de_DE +price-cart-connector.info.concrete-product-without-price.removed,"Item %sku% without price was removed from your shopping cart.",en_US +price-cart-connector.info.concrete-product-without-price.removed,"Artikel% sku% ohne Preis wurde aus Ihrem Einkaufswagen entfernt.",de_DE cart.pre.check.shipment.failed,"Can't apply these changes. The shipment method not found. Please select another shipment method.",en_US cart.pre.check.shipment.failed,"Diese Änderungen können nicht angewendet werden. Die Versandart wurde nicht gefunden. Bitte wählen Sie eine andere Versandart.",de_DE catalog.view.mode.grid,Grid,en_US @@ -1087,6 +1139,10 @@ catalog.sale,Sale,en_US catalog.sale,Sale,de_DE catalog.new,New,en_US catalog.new,Neu,de_DE +company.account.page-title,My Company,en_US +company.account.page-title,Meine Firma,de_DE +company.account.name,Company Name,en_US +company.account.name,Name der Firma,de_DE company.account.address.edit,Edit,en_US company.account.address.edit,Adresse bearbeiten,de_DE company.account.address.delete,Delete,en_US @@ -1341,6 +1397,8 @@ quick-order.paste-order.errors.parser.separator-not-detected,"Separator is not d quick-order.paste-order.errors.parser.separator-not-detected,"Trennzeichen nicht definiert.",de_DE checkout.pre.check.shipment.failed,Invalid shipping method.,en_US checkout.pre.check.shipment.failed,Ungültige Versandmethode,de_DE +discount.voucher_code.usage_limit.reached,"Voucher code usage limit reached",en_US +discount.voucher_code.usage_limit.reached,"Gutscheincode-Nutzungslimit erreicht",de_DE measurement_units.item.name,Item,en_US measurement_units.item.name,Stück,de_DE measurement_units.standard.weight.kilo.name,Kilo,en_US @@ -1445,12 +1503,16 @@ measurement_units.recommendation.max-violation,Maximum quantity requirements for measurement_units.recommendation.max-violation,Maximale Mengenanforderungen für das Produkt sind nicht erfüllt,de_DE measurement_units.recommendation.suggestion,Would you like to add,en_US measurement_units.recommendation.suggestion,Was würden Sie gerne hinzufügen? ,de_DE +measurement_units.new-price,New price,en_US +measurement_units.new-price,Neuer Preis,de_DE product.measurement.sales_unit,Sales Unit,en_US product.measurement.sales_unit,Maßeinheit,de_DE cart.pre.check.quantity.min.failed,Die minimale Mengenanforderung für Produkt SKU '%sku%' ist nicht erreicht.,de_DE cart.pre.check.quantity.min.failed,Minimum quantity requirements for product SKU '%sku%' are not fulfilled.,en_US cart.pre.check.quantity.max.failed,Die maximale Mengenanforderung für Produkt SKU '%sku%' ist überschritten.,de_DE cart.pre.check.quantity.max.failed,Maximum quantity for product SKU '%sku%' is exceeded.,en_US +cart.pre.check.quantity.value.failed,Falsche Menge für Produkt SKU '%sku%'.,de_DE +cart.pre.check.quantity.value.failed,Wrong quantity for product SKU '%sku%'.,en_US cart.pre.check.quantity.interval.failed,Die Anzahl für Produkt SKU '%sku%' liegt nicht innerhalb des vorgegebenen Intervals.,de_DE cart.pre.check.quantity.interval.failed,Quantity interval requirements for product SKU '%sku%' are not fulfilled.,en_US company.account.company_user.edit_information,Benutzerinfomation bearbeiten,de_DE @@ -1492,10 +1554,24 @@ multi_cart.form.edit_cart,"Change Name",en_US multi_cart.form.edit_cart,"Namen ändern",de_DE multi_cart.form.edit_cart_information,"Edit Cart information",en_US multi_cart.form.edit_cart_information,"Einkaufswageninformationen bearbeiten",de_DE -multi_cart.cart.set_default.success,"Cart '%quote%' has successfully been set to your active cart.",en_US -multi_cart.cart.set_default.success,"Warenkorb '%quote%' wurde erfolgreich aktiviert.",de_DE +multi_cart.cart.set_default.success,"Cart '%quote%' was successfully set as active.",en_US +multi_cart.cart.set_default.success,"Warenkorb '%quote%' wurde erfolgreich auf aktiv gesetzt.",de_DE multi_cart_page.cart_clear.success,"Cart was successfully cleared",en_US multi_cart_page.cart_clear.success,"Einkaufswagen wurde erfolgreich gelöscht",de_DE +multi_cart_page.cart_delete_confirmation.warning,Warning,en_US +multi_cart_page.cart_delete_confirmation.warning,Warnung,de_DE +multi_cart_page.cart_delete_confirmation.trying_to_delete,You are trying to delete Cart,en_US +multi_cart_page.cart_delete_confirmation.trying_to_delete,Sie versuchen den Warenkorb zu löschen,de_DE +multi_cart_page.cart_delete_confirmation.shared_with,It is shared with the following users,en_US +multi_cart_page.cart_delete_confirmation.shared_with,Der Warenkorb ist mit den folgenden Personen geteilt,de_DE +multi_cart_page.cart_delete_confirmation.from_all_of_them,It will be deleted from all of them,en_US +multi_cart_page.cart_delete_confirmation.from_all_of_them,Der Warenkorb wird für alle Nutzer gelöscht,de_DE +multi_cart_page.cart_delete_confirmation.cancel,Cancel,en_US +multi_cart_page.cart_delete_confirmation.cancel,Abbrechen,de_DE +multi_cart_page.cart_delete_confirmation.delete,Delete,en_US +multi_cart_page.cart_delete_confirmation.delete,Löschen,de_DE +multi_cart_page.cart_delete_confirmation.breadcrumbs.shopping_carts,Shopping carts,en_US +multi_cart_page.cart_delete_confirmation.breadcrumbs.shopping_carts,Warenkörbe,de_DE multi_cart_widget.cart.cart_name,"Cart Name",en_US multi_cart_widget.cart.cart_name,"Name des Einkaufswagens",de_DE multi_cart_widget.cart.add,"Create New Cart",en_US @@ -1518,6 +1594,8 @@ multi_cart_widget.cart.item,"Item",en_US multi_cart_widget.cart.item,"Artikel",de_DE multi_cart_widget.cart.items,"Items",en_US multi_cart_widget.cart.items,"Artikel",de_DE +multi_cart_widget.cart.view_all,"View all carts",en_US +multi_cart_widget.cart.view_all,"Alle Warenkörbe anzeigen",de_DE multi_cart_widget.cart.cart,"Cart",en_US multi_cart_widget.cart.cart,"Warenkorb",de_DE multi_cart_widget.cart.carts,"Carts",en_US @@ -1534,14 +1612,14 @@ multi_cart_widget.cart.created.success,"Cart '%quoteName%' was created successfu multi_cart_widget.cart.created.success,"Warenkorb '%quoteName%' wurde erfolgreich erstellt",de_DE multi_cart_widget.cart.updated.success,"Cart updated successfully",en_US multi_cart_widget.cart.updated.success,"Einkaufswagen wurde erfolgreich aktualisiert",de_DE -multi_cart_widget.cart.remove.confirm,Are you sure that you want to remove this cart?,en_US -multi_cart_widget.cart.remove.confirm,"Sind Sie sicher, dass Sie diesen Warenkorb entfernen möchten?",de_DE shared_cart_widget.add_product.separate,"Add as separate item",en_US shared_cart_widget.add_product.separate,"Als separaten Artikel hinzufügen",de_DE shared_cart_widget.cart.share,"Share cart",en_US shared_cart_widget.cart.share,"Warenkorb teilen",de_DE shared_cart_widget.cart.unshare,"Unshare cart",en_US shared_cart_widget.cart.unshare,"Freigabewagen wird aufgehoben",de_DE +shared_cart_widget.cart.dismiss,Dismiss,en_US +shared_cart_widget.cart.dismiss,Ablehnen,de_DE shared_cart_widget.share_list.shared_with,Cart shared with,en_US shared_cart_widget.share_list.shared_with,Warenkorb geteilt mit,de_DE shared_cart_widget.share_list.customer_name,Customer name,en_US @@ -1552,12 +1630,18 @@ shared_cart_widget.share_list.actions,Actions,en_US shared_cart_widget.share_list.actions,Aktionen,de_DE shared_cart_widget.share_list.action.unshare,Unshare cart,en_US shared_cart_widget.share_list.action.unshare,Freigabe des Einkaufswagens,de_DE +shared_cart.share_list.permissions.NO_ACCESS,No access,en_US +shared_cart.share_list.permissions.NO_ACCESS,Kein Zugang,de_DE shared_cart.share_list.permissions.READ_ONLY,Read-only,en_US shared_cart.share_list.permissions.READ_ONLY,Schreibgeschützt,de_DE shared_cart.share_list.permissions.FULL_ACCESS,Full access,en_US -shared_cart.share_list.permissions.FULL_ACCESS,Voller Zugriff,de_DE +shared_cart.share_list.permissions.FULL_ACCESS,Ohne Einschränkung,de_DE +shared_cart.share_list.permissions.OWNER_ACCESS,Owner access,en_US +shared_cart.share_list.permissions.OWNER_ACCESS,Eigentümer Zugriff,de_DE shared_cart.form.share_cart,"Share cart",en_US shared_cart.form.share_cart,"Warenkorb teilen",de_DE +shared_cart.form.share_cart.title,"Share cart ""cart_name""",en_US +shared_cart.form.share_cart.title,"Warenkorb teilen ""cart_name""",de_DE shared_cart.form.customer,"Customer name",en_US shared_cart.form.customer,Kundenname,de_DE shared_cart.form.select_customer,Select customer,en_US @@ -1566,12 +1650,22 @@ shared_cart.form.select_permissions,Select access level,en_US shared_cart.form.select_permissions,"Wählen Sie Zugriffsebene",de_DE shared_cart.form.share_button,Share,en_US shared_cart.form.share_button,Aktie,de_DE +shared_cart.form.save_button,Save,en_US +shared_cart.form.save_button,Sparen,de_DE +shared_cart.form.data_empty,"There are no Users with whom you can share shopping cart.",en_US +shared_cart.form.data_empty,"Es gibt keine Benutzer, mit denen Sie den Einkaufswagen teilen können.",de_DE shared_cart.share.error.already_exist,Cart was already shared with this customer,en_US shared_cart.share.error.already_exist,Der Warenkorb wurde bereits mit diesem Kunden geteilt,de_DE +shared_cart.share.breadcrumbs.share,Share,en_US +shared_cart.share.breadcrumbs.share,Teilen,de_DE +shared_cart.share.breadcrumbs.shopping_carts,Shopping carts,en_US +shared_cart.share.breadcrumbs.shopping_carts,Warenkörbe,de_DE +shared_cart.share.form.users,Users,en_US +shared_cart.share.form.users,Benutzer,de_DE shared_cart_page.share.success,Cart was successfully shared,en_US -shared_cart_page.share.success,Einkaufswagen wurde erfolgreich geteilt,de_DE +shared_cart_page.share.success,Warenkorb wurde erfolgreich geteilt,de_DE shared_cart_page.unshare.success,Cart was successfully unshared,en_US -shared_cart_page.unshare.success,Einkaufswagen wurde erfolgreich freigegeben,de_DE +shared_cart_page.unshare.success,Teilen des Warenkorbs wurde erfolgreich aufgehoben ,de_DE shopping_list.shopping_list,Shopping list,en_US shopping_list.shopping_list,Einkaufsliste,de_DE shopping_list.item_quantity,Anzahl,de_DE @@ -1714,6 +1808,16 @@ customer.account.shopping_list.error.cannot_update,Cannot update shopping list., customer.account.shopping_list.error.cannot_update,Die Liste konnte nicht aktualisiert werden.,de_DE packaging_unit_type.item.name,Item,en_US packaging_unit_type.item.name,Stück,de_DE +packaging_unit_type.ring_500.name,"Ring (500m)",en_US +packaging_unit_type.ring_500.name,"Ring (500m)",de_DE +packaging_unit_type.box.name,Box,en_US +packaging_unit_type.box.name,Box,de_DE +packaging_unit_type.palette.name,Palette,en_US +packaging_unit_type.palette.name,Palette,de_DE +packaging_unit_type.giftbox.name,Giftbox,en_US +packaging_unit_type.giftbox.name,Geschenkbox,de_DE +packaging_unit_type.valentines_special.name,"Valentine's special",en_US +packaging_unit_type.valentines_special.name,Valentinstag Geschenkbox,de_DE business_on_behalf_widget.no_selected_company,No selected company,en_US business_on_behalf_widget.no_selected_company,Kein Unternehmen ausgewählt,de_DE business_on_behalf_widget.change_company_user,Change Company User,en_US @@ -1742,3 +1846,195 @@ customer.account.print_shopping_list.title.shopping_list_id,Shopping List ID,en_ customer.account.print_shopping_list.title.shopping_list_id,Einkaufslisten-ID,de_DE customer.account.print_shopping_list.title.shopping_list_name,Shopping List Name,en_US customer.account.print_shopping_list.title.shopping_list_name,Name der Einkaufsliste,de_DE +product_discontinued_widget.note,Note,en_US +product_discontinued_widget.note,Notiz,de_DE +product_discontinued.super_attribute_discontinued,Discontinued,en_US +product_discontinued.super_attribute_discontinued,Abgesetzt,de_DE +shopping_list.pre.check.product_discontinued,"Product %sku% is discontinued, please choose an alternative one.",en_US +shopping_list.pre.check.product_discontinued,"Produkt %sku% ist nicht mehr verfügbar, bitte wählen Sie eine Alternative.",de_DE +cart.pre.check.product_discontinued,"Product %sku% is discontinued, please choose an alternative one.",en_US +cart.pre.check.product_discontinued,"Produkt %sku% ist nicht mehr verfügbar, bitte wählen Sie eine Alternative.",de_DE +replacement_for_widget.replacement_for,Replacement for,en_US +replacement_for_widget.replacement_for,Ersatz für,de_DE +product_alternative_widget.product_alternative,Alternative products,en_US +product_alternative_widget.product_alternative,Alternative Produkte,de_DE +product_alternative_widget.add_to_shopping_list,Add to shopping list,en_US +product_alternative_widget.add_to_shopping_list,Auf die Merkliste,de_DE +product_alternative_widget.add_to_wishlist,Add to Wishlist,en_US +product_alternative_widget.add_to_wishlist,Zur Wunschliste hinzufügen,de_DE +product_alternative_widget.alternative_for,Alternative for name,en_US +product_alternative_widget.alternative_for,Alternative für name,de_DE +product_alternative_widget.product_status.discontinued,Discontinued,en_US +product_alternative_widget.product_status.discontinued,Abgesetzt,de_DE +product_alternative_widget.show_all,Show all,en_US +product_alternative_widget.show_all,Zeige alles,de_DE +product_alternative_widget.not_applicable,N/A,en_US +product_alternative_widget.not_applicable,N/A,de_DE +place_order.pre_check.product_discontinued,"Product is discontinued, please choose an alternative one",en_US +place_order.pre_check.product_discontinued,"Produkt ist abgekündigt, bitte wählen Sie eine Alternative",de_DE +page.detail.volume_price.quantity,Quantity,en_US +page.detail.volume_price.quantity,Anzahl,de_DE +page.detail.volume_price.price,Price,en_US +page.detail.volume_price.price,Preis,de_DE +customer.order.canceledTotal,Canceled amount,en_US +customer.order.canceledTotal,Stornierter Betrag,de_DE +packaging-units.recommendation.amount-min-violation,Minimum amount requirements for product are not fulfilled,en_US +packaging-units.recommendation.amount-min-violation,Mindestmengenanforderungen für das Produkt sind nicht erfüllt,de_DE +packaging-units.recommendation.amount-max-violation,Maximum amount requirements for product are not fulfilled,en_US +packaging-units.recommendation.amount-max-violation,Maximale Mengenanforderungen für das Produkt sind nicht erfüllt,de_DE +packaging-units.recommendation.amount-interval-violation,Amount interval requirements for product are not fulfilled,en_US +packaging-units.recommendation.amount-interval-violation,Mengenintervallanforderungen für das Produkt sind nicht erfüllt,de_DE +packaging_units.recommendation.suggestion,Would you like to add:,en_US +packaging_units.recommendation.suggestion,Möchten Sie hinzufügen:,de_DE +packaging_units.recommendation.between-units-info,The amount you have chosen is in between 2 base units,en_US +packaging_units.recommendation.between-units-info,Ihre gewählte Anzahl liegt zwischen 2 basis Einheiten,de_DE +packaging_units.cart.quantity,Quantity,en_US +packaging_units.cart.quantity,Anzahl,de_DE +packaging_units.cart.amount,Amount,en_US +packaging_units.cart.amount,Betrag,de_DE +packaging_units.cart.item,Items,en_US +packaging_units.cart.item,Artikel,de_DE +sales-order-threshold.hard-minimum-threshold.de.eur.message,"You should add items for {{threshold}} to pass a recommended threshold. You can't proceed with checkout",en_US +sales-order-threshold.hard-minimum-threshold.de.eur.message,"Sie sollten Waren im Wert von {{threshold}} dem Warenkorb hinzufügen um die empfohlene Schwelle zu erreichen. Sie können nicht mit der Bestellung fortfahren",de_DE +sales-order-threshold.hard-minimum-threshold.de.chf.message,"You should add items for {{threshold}} to pass a recommended threshold. You can't proceed with checkout",en_US +sales-order-threshold.hard-minimum-threshold.de.chf.message,"Sie sollten Waren im Wert von {{threshold}} dem Warenkorb hinzufügen um die empfohlene Schwelle zu erreichen. Sie können nicht mit der Bestellung fortfahren",de_DE +sales-order-threshold.soft-minimum-threshold.de.eur.message,"You need to add items for {{threshold}} to pass a recommended threshold, but if you want can proceed to checkout.",en_US +sales-order-threshold.soft-minimum-threshold.de.eur.message,"Sie sollten Waren im Wert von {{threshold}} dem Warenkorb hinzufügen um die empfohlene Schwelle zu erreichen. Sie können trotzdem weiter zur Kasse.",de_DE +sales-order-threshold.soft-minimum-threshold.de.chf.message,"You need to add items for {{threshold}} to pass a recommended threshold, but if you want can proceed to checkout.",en_US +sales-order-threshold.soft-minimum-threshold.de.chf.message,"Sie sollten Waren im Wert von {{threshold}} dem Warenkorb hinzufügen um die empfohlene Schwelle zu erreichen. Sie können trotzdem weiter zur Kasse.",de_DE +cart.pre.check.amount.min.failed,Die minimale Mengenanforderung für Produkt SKU '%sku%' ist nicht erreicht.,de_DE +cart.pre.check.amount.min.failed,Minimum amount requirements for product SKU '%sku%' are not fulfilled.,en_US +cart.pre.check.amount.max.failed,Die maximale Mengenanforderung für Produkt SKU '%sku%' ist überschritten.,de_DE +cart.pre.check.amount.max.failed,Maximum amount for product SKU '%sku%' is exceeded.,en_US +cart.pre.check.amount.interval.failed,Die Anzahl für Produkt SKU '%sku%' liegt nicht innerhalb des vorgegebenen Intervals.,de_DE +cart.pre.check.amount.interval.failed,Amount interval requirements for product SKU '%sku%' are not fulfilled.,en_US +cart.pre.check.amount.is_not_variable.failed,Standardbetrag für Produkt SKU '%sku%' ist überschritten.,de_DE +cart.pre.check.amount.is_not_variable.failed,Default amount requirements for product SKU '%sku%' are not fulfilled.,en_US +customer.account.shopping_list.create_from_cart.choose_shopping_list,Choose shopping list,en_US +customer.account.shopping_list.create_from_cart.choose_shopping_list,Wählen Sie die Einkaufsliste,de_DE +customer.account.shopping_list.create_from_cart.name,Name,en_US +customer.account.shopping_list.create_from_cart.name,Name,de_DE +customer.account.shopping_list.create_from_cart.form_title,'%cart_name%' add to shopping list,en_US +customer.account.shopping_list.create_from_cart.form_title,'%cart_name%' auf die Merkliste,de_DE +customer.account.shopping_list.create_from_cart.title,Add to shopping list,en_US +customer.account.shopping_list.create_from_cart.title,Auf die Merkliste,de_DE +customer.account.shopping_list.shopping_cart,Shopping cart,en_US +customer.account.shopping_list.shopping_cart,Einkaufswagen,de_DE +page.multi_cart.shopping_cart.list.title,Shopping cart,en_US +page.multi_cart.shopping_cart.list.title,Einkaufswagen,de_DE +page.multi_cart.shopping_cart.list.create_link,Create,en_US +page.multi_cart.shopping_cart.list.create_link,Erstellen,de_DE +page.multi_cart.shopping_cart.list.label.name,Name,en_US +page.multi_cart.shopping_cart.list.label.name,Name,de_DE +page.multi_cart.shopping_cart.list.label.num_of_products,Number of products,en_US +page.multi_cart.shopping_cart.list.label.num_of_products,Anzahl der Produkte,de_DE +page.multi_cart.shopping_cart.list.label.total,Total,en_US +page.multi_cart.shopping_cart.list.label.total,Gesamt,de_DE +page.multi_cart.shopping_cart.list.label.actions,Actions,en_US +page.multi_cart.shopping_cart.list.label.actions,Aktionen,de_DE +page.multi_cart.shopping_cart.list.link.edit_name,Edit name,en_US +page.multi_cart.shopping_cart.list.link.edit_name,Namen bearbeiten,de_DE +page.multi_cart.shopping_cart.list.link.duplicate,Duplicate,en_US +page.multi_cart.shopping_cart.list.link.duplicate,Duplikat,de_DE +page.multi_cart.shopping_cart.list.link.delete,Delete,en_US +page.multi_cart.shopping_cart.list.link.delete,Löschen,de_DE +page.multi_cart.shopping_cart.list.label.item,"Item",en_US +page.multi_cart.shopping_cart.list.label.item,"Artikel",de_DE +page.multi_cart.shopping_cart.list.label.items,"Items",en_US +page.multi_cart.shopping_cart.list.label.items,"Artikel",de_DE +customer.account.shopping_cart.list.title,Manage Shopping carts,en_US +customer.account.shopping_cart.list.title,Verwalten Sie Einkaufswagen,de_DE +widget.shared_cart.multi_cart.permissions.READ_ONLY,Read-only,en_US +widget.shared_cart.multi_cart.permissions.READ_ONLY,Schreibgeschützt,de_DE +widget.shared_cart.multi_cart.permissions.FULL_ACCESS,Full access,en_US +widget.shared_cart.multi_cart.permissions.FULL_ACCESS,Ohne Einschränkung,de_DE +widget.shared_cart.multi_cart.permissions.OWNER_ACCESS,Owner access,en_US +widget.shared_cart.multi_cart.permissions.OWNER_ACCESS,Eigentümer Zugriff,de_DE +page.multi_cart.shopping_cart.list.label.access,Access,en_US +page.multi_cart.shopping_cart.list.label.access,Zugriff,de_DE +widget.shopping_list.multi_cart.to_shopping_list,To shopping list,en_US +widget.shopping_list.multi_cart.to_shopping_list,Zur Einkaufsliste,de_DE +page.multi_cart.shopping_cart.update.title,Edit,en_US +page.multi_cart.shopping_cart.update.title,Bearbeiten,de_DE +page.multi_cart.shopping_cart.create.title,Create,en_US +page.multi_cart.shopping_cart.create.title,Erstellen,de_DE +agent.authentication.failed,Authentication failed,en_US +agent.authentication.failed,Authentifizierung fehlgeschlagen,de_DE +agent.login.title,Access your account,en_US +agent.login.title,Ich bin bereits Kunde,de_DE +agent.confirm_user_selection,Confirm,en_US +agent.confirm_user_selection,Bestätigen,de_DE +agent.login.email,Email,en_US +agent.login.email,E-Mail,de_DE +agent.login.password,Password,en_US +agent.login.password,Passwort,de_DE +agent.control_bar.username,Agent: %username%,en_US +agent.control_bar.username,Agent: %username%,de_DE +agent.control_bar.customer_name,Customer: %username%,en_US +agent.control_bar.customer_name,Kunde: %username%,de_DE +agent.control_bar.logout_as_customer,End Customer Assistance,en_US +agent.control_bar.logout_as_customer,Kunden-Assistenz beenden,de_DE +agent.control_bar.logout,Logout,en_US +agent.control_bar.logout,Abmelden,de_DE +agent.autocomplete.no_results,No results found,en_US +agent.autocomplete.no_results,Keine Ergebnisse gefunden,de_DE +autocomplete.placeholder,Search,en_US +autocomplete.placeholder,Suche,de_DE +shopping_list_widget.items,Items,en_US +shopping_list_widget.items,Artikel,de_DE +shopping_list_widget.full_access,Full access,en_US +shopping_list_widget.full_access,Ohne Einschränkung,de_DE +shopping_list_widget.read_only,Read only,en_US +shopping_list_widget.read_only,Schreibgeschützt,de_DE +shopping_list.create_new_list,Create new list,en_US +shopping_list.create_new_list,Erstelle eine neue Liste,de_DE +shopping_list.no_lists_created,You do not have any shopping lists yet.,en_US +shopping_list.no_lists_created,Du hast noch keine Einkaufslisten.,de_DE +multi_cart_widget.cart.was-deleted-before,Dieser Warenkorb wurde bereits gelöscht,de_DE +multi_cart_widget.cart.was-deleted-before,This cart was already deleted,en_US +validation.not_blank,This value should not be blank.,en_US +validation.not_blank,Dieses Feld sollte nicht leer sein.,de_DE +validation.address_number,This value is not valid (accepted format e.g.: 12c).,en_US +validation.address_number,Dieser Wert ist nicht gültig (akzeptiertes Format z. B. 12c).,de_DE +validation.zip_code,This field should contain exactly 5 digits.,en_US +validation.zip_code,Dieses Feld sollte genau 5 Ziffern enthalten.,de_DE +validation.min_length,This field must be at least {{limit}} characters long.,en_US +validation.min_length,Dieses Feld muss mindestens {{limit}} Zeichen lang sein.,de_DE +validation.email,This value is not a valid email address.,en_US +validation.email,Dieser Wert ist keine gültige E-Mail-Adresse.,de_DE +validation.choice,This value is not valid,en_US +validation.choice,Dieser Wert ist nicht gültig,de_DE +customer.order.reorder.error.unable_to_reorder_items,"You can not reorder those products directly, please add them to your cart separately",en_US +customer.order.reorder.error.unable_to_reorder_items,"Sie können diese Produkte nicht direkt nachbestellen, bitte fügen Sie sie separat in Ihren Warenkorb",de_DE +cart.sales-order-threshold,Mindestbestellwert,de_DE +cart.sales-order-threshold,Minimum Order Value,en_US +checkout.sales-order-threshold,Mindestbestellwert,de_DE +checkout.sales-order-threshold,Minimum Order Value,en_US +sales-order-threshold.expense.name,Zuschlag,de_DE +sales-order-threshold.expense.name,Surcharge,en_US +sales-order-threshold.strategy.soft-minimum-threshold-fixed-fee,Zuschlag,de_DE +sales-order-threshold.strategy.soft-minimum-threshold-fixed-fee,Surcharge,en_US +sales-order-threshold.strategy.soft-minimum-threshold-flexible-fee,Zuschlag,de_DE +sales-order-threshold.strategy.soft-minimum-threshold-flexible-fee,Surcharge,en_US +sales-order-threshold.hard-minimum-threshold.de.eur.message,"You should add items for {{threshold}} to pass a recommended threshold. You can't proceed with checkout",en_US +sales-order-threshold.hard-minimum-threshold.de.eur.message,"Sie sollten Waren im Wert von {{threshold}} dem Warenkorb hinzufügen um die empfohlene Schwelle zu erreichen. Sie können nicht mit der Bestellung fortfahren",de_DE +sales-order-threshold.hard-minimum-threshold.de.chf.message,"You should add items for {{threshold}} to pass a recommended threshold. You can't proceed with checkout",en_US +sales-order-threshold.hard-minimum-threshold.de.chf.message,"Sie sollten Waren im Wert von {{threshold}} dem Warenkorb hinzufügen um die empfohlene Schwelle zu erreichen. Sie können nicht mit der Bestellung fortfahren",de_DE +sales-order-threshold.soft-minimum-threshold.de.eur.message,"You need to add items for {{threshold}} to pass a recommended threshold, but if you want can proceed to checkout.",en_US +sales-order-threshold.soft-minimum-threshold.de.eur.message,"Sie sollten Waren im Wert von {{threshold}} dem Warenkorb hinzufügen um die empfohlene Schwelle zu erreichen. Sie können trotzdem weiter zur Kasse.",de_DE +sales-order-threshold.soft-minimum-threshold.de.chf.message,"You need to add items for {{threshold}} to pass a recommended threshold, but if you want can proceed to checkout.",en_US +sales-order-threshold.soft-minimum-threshold.de.chf.message,"Sie sollten Waren im Wert von {{threshold}} dem Warenkorb hinzufügen um die empfohlene Schwelle zu erreichen. Sie können trotzdem weiter zur Kasse.",de_DE +wishlist.validation.error.name.wrong_format,"Please enter name using only letters, numbers, underscores, spaces or dashes.",en_US +wishlist.validation.error.name.wrong_format,"Bitte geben Sie Ihren Namen nur mit Buchstaben, Zahlen, Unterstriche, Leerzeichen oder Bindestriche ein.",de_DE +wishlist.validation.error.name.already_exists,"A wishlist with the same name already exists.",en_US +wishlist.validation.error.name.already_exists,"Eine Wunschliste mit dem gleichen Namen existiert schon.",de_DE +This value should not be blank.,Dies ist ein Pflichtfeld.,de_DE +This field should contain exactly 5 digits.,Dieses Feld muss genau 5 Ziffern enthalten.,de_DE +"This value is not valid (accepted format e.g.: 12c).","Dieser Wert ist nicht gültig (akzeptiertes Format, z.B. 12c)",de_DE +This value is not valid.,Dieser Wert ist nicht gültig.,de_DE +shopping_list.not_found,Shopping list was not found,en_US +shopping_list.not_found,Einkaufsliste wurde nicht gefunden,de_DE +shopping_list.already_removed,This shopping list has been deleted,en_US +shopping_list.already_removed,Die Einkaufsliste wurde gelöscht,de_DE +shopping_list.no_access,You do not have permissions to view this shopping list,en_US +shopping_list.no_access,"Sie haben keine Rechte, um auf diese Einkaufsliste zuzugreifen.",de_DE diff --git a/data/import/icecat_biz_data/product_abstract.csv b/data/import/icecat_biz_data/product_abstract.csv index 676f55b453..586652620f 100644 --- a/data/import/icecat_biz_data/product_abstract.csv +++ b/data/import/icecat_biz_data/product_abstract.csv @@ -1,103 +1,103 @@ category_key,category_product_order,abstract_sku,name.en_US,name.de_DE,url.en_US,url.de_DE,is_featured,attribute_key_1,value_1,attribute_key_1.en_US,value_1.en_US,attribute_key_1.de_DE,value_1.de_DE,attribute_key_2,value_2,attribute_key_2.en_US,value_2.en_US,attribute_key_2.de_DE,value_2.de_DE,attribute_key_3,value_3,attribute_key_3.en_US,value_3.en_US,attribute_key_3.de_DE,value_3.de_DE,attribute_key_4,value_4,attribute_key_4.en_US,value_4.en_US,attribute_key_4.de_DE,value_4.de_DE,attribute_key_5,value_5,attribute_key_6,value_6,attribute_key_6.en_US,value_6.en_US,attribute_key_6.de_DE,value_6.de_DE,color_code,description.en_US,description.de_DE,icecat_pdp_url,tax_set_name,meta_title.en_US,meta_title.de_DE,meta_keywords.en_US,meta_keywords.de_DE,meta_description.en_US,meta_description.de_DE,icecat_license,new_from,new_to -digital-cameras,16,001,Canon IXUS 160,Canon IXUS 160,/en/canon-ixus-160-001,/de/canon-ixus-160-001,0,megapixel,20 MP,,,,,flash_range_tele,1.3-1.5 m,flash_range_tele,4.2-4.9 ft,,,memory_slots,1,,,,,usb_version,2,,,,,brand,Canon,,,color,Red,color,Weinrot,#DC2E09,"Add a personal touch Make shots your own with quick and easy control over picture settings such as brightness and colour intensity. Preview the results while framing using Live View Control and enjoy sharing them with friends using the 6.8 cm (2.7”) LCD screen. Combine with a Canon Connect Station and you can easily share your photos and movies with the world on social media sites and online albums like irista, plus enjoy watching them with family and friends on an HD TV. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions.","Beeindruckende Aufnahmen, ganz einfach Smart Auto ermöglicht die mühelose Aufnahme von fantastischen Fotos und Movies – die Kamera wählt in diesem Modus automatisch die idealen Einstellungen für die jeweilige Aufnahmesituation. Sie müssen nur noch das Motiv anvisieren und auslösen. Ein Druck auf die Hilfe-Taste führt zu leicht verständlichen Erklärungen der Kamerafunktionen. Zahlreiche Kreativfilter laden zum Experimentieren ein und bieten echten Fotospaß. So lässt sich neben vielen anderen Optionen der Verzeichnungseffekt eines Fisheye-Objektivs nachempfinden oder in Fotos und Movies werden die Dinge wie Miniaturmodelle dargestellt.",//de.icecat.biz/de/p/canon/0144c001/digitale-kameras-4549292030174-Canon-IXUS-160-25904006.html,Entertainment Electronics,Canon IXUS 160,Canon IXUS 160,"Canon,Entertainment Electronics","Canon,Entertainment Electronics",Add a personal touch Make shots your own with quick and easy control over picture settings such as brightness and colour intensity. Preview the results whi,"Beeindruckende Aufnahmen, ganz einfach Smart Auto ermöglicht die mühelose Aufnahme von fantastischen Fotos und Movies – die Kamera wählt in diesem Modus au","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 -digital-cameras,22,002,Canon IXUS 160,Canon IXUS 160,/en/canon-ixus-160-002,/de/canon-ixus-160-002,0,megapixel,20 MP,,,,,flash_range_tele,1.3-1.5 m,flash_range_tele,4.2-4.9 ft,,,memory_slots,1,,,,,usb_version,2,,,,,brand,Canon,,,color,Black,color,Schwarz,#000000,"Add a personal touch Make shots your own with quick and easy control over picture settings such as brightness and colour intensity. Preview the results while framing using Live View Control and enjoy sharing them with friends using the 6.8 cm (2.7”) LCD screen. Combine with a Canon Connect Station and you can easily share your photos and movies with the world on social media sites and online albums like irista, plus enjoy watching them with family and friends on an HD TV. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions.","Beeindruckende Aufnahmen, ganz einfach Smart Auto ermöglicht die mühelose Aufnahme von fantastischen Fotos und Movies – die Kamera wählt in diesem Modus automatisch die idealen Einstellungen für die jeweilige Aufnahmesituation. Sie müssen nur noch das Motiv anvisieren und auslösen. Ein Druck auf die Hilfe-Taste führt zu leicht verständlichen Erklärungen der Kamerafunktionen. Zahlreiche Kreativfilter laden zum Experimentieren ein und bieten echten Fotospaß. So lässt sich neben vielen anderen Optionen der Verzeichnungseffekt eines Fisheye-Objektivs nachempfinden oder in Fotos und Movies werden die Dinge wie Miniaturmodelle dargestellt.",//de.icecat.biz/de/p/canon/0135c001/digitale-kameras-4549292029147-Canon-IXUS-160-25904004.html,Entertainment Electronics,Canon IXUS 160,Canon IXUS 160,"Canon,Entertainment Electronics","Canon,Entertainment Electronics",Add a personal touch Make shots your own with quick and easy control over picture settings such as brightness and colour intensity. Preview the results whi,"Beeindruckende Aufnahmen, ganz einfach Smart Auto ermöglicht die mühelose Aufnahme von fantastischen Fotos und Movies – die Kamera wählt in diesem Modus au","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 -digital-cameras,34,003,Canon IXUS 160,Canon IXUS 160,/en/canon-ixus-160-003,/de/canon-ixus-160-003,0,megapixel,20 MP,,,,,flash_range_tele,1.3-1.5 m,flash_range_tele,4.2-4.9 ft,,,memory_slots,1,,,,,usb_version,2,,,,,brand,Canon,,,color,Silver,color,Silber,#D3D3D3,"Add a personal touch Make shots your own with quick and easy control over picture settings such as brightness and colour intensity. Preview the results while framing using Live View Control and enjoy sharing them with friends using the 6.8 cm (2.7”) LCD screen. Combine with a Canon Connect Station and you can easily share your photos and movies with the world on social media sites and online albums like irista, plus enjoy watching them with family and friends on an HD TV. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions.","Beeindruckende Aufnahmen, ganz einfach Smart Auto ermöglicht die mühelose Aufnahme von fantastischen Fotos und Movies – die Kamera wählt in diesem Modus automatisch die idealen Einstellungen für die jeweilige Aufnahmesituation. Sie müssen nur noch das Motiv anvisieren und auslösen. Ein Druck auf die Hilfe-Taste führt zu leicht verständlichen Erklärungen der Kamerafunktionen. Zahlreiche Kreativfilter laden zum Experimentieren ein und bieten echten Fotospaß. So lässt sich neben vielen anderen Optionen der Verzeichnungseffekt eines Fisheye-Objektivs nachempfinden oder in Fotos und Movies werden die Dinge wie Miniaturmodelle dargestellt.",//de.icecat.biz/de/p/canon/0138c009/digitale-kameras-8714574629490-Canon-IXUS-160-26138343.html,Entertainment Electronics,Canon IXUS 160,Canon IXUS 160,"Canon,Entertainment Electronics","Canon,Entertainment Electronics",Add a personal touch Make shots your own with quick and easy control over picture settings such as brightness and colour intensity. Preview the results whi,"Beeindruckende Aufnahmen, ganz einfach Smart Auto ermöglicht die mühelose Aufnahme von fantastischen Fotos und Movies – die Kamera wählt in diesem Modus au","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 -digital-cameras,10,004,Canon IXUS 175,Canon IXUS 175,/en/canon-ixus-175-004,/de/canon-ixus-175-004,0,optical_zoom,8 x,,,,,combined_zoom,32 x,,,,,display,LCD,,,,,hdmi,no,,,,,brand,Canon,,,color,Silver,color,Silber,#D3D3D3,"Creative play Play with your creativity using a range of Creative Filters. Re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more. Capture the stunning detail in everyday subjects using 1 cm Macro to get right up close. Enjoy exceptional quality, detailed images thanks to 20.0 Megapixels and DIGIC 4+ processing. Face Detection technology makes capturing great shots of friends effortless, while Auto Zoom intelligently helps you select the best framing at the touch of a button.","Stil im Taschenformat Diese ultraschlanke und schicke IXUS passt in jede Hand- oder Jackentasche und bietet dabei ein flexibles 28-mm-Weitwinkelobjektiv mit 8fach optischem Zoom (16fach ZoomPlus). Wo immer Sie also sind, können Sie jedes Motiv – von ganz nahen bis weit entfernt – in erstklassigen Fotos und Movies festhalten. Der Eco-Modus reduziert den Stromverbrauch der Kamera und ermöglicht längere Aufnahmezeiten. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Einfach nur die Taste drücken und schon beginnt die HD-Movieaufnahme (720p) im MP4-Format. Für kreative Vielseitigkeit lässt sich der optische Zoom auch im Movie-Modus einsetzen und die Aufnahmen werden hochwertig und gestochen scharf.",//de.icecat.biz/en/p/canon/1094c001/digitale-kameras-4549292057188-175-30663302.html,Entertainment Electronics,Canon IXUS 175,Canon IXUS 175,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Creative play Play with your creativity using a range of Creative Filters. Re-create the distortion of a fish-eye lens, make scenes in stills or movies loo",Stil im Taschenformat Diese ultraschlanke und schicke IXUS passt in jede Hand- oder Jackentasche und bietet dabei ein flexibles 28-mm-Weitwinkelobjektiv mi,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 -digital-cameras,4,005,Canon IXUS 175,Canon IXUS 175,/en/canon-ixus-175-005,/de/canon-ixus-175-005,0,optical_zoom,8 x,,,,,combined_zoom,32 x,,,,,display,LCD,,,,,hdmi,no,,,,,brand,Canon,,,color,Blue,color,Blau,#6281D8,"Creative play Play with your creativity using a range of Creative Filters. Re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more. Capture the stunning detail in everyday subjects using 1 cm Macro to get right up close. Enjoy exceptional quality, detailed images thanks to 20.0 Megapixels and DIGIC 4+ processing. Face Detection technology makes capturing great shots of friends effortless, while Auto Zoom intelligently helps you select the best framing at the touch of a button.","Stil im Taschenformat Diese ultraschlanke und schicke IXUS passt in jede Hand- oder Jackentasche und bietet dabei ein flexibles 28-mm-Weitwinkelobjektiv mit 8fach optischem Zoom (16fach ZoomPlus). Wo immer Sie also sind, können Sie jedes Motiv – von ganz nahen bis weit entfernt – in erstklassigen Fotos und Movies festhalten. Der Eco-Modus reduziert den Stromverbrauch der Kamera und ermöglicht längere Aufnahmezeiten. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Einfach nur die Taste drücken und schon beginnt die HD-Movieaufnahme (720p) im MP4-Format. Für kreative Vielseitigkeit lässt sich der optische Zoom auch im Movie-Modus einsetzen und die Aufnahmen werden hochwertig und gestochen scharf.",//uk.icecat.biz/de/p/canon/1091c001/digitale-kameras-4549292057126-Canon-IXUS-180-30663301.html,Entertainment Electronics,Canon IXUS 175,Canon IXUS 175,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Creative play Play with your creativity using a range of Creative Filters. Re-create the distortion of a fish-eye lens, make scenes in stills or movies loo",Stil im Taschenformat Diese ultraschlanke und schicke IXUS passt in jede Hand- oder Jackentasche und bietet dabei ein flexibles 28-mm-Weitwinkelobjektiv mi,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 -digital-cameras,11,006,Canon IXUS 175,Canon IXUS 175,/en/canon-ixus-175-006,/de/canon-ixus-175-006,0,optical_zoom,8 x,,,,,combined_zoom,32 x,,,,,display,LCD,,,,,hdmi,no,,,,,brand,Canon,,,color,Black,color,Schwarz,#000000,"Creative play Play with your creativity using a range of Creative Filters. Re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more. Capture the stunning detail in everyday subjects using 1 cm Macro to get right up close. Enjoy exceptional quality, detailed images thanks to 20.0 Megapixels and DIGIC 4+ processing. Face Detection technology makes capturing great shots of friends effortless, while Auto Zoom intelligently helps you select the best framing at the touch of a button.","Stil im Taschenformat Diese ultraschlanke und schicke IXUS passt in jede Hand- oder Jackentasche und bietet dabei ein flexibles 28-mm-Weitwinkelobjektiv mit 8fach optischem Zoom (16fach ZoomPlus). Wo immer Sie also sind, können Sie jedes Motiv – von ganz nahen bis weit entfernt – in erstklassigen Fotos und Movies festhalten. Der Eco-Modus reduziert den Stromverbrauch der Kamera und ermöglicht längere Aufnahmezeiten. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Einfach nur die Taste drücken und schon beginnt die HD-Movieaufnahme (720p) im MP4-Format. Für kreative Vielseitigkeit lässt sich der optische Zoom auch im Movie-Modus einsetzen und die Aufnahmen werden hochwertig und gestochen scharf.",//uk.icecat.biz/de/p/canon/1085c009/digitale-kameras-8714574634319-Canon-IXUS-180-20MP-1-2-3Zoll-CCD-5152-x-3864Pixel-Schwarz-30692993.html,Entertainment Electronics,Canon IXUS 175,Canon IXUS 175,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Creative play Play with your creativity using a range of Creative Filters. Re-create the distortion of a fish-eye lens, make scenes in stills or movies loo",Stil im Taschenformat Diese ultraschlanke und schicke IXUS passt in jede Hand- oder Jackentasche und bietet dabei ein flexibles 28-mm-Weitwinkelobjektiv mi,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 -digital-cameras,36,007,Canon IXUS 285,Canon IXUS 285,/en/canon-ixus-285-007,/de/canon-ixus-285-007,0,optical_zoom,12 x,,,,,usb_version,2,,,,,self_timer,2.10 s,,,,,hd_type,Full HD,,,,,brand,Canon,,,color,Black,color,Schwarz,#000000,"Quick connections Connect to your compatible smart device with just one tap using Wi-Fi with Dynamic NFC for easy sharing. Use Image Sync to automatically back-up new images to cloud services and capture great group shots with wireless Remote Shooting from your smart device. The Wi-Fi Button offers a quick and easy shortcut to Wi-Fi functions. This ultra-slim and stylish metal-bodied IXUS is easy to carry with you wherever you go and features a flexible 25mm ultra-wide 12x optical zoom lens with 24x ZoomPlus; so you can easily capture every moment, near or far, in superb quality photos and movies. Auto Zoom helps you select the best framing at the touch of a button.",No Description,//uk.icecat.biz/en/p/canon/1076c007/digitale-kameras-8714574634395-285+HS-30691822.html,Entertainment Electronics,Canon IXUS 285,Canon IXUS 285,"Canon,Entertainment Electronics","Canon,Entertainment Electronics",Quick connections Connect to your compatible smart device with just one tap using Wi-Fi with Dynamic NFC for easy sharing. Use Image Sync to automatically,No Description,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 -digital-cameras,37,008,Canon IXUS 285,Canon IXUS 285,/en/canon-ixus-285-008,/de/canon-ixus-285-008,0,optical_zoom,12 x,,,,,usb_version,2,,,,,self_timer,2.10 s,,,,,hd_type,Full HD,,,,,brand,Canon,,,color,Purple,color,Lila,#9370DB,"Quick connections Connect to your compatible smart device with just one tap using Wi-Fi with Dynamic NFC for easy sharing. Use Image Sync to automatically back-up new images to cloud services and capture great group shots with wireless Remote Shooting from your smart device. The Wi-Fi Button offers a quick and easy shortcut to Wi-Fi functions. This ultra-slim and stylish metal-bodied IXUS is easy to carry with you wherever you go and features a flexible 25mm ultra-wide 12x optical zoom lens with 24x ZoomPlus; so you can easily capture every moment, near or far, in superb quality photos and movies. Auto Zoom helps you select the best framing at the touch of a button.",No Description,//uk.icecat.biz/de/p/canon/1082c006/digitale-kameras-8714574634432-Canon-IXUS-285-HS-20-2MP-1-2-3Zoll-CMOS-5184-x-3888Pixel-Schwarz-30692992.html,Entertainment Electronics,Canon IXUS 285,Canon IXUS 285,"Canon,Entertainment Electronics","Canon,Entertainment Electronics",Quick connections Connect to your compatible smart device with just one tap using Wi-Fi with Dynamic NFC for easy sharing. Use Image Sync to automatically,No Description,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 -digital-cameras,1,009,Canon IXUS 285,Canon IXUS 285,/en/canon-ixus-285-009,/de/canon-ixus-285-009,0,optical_zoom,12 x,,,,,usb_version,2,,,,,self_timer,2.10 s,,,,,hd_type,Full HD,,,,,brand,Canon,,,color,Silver,color,Silber,#D3D3D3,"Quick connections Connect to your compatible smart device with just one tap using Wi-Fi with Dynamic NFC for easy sharing. Use Image Sync to automatically back-up new images to cloud services and capture great group shots with wireless Remote Shooting from your smart device. The Wi-Fi Button offers a quick and easy shortcut to Wi-Fi functions. This ultra-slim and stylish metal-bodied IXUS is easy to carry with you wherever you go and features a flexible 25mm ultra-wide 12x optical zoom lens with 24x ZoomPlus; so you can easily capture every moment, near or far, in superb quality photos and movies. Auto Zoom helps you select the best framing at the touch of a button.",No Description,//uk.icecat.biz/de/p/canon/1079c007/digitale-kameras-8714574634418-Canon-IXUS-285-HS-20-2MP-1-2-3Zoll-CMOS-5184-x-3888Pixel-Schwarz-30692991.html,Entertainment Electronics,Canon IXUS 285,Canon IXUS 285,"Canon,Entertainment Electronics","Canon,Entertainment Electronics",Quick connections Connect to your compatible smart device with just one tap using Wi-Fi with Dynamic NFC for easy sharing. Use Image Sync to automatically,No Description,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 -digital-cameras,32,010,Canon IXUS 180,Canon IXUS 180,/en/canon-ixus-180-010,/de/canon-ixus-180-010,0,megapixel,20 MP,,,,,sensor_type,CCD,,,,,display,LCD,,,,,digital_zoom,4 x,,,,,brand,Canon,,,color,Red,color,Rot,#DC2E09,"Effortless creativity Just point and shoot to capture fantastic photos or movies with one touch of the Auto Button, which allows Smart Auto to take control and choose the perfect camera settings for you. Play with your creativity in stills or movies using a range of Creative Filters such as Fish Eye, Miniature and Toy Camera. Enjoy exceptional quality, detailed images ideal for creating stunning poster sized prints thanks to 20.0 Megapixels and DIGIC 4+ processing. An intelligent optical Image Stabilizer ensures sharp stills and steady movies in any situation, while the 6.8 cm (2.7”) LCD screen allows easy viewing and sharing.",No Description,//uk.icecat.biz/en/p/canon/1088c008/digitale-kameras-8714574634333-180-30692994.html,Entertainment Electronics,Canon IXUS 180,Canon IXUS 180,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Effortless creativity Just point and shoot to capture fantastic photos or movies with one touch of the Auto Button, which allows Smart Auto to take control",No Description,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 -digital-cameras,35,011,Canon IXUS 180,Canon IXUS 180,/en/canon-ixus-180-011,/de/canon-ixus-180-011,0,megapixel,20 MP,,,,,sensor_type,CCD,,,,,display,LCD,,,,,digital_zoom,4 x,,,,,brand,Canon,,,color,Blue,color,Blau,#6281D8,"Effortless creativity Just point and shoot to capture fantastic photos or movies with one touch of the Auto Button, which allows Smart Auto to take control and choose the perfect camera settings for you. Play with your creativity in stills or movies using a range of Creative Filters such as Fish Eye, Miniature and Toy Camera. Enjoy exceptional quality, detailed images ideal for creating stunning poster sized prints thanks to 20.0 Megapixels and DIGIC 4+ processing. An intelligent optical Image Stabilizer ensures sharp stills and steady movies in any situation, while the 6.8 cm (2.7”) LCD screen allows easy viewing and sharing.",No Description,//uk.icecat.biz/en/p/canon/1091c008/digitale-kameras-8714574634357-180-30775359.html,Entertainment Electronics,Canon IXUS 180,Canon IXUS 180,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Effortless creativity Just point and shoot to capture fantastic photos or movies with one touch of the Auto Button, which allows Smart Auto to take control",No Description,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 -digital-cameras,5,012,Canon IXUS 165,Canon IXUS 165,/en/canon-ixus-165-012,/de/canon-ixus-165-012,0,field_of_view,100%,,,,,digital_zoom,8 x,,,,,flash_range_tele,1.3-1.5 m,flash_range_tele,4.2-4.9 ft,,,hd_type,HD ready,,,,,brand,Canon,,,color,Silver,color,Silber,#D3D3D3,"Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. All you have to do is point and shoot. Use the Help Button for quick, easy-to-follow guidance on using your camera and its functions. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions. Experiment and have fun with a range of Creative Filters. You can re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more.a","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/canon/0149c001/digitale-kameras-0454929202890-165-25904598.html,Entertainment Electronics,Canon IXUS 165,Canon IXUS 165,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. ","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 -digital-cameras,14,013,Canon IXUS 165,Canon IXUS 165,/en/canon-ixus-165-013,/de/canon-ixus-165-013,0,field_of_view,100%,,,,,digital_zoom,8 x,,,,,flash_range_tele,1.3-1.5 m,flash_range_tele,4.2-4.9 ft,,,hd_type,HD ready,,,,,brand,Canon,,,color,Red,color,Rot,#DC2E09,"Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. All you have to do is point and shoot. Use the Help Button for quick, easy-to-follow guidance on using your camera and its functions. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions. Experiment and have fun with a range of Creative Filters. You can re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more.a","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/canon/0152c001/digitale-kameras-4549292029987-165-25904584.html,Entertainment Electronics,Canon IXUS 165,Canon IXUS 165,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. ","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 -digital-cameras,7,014,Canon IXUS 177,Canon IXUS 177,/en/canon-ixus-177-014,/de/canon-ixus-177-014,0,megapixel,20 MP,,,,,display,LCD,,,,,photo_effects,Vivid,,,,,field_of_view,100%,,,,,brand,Canon,,,color,Black,color,Schwarz,#000000,"Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. All you have to do is point and shoot. Use the Help Button for quick, easy-to-follow guidance on using your camera and its functions. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions. Experiment and have fun with a range of Creative Filters. You can re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more.a","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/canon/0115c001/digitale-kameras-4549292028508-170-25919241.html,Entertainment Electronics,Canon IXUS 177,Canon IXUS 177,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 -digital-cameras,15,015,Canon IXUS 177,Canon IXUS 177,/en/canon-ixus-177-015,/de/canon-ixus-177-015,0,megapixel,20 MP,,,,,display,LCD,,,,,photo_effects,Vivid,,,,,field_of_view,100%,,,,,brand,Canon,,,color,Silver,color,Silber,#D3D3D3,"Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. All you have to do is point and shoot. Use the Help Button for quick, easy-to-follow guidance on using your camera and its functions. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions. Experiment and have fun with a range of Creative Filters. You can re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more.a","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/canon/0128c001/digitale-kameras-4549292029253-170-25904009.html,Entertainment Electronics,Canon IXUS 177,Canon IXUS 177,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 -digital-cameras,6,016,Sony Cyber-shot DSC-W800,Sony Cyber-shot DSC-W800,/en/sony-cyber-shot-dsc-w800-016,/de/sony-cyber-shot-dsc-w800-016,0,internal_memory,29 MB,,,,,digital_zoom,40 x,,,,,usb_version,2,,,,,optical_zoom,5 x,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/sony/dsc-w800b/digitale-kameras-DSC-W800-21748907.html,Entertainment Electronics,Sony Cyber-shot DSC-W800,Sony Cyber-shot DSC-W800,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 -digital-cameras,13,017,Sony Cyber-shot DSC-W800,Sony Cyber-shot DSC-W800,/en/sony-cyber-shot-dsc-w800-017,/de/sony-cyber-shot-dsc-w800-017,0,internal_memory,29 MB,,,,,digital_zoom,40 x,,,,,usb_version,2,,,,,optical_zoom,5 x,,,,,brand,Sony,,,color,Silver,color,Silber,#D3D3D3,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/sony/dsc-w800s/digitale-kameras-DSC-W800-21748906.html,Entertainment Electronics,Sony Cyber-shot DSC-W800,Sony Cyber-shot DSC-W800,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 -digital-cameras,33,018,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,/en/sony-cyber-shot-dsc-w830-018,/de/sony-cyber-shot-dsc-w830-018,0,hdmi,no,,,,,sensor_type,CCD,,,,,display,TFT,,,,,usb_version,2,,,,,brand,Sony,,,color,Pink,color,Pink,#FF69B4,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/sony/dscw830p.ce3/digitale-kameras-3355830056428-DSC-W830-21081477.html,Entertainment Electronics,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 -digital-cameras,26,019,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,/en/sony-cyber-shot-dsc-w830-019,/de/sony-cyber-shot-dsc-w830-019,0,hdmi,no,,,,,sensor_type,CCD,,,,,display,TFT,,,,,usb_version,2,,,,,brand,Sony,,,color,Silver,color,Silber,#D3D3D3,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/de/p/sony/dscw830s.ce3/digitale-kameras-4905524972429-Sony-Cyber-shot-DSC-W830-21081473.html,Entertainment Electronics,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 -digital-cameras,2,020,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,/en/sony-cyber-shot-dsc-w830-020,/de/sony-cyber-shot-dsc-w830-020,0,hdmi,no,,,,,sensor_type,CCD,,,,,display,TFT,,,,,usb_version,2,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/de/p/sony/dscw830b.ce3/digitale-kameras-4905524972436-Sony-Cyber-shot-DSC-W830-21081478.html,Entertainment Electronics,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 -digital-cameras,,021,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,/en/sony-cyber-shot-dsc-w830-021,/de/sony-cyber-shot-dsc-w830-021,0,hdmi,no,,,,,sensor_type,CCD,,,,,display,TFT,,,,,usb_version,2,,,,,brand,Sony,,,color,Purple,color,Lila,#9370DB,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/de/p/sony/dscw830v.ce3/digitale-kameras-4905524972498-Sony-Cyber-shot-DSC-W830-21081475.html,Entertainment Electronics,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 -digital-cameras,9,022,Sony Cyber-shot DSC-WX220,Sony Cyber-shot DSC-WX220,/en/sony-cyber-shot-dsc-wx220-022,/de/sony-cyber-shot-dsc-wx220-022,0,megapixel,18.2 MP,,,,,display,LCD,,,,,digital_zoom,20 x,,,,,sensor_type,CMOS,,,,,brand,Sony,,,color,Gold,color,Gold,#C5B358,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/sony/dsc-wx220n/digitale-kameras-4905524980790-WX220+Kompaktkamera+mit+optischem+10fach-Zoom-21994751.html,Entertainment Electronics,Sony Cyber-shot DSC-WX220,Sony Cyber-shot DSC-WX220,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 -digital-cameras,3,023,Sony Cyber-shot DSC-WX220,Sony Cyber-shot DSC-WX220,/en/sony-cyber-shot-dsc-wx220-023,/de/sony-cyber-shot-dsc-wx220-023,0,megapixel,18.2 MP,,,,,display,LCD,,,,,digital_zoom,20 x,,,,,sensor_type,CMOS,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/de/p/sony/dsc-wx220b/digitale-kameras-4905524980745-Sony-Cyber-shot-DSC-WX220-21758366.html,Entertainment Electronics,Sony Cyber-shot DSC-WX220,Sony Cyber-shot DSC-WX220,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 -digital-cameras,,024,Sony Cyber-shot DSC-WX350,Sony Cyber-shot DSC-WX350,/en/sony-cyber-shot-dsc-wx350-024,/de/sony-cyber-shot-dsc-wx350-024,0,megapixel,18.2 MP,,,,,digital_zoom,40 x,,,,,usb_version,2,,,,,voice_recording,yes,,,,,brand,Sony,,,color,Pink,color,Pink,#FF69B4,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/sony/dsc-wx350p/digitale-kameras-4905524981179-DSC-WX350-21987578.html,Entertainment Electronics,Sony Cyber-shot DSC-WX350,Sony Cyber-shot DSC-WX350,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 -digital-cameras,20,025,Sony Cyber-shot DSC-WX350,Sony Cyber-shot DSC-WX350,/en/sony-cyber-shot-dsc-wx350-025,/de/sony-cyber-shot-dsc-wx350-025,0,megapixel,18.2 MP,,,,,digital_zoom,40 x,,,,,usb_version,2,,,,,voice_recording,yes,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/de/p/sony/dscwx350b.ce3/digitale-kameras-Sony-Cyber-shot-DSC-WX350-21764665.html,Entertainment Electronics,Sony Cyber-shot DSC-WX350,Sony Cyber-shot DSC-WX350,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 -digital-cameras,30,026,Sony Cyber-shot DSC-WX350,Sony Cyber-shot DSC-WX350,/en/sony-cyber-shot-dsc-wx350-026,/de/sony-cyber-shot-dsc-wx350-026,0,megapixel,18.2 MP,,,,,digital_zoom,40 x,,,,,usb_version,2,,,,,voice_recording,yes,,,,,brand,Sony,,,color,White,color,Weiß,#FFFFFF,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/de/p/sony/dsc-wx350w/digitale-kameras-4905524981087-Sony-Cyber-shot-DSC-WX350-21748904.html,Entertainment Electronics,Sony Cyber-shot DSC-WX350,Sony Cyber-shot DSC-WX350,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 -digital-cameras,17,027,Sony Cyber-shot DSC-WX500,Sony Cyber-shot DSC-WX500,/en/sony-cyber-shot-dsc-wx500-027,/de/sony-cyber-shot-dsc-wx500-027,0,camera_type,Compact camera,,,,,display,LCD,,,,,hdmi,yes,,,,,digital_zoom,120 x,,,,,brand,Sony,,,color,Red,color,Rot,#DC2E09,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/sony/dsc-wx500r.ce3/digitale-kameras-4548736014275-DSC-WX500-26976107.html,Entertainment Electronics,Sony Cyber-shot DSC-WX500,Sony Cyber-shot DSC-WX500,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 -digital-cameras,,028,Sony Cyber-shot DSC-WX500,Sony Cyber-shot DSC-WX500,/en/sony-cyber-shot-dsc-wx500-028,/de/sony-cyber-shot-dsc-wx500-028,0,camera_type,Compact camera,,,,,display,LCD,,,,,hdmi,yes,,,,,digital_zoom,120 x,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/de/p/sony/dsc-wx500b/digitale-kameras-4548736014152-Sony-Cyber-shot-DSC-WX500-26976108.html,Entertainment Electronics,Sony Cyber-shot DSC-WX500,Sony Cyber-shot DSC-WX500,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 -digital-cameras,31,029,Sony Cyber-shot DSC-WX500,Sony Cyber-shot DSC-WX500,/en/sony-cyber-shot-dsc-wx500-029,/de/sony-cyber-shot-dsc-wx500-029,0,camera_type,Compact camera,,,,,display,LCD,,,,,hdmi,yes,,,,,digital_zoom,120 x,,,,,brand,Sony,,,color,White,color,Weiß,#FFFFFF,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/de/p/sony/dsc-wx500w.ce3/digitale-kameras-4548736014183-Sony-Cyber-shot-DSC-WX500-26976109.html,Entertainment Electronics,Sony Cyber-shot DSC-WX500,Sony Cyber-shot DSC-WX500,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 -digital-cameras,25,030,Canon PowerShot G9 X,Canon PowerShot G9 X,/en/canon-powershot-g9-x-030,/de/canon-powershot-g9-x-030,0,audio_system,Stereo,,,,,optical_zoom,3 x,,,,,usb_version,2,,,,,display,TFT,,,,,brand,Canon,,,color,Black,color,Schwarz,#000000,"Impressive image quality Stunning videos. A camera that’s slim and comfortable. The PowerShot G9 X camera is all this and more, featuring a 20.2 Megapixel, 1.0-inch High-Sensitivity CMOS sensor, Canon’s powerful DIGIC 6 Image Processor and a fast, f/2.0–4.9 lens that helps you capture inspiring images – even in low light – with detail and color to match. Whether you carry it in your hand, a bag or inside a pocket, the PowerShot G9 X can accompany you anywhere you go and is slim enough to quickly be in your grasp when opportunity knocks. Subjects in the distance become closer with a 3x Optical Zoom lens (28–84mm equivalent). Movement can be captured in stunning Full HD video, or frozen in beautiful increments with up to 6.0 fps continuous shooting.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//de.icecat.biz/en/p/canon/0511c002/digitale-kameras-4549292051773-G9+X-30021698.html,Entertainment Electronics,Canon PowerShot G9 X,Canon PowerShot G9 X,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Impressive image quality Stunning videos. A camera that’s slim and comfortable. The PowerShot G9 X camera is all this and more, featuring a 20.2 Megapixel,","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 -digital-cameras,29,031,Canon PowerShot G9 X,Canon PowerShot G9 X,/en/canon-powershot-g9-x-031,/de/canon-powershot-g9-x-031,0,audio_system,Stereo,,,,,optical_zoom,3 x,,,,,usb_version,2,,,,,display,TFT,,,,,brand,Canon,,,color,Brown,color,Braun,#835C3B,"Impressive image quality Stunning videos. A camera that’s slim and comfortable. The PowerShot G9 X camera is all this and more, featuring a 20.2 Megapixel, 1.0-inch High-Sensitivity CMOS sensor, Canon’s powerful DIGIC 6 Image Processor and a fast, f/2.0–4.9 lens that helps you capture inspiring images – even in low light – with detail and color to match. Whether you carry it in your hand, a bag or inside a pocket, the PowerShot G9 X can accompany you anywhere you go and is slim enough to quickly be in your grasp when opportunity knocks. Subjects in the distance become closer with a 3x Optical Zoom lens (28–84mm equivalent). Movement can be captured in stunning Full HD video, or frozen in beautiful increments with up to 6.0 fps continuous shooting.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//de.icecat.biz/de/p/canon/0924c002/digitale-kameras-4549292051841-Canon-PowerShot-G9-X-30021637.html,Entertainment Electronics,Canon PowerShot G9 X,Canon PowerShot G9 X,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Impressive image quality Stunning videos. A camera that’s slim and comfortable. The PowerShot G9 X camera is all this and more, featuring a 20.2 Megapixel,","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 -digital-cameras,8,032,Canon PowerShot SC620,Canon PowerShot SC620,/en/canon-powershot-sc620-032,/de/canon-powershot-sc620-032,0,megapixel,20.2 MP,,,,,display,TFT,,,,,digital_zoom,4 x,,,,,recording_time,65 min,,,,,brand,Canon,,,color,Red,color,Rot,#DC2E09,"Intelligent IS Whether you're taking a vacation, celebrating a special family occasion or just having some everyday fun, the slim and sleek PowerShot SX620 HS camera is ready for your next shot. Enjoy the versatility of a powerful 25x (25-625mm) Optical Zoom for subjects both near and far. Equipped with Intelligent IS for optimized image stabilization, it helps capture everything from lovely close-ups to distant sights virtually shake-free, with confidence. You can then show off your photos with built-in Wi-Fi® and NFC, which lets you transfer them to your compatible devices and upload to select social networking sites for your family, friends and the world to see. Stunning image quality comes via a 20.2 Megapixel CMOS sensor and the DIGIC 4+ Image Processor for beautiful shots whether you're picnicking during the day or camping at night. If videos are more your thing, rest assured they'll have gorgeous detail with 1080p Full HD video at your fingertips.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//de.icecat.biz/en/p/canon/1073c002/digitale-kameras-4549292057362-SX620-32125551.html,Entertainment Electronics,Canon PowerShot SC620,Canon PowerShot SC620,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Intelligent IS Whether you're taking a vacation, celebrating a special family occasion or just having some everyday fun, the slim and sleek PowerShot SX620","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 -digital-cameras,18,033,Canon PowerShot SC620,Canon PowerShot SC620,/en/canon-powershot-sc620-033,/de/canon-powershot-sc620-033,0,megapixel,20.2 MP,,,,,display,TFT,,,,,digital_zoom,4 x,,,,,recording_time,65 min,,,,,brand,Canon,,,color,Silver,color,Silber,#D3D3D3,"Intelligent IS Whether you're taking a vacation, celebrating a special family occasion or just having some everyday fun, the slim and sleek PowerShot SX620 HS camera is ready for your next shot. Enjoy the versatility of a powerful 25x (25-625mm) Optical Zoom for subjects both near and far. Equipped with Intelligent IS for optimized image stabilization, it helps capture everything from lovely close-ups to distant sights virtually shake-free, with confidence. You can then show off your photos with built-in Wi-Fi® and NFC, which lets you transfer them to your compatible devices and upload to select social networking sites for your family, friends and the world to see. Stunning image quality comes via a 20.2 Megapixel CMOS sensor and the DIGIC 4+ Image Processor for beautiful shots whether you're picnicking during the day or camping at night. If videos are more your thing, rest assured they'll have gorgeous detail with 1080p Full HD video at your fingertips.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//de.icecat.biz/de/p/canon/1074c002/digitale-kameras-4549292057423-Canon-PowerShot-SX620-20-2MP-1-2-3Zoll-CMOS-5184-x-3888Pixel-32125568.html,Entertainment Electronics,Canon PowerShot SC620,Canon PowerShot SC620,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Intelligent IS Whether you're taking a vacation, celebrating a special family occasion or just having some everyday fun, the slim and sleek PowerShot SX620","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 -digital-cameras,,034,Canon PowerShot SC620,Canon PowerShot SC620,/en/canon-powershot-sc620-034,/de/canon-powershot-sc620-034,0,megapixel,20.2 MP,,,,,display,TFT,,,,,digital_zoom,4 x,,,,,recording_time,65 min,,,,,brand,Canon,,,color,Black,color,Schwarz,#000000,"Intelligent IS Whether you're taking a vacation, celebrating a special family occasion or just having some everyday fun, the slim and sleek PowerShot SX620 HS camera is ready for your next shot. Enjoy the versatility of a powerful 25x (25-625mm) Optical Zoom for subjects both near and far. Equipped with Intelligent IS for optimized image stabilization, it helps capture everything from lovely close-ups to distant sights virtually shake-free, with confidence. You can then show off your photos with built-in Wi-Fi® and NFC, which lets you transfer them to your compatible devices and upload to select social networking sites for your family, friends and the world to see. Stunning image quality comes via a 20.2 Megapixel CMOS sensor and the DIGIC 4+ Image Processor for beautiful shots whether you're picnicking during the day or camping at night. If videos are more your thing, rest assured they'll have gorgeous detail with 1080p Full HD video at your fingertips.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//de.icecat.biz/de/p/canon/1072c002/digitale-kameras-4549292057300-Canon-PowerShot-SX620-20-2MP-1-2-3Zoll-CMOS-5184-x-3888Pixel-32125390.html,Entertainment Electronics,Canon PowerShot SC620,Canon PowerShot SC620,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Intelligent IS Whether you're taking a vacation, celebrating a special family occasion or just having some everyday fun, the slim and sleek PowerShot SX620","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 -digital-cameras,12,035,Canon PowerShot N,Canon PowerShot N,/en/canon-powershot-n-035,/de/canon-powershot-n-035,1,focus,TTL,,,,,field_of_view,100%,,,,,display,LCD,,,,,sensor_type,CMOS,,,,,brand,Canon,,,color,Silver,color,Silber,#D3D3D3,"Creative Shot Originality is effortless with Creative Shot. Simply take a shot and the camera will analyse the scene then automatically generate five creative images plus the original unaltered photo - capturing the same subject in a variety of artistic and surprising ways. The unique symmetrical, metal-bodied design is strikingly different with an ultra-modern minimalist style - small enough to keep in your pocket and stylish enough to take anywhere. HS System excels in low light allowing you to capture the real atmosphere of the moment without flash or a tripod. Advanced DIGIC 5 processing and a high-sensitivity 12.1 Megapixel CMOS sensor give excellent image quality in all situations.","Creative Shot Mit der Funktion „Creative Shot“ ist es ganz einfach, originelle Aufnahmen zu machen. Sie nehmen ein ganz normales Foto auf und die Kamera analysiert die Szene und erstellt daraus 5 kreative Bilder, die sie mit der Originalaufnahme zusammen speichert – so wird ein und das selbe Motiv auf 5 künstlerische und oft überraschenden Arten interpretiert. Das einzigartige, symmetrische Metallgehäuse ist erfrischend anders und beeindruckt mit einem ultra-modernen, minimalistischem Design – so kompakt, dass es in jede Tasche passt und so schick, dass es auch sonst überall hin passt.",//de.icecat.biz/en/p/canon/8231b009/digitale-kameras-8714574598352-N-17360369.html,Entertainment Electronics,Canon PowerShot N,Canon PowerShot N,"Canon,Entertainment Electronics","Canon,Entertainment Electronics",Creative Shot Originality is effortless with Creative Shot. Simply take a shot and the camera will analyse the scene then automatically generate five creat,"Creative Shot Mit der Funktion „Creative Shot“ ist es ganz einfach, originelle Aufnahmen zu machen. Sie nehmen ein ganz normales Foto auf und die Kamera an","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 -digital-cameras,21,036,Canon PowerShot N,Canon PowerShot N,/en/canon-powershot-n-036,/de/canon-powershot-n-036,0,focus,TTL,,,,,field_of_view,100%,,,,,display,LCD,,,,,sensor_type,CMOS,,,,,brand,Canon,,,color,Black,color,Schwarz,#000000,"Creative Shot Originality is effortless with Creative Shot. Simply take a shot and the camera will analyse the scene then automatically generate five creative images plus the original unaltered photo - capturing the same subject in a variety of artistic and surprising ways. The unique symmetrical, metal-bodied design is strikingly different with an ultra-modern minimalist style - small enough to keep in your pocket and stylish enough to take anywhere. HS System excels in low light allowing you to capture the real atmosphere of the moment without flash or a tripod. Advanced DIGIC 5 processing and a high-sensitivity 12.1 Megapixel CMOS sensor give excellent image quality in all situations.","Creative Shot Mit der Funktion „Creative Shot“ ist es ganz einfach, originelle Aufnahmen zu machen. Sie nehmen ein ganz normales Foto auf und die Kamera analysiert die Szene und erstellt daraus 5 kreative Bilder, die sie mit der Originalaufnahme zusammen speichert – so wird ein und das selbe Motiv auf 5 künstlerische und oft überraschenden Arten interpretiert. Das einzigartige, symmetrische Metallgehäuse ist erfrischend anders und beeindruckt mit einem ultra-modernen, minimalistischem Design – so kompakt, dass es in jede Tasche passt und so schick, dass es auch sonst überall hin passt.",//de.icecat.biz/de/p/canon/8230b009/digitale-kameras-8714574598390-Canon-PowerShot-N-17360368.html,Entertainment Electronics,Canon PowerShot N,Canon PowerShot N,"Canon,Entertainment Electronics","Canon,Entertainment Electronics",Creative Shot Originality is effortless with Creative Shot. Simply take a shot and the camera will analyse the scene then automatically generate five creat,"Creative Shot Mit der Funktion „Creative Shot“ ist es ganz einfach, originelle Aufnahmen zu machen. Sie nehmen ein ganz normales Foto auf und die Kamera an","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 -digital-cameras,19,037,Canon PowerShot SX710,Canon PowerShot SX710,/en/canon-powershot-sx710-037,/de/canon-powershot-sx710-037,0,digital_zoom,30 x,,,,,focus,TTL,,,,,hdmi,yes,,,,,display,LCD,,,,,brand,Canon,,,color,Red,color,Rot,#DC2E09,"Compact 30x superzoom, easy to take everywhere The pocket-sized PowerShot SX710 HS is packed with our most powerful imaging technology and an impressive 30x zoom for capturing detail at a distance. It’s designed to let you travel light and capture superb quality images and movies wherever life takes you. Share more of your adventures. Wi-Fi with Dynamic NFC makes it simple to transfer images to compatible smartphones, tablets or the Canon Connect Station, while Image Sync automatically backs up all new images to the cloud, your smartphone and your PC. A 20.3 Megapixel sensor and our powerful DIGIC 6 processor are combined in HS System to give you vivid, crisp and clear shots in any situation. It lets you preserve the true atmosphere, even of dark scenes, with accurate colours, low noise and without having to use the flash.","Kompakte 30fach Zoomkamera, die man überall mitnehmen kann Diese ultra-kompakte Kamera ist so klein, dass sie in jede Tasche passt und so überall mit hingenommen werden kann – das macht sie zum idealen Reisebegleiter. Mit dem 30fach optischen Zoom und 60fach ZoomPlus kommen Sie ganz nah ans Geschehen ran und halten jedes beeindruckende Detail fest. Der erweiterte Zoom-Assistent hilft Ihnen dabei immer die perfekte Bildkomposition zu halten. Der 5-achsige, intelligente optische Bildstabilisator passt sich automatisch der Situation an und ermöglicht gestochen scharfe und detailreiche Fotos und Movies – selbst bei wenig Licht oder vollem Zoom.",//de.icecat.biz/en/p/canon/0110c002/digital-cameras-4549292029741-Canon-PowerShot-SX710-HS-25904011.html,Entertainment Electronics,Canon PowerShot SX710,Canon PowerShot SX710,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Compact 30x superzoom, easy to take everywhere The pocket-sized PowerShot SX710 HS is packed with our most powerful imaging technology and an impressive 30","Kompakte 30fach Zoomkamera, die man überall mitnehmen kann Diese ultra-kompakte Kamera ist so klein, dass sie in jede Tasche passt und so überall mit hinge","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 -digital-cameras,24,038,Canon PowerShot SX710,Canon PowerShot SX710,/en/canon-powershot-sx710-038,/de/canon-powershot-sx710-038,0,digital_zoom,30 x,,,,,focus,TTL,,,,,hdmi,yes,,,,,display,LCD,,,,,brand,Canon,,,color,Black,color,Schwarz,#000000,"Compact 30x superzoom, easy to take everywhere The pocket-sized PowerShot SX710 HS is packed with our most powerful imaging technology and an impressive 30x zoom for capturing detail at a distance. It’s designed to let you travel light and capture superb quality images and movies wherever life takes you. Share more of your adventures. Wi-Fi with Dynamic NFC makes it simple to transfer images to compatible smartphones, tablets or the Canon Connect Station, while Image Sync automatically backs up all new images to the cloud, your smartphone and your PC. A 20.3 Megapixel sensor and our powerful DIGIC 6 processor are combined in HS System to give you vivid, crisp and clear shots in any situation. It lets you preserve the true atmosphere, even of dark scenes, with accurate colours, low noise and without having to use the flash.","Kompakte 30fach Zoomkamera, die man überall mitnehmen kann Diese ultra-kompakte Kamera ist so klein, dass sie in jede Tasche passt und so überall mit hingenommen werden kann – das macht sie zum idealen Reisebegleiter. Mit dem 30fach optischen Zoom und 60fach ZoomPlus kommen Sie ganz nah ans Geschehen ran und halten jedes beeindruckende Detail fest. Der erweiterte Zoom-Assistent hilft Ihnen dabei immer die perfekte Bildkomposition zu halten. Der 5-achsige, intelligente optische Bildstabilisator passt sich automatisch der Situation an und ermöglicht gestochen scharfe und detailreiche Fotos und Movies – selbst bei wenig Licht oder vollem Zoom.",//de.icecat.biz/en/p/canon/0109c011/digital-cameras-Canon-PowerShot-SX710-HS-20-3MP-1-2-3-CMOS-5184-x-3888pixels-25905593.html,Entertainment Electronics,Canon PowerShot SX710,Canon PowerShot SX710,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Compact 30x superzoom, easy to take everywhere The pocket-sized PowerShot SX710 HS is packed with our most powerful imaging technology and an impressive 30","Kompakte 30fach Zoomkamera, die man überall mitnehmen kann Diese ultra-kompakte Kamera ist so klein, dass sie in jede Tasche passt und so überall mit hinge","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 -digital-cameras,23,039,Canon PowerShot SX610,Canon PowerShot SX610,/en/canon-powershot-sx610-039,/de/canon-powershot-sx610-039,0,hd_type,Full HD,,,,,megapixel,20.2 MP,,,,,optical_zoom,18 x,,,,,display,LCD,,,,,brand,Canon,,,color,Dark Black,color,Schwarz,#000000,"Optical Quality Capture quality images from a distance with a 20.2 MP, 25mm wide, 18x optical zoom lens. Hybrid Auto mode records 4 seconds of video before each shot then compiles them all into a single video. With built in NFC and Wi-Fi its so easy to share your happy snaps to your favourite social media platforms. Expand your creative photography skills through applying a range of artistic presets such as toy camera or fish eye effect. Capture images remotely and view live images from the camera via your phone and the Camera Connect app. Bring your memories to life as you experience videos on Full HD quality in 30p/MP4 recording. ","Stets beste Ergebnisse Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera ermöglicht selbst bei wenig Licht oder hohen Zoomwerten gestochen scharfe und detailreiche Aufnahmen aus der freien Hand. WLAN bietet Ihnen zahlreiche Möglichkeiten. Fotos und Movies können direkt von der Kamera auf soziale Netzwerke hochgeladen werden und per dynamischem NFC auf Smartphone oder Tablet. Mit der Canon Camera Connect App wird eine Fernbedienung der Kamera über ein Smartphone ermöglicht. Backup auf einem PC oder in der Cloud ist dank Image Sync kein Problem. Verbindet man die Kamera mit einer Canon Connect Station, lassen sich Fotos und Movies mit Freunden und Familie am heimischen HD-Fernsehgerät betrachten oder man teilt sie von dort aus mit der ganzen Welt über soziale Netzwerke und Online-Alben wie irista.",//de.icecat.biz/en/p/canon/0111c002/digital-cameras-4549292030631-Canon-PowerShot-SX610-HS-25904010.html,Entertainment Electronics,Canon PowerShot SX610,Canon PowerShot SX610,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Optical Quality Capture quality images from a distance with a 20.2 MP, 25mm wide, 18x optical zoom lens. Hybrid Auto mode records 4 seconds of video before","Stets beste Ergebnisse Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera ermöglic","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 -digital-cameras,27,040,Canon PowerShot SX610,Canon PowerShot SX610,/en/canon-powershot-sx610-040,/de/canon-powershot-sx610-040,0,hd_type,Full HD,,,,,megapixel,20.2 MP,,,,,optical_zoom,18 x,,,,,display,LCD,,,,,brand,Canon,,,color,Red,color,Rot,#DC2E09,"Optical Quality Capture quality images from a distance with a 20.2 MP, 25mm wide, 18x optical zoom lens. Hybrid Auto mode records 4 seconds of video before each shot then compiles them all into a single video. With built in NFC and Wi-Fi its so easy to share your happy snaps to your favourite social media platforms. Expand your creative photography skills through applying a range of artistic presets such as toy camera or fish eye effect. Capture images remotely and view live images from the camera via your phone and the Camera Connect app. Bring your memories to life as you experience videos on Full HD quality in 30p/MP4 recording. ","Stets beste Ergebnisse Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera ermöglicht selbst bei wenig Licht oder hohen Zoomwerten gestochen scharfe und detailreiche Aufnahmen aus der freien Hand. WLAN bietet Ihnen zahlreiche Möglichkeiten. Fotos und Movies können direkt von der Kamera auf soziale Netzwerke hochgeladen werden und per dynamischem NFC auf Smartphone oder Tablet. Mit der Canon Camera Connect App wird eine Fernbedienung der Kamera über ein Smartphone ermöglicht. Backup auf einem PC oder in der Cloud ist dank Image Sync kein Problem. Verbindet man die Kamera mit einer Canon Connect Station, lassen sich Fotos und Movies mit Freunden und Familie am heimischen HD-Fernsehgerät betrachten oder man teilt sie von dort aus mit der ganzen Welt über soziale Netzwerke und Online-Alben wie irista.",//de.icecat.biz/en/p/canon/0113c002/digital-cameras-4549292031096-Canon-PowerShot-SX610-HS-25904665.html,Entertainment Electronics,Canon PowerShot SX610,Canon PowerShot SX610,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Optical Quality Capture quality images from a distance with a 20.2 MP, 25mm wide, 18x optical zoom lens. Hybrid Auto mode records 4 seconds of video before","Stets beste Ergebnisse Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera ermöglic","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 -digital-cameras,28,041,Canon PowerShot SX610,Canon PowerShot SX610,/en/canon-powershot-sx610-041,/de/canon-powershot-sx610-041,0,hd_type,Full HD,,,,,megapixel,20.2 MP,,,,,optical_zoom,18 x,,,,,display,LCD,,,,,brand,Canon,,,color,White,color,Weiß,#FFFFFF,"Optical Quality Capture quality images from a distance with a 20.2 MP, 25mm wide, 18x optical zoom lens. Hybrid Auto mode records 4 seconds of video before each shot then compiles them all into a single video. With built in NFC and Wi-Fi its so easy to share your happy snaps to your favourite social media platforms. Expand your creative photography skills through applying a range of artistic presets such as toy camera or fish eye effect. Capture images remotely and view live images from the camera via your phone and the Camera Connect app. Bring your memories to life as you experience videos on Full HD quality in 30p/MP4 recording. ","Stets beste Ergebnisse Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera ermöglicht selbst bei wenig Licht oder hohen Zoomwerten gestochen scharfe und detailreiche Aufnahmen aus der freien Hand. WLAN bietet Ihnen zahlreiche Möglichkeiten. Fotos und Movies können direkt von der Kamera auf soziale Netzwerke hochgeladen werden und per dynamischem NFC auf Smartphone oder Tablet. Mit der Canon Camera Connect App wird eine Fernbedienung der Kamera über ein Smartphone ermöglicht. Backup auf einem PC oder in der Cloud ist dank Image Sync kein Problem. Verbindet man die Kamera mit einer Canon Connect Station, lassen sich Fotos und Movies mit Freunden und Familie am heimischen HD-Fernsehgerät betrachten oder man teilt sie von dort aus mit der ganzen Welt über soziale Netzwerke und Online-Alben wie irista.",//de.icecat.biz/en/p/canon/0112c002/digital-cameras-4549292031034-Canon-PowerShot-SX610-HS-25904691.html,Entertainment Electronics,Canon PowerShot SX610,Canon PowerShot SX610,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Optical Quality Capture quality images from a distance with a 20.2 MP, 25mm wide, 18x optical zoom lens. Hybrid Auto mode records 4 seconds of video before","Stets beste Ergebnisse Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera ermöglic","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 -smartphones,14,042,Samsung Galaxy S7,Samsung Galaxy S7,/en/samsung-galaxy-s7-042,/de/samsung-galaxy-s7-042,0,usb_version,2,,,,,os_version,6,,,,,max_memory_card_size,200 GB,,,,,weight,152 g,,,,,brand,Samsung,,,color,Gold,color,Gold,#C5B358,"Smart Design The beauty of what we've engineered is to give you the slimmest feel in your hand without compromising the big screen size. The elegantly curved front and back fit in your palm just right. It's as beautiful to look at as it is to use. We spent a long time perfecting the curves of the Galaxy S7 edge and S7. Using a proprietary process called 3D Thermoforming, we melted 3D glass to curve with such precision that it meets the curved metal alloy to create an exquisitely seamless and strong unibody. The dual-curve backs on the Galaxy S7 edge and S7 are the reason why they feel so comfortable when you hold them. Everything about the design, from the naturally flowing lines to the thin form factor, come together to deliver a grip that's so satisfying, you won't want to let go.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//de.icecat.biz/en/p/samsung/sm-g930fzdaphn/smartphones-8806088184753-Samsung-Galaxy-S7-SM-G930F-32GB-4G-Gold-31040075.html,Communication Electronics,Samsung Galaxy S7,Samsung Galaxy S7,"Samsung,Communication Electronics","Samsung,Communication Electronics",Smart Design The beauty of what we've engineered is to give you the slimmest feel in your hand without compromising the big screen size. The elegantly curv,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 -smartphones,21,043,Samsung Galaxy S7,Samsung Galaxy S7,/en/samsung-galaxy-s7-043,/de/samsung-galaxy-s7-043,0,usb_version,2,,,,,os_version,6,,,,,max_memory_card_size,200 GB,,,,,weight,152 g,,,,,brand,Samsung,,,color,White,color,Weiß,#FFFFFF,"Smart Design The beauty of what we've engineered is to give you the slimmest feel in your hand without compromising the big screen size. The elegantly curved front and back fit in your palm just right. It's as beautiful to look at as it is to use. We spent a long time perfecting the curves of the Galaxy S7 edge and S7. Using a proprietary process called 3D Thermoforming, we melted 3D glass to curve with such precision that it meets the curved metal alloy to create an exquisitely seamless and strong unibody. The dual-curve backs on the Galaxy S7 edge and S7 are the reason why they feel so comfortable when you hold them. Everything about the design, from the naturally flowing lines to the thin form factor, come together to deliver a grip that's so satisfying, you won't want to let go.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//de.icecat.biz/en/p/samsung/sm-g930fzwaphn/smartphones-8806088293707-Samsung-Galaxy-S7-SM-G930F-32GB-4G-White-31040074.html,Communication Electronics,Samsung Galaxy S7,Samsung Galaxy S7,"Samsung,Communication Electronics","Samsung,Communication Electronics",Smart Design The beauty of what we've engineered is to give you the slimmest feel in your hand without compromising the big screen size. The elegantly curv,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 -smartphones,16,044,Samsung Galaxy S7,Samsung Galaxy S7,/en/samsung-galaxy-s7-044,/de/samsung-galaxy-s7-044,0,usb_version,2,,,,,os_version,6,,,,,max_memory_card_size,200 GB,,,,,weight,152 g,,,,,brand,Samsung,,,color,Black,color,Schwarz,#000000,"Smart Design The beauty of what we've engineered is to give you the slimmest feel in your hand without compromising the big screen size. The elegantly curved front and back fit in your palm just right. It's as beautiful to look at as it is to use. We spent a long time perfecting the curves of the Galaxy S7 edge and S7. Using a proprietary process called 3D Thermoforming, we melted 3D glass to curve with such precision that it meets the curved metal alloy to create an exquisitely seamless and strong unibody. The dual-curve backs on the Galaxy S7 edge and S7 are the reason why they feel so comfortable when you hold them. Everything about the design, from the naturally flowing lines to the thin form factor, come together to deliver a grip that's so satisfying, you won't want to let go.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//de.icecat.biz/en/p/samsung/sm-g930fzkaphn/smartphones-8806088281285-Samsung-Galaxy-S7-SM-G930F-32GB-4G-Black-31040076.html,Communication Electronics,Samsung Galaxy S7,Samsung Galaxy S7,"Samsung,Communication Electronics","Samsung,Communication Electronics",Smart Design The beauty of what we've engineered is to give you the slimmest feel in your hand without compromising the big screen size. The elegantly curv,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 -smartphones,18,045,Samsung Galaxy S6,Samsung Galaxy S6,/en/samsung-galaxy-s6-045,/de/samsung-galaxy-s6-045,0,internal_storage_capacity,32 GB,,,,,processor_cores,4,,,,,themes,Wallpapers,,,,,weight,132 g,,,,,brand,Samsung,,,color,White,color,Weiß,#FFFFFF,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//de.icecat.biz/en/p/samsung/sm-g925fzwa/smartphones-8806086773348-Samsung-Galaxy-S6-edge-SM-G925F-32GB-4G-White-26408558.html,Communication Electronics,Samsung Galaxy S6,Samsung Galaxy S6,"Samsung,Communication Electronics","Samsung,Communication Electronics",Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 -smartphones,25,046,Samsung Galaxy S6,Samsung Galaxy S6,/en/samsung-galaxy-s6-046,/de/samsung-galaxy-s6-046,0,internal_storage_capacity,32 GB,,,,,processor_cores,4,,,,,themes,Wallpapers,,,,,weight,132 g,,,,,brand,Samsung,,,color,Green,color,Grün,#006400,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//de.icecat.biz/en/p/samsung/sm-g925fzge/smartphones-8806086936149-Samsung-Galaxy-S6-edge-SM-G925F-64GB-4G-Green-26408563.html,Communication Electronics,Samsung Galaxy S6,Samsung Galaxy S6,"Samsung,Communication Electronics","Samsung,Communication Electronics",Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 -smartphones,33,047,Samsung Galaxy S6,Samsung Galaxy S6,/en/samsung-galaxy-s6-047,/de/samsung-galaxy-s6-047,0,internal_storage_capacity,32 GB,,,,,processor_cores,4,,,,,themes,Wallpapers,,,,,weight,132 g,,,,,brand,Samsung,,,color,Gold,color,Gold,#C5B358,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//de.icecat.biz/en/p/samsung/sm-g925fzdf/smartphones-8806086935944-Samsung-Galaxy-S6-edge-SM-G925F-128GB-4G-Gold-26408568.html,Communication Electronics,Samsung Galaxy S6,Samsung Galaxy S6,"Samsung,Communication Electronics","Samsung,Communication Electronics",Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 -smartphones,19,048,Samsung Galaxy S6,Samsung Galaxy S6,/en/samsung-galaxy-s6-048,/de/samsung-galaxy-s6-048,0,internal_storage_capacity,32 GB,,,,,processor_cores,4,,,,,themes,Wallpapers,,,,,weight,132 g,,,,,brand,Samsung,,,color,Blue,color,Blau,#6281D8,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//de.icecat.biz/en/p/samsung/sm-g920fzbalux/smartphones-Samsung-Galaxy-S6-SM-G920F-32GB-4G-Blue-26403666.html,Communication Electronics,Samsung Galaxy S6,Samsung Galaxy S6,"Samsung,Communication Electronics","Samsung,Communication Electronics",Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 -smartphones,22,049,Samsung Galaxy A5,Samsung Galaxy A5,/en/samsung-galaxy-a5-049,/de/samsung-galaxy-a5-049,0,os_installed,Android,,,,,processor_frequency,1.6 GHz,,,,,os_system,5.1,,,,,weight,155g,,,,,brand,Samsung,,,color,Gold,color,Gold,#C5B358,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//de.icecat.biz/en/p/samsung/sm-a510fzdaphn/smartphones-8806088141428-Samsung-Galaxy-A5-2016-SM-A510F-16GB-4G-Gold-30395396.html,Communication Electronics,Samsung Galaxy A5,Samsung Galaxy A5,"Samsung,Communication Electronics","Samsung,Communication Electronics",Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 -smartphones,27,050,Samsung Galaxy A5,Samsung Galaxy A5,/en/samsung-galaxy-a5-050,/de/samsung-galaxy-a5-050,0,os_installed,Android,,,,,processor_frequency,1.6 GHz,,,,,os_system,5.1,,,,,weight,155g,,,,,brand,Samsung,,,color,Black,color,Schwarz,#000000,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//de.icecat.biz/en/p/samsung/sm-a510fzkabtu/smartphones-Samsung-Galaxy-A5-2016-SM-A510F-16GB-4G-Gold-31080444.html,Communication Electronics,Samsung Galaxy A5,Samsung Galaxy A5,"Samsung,Communication Electronics","Samsung,Communication Electronics",Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 -"smartphones,variant-showcase","35,43",051,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,/en/samsung-galaxy-s6-edge-051,/de/samsung-galaxy-s6-edge-051,0,display_diagonal,13 cm,display_diagonal,5.1 in,,,usb_version,2,,,,,weight,132 g,,,,,os_installed,Android,,,,,brand,Samsung,,,color,Gold,color,Gold,#C5B358,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//uk.icecat.biz/en/p/samsung/sm-g928fzdabtu/smartphones-8806086990301-Samsung-Galaxy-S6-edge-SM-G928F-32GB-4G-Gold-29567823.html,Communication Electronics,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,"Samsung,Communication Electronics","Samsung,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 -"smartphones,variant-showcase",",38",052,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,/en/samsung-galaxy-s6-edge-052,/de/samsung-galaxy-s6-edge-052,0,display_diagonal,13 cm,display_diagonal,5.1 in,,,usb_version,2,,,,,weight,132 g,,,,,os_installed,Android,,,,,brand,Samsung,,,color,Silver,color,Silber,#D3D3D3,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//uk.icecat.biz/en/p/samsung/sm-g928fzsebtu/smartphones-Samsung-Galaxy-S6-edge-SM-G928F-64GB-4G-Silver-30107816.html,Communication Electronics,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,"Samsung,Communication Electronics","Samsung,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 -"smartphones,variant-showcase","38,45",053,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,/en/samsung-galaxy-s6-edge-053,/de/samsung-galaxy-s6-edge-053,0,display_diagonal,13 cm,display_diagonal,5.1 in,,,usb_version,2,,,,,weight,132 g,,,,,os_installed,Android,,,,,brand,Samsung,,,color,White,color,Weiß,#FFFFFF,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//uk.icecat.biz/en/p/samsung/sm-g925fzwbtu/smartphones-Samsung-Galaxy-S6-edge-SM-G925F-128GB-4G-Black-30614390.html,Communication Electronics,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,"Samsung,Communication Electronics","Samsung,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 -smartphones,15,054,Acer Liquid Z630,Acer Liquid Z630,/en/acer-liquid-z630-054,/de/acer-liquid-z630-054,0,display_diagonal,14 cm,display_diagonal,5.5 in,,,processor_cores,4,,,,,os_installed,Android,,,,,os_version,5.1,,,,,brand,Acer,,,color,Silver,color,Silber,#D3D3D3,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Für mehr Spaß Das 13,97 cm (5,5 Zoll) große HD-Display wird von einem beeindruckenden 64-Bit-Quad-Core-Prozessor angetrieben, der schnelle Reaktionszeiten bietet und fehlerfreie Videos, Spiele sowie reibungsloses Surfen im Internet ermöglicht. Ein Akku mit 4000 mAh liefert mehr als genug Leistung für den ganzen Tag. Beeindrucken Sie Ihre Freunde mit einem Telefon, das schöne Weitwinkel-Selfies macht, sobald Sie „Cheese“ oder „Aufnahme“ oder „Lächeln“ sagen. Die 8-MP-Selfies machen sich sehr gut auf dem IPS1 -Display, auf dem Sie Bilder optimal aus jedem Winkel betrachten können. Seien Sie der Star, wenn Sie Ihren Freunden anbieten, mit Ihrem Telefon deren Telefone aufzuladen – das geht über den Micro-USB-Ladeanschluss2. Dieser Anschluss kann auch verwendet werden, um einen USB-Stick3 einzustecken – und dann Medien wiederzugeben, Dateien herunterzuladen, diese zu speichern und freizugeben. ",//uk.icecat.biz/en/p/acer/hm.hqgee.001/smartphones-4713392223815-Acer-Liquid-Z630-16GB-4G-Silver-29406182.html,Communication Electronics,Acer Liquid Z630,Acer Liquid Z630,"Acer,Communication Electronics","Acer,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Für mehr Spaß Das 13,97 cm (5,5 Zoll) große HD-Display wird von einem beeindruckenden 64-Bit-Quad-Core-Prozessor angetrieben, der schnelle Reaktionszeiten ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 -smartphones,24,055,Acer Liquid Z630,Acer Liquid Z630,/en/acer-liquid-z630-055,/de/acer-liquid-z630-055,0,display_diagonal,14 cm,display_diagonal,5.5 in,,,processor_cores,4,,,,,os_installed,Android,,,,,os_version,5.1,,,,,brand,Acer,,,color,Black,color,Schwarz,#000000,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Für mehr Spaß Das 13,97 cm (5,5 Zoll) große HD-Display wird von einem beeindruckenden 64-Bit-Quad-Core-Prozessor angetrieben, der schnelle Reaktionszeiten bietet und fehlerfreie Videos, Spiele sowie reibungsloses Surfen im Internet ermöglicht. Ein Akku mit 4000 mAh liefert mehr als genug Leistung für den ganzen Tag. Beeindrucken Sie Ihre Freunde mit einem Telefon, das schöne Weitwinkel-Selfies macht, sobald Sie „Cheese“ oder „Aufnahme“ oder „Lächeln“ sagen. Die 8-MP-Selfies machen sich sehr gut auf dem IPS1 -Display, auf dem Sie Bilder optimal aus jedem Winkel betrachten können. Seien Sie der Star, wenn Sie Ihren Freunden anbieten, mit Ihrem Telefon deren Telefone aufzuladen – das geht über den Micro-USB-Ladeanschluss2. Dieser Anschluss kann auch verwendet werden, um einen USB-Stick3 einzustecken – und dann Medien wiederzugeben, Dateien herunterzuladen, diese zu speichern und freizugeben. ",//uk.icecat.biz/en/p/acer/hm.hqeee.001/smartphones-4713392223785-Acer-Liquid-Z630-16GB-4G-Black-29406184.html,Communication Electronics,Acer Liquid Z630,Acer Liquid Z630,"Acer,Communication Electronics","Acer,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Für mehr Spaß Das 13,97 cm (5,5 Zoll) große HD-Display wird von einem beeindruckenden 64-Bit-Quad-Core-Prozessor angetrieben, der schnelle Reaktionszeiten ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 -smartphones,3,056,Acer Liquid Zest 4G,Acer Liquid Zest 4G,/en/acer-liquid-zest-4g-056,/de/acer-liquid-zest-4g-056,0,usb_port,yes,,,,,display_type,IPS,,,,,weight,125 g,weight,4.4 oz,,,bluetooth_version,4,,,,,brand,Acer,,,color,White,color,Weiß,#FFFFFF,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Unvergessliche Momente einfangen Mit einer 8-MP-Kamera und 4G2 können Sie einzigartige Momente jederzeit einfangen und direkt mit anderen teilen, egal wo Sie sind. Dieser Moment ist nichts ohne Sie und Ihre Freunde? Kein Problem, denn dank des 85-Grad-Weitwinkelobjektivs der 5-MP-Frontkamera passen genügend Personen auf Ihre Fotos für unvergessliche Selfies. DTS® Studio Sound1 bietet satte Bässe und kristallklare Dialoge bei maximaler Lautstärke ohne jegliche Verzerrungen. Gleichzeitig sorgt DTS-HD® Premium für einen volleren Surround Sound und ein beeindruckendes 3D-Audioerlebnis über Ihre Kopfhörer. Erleben Sie grenzenlose Bildqualität aus fast jedem Betrachtungswinkel auf einem 12,7 cm (5-Zoll)-IPS-Display. Dank Zero Air Gap-Technologie bleibt die Bildqualität auch bei hellem Sonnenlicht gleich, während die On-Cell Touch-Technologie störende Bildschirmreflexionen reduziert. ",//uk.icecat.biz/en/p/acer/hm.hvcee.001/smartphones-4713392626371-Acer-Liquid-Zest-4G-16GB-4G-White-31714843.html,Communication Electronics,Acer Liquid Zest 4G,Acer Liquid Zest 4G,"Acer,Communication Electronics","Acer,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Unvergessliche Momente einfangen Mit einer 8-MP-Kamera und 4G2 können Sie einzigartige Momente jederzeit einfangen und direkt mit anderen teilen, egal wo S","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 -smartphones,13,057,Acer Liquid Zest 4G,Acer Liquid Zest 4G,/en/acer-liquid-zest-4g-057,/de/acer-liquid-zest-4g-057,0,usb_port,yes,,,,,display_type,IPS,,,,,weight,125 g,weight,4.4 oz,,,bluetooth_version,4,,,,,brand,Acer,,,color,Navy,color,Navy,#00004E,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Unvergessliche Momente einfangen Mit einer 8-MP-Kamera und 4G2 können Sie einzigartige Momente jederzeit einfangen und direkt mit anderen teilen, egal wo Sie sind. Dieser Moment ist nichts ohne Sie und Ihre Freunde? Kein Problem, denn dank des 85-Grad-Weitwinkelobjektivs der 5-MP-Frontkamera passen genügend Personen auf Ihre Fotos für unvergessliche Selfies. DTS® Studio Sound1 bietet satte Bässe und kristallklare Dialoge bei maximaler Lautstärke ohne jegliche Verzerrungen. Gleichzeitig sorgt DTS-HD® Premium für einen volleren Surround Sound und ein beeindruckendes 3D-Audioerlebnis über Ihre Kopfhörer. Erleben Sie grenzenlose Bildqualität aus fast jedem Betrachtungswinkel auf einem 12,7 cm (5-Zoll)-IPS-Display. Dank Zero Air Gap-Technologie bleibt die Bildqualität auch bei hellem Sonnenlicht gleich, während die On-Cell Touch-Technologie störende Bildschirmreflexionen reduziert. ",//uk.icecat.biz/en/p/acer/hm.husee.001/smartphones-4713392677182-Acer-Liquid-Zest-4G-16GB-4G-Navy-32007641.html,Communication Electronics,Acer Liquid Zest 4G,Acer Liquid Zest 4G,"Acer,Communication Electronics","Acer,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Unvergessliche Momente einfangen Mit einer 8-MP-Kamera und 4G2 können Sie einzigartige Momente jederzeit einfangen und direkt mit anderen teilen, egal wo S","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 -"smartphones,variant-showcase","26,42",058,Acer Liquid Jade,Acer Liquid Jade,/en/acer-liquid-jade-058,/de/acer-liquid-jade-058,0,form_factor,Bar,,,,,sim_card_type,NanoSIM,,,,,display_type,IPS,,,,,internal_ram,2048 MB,,,,,brand,Acer,,,color,White,color,Weiß,#FFFFFF,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/acer/hm.hh1eg.001/smartphones-Acer-Liquid-Jade-Plus-White-24245592.html,Communication Electronics,Acer Liquid Jade,Acer Liquid Jade,"Acer,Communication Electronics","Acer,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 -"smartphones,variant-showcase","36,44",059,Acer Liquid Jade,Acer Liquid Jade,/en/acer-liquid-jade-059,/de/acer-liquid-jade-059,0,form_factor,Bar,,,,,sim_card_type,NanoSIM,,,,,display_type,IPS,,,,,internal_ram,2048 MB,,,,,brand,Acer,,,color,Silver,color,Silber,#D3D3D3,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/acer/hm.hmzee.001/smartphones-4713147901159-Acer-Liquid-Jade-Z-8GB-4G-26175504.html,Communication Electronics,Acer Liquid Jade,Acer Liquid Jade,"Acer,Communication Electronics","Acer,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 -"smartphones,variant-showcase","2,39",060,Acer Liquid Jade,Acer Liquid Jade,/en/acer-liquid-jade-060,/de/acer-liquid-jade-060,0,form_factor,Bar,,,,,sim_card_type,NanoSIM,,,,,display_type,IPS,,,,,internal_ram,2048 MB,,,,,brand,Acer,,,color,Black,color,Schwarz,#000000,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/acer/hm.hjxee.001/smartphones-4713147841639-Acer-Liquid-Jade-S-16GB-4G-Black-26027598.html,Communication Electronics,Acer Liquid Jade,Acer Liquid Jade,"Acer,Communication Electronics","Acer,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 -smartphones,10,061,Samsung Galaxy Note 4,Samsung Galaxy Note 4,/en/samsung-galaxy-note-4-061,/de/samsung-galaxy-note-4-061,0,processor_frequency,2.7 GHz,,,,,max_memory_card_size,128 GB,,,,,form_factor,Bar,,,,,display_diagonal,14.5,,,,,brand,Samsung,,,color,Black,color,Schwarz,#000000,"Powerful Performance that Matters the Most to You ​The Galaxy Note 4 embraces Samsung’s heritage of an unrivaled Galaxy mobile experience. Its extraordinary 5.7-inch Quad HD (2560x1440) Super AMOLED display reproduces clearer and more vivid images with deep contrast, better viewing angles, and response times as fast as a millionth of a second, providing a tremendous viewing experience. Due to its large screen, the refined Multi Window feature is able to maximize the user’s experience providing them with the key to easier multi-tasking. Users can choose how they access their applications with full, split or pop-up screens, and easily change the size and positioning of apps on the screen with one intuitive swipe. ​The Galaxy Note 4 also offers an improved Fingerprint Scanner, to secure personal data and the world’s first UV sensor in a mobile device.​","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/sm-n910fzkeetl/smartphones-Samsung-Galaxy-Note-4-SM-N910F-32GB-4G-Black-24752508.html,Communication Electronics,Samsung Galaxy Note 4,Samsung Galaxy Note 4,"Samsung,Communication Electronics","Samsung,Communication Electronics",Powerful Performance that Matters the Most to You ​The Galaxy Note 4 embraces Samsung’s heritage of an unrivaled Galaxy mobile experience. Its extraordinar,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 -smartphones,11,062,Samsung Galaxy Note 4,Samsung Galaxy Note 4,/en/samsung-galaxy-note-4-062,/de/samsung-galaxy-note-4-062,0,processor_frequency,2.7 GHz,,,,,max_memory_card_size,128 GB,,,,,form_factor,Bar,,,,,display_diagonal,14.5,,,,,brand,Samsung,,,color,White,color,Weiß,#FFFFFF,"Powerful Performance that Matters the Most to You ​The Galaxy Note 4 embraces Samsung’s heritage of an unrivaled Galaxy mobile experience. Its extraordinary 5.7-inch Quad HD (2560x1440) Super AMOLED display reproduces clearer and more vivid images with deep contrast, better viewing angles, and response times as fast as a millionth of a second, providing a tremendous viewing experience. Due to its large screen, the refined Multi Window feature is able to maximize the user’s experience providing them with the key to easier multi-tasking. Users can choose how they access their applications with full, split or pop-up screens, and easily change the size and positioning of apps on the screen with one intuitive swipe. ​The Galaxy Note 4 also offers an improved Fingerprint Scanner, to secure personal data and the world’s first UV sensor in a mobile device.​","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/sm-n910fzweetl/smartphones-Samsung-Galaxy-Note-4-SM-N910F-32GB-4G-White-24752467.html,Communication Electronics,Samsung Galaxy Note 4,Samsung Galaxy Note 4,"Samsung,Communication Electronics","Samsung,Communication Electronics",Powerful Performance that Matters the Most to You ​The Galaxy Note 4 embraces Samsung’s heritage of an unrivaled Galaxy mobile experience. Its extraordinar,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 -smartphones,12,063,Samsung Galaxy S4 Mini,Samsung Galaxy S4 Mini,/en/samsung-galaxy-s4-mini-063,/de/samsung-galaxy-s4-mini-063,0,display_diagonal,10.9 cm,display_diagonal,42.9 in,,,os_installed,Android,,,,,internal_storage_capacity,8 GB,,,,,processor_cores,4,,,,,brand,Samsung,,,color,White,color,Weiß,#FFFFFF,"Compact design that fits you perfectly well A more sleek and compact design has been integrated with the premium Samsung GALAXY S4. The beautifully slim design of the GALAXY S4 Mini means you can take it with you anywhere and anytime. Outstanding CMF with a vivid & wide 4.3 inch qHD sAMOLED display delivers great aesthetics without compromising performance. The artistically compact design delivers additional comfort and can perfectly fit in one hand. GALAXY S4 Mini is ready to fully support for any occasion. The outstanding hardware performance enables you to do more tasks easily and quickly. Upgraded processor, big enough memories, embedded high resolution camera system, and various connection options offer you a confidence to face endless challenge which turns daily routine into special moments. Even though you have no Wi-Fi or network connection, you can access to others and easily share all joys. The Group Play makes a group among Samsung GALAXY Series and offers various sharing options including becoming a part of speaker system, creating a photo collage, and playing a game against others and so on.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/gt-i9195zwietl/smartphones-Samsung-Galaxy-S4-Mini-GT-I9195-8GB-4G-White-29231675.html,Communication Electronics,Samsung Galaxy S4 Mini,Samsung Galaxy S4 Mini,"Samsung,Communication Electronics","Samsung,Communication Electronics",Compact design that fits you perfectly well A more sleek and compact design has been integrated with the premium Samsung GALAXY S4. The beautifully slim de,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 -smartphones,20,064,Samsung Galaxy S4 Mini,Samsung Galaxy S4 Mini,/en/samsung-galaxy-s4-mini-064,/de/samsung-galaxy-s4-mini-064,0,display_diagonal,10.9 cm,display_diagonal,42.9 in,,,os_installed,Android,,,,,internal_storage_capacity,8 GB,,,,,processor_cores,4,,,,,brand,Samsung,,,color,Black,color,Schwarz,#000000,"Compact design that fits you perfectly well A more sleek and compact design has been integrated with the premium Samsung GALAXY S4. The beautifully slim design of the GALAXY S4 Mini means you can take it with you anywhere and anytime. Outstanding CMF with a vivid & wide 4.3 inch qHD sAMOLED display delivers great aesthetics without compromising performance. The artistically compact design delivers additional comfort and can perfectly fit in one hand. GALAXY S4 Mini is ready to fully support for any occasion. The outstanding hardware performance enables you to do more tasks easily and quickly. Upgraded processor, big enough memories, embedded high resolution camera system, and various connection options offer you a confidence to face endless challenge which turns daily routine into special moments. Even though you have no Wi-Fi or network connection, you can access to others and easily share all joys. The Group Play makes a group among Samsung GALAXY Series and offers various sharing options including becoming a part of speaker system, creating a photo collage, and playing a game against others and so on.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/gt-i9195zkabtu/smartphones-Samsung-Galaxy-S4-Mini-GT-I9195-8GB-4G-Black-18404924.html,Communication Electronics,Samsung Galaxy S4 Mini,Samsung Galaxy S4 Mini,"Samsung,Communication Electronics","Samsung,Communication Electronics",Compact design that fits you perfectly well A more sleek and compact design has been integrated with the premium Samsung GALAXY S4. The beautifully slim de,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 -smartphones,34,065,Samsung Galaxy S5 mini,Samsung Galaxy S5 mini,/en/samsung-galaxy-s5-mini-065,/de/samsung-galaxy-s5-mini-065,0,display_diagonal,11.4 cm,display_diagonal,44.8 in,,,themes,Wallpapers,,,,,os_version,4.4,,,,,internal_storage_capacity,32 GB,,,,,brand,Samsung,,,color,Black,color,Schwarz,#000000,"Galaxy S5 mini continues Samsung design legacy and flagship experience Outfitted with a 4.5-inch HD Super AMOLED display, the Galaxy S5 mini delivers a wide and vivid viewing experience, and its compact size provides users with additional comfort, allowing for easy operation with only one hand. Like the Galaxy S5, the Galaxy S5 mini features a unique perforated pattern on the back cover creating a modern and sleek look, along with a premium, soft touch grip. The Galaxy S5 mini enables users to enjoy the same flagship experience as the Galaxy S5 with innovative features including IP67 certification, Ultra Power Saving Mode, a heart rate monitor, fingerprint scanner, and connectivity with the latest Samsung wearable devices.The Galaxy S5 mini comes equipped with a powerful Quad Core 1.4 GHz processor and 1.5GM RAM for seamless multi-tasking, faster webpage loading, softer UI transition, and quick power up. The high-resolution 8MP camera delivers crisp and clear photos and videos, while the Galaxy S5 mini’s support of LTE Category 4 provides users with ultra-fast downloads of movies and games on-the-go. ","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/sm-g800fzkabtu/smartphones-8806086358460-Samsung-Galaxy-S5-mini-SM-G800F-16GB-4G-Black-23294027.html,Communication Electronics,Samsung Galaxy S5 mini,Samsung Galaxy S5 mini,"Samsung,Communication Electronics","Samsung,Communication Electronics","Galaxy S5 mini continues Samsung design legacy and flagship experience Outfitted with a 4.5-inch HD Super AMOLED display, the Galaxy S5 mini delivers a wid","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 -smartphones,28,066,Samsung Galaxy S5 mini,Samsung Galaxy S5 mini,/en/samsung-galaxy-s5-mini-066,/de/samsung-galaxy-s5-mini-066,1,display_diagonal,11.4 cm,display_diagonal,44.8 in,,,themes,Wallpapers,,,,,os_version,4.4,,,,,internal_storage_capacity,32 GB,,,,,brand,Samsung,,,color,Blue,color,Blau,#6281D8,"Galaxy S5 mini continues Samsung design legacy and flagship experience Outfitted with a 4.5-inch HD Super AMOLED display, the Galaxy S5 mini delivers a wide and vivid viewing experience, and its compact size provides users with additional comfort, allowing for easy operation with only one hand. Like the Galaxy S5, the Galaxy S5 mini features a unique perforated pattern on the back cover creating a modern and sleek look, along with a premium, soft touch grip. The Galaxy S5 mini enables users to enjoy the same flagship experience as the Galaxy S5 with innovative features including IP67 certification, Ultra Power Saving Mode, a heart rate monitor, fingerprint scanner, and connectivity with the latest Samsung wearable devices.The Galaxy S5 mini comes equipped with a powerful Quad Core 1.4 GHz processor and 1.5GM RAM for seamless multi-tasking, faster webpage loading, softer UI transition, and quick power up. The high-resolution 8MP camera delivers crisp and clear photos and videos, while the Galaxy S5 mini’s support of LTE Category 4 provides users with ultra-fast downloads of movies and games on-the-go. ","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/sm-g800fzbabtu/smartphones-8806086358323-Samsung-Galaxy-S5-mini-SM-G800F-16GB-4G-Blue-23294028.html,Communication Electronics,Samsung Galaxy S5 mini,Samsung Galaxy S5 mini,"Samsung,Communication Electronics","Samsung,Communication Electronics","Galaxy S5 mini continues Samsung design legacy and flagship experience Outfitted with a 4.5-inch HD Super AMOLED display, the Galaxy S5 mini delivers a wid","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 -smartphones,39,067,Samsung Galaxy S5 mini,Samsung Galaxy S5 mini,/en/samsung-galaxy-s5-mini-067,/de/samsung-galaxy-s5-mini-067,0,display_diagonal,11.4 cm,display_diagonal,44.8 in,,,themes,Wallpapers,,,,,os_version,4.4,,,,,internal_storage_capacity,32 GB,,,,,brand,Samsung,,,color,Gold,color,Gold,#C5B358,"Galaxy S5 mini continues Samsung design legacy and flagship experience Outfitted with a 4.5-inch HD Super AMOLED display, the Galaxy S5 mini delivers a wide and vivid viewing experience, and its compact size provides users with additional comfort, allowing for easy operation with only one hand. Like the Galaxy S5, the Galaxy S5 mini features a unique perforated pattern on the back cover creating a modern and sleek look, along with a premium, soft touch grip. The Galaxy S5 mini enables users to enjoy the same flagship experience as the Galaxy S5 with innovative features including IP67 certification, Ultra Power Saving Mode, a heart rate monitor, fingerprint scanner, and connectivity with the latest Samsung wearable devices.The Galaxy S5 mini comes equipped with a powerful Quad Core 1.4 GHz processor and 1.5GM RAM for seamless multi-tasking, faster webpage loading, softer UI transition, and quick power up. The high-resolution 8MP camera delivers crisp and clear photos and videos, while the Galaxy S5 mini’s support of LTE Category 4 provides users with ultra-fast downloads of movies and games on-the-go. ","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/sm-g800fzdaetl/smartphones-8806086285780-Samsung-Galaxy-S5-mini-4G-Gold-24241408.html,Communication Electronics,Samsung Galaxy S5 mini,Samsung Galaxy S5 mini,"Samsung,Communication Electronics","Samsung,Communication Electronics","Galaxy S5 mini continues Samsung design legacy and flagship experience Outfitted with a 4.5-inch HD Super AMOLED display, the Galaxy S5 mini delivers a wid","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 -smartphones,31,068,Samsung Galaxy S5,Samsung Galaxy S5,/en/samsung-galaxy-s5-068,/de/samsung-galaxy-s5-068,0,fingerprint_reader,yes,,,,,themes,Wallpapers,,,,,max_memory_card_size,128 GB,,,,,flash_type,LED,,,,,brand,Samsung,,,color,Blue,color,Blau,#6281D8,"Capture the moments that matter Capturing and saving precious memories is one of the most important smartphone features today. The new Galaxy S5 offers superior camera functionality, featuring a 16 megapixel camera with an enhanced menu and user interface that allow consumers to effortlessly take, edit and share photos. The Galaxy S5 offers the world’s fastest autofocus speed up to 0.3 seconds and the advanced High Dynamic Range (HDR), reproduce natural light and color with striking intensity at any circumstances. Also new Selective Focus feature allows users to focus on a specific area of an object while simultaneously blurring out the background. With this capability, consumers no longer need a special lens kit to create a shallow depth of field (DOF) effect. The Galaxy S5 offers the most advanced LTE experience and Wi-Fi performance available today, ensuring blazing fast data speeds for unrivaled media consumption and productivity.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/sm-g900fzbabtu/smartphones-8806086179539-Samsung-Galaxy-S5-SM-G900F-4G-Blue-21927453.html,Communication Electronics,Samsung Galaxy S5,Samsung Galaxy S5,"Samsung,Communication Electronics","Samsung,Communication Electronics",Capture the moments that matter Capturing and saving precious memories is one of the most important smartphone features today. The new Galaxy S5 offers sup,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 -smartphones,32,069,Samsung Galaxy S5,Samsung Galaxy S5,/en/samsung-galaxy-s5-069,/de/samsung-galaxy-s5-069,0,fingerprint_reader,yes,,,,,themes,Wallpapers,,,,,max_memory_card_size,128 GB,,,,,flash_type,LED,,,,,brand,Samsung,,,color,White,color,Weiß,#FFFFFF,"Capture the moments that matter Capturing and saving precious memories is one of the most important smartphone features today. The new Galaxy S5 offers superior camera functionality, featuring a 16 megapixel camera with an enhanced menu and user interface that allow consumers to effortlessly take, edit and share photos. The Galaxy S5 offers the world’s fastest autofocus speed up to 0.3 seconds and the advanced High Dynamic Range (HDR), reproduce natural light and color with striking intensity at any circumstances. Also new Selective Focus feature allows users to focus on a specific area of an object while simultaneously blurring out the background. With this capability, consumers no longer need a special lens kit to create a shallow depth of field (DOF) effect. The Galaxy S5 offers the most advanced LTE experience and Wi-Fi performance available today, ensuring blazing fast data speeds for unrivaled media consumption and productivity.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/sm-g900fzwabtu/smartphones-Samsung-Galaxy-S5-SM-G900F-4G-White-21919624.html,Communication Electronics,Samsung Galaxy S5,Samsung Galaxy S5,"Samsung,Communication Electronics","Samsung,Communication Electronics",Capture the moments that matter Capturing and saving precious memories is one of the most important smartphone features today. The new Galaxy S5 offers sup,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 -"smartphones,variant-showcase","4,39",070,Samsung Galaxy Ace,Samsung Galaxy Ace,/en/samsung-galaxy-ace-070,/de/samsung-galaxy-ace-070,0,sensor_type,CMOS,,,,,display_type,TFT,,,,,weight,118 g,,,,,usb_version,2,,,,,brand,Samsung,,,,,,,,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/gt-i8160okabtu/smartphones-8806085027312-Samsung-Galaxy-Ace-2-GT-I8160-2-1GB-16M-13374503.html,Communication Electronics,Samsung Galaxy Ace,Samsung Galaxy Ace,"Samsung,Communication Electronics","Samsung,Communication Electronics",Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 -smartphones,9,071,Samsung Galaxy Xcover 3,Samsung Galaxy Xcover 3,/en/samsung-galaxy-xcover-3-071,/de/samsung-galaxy-xcover-3-071,0,usb_port,yes,,,,,iso_sensitivity,1600,,,,,os_installed,Android,,,,,usb_version,2,,,,,brand,Samsung,,,color,Grey,color,Grau,#DCDCDC,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//uk.icecat.biz/en/p/samsung/sm-g388fdsaato/smartphones-Samsung-Galaxy-Xcover-3-8GB-4G-Grey-Silver-26974343.html,Communication Electronics,Samsung Galaxy Xcover 3,Samsung Galaxy Xcover 3,"Samsung,Communication Electronics","Samsung,Communication Electronics",Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core,"Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 -"smartphones,variant-showcase","8,40",072,Samsung Galaxy Note 3,Samsung Galaxy Note 3,/en/samsung-galaxy-note-3-072,/de/samsung-galaxy-note-3-072,0,themes,Wallpapers,,,,,video_recording_modes,1080p,,,,,weight,168 g,,,,,4g_standards,LTE,,,,,brand,Samsung,,,color,Black,color,Schwarz,#000000,"Leather stitch design Expanding the groundbreaking Galaxy Note experience, Note3 neo tilts the balance towards distinctive design factor and innovative, remarkably easy functionality. Its winning style starts with attractive leather-look design and fun colour option. Sensational S Pen combines striking “air commands” with powerful usability and awesome multitasking. Perfect host device to Galaxy Gear, a smartwatch companion that provides the most integrated Note experience yet. Galaxy Note3 Neo sports a distinctively sleek, leather-like back cover with top-stitch design that sets it apart -- it’s no ordinary device. Protective and pleasing to the palm, it’s secure to grip or lay on any surface without slippage.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//uk.icecat.biz/en/p/samsung/sm-n9005zkebtu/smartphones-8806085777316-Samsung-Galaxy-Note-3-SM-N9005-32GB-4G-Black-19618271.html,Communication Electronics,Samsung Galaxy Note 3,Samsung Galaxy Note 3,"Samsung,Communication Electronics","Samsung,Communication Electronics","Leather stitch design Expanding the groundbreaking Galaxy Note experience, Note3 neo tilts the balance towards distinctive design factor and innovative, re","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 -"telecom-and-navigation,variant-showcase","17,41",073,Samsung Galaxy Note 3,Samsung Galaxy Note 3,/en/samsung-galaxy-note-3-073,/de/samsung-galaxy-note-3-073,0,themes,Wallpapers,,,,,video_recording_modes,1080p,,,,,weight,168 g,,,,,4g_standards,LTE,,,,,brand,Samsung,,,color,White,color,Weiß,#FFFFFF,"Leather stitch design Expanding the groundbreaking Galaxy Note experience, Note3 neo tilts the balance towards distinctive design factor and innovative, remarkably easy functionality. Its winning style starts with attractive leather-look design and fun colour option. Sensational S Pen combines striking “air commands” with powerful usability and awesome multitasking. Perfect host device to Galaxy Gear, a smartwatch companion that provides the most integrated Note experience yet. Galaxy Note3 Neo sports a distinctively sleek, leather-like back cover with top-stitch design that sets it apart -- it’s no ordinary device. Protective and pleasing to the palm, it’s secure to grip or lay on any surface without slippage.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//uk.icecat.biz/en/p/samsung/sm-n7505zwabtu/smartphones-Samsung-Galaxy-Note-3-Neo-SM-N7505-16GB-4G-White-21927455.html,Communication Electronics,Samsung Galaxy Note 3,Samsung Galaxy Note 3,"Samsung,Communication Electronics","Samsung,Communication Electronics","Leather stitch design Expanding the groundbreaking Galaxy Note experience, Note3 neo tilts the balance towards distinctive design factor and innovative, re","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 -smartphones,30,074,Samsung Galaxy Tab S2,Samsung Galaxy Tab S2,/en/samsung-galaxy-tab-s2-074,/de/samsung-galaxy-tab-s2-074,0,processor_frequency,1.9 GHz,,,,,storage_media,Flash,,,,,processor_cores,4,,,,,weight,389 g,,,,,brand,Samsung,,,color,White,color,Weiß,#FFFFFF,"Seamless Multitasking Multitask like a pro with the Galaxy Tab S2. Watch HD movies while you are flicking through a digital magazine or an e-book, or surfing the net. Run multiple apps in split screen mode or in draggable pop-up windows. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. The Galaxy Tab S2’s 4 : 3 ratio display provides you with an ideal environment for performing office tasks. Use the Galaxy Tab S2’s Book Cover Keyboard, a desktop PC-like experience boon when you need to work on a range of documents. Enjoy greater flexibility than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//uk.icecat.biz/en/p/samsung/sm-t810nzwexez/tablets-Samsung-Galaxy-Tab-S2-SM-T810-32GB-White-29641053.html,Communication Electronics,Samsung Galaxy Tab S2,Samsung Galaxy Tab S2,"Samsung,Communication Electronics","Samsung,Communication Electronics","Seamless Multitasking Multitask like a pro with the Galaxy Tab S2. Watch HD movies while you are flicking through a digital magazine or an e-book, or surfi","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 -smartphones,37,075,Samsung Galaxy Tab S2,Samsung Galaxy Tab S2,/en/samsung-galaxy-tab-s2-075,/de/samsung-galaxy-tab-s2-075,0,processor_frequency,1.9 GHz,,,,,storage_media,Flash,,,,,processor_cores,4,,,,,weight,389 g,,,,,brand,Samsung,,,color,Black,color,Schwarz,#000000,"Seamless Multitasking Multitask like a pro with the Galaxy Tab S2. Watch HD movies while you are flicking through a digital magazine or an e-book, or surfing the net. Run multiple apps in split screen mode or in draggable pop-up windows. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. The Galaxy Tab S2’s 4 : 3 ratio display provides you with an ideal environment for performing office tasks. Use the Galaxy Tab S2’s Book Cover Keyboard, a desktop PC-like experience boon when you need to work on a range of documents. Enjoy greater flexibility than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//uk.icecat.biz/en/p/samsung/sm-t710nzkebtu/tablets-8806088054322-Samsung-Galaxy-Tab-S2-SM-T710-32GB-Black-29401702.html,Communication Electronics,Samsung Galaxy Tab S2,Samsung Galaxy Tab S2,"Samsung,Communication Electronics","Samsung,Communication Electronics","Seamless Multitasking Multitask like a pro with the Galaxy Tab S2. Watch HD movies while you are flicking through a digital magazine or an e-book, or surfi","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 -smartphones,5,076,Sony Xperia Z3 Compact,Sony Xperia Z3 Compact,/en/sony-xperia-z3-compact-076,/de/sony-xperia-z3-compact-076,0,internal_ram,2048 MB,,,,,display_type,TFT,,,,,bluetooth_version,4.0 LE,,,,,form_factor,Bar,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"Dive into new experiences Xperia Z3 Compact is the smartphone designed to enhance your life. And life isn’t lived inside. With the highest waterproof rating*, Xperia Z3 Compact lets you answer calls in the rain or take pictures in the pool. And it can handle all the drops into the sink in between. Combined with a slim, compact design that’s easy to use with one hand, Xperia Z3 Compact is the Android smartphone that teams durability with beauty. Some of the best times happen in the lowest light. Years of Sony camera expertise have been brought to Xperia Z3 Compact, to deliver unparalleled low-light capability. Thanks to Cyber-shot and Handycam technologies you can record stunning videos on the move and take crisp shots under water. Want to take your shots to the next level? Get creative with our unique camera apps. It’s our best smartphone camera yet – for memories that deserve more than good.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//uk.icecat.biz/en/p/sony/1288-5849/smartphones-7311271488804-Sony-Xperia-Z3-Compact-16GB-4G-Black-24394207.html,Communication Electronics,Sony Xperia Z3 Compact,Sony Xperia Z3 Compact,"Sony,Communication Electronics","Sony,Communication Electronics",Dive into new experiences Xperia Z3 Compact is the smartphone designed to enhance your life. And life isn’t lived inside. With the highest waterproof ratin,"Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 -smartphones,6,077,Sony Xperia Z3 Compact,Sony Xperia Z3 Compact,/en/sony-xperia-z3-compact-077,/de/sony-xperia-z3-compact-077,0,internal_ram,2048 MB,,,,,display_type,TFT,,,,,bluetooth_version,4.0 LE,,,,,form_factor,Bar,,,,,brand,Sony,,,color,White,color,Weiß,#FFFFFF,"Dive into new experiences Xperia Z3 Compact is the smartphone designed to enhance your life. And life isn’t lived inside. With the highest waterproof rating*, Xperia Z3 Compact lets you answer calls in the rain or take pictures in the pool. And it can handle all the drops into the sink in between. Combined with a slim, compact design that’s easy to use with one hand, Xperia Z3 Compact is the Android smartphone that teams durability with beauty. Some of the best times happen in the lowest light. Years of Sony camera expertise have been brought to Xperia Z3 Compact, to deliver unparalleled low-light capability. Thanks to Cyber-shot and Handycam technologies you can record stunning videos on the move and take crisp shots under water. Want to take your shots to the next level? Get creative with our unique camera apps. It’s our best smartphone camera yet – for memories that deserve more than good.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//uk.icecat.biz/en/p/sony/1288-4116/smartphones-Sony-Xperia-Z3-Compact-16GB-4G-White-24584210.html,Communication Electronics,Sony Xperia Z3 Compact,Sony Xperia Z3 Compact,"Sony,Communication Electronics","Sony,Communication Electronics",Dive into new experiences Xperia Z3 Compact is the smartphone designed to enhance your life. And life isn’t lived inside. With the highest waterproof ratin,"Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 -smartphones,7,078,Sony Xperia Z3 Compact,Sony Xperia Z3 Compact,/en/sony-xperia-z3-compact-078,/de/sony-xperia-z3-compact-078,1,internal_ram,2048 MB,,,,,display_type,TFT,,,,,bluetooth_version,4.0 LE,,,,,form_factor,Bar,,,,,brand,Sony,,,color,Orange,color,Orange,#FF4500,"Dive into new experiences Xperia Z3 Compact is the smartphone designed to enhance your life. And life isn’t lived inside. With the highest waterproof rating*, Xperia Z3 Compact lets you answer calls in the rain or take pictures in the pool. And it can handle all the drops into the sink in between. Combined with a slim, compact design that’s easy to use with one hand, Xperia Z3 Compact is the Android smartphone that teams durability with beauty. Some of the best times happen in the lowest light. Years of Sony camera expertise have been brought to Xperia Z3 Compact, to deliver unparalleled low-light capability. Thanks to Cyber-shot and Handycam technologies you can record stunning videos on the move and take crisp shots under water. Want to take your shots to the next level? Get creative with our unique camera apps. It’s our best smartphone camera yet – for memories that deserve more than good.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//de.icecat.biz/de/p/sony/1288-3842/smartphones-7311271485865-Sony-Xperia-Z3-Compact-16GB-4G-Orange-24602396.html,Communication Electronics,Sony Xperia Z3 Compact,Sony Xperia Z3 Compact,"Sony,Communication Electronics","Sony,Communication Electronics",Dive into new experiences Xperia Z3 Compact is the smartphone designed to enhance your life. And life isn’t lived inside. With the highest waterproof ratin,"Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 -smartphones,23,079,Sony Xperia Z3,Sony Xperia Z3,/en/sony-xperia-z3-079,/de/sony-xperia-z3-079,0,auto_focus,yes,,,,,processor_frequency,2.5 GHz,,,,,mhl_version,3,,,,,waterproof,yes,,,,,brand,Sony,,,color,Copper,color,Kupfer,#DA8A67,"Dive into new experiences Xperia Z3 is the smartphone that does more and goes further – whether further is a run in the rain or a dive into the pool on a sunny summer holiday. With the highest waterproof rating*, you can find your way in a downpour, take pictures underwater or just wipe off your phone after an unexpected spill. Combined with a super-slim body and aluminium frame, Xperia Z3 is the Android smartphone that teams durability with beauty. Your best moments deserve more than dark, blurry shots. Years of Sony camera expertise have been brought to Xperia Z3, a premium phone with Cyber-shot and Handycam technologies. So you can capture the laughter in any light, shoot steady videos on the move and take crisp shots underwater. And when you want to make great pictures and videos even better? You can unleash your creativity with our widest ever choice of unique Xperia camera apps. It’s our best smartphone camera yet, to make sure your memories are as vibrant as real life.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//uk.icecat.biz/en/p/sony/1290-3807/smartphones-7311271499947-Sony-Xperia-Z3-16GB-4G-Copper-24394211.html,Communication Electronics,Sony Xperia Z3,Sony Xperia Z3,"Sony,Communication Electronics","Sony,Communication Electronics",Dive into new experiences Xperia Z3 is the smartphone that does more and goes further – whether further is a run in the rain or a dive into the pool on a s,"Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 -smartphones,29,080,Sony Xperia Z3,Sony Xperia Z3,/en/sony-xperia-z3-080,/de/sony-xperia-z3-080,0,auto_focus,yes,,,,,processor_frequency,2.5 GHz,,,,,mhl_version,3,,,,,waterproof,yes,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"Dive into new experiences Xperia Z3 is the smartphone that does more and goes further – whether further is a run in the rain or a dive into the pool on a sunny summer holiday. With the highest waterproof rating*, you can find your way in a downpour, take pictures underwater or just wipe off your phone after an unexpected spill. Combined with a super-slim body and aluminium frame, Xperia Z3 is the Android smartphone that teams durability with beauty. Your best moments deserve more than dark, blurry shots. Years of Sony camera expertise have been brought to Xperia Z3, a premium phone with Cyber-shot and Handycam technologies. So you can capture the laughter in any light, shoot steady videos on the move and take crisp shots underwater. And when you want to make great pictures and videos even better? You can unleash your creativity with our widest ever choice of unique Xperia camera apps. It’s our best smartphone camera yet, to make sure your memories are as vibrant as real life.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//uk.icecat.biz/en/p/sony/1288-1977/smartphones-7311271484417-Sony-Xperia-Z3-16GB-4G-Black-24394206.html,Communication Electronics,Sony Xperia Z3,Sony Xperia Z3,"Sony,Communication Electronics","Sony,Communication Electronics",Dive into new experiences Xperia Z3 is the smartphone that does more and goes further – whether further is a run in the rain or a dive into the pool on a s,"Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 -smartwatches,26,081,TomTom Multi-Sport Cardio,TomTom Multi-Sport Cardio,/en/tomtom-multi-sport-cardio-081,/de/tomtom-multi-sport-cardio-081,0,backlight,yes,,,,,weight,63.5 g,weight,22.39 oz,,,clock_mode,12h,,,,,waterproof_up_to,50 m,,,,,brand,TomTom,,,color,White,color,Weiß,#FFFFFF,"Multi-platform compatibility Get accurate heart-rate information without the need for a separate chest strap. Your heart rate is measured through a sensor in the watch that monitors changes in the blood flow in your wrist. This is done by shining light through the skin and detecting the changing light reflections. See real-time running, cycling and swimming information at a glance. Track your distance, time, pace, speed and calories burnt as you train on an extra-large display. Select a zone to match your training goal and always know whether you need to speed up or slow down.Heart rate monitoring is the single most accurate means to understand how your body is responding to exercise.","Innovative Technologie Erhalten Sie genaue Informationen zu Ihrer Herzfrequenz, ohne einen separaten Brustgurt tragen zu müssen. Ihre Herzfrequenz wird mithilfe eines Sensors in der Uhr gemessen, der Änderungen des Blutflusses an Ihrem Handgelenk feststellt. Dabei wird Licht durch die Haut geleitet, um Veränderungen bei den Lichtreflexionen festzustellen. Sehen Sie Echtzeitinformationen zu Ihrem Lauf, Ihrer Rad- und Schwimmeinheit auf einen Blick. Verfolgen Sie Ihre Distanz, Zeit, Ihr Tempo, Ihre Geschwindigkeit und Ihre verbrannten Kalorien während des Trainings auf einem extragroßen Display. Unabhängige Tests ergaben, dass der eingebaute Herzfrequenzmesser im Vergleich zur Elektrokardiografie „extrem präzise“ arbeitet. Die Überwachung der Herzfrequenz ist die beste Methode, um zu verstehen, wie Ihr Körper auf das Training reagiert.",//uk.icecat.biz/en/p/tomtom/1rh0.001.03/sport-watches-0636926069854-TomTom-Multi-Sport-Cardio-22196533.html,Smart Electronics,TomTom Multi-Sport Cardio,TomTom Multi-Sport Cardio,"TomTom,Smart Electronics","TomTom,Smart Electronics",Multi-platform compatibility Get accurate heart-rate information without the need for a separate chest strap. Your heart rate is measured through a sensor,"Innovative Technologie Erhalten Sie genaue Informationen zu Ihrer Herzfrequenz, ohne einen separaten Brustgurt tragen zu müssen. Ihre Herzfrequenz wird mit","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 -smartwatches,5,082,TomTom Multi-Sport Cardio,TomTom Multi-Sport Cardio,/en/tomtom-multi-sport-cardio-082,/de/tomtom-multi-sport-cardio-082,0,backlight,yes,,,,,weight,63.5 g,weight,22.39 oz,,,clock_mode,12h,,,,,waterproof_up_to,50 m,,,,,brand,TomTom,,,color,Black,color,Schwarz,#000000,"Multi-platform compatibility Get accurate heart-rate information without the need for a separate chest strap. Your heart rate is measured through a sensor in the watch that monitors changes in the blood flow in your wrist. This is done by shining light through the skin and detecting the changing light reflections. See real-time running, cycling and swimming information at a glance. Track your distance, time, pace, speed and calories burnt as you train on an extra-large display. Select a zone to match your training goal and always know whether you need to speed up or slow down.Heart rate monitoring is the single most accurate means to understand how your body is responding to exercise.","Innovative Technologie Erhalten Sie genaue Informationen zu Ihrer Herzfrequenz, ohne einen separaten Brustgurt tragen zu müssen. Ihre Herzfrequenz wird mithilfe eines Sensors in der Uhr gemessen, der Änderungen des Blutflusses an Ihrem Handgelenk feststellt. Dabei wird Licht durch die Haut geleitet, um Veränderungen bei den Lichtreflexionen festzustellen. Sehen Sie Echtzeitinformationen zu Ihrem Lauf, Ihrer Rad- und Schwimmeinheit auf einen Blick. Verfolgen Sie Ihre Distanz, Zeit, Ihr Tempo, Ihre Geschwindigkeit und Ihre verbrannten Kalorien während des Trainings auf einem extragroßen Display. Unabhängige Tests ergaben, dass der eingebaute Herzfrequenzmesser im Vergleich zur Elektrokardiografie „extrem präzise“ arbeitet. Die Überwachung der Herzfrequenz ist die beste Methode, um zu verstehen, wie Ihr Körper auf das Training reagiert.",//uk.icecat.biz/en/p/tomtom/1rh0.001.02/sport-watches-0636926068772-TomTom-Multi-Sport-Cardio-22196536.html,Smart Electronics,TomTom Multi-Sport Cardio,TomTom Multi-Sport Cardio,"TomTom,Smart Electronics","TomTom,Smart Electronics",Multi-platform compatibility Get accurate heart-rate information without the need for a separate chest strap. Your heart rate is measured through a sensor,"Innovative Technologie Erhalten Sie genaue Informationen zu Ihrer Herzfrequenz, ohne einen separaten Brustgurt tragen zu müssen. Ihre Herzfrequenz wird mit","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 -smartwatches,11,083,Samsung Gear 2 Classic,Samsung Gear 2 Classic,/en/samsung-gear-2-classic-083,/de/samsung-gear-2-classic-083,0,processor_cores,2,,,,,flash_memory,4 GB,,,,,width,4 cm,,,,,shape,round,,,,,brand,Samsung,,,color,Platinum,color,Platinum,#E5E4E2,"S Health Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages.Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. We've partnered up with a growing portfolio of amazing apps to make Gear S2 work for you. From going the distance to keeping your home secure, everything is possible. Gear S2 comes full circle with a durable stainless steel body that sits slim and sleek on your wrist. Customizing the watch face and changing watch bands is so easy, it's a device for all occasions. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Browse reviews to find the most highly recommended local businesses including restaurants, bars, shops and more. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","S Health In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/samsung/sm-r7320wdabtu/smartwatches-Samsung-Gear-S2-Classic-1-2-SAMOLED-40-8g-Platinum-30964018.html,Smart Electronics,Samsung Gear 2 Classic,Samsung Gear 2 Classic,"Samsung,Smart Electronics","Samsung,Smart Electronics","S Health Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fi","S Health In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 -smartwatches,14,084,Samsung Gear 2 Classic,Samsung Gear 2 Classic,/en/samsung-gear-2-classic-084,/de/samsung-gear-2-classic-084,0,processor_cores,2,,,,,flash_memory,4 GB,,,,,width,4 cm,,,,,shape,round,,,,,brand,Samsung,,,color,White,color,Weiß,#FFFFFF,"S Health Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages.Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. We've partnered up with a growing portfolio of amazing apps to make Gear S2 work for you. From going the distance to keeping your home secure, everything is possible. Gear S2 comes full circle with a durable stainless steel body that sits slim and sleek on your wrist. Customizing the watch face and changing watch bands is so easy, it's a device for all occasions. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Browse reviews to find the most highly recommended local businesses including restaurants, bars, shops and more. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","S Health In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/samsung/sm-r7320zdabtu/smartwatches-Samsung-Gear-S2-Classic-1-2-SAMOLED-40-8g-Gold-Pink-30964019.html,Smart Electronics,Samsung Gear 2 Classic,Samsung Gear 2 Classic,"Samsung,Smart Electronics","Samsung,Smart Electronics","S Health Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fi","S Health In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 -smartwatches,17,085,Samsung Gear 2 Classic,Samsung Gear 2 Classic,/en/samsung-gear-2-classic-085,/de/samsung-gear-2-classic-085,0,processor_cores,2,,,,,flash_memory,4 GB,,,,,width,4 cm,,,,,shape,round,,,,,brand,Samsung,,,color,Black,color,Schwarz,#000000,"S Health Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages.Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. We've partnered up with a growing portfolio of amazing apps to make Gear S2 work for you. From going the distance to keeping your home secure, everything is possible. Gear S2 comes full circle with a durable stainless steel body that sits slim and sleek on your wrist. Customizing the watch face and changing watch bands is so easy, it's a device for all occasions. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Browse reviews to find the most highly recommended local businesses including restaurants, bars, shops and more. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","S Health In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/samsung/sm-r7320zka/smartwatches-8806088115597-Samsung-Gear-S2-Classic-29901936.html,Smart Electronics,Samsung Gear 2 Classic,Samsung Gear 2 Classic,"Samsung,Smart Electronics","Samsung,Smart Electronics","S Health Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fi","S Health In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 -smartwatches,30,086,Samsung Gear S2,Samsung Gear S2,/en/samsung-gear-s2-086,/de/samsung-gear-s2-086,1,display_type,SAMOLED,,,,,width,4.2 cm,,,,,bluetooth_version,41,,,,,internal_ram,512 MB,,,,,brand,Samsung,,,color,Black,color,Schwarz,#000000,"Gear S2 X Atelier Mendini In a beautiful partnership, Alessandro Mendini brings his taste, humor and sense of color to the Gear S2. The result is a range of watch faces and watch bands that completes your personal style. Things you need most from your smartphone are available with a simple twist on Gear S2. Gently turn the Bezel to scroll through long emails, zoom into a map and play the next track. Life keeps getting better with every turn. Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages. Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/samsung/sm-r7200zka/smartwatches-8806088117386-Samsung-Gear-S2-30521602.html,Smart Electronics,Samsung Gear S2,Samsung Gear S2,"Samsung,Smart Electronics","Samsung,Smart Electronics","Gear S2 X Atelier Mendini In a beautiful partnership, Alessandro Mendini brings his taste, humor and sense of color to the Gear S2. The result is a range o","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 e","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 -smartwatches,18,087,Samsung Gear S2,Samsung Gear S2,/en/samsung-gear-s2-087,/de/samsung-gear-s2-087,0,display_type,SAMOLED,,,,,width,4.2 cm,,,,,bluetooth_version,41,,,,,internal_ram,512 MB,,,,,brand,Samsung,,,color,Silver,color,Silber,#D3D3D3,"Gear S2 X Atelier Mendini In a beautiful partnership, Alessandro Mendini brings his taste, humor and sense of color to the Gear S2. The result is a range of watch faces and watch bands that completes your personal style. Things you need most from your smartphone are available with a simple twist on Gear S2. Gently turn the Bezel to scroll through long emails, zoom into a map and play the next track. Life keeps getting better with every turn. Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages. Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/samsung/sm-r7200zwa/smartwatches-8806088111667-Samsung-Gear-S2-29901938.html,Smart Electronics,Samsung Gear S2,Samsung Gear S2,"Samsung,Smart Electronics","Samsung,Smart Electronics","Gear S2 X Atelier Mendini In a beautiful partnership, Alessandro Mendini brings his taste, humor and sense of color to the Gear S2. The result is a range o","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 e","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 -smartwatches,25,088,Sony SWR12,Sony SWR12,/en/sony-swr12-088,/de/sony-swr12-088,0,processor_cores,2,,,,,weight,63.5 g,,,,,clock_mode,12h,,,,,internal_ram,512 MB,,,,,brand,Sony,,,color,White,color,Weiß,#FFFFFF,"Be more you SmartBand 2 keeps an eye on your pulse and stress level, checking how your energy rises and falls. Then you can see what keeps you calm, what makes you excited and everything in between. So you can start doing more of what makes you, you. With an inbuilt heart rate monitor, the SmartBand 2 constantly checks your pulse, whether you’re on the move or sitting at a desk. See what activities raise your heart rate, and how your heart returns to its normal resting rate. Walking, running or just rushing between meetings. However you move, the SmartBand 2 captures it all so you can see how active you’ve been. Even while you sleep the tracker is still working hard, monitoring how long and how sound your zzz really is. Check SmartBand 2 data from the past week, month, year and beyond on the Lifelog app. View on the timeline alongside other Lifelog entries, including events, photos and music. See how different activities, like a holiday or listening to your favourite tune, can alter your pulse and stress levels and learn how to balance your life.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/sony/1294-1603/smartbands-7311271518129-Sony-SWR12-29634940.html,Smart Electronics,Sony SWR12,Sony SWR12,"Sony,Smart Electronics","Sony,Smart Electronics","Be more you SmartBand 2 keeps an eye on your pulse and stress level, checking how your energy rises and falls. Then you can see what keeps you calm, what m","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 e","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 -smartwatches,3,089,Sony SWR12,Sony SWR12,/en/sony-swr12-089,/de/sony-swr12-089,0,processor_cores,2,,,,,weight,63.5 g,,,,,clock_mode,12h,,,,,internal_ram,512 MB,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"Be more you SmartBand 2 keeps an eye on your pulse and stress level, checking how your energy rises and falls. Then you can see what keeps you calm, what makes you excited and everything in between. So you can start doing more of what makes you, you. With an inbuilt heart rate monitor, the SmartBand 2 constantly checks your pulse, whether you’re on the move or sitting at a desk. See what activities raise your heart rate, and how your heart returns to its normal resting rate. Walking, running or just rushing between meetings. However you move, the SmartBand 2 captures it all so you can see how active you’ve been. Even while you sleep the tracker is still working hard, monitoring how long and how sound your zzz really is. Check SmartBand 2 data from the past week, month, year and beyond on the Lifelog app. View on the timeline alongside other Lifelog entries, including events, photos and music. See how different activities, like a holiday or listening to your favourite tune, can alter your pulse and stress levels and learn how to balance your life.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/sony/1294-0223/smartbands-7311271517252-Sony-SWR12-29634947.html,Smart Electronics,Sony SWR12,Sony SWR12,"Sony,Smart Electronics","Sony,Smart Electronics","Be more you SmartBand 2 keeps an eye on your pulse and stress level, checking how your energy rises and falls. Then you can see what keeps you calm, what m","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 e","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 -smartwatches,12,090,Sony SmartWatch 3,Sony SmartWatch 3,/en/sony-smartwatch-3-090,/de/sony-smartwatch-3-090,0,internal_ram,512 MB,,,,,flash_memory,4 GB,,,,,weight,45 g,,,,,protection_feature,Water resistent,,,,,brand,Sony,,,color,Silver,color,Silber,#D3D3D3,"The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated, casual, vibrant colours and fitness style, all made from the finest materials. Designed to perform and impress, this smartphone watch delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it. Tell SmartWatch 3 SWR50 smartphone watch what you want and it will do it. Search. Command. Find.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/sony/1287-4374/smartwatches-7311271479055-Sony-SmartWatch-3-SWR50-24495844.html,Smart Electronics,Sony SmartWatch 3,Sony SmartWatch 3,"Sony,Smart Electronics","Sony,Smart Electronics","The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated,","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 e","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 -smartwatches,16,091,Sony SmartWatch 3,Sony SmartWatch 3,/en/sony-smartwatch-3-091,/de/sony-smartwatch-3-091,0,internal_ram,512 MB,,,,,flash_memory,4 GB,,,,,weight,45 g,,,,,protection_feature,Water resistent,,,,,brand,Sony,,,color,White,color,Weiß,#FFFFFF,"The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated, casual, vibrant colours and fitness style, all made from the finest materials. Designed to perform and impress, this smartphone watch delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it. Tell SmartWatch 3 SWR50 smartphone watch what you want and it will do it. Search. Command. Find.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/sony/1292-4180/smartwatches-7311271506829-Sony-SmartWatch-3-SWR50-25873091.html,Smart Electronics,Sony SmartWatch 3,Sony SmartWatch 3,"Sony,Smart Electronics","Sony,Smart Electronics","The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated,","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 e","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 -smartwatches,13,092,Sony SmartWatch 3,Sony SmartWatch 3,/en/sony-smartwatch-3-092,/de/sony-smartwatch-3-092,0,internal_ram,512 MB,,,,,flash_memory,4 GB,,,,,weight,45 g,,,,,protection_feature,Water resistent,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated, casual, vibrant colours and fitness style, all made from the finest materials. Designed to perform and impress, this smartphone watch delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it. Tell SmartWatch 3 SWR50 smartphone watch what you want and it will do it. Search. Command. Find.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/sony/1287-4372/smartwatches-7311271479062-Sony-SmartWatch-3-SWR50-1-6-45g-Black-Black-24495842.html,Smart Electronics,Sony SmartWatch 3,Sony SmartWatch 3,"Sony,Smart Electronics","Sony,Smart Electronics","The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated,","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 e","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 -smartwatches,15,093,Sony SmartWatch 3,Sony SmartWatch 3,/en/sony-smartwatch-3-093,/de/sony-smartwatch-3-093,1,internal_ram,512 MB,,,,,flash_memory,4 GB,,,,,weight,45 g,,,,,protection_feature,Water resistent,,,,,brand,Sony,,,color,Yellow,color,Gelb,#FFFF00,"The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated, casual, vibrant colours and fitness style, all made from the finest materials. Designed to perform and impress, this smartphone watch delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it. Tell SmartWatch 3 SWR50 smartphone watch what you want and it will do it. Search. Command. Find.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//de.icecat.biz/de/p/sony/1287-4373/smartwatches-Sony-SmartWatch-3-SWR50-24495843.html,Smart Electronics,Sony SmartWatch 3,Sony SmartWatch 3,"Sony,Smart Electronics","Sony,Smart Electronics","The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated,","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 e","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 -smartwatches,31,094,Sony SWR50,Sony SWR50,/en/sony-swr50-094,/de/sony-swr50-094,0,waterproof_up_to,1.5 m,,,,,width,3.6 cm,,,,,bluetooth_version,4,,,,,display_type,TFT,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"Talk to it Tell the SmartWatch 3 SWR50 what you want and it will do it. Search. Command. Find. Even without your smartphone, SmartWatch 3 SWR50 is a fun and useful accessory. You can fill it with music to take with you if you’re going for a run. When you’re out, you can track your activity and movements as well as sync with your Lifelog when you come home. Even without your smartphone, SmartWatch 3 SWR50 is a fun and useful accessory. You can fill it with music to take with you if you’re going for a run. When you’re out, you can track your activity and movements as well as sync with your Lifelog when you come home. Designed to perform and impress, the SmartWatch 3 SWR50 delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/sony/swr50lth-blk/smartwatches-7311271518396-Sony-SWR50-27033003.html,Smart Electronics,Sony SWR50,Sony SWR50,"Sony,Smart Electronics","Sony,Smart Electronics","Talk to it Tell the SmartWatch 3 SWR50 what you want and it will do it. Search. Command. Find. Even without your smartphone, SmartWatch 3 SWR50 is a fun an","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 e","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 -smartwatches,1,095,TomTom Golf,TomTom Golf,/en/tomtom-golf-095,/de/tomtom-golf-095,0,protection_feature,Water resistent,,,,,battery_type,Built-in,,,,,touchscreen,no,,,,,gps_satellite,yes,,,,,brand,TomTom,,,color,Green,color,Grün,#006400,"One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your shot. ","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",//uk.icecat.biz/en/p/tomtom/1rg0.001.01/sport-watches-0636926071215-TomTom-Golf-24235707.html,Smart Electronics,TomTom Golf,TomTom Golf,"TomTom,Smart Electronics","TomTom,Smart Electronics","One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your sh",Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inkl,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 -smartwatches,7,096,TomTom Golf,TomTom Golf,/en/tomtom-golf-096,/de/tomtom-golf-096,0,protection_feature,Water resistent,,,,,battery_type,Built-in,,,,,touchscreen,no,,,,,gps_satellite,yes,,,,,brand,TomTom,,,color,Black,color,Schwarz,#000000,"One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your shot. ","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",//de.icecat.biz/de/p/tomtom/1rg0.001.02/sportuhren-0636926075831-TomTom-Golfer-30856274.html,Smart Electronics,TomTom Golf,TomTom Golf,"TomTom,Smart Electronics","TomTom,Smart Electronics","One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your sh",Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inkl,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 -smartwatches,8,097,TomTom Golf,TomTom Golf,/en/tomtom-golf-097,/de/tomtom-golf-097,0,protection_feature,Water resistent,,,,,battery_type,Built-in,,,,,touchscreen,no,,,,,gps_satellite,yes,,,,,brand,TomTom,,,color,Blue,color,Blau,#6281D8,"One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your shot. ","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",//de.icecat.biz/de/p/tomtom/1rg0.001.03/sportuhren-0636926075848-TomTom-Golfer-27290499.html,Smart Electronics,TomTom Golf,TomTom Golf,"TomTom,Smart Electronics","TomTom,Smart Electronics","One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your sh",Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inkl,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 -smartwatches,23,098,Hannspree sport watch,Hannspree Sportuhren,/en/hannspree-sport-watch-098,/de/hannspree-sportuhren-098,0,display_type,OLED,,,,,weight,88 g,,,,,bluetooth_version,4.0 LE,,,,,alarm_clock,yes,,,,,brand,Hannspree,,,color,Blue,color,Blau,#6281D8,"One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your shot. ","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",//uk.icecat.biz/en/p/hannspree/sw68sd12/sport-watches-4711404021060-Hannspree-SW68SD12-sport-watch-26192836.html,Smart Electronics,Hannspree sport watch,Hannspree sport watch,"Hannspree,Smart Electronics","Hannspree,Smart Electronics","One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your sh",Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inkl,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 -smartwatches,22,099,ASUS VivoWatch,ASUS VivoWatch,/en/asus-vivowatch-099,/de/asus-vivowatch-099,0,display_type,LCD,,,,,weight,50 g,,,,,touchscreen,yes,,,,,waterproof_up_to,1 m,,,,,brand,ASUS,,,color,Black,color,Schwarz,#000000,"ASUS VivoPulse Technology Built-in heart rate sensor works in real time to help you exercise more efficiently, track calories burned, and measure your sleep quality more precisely. Convenient LED indicator informs you if you are performing aerobic exercise or are overexerting yourself. Learn about your sleep patterns and quality to feel your best. An easy-to-understand rating of overall wellbeing based on your amount of exercise and sleep quality. Stay up-to-date with your loved ones' well-being via app or website. 10 days under normal operation. ASUS VivoWatch can be submerged in up to 1 meter of water for 30 minutes. Regular aerobic exercise provides numerous health benefits. ASUS VivoWatch has a convenient LED indicator that turns green when you are doing aerobic exercise and burning calories. If you push yourself to the limit, the indicator alerts you by turning red.","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",//uk.icecat.biz/en/p/asus/90hc0021-m00h10/sport-watches-ASUS-VivoWatch-27207215.html,Smart Electronics,ASUS VivoWatch,ASUS VivoWatch,"ASUS,Smart Electronics","ASUS,Smart Electronics","ASUS VivoPulse Technology Built-in heart rate sensor works in real time to help you exercise more efficiently, track calories burned, and measure your slee",Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inkl,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 +digital-cameras,16,001,Canon IXUS 160,Canon IXUS 160,/en/canon-ixus-160-1,/de/canon-ixus-160-1,0,megapixel,20 MP,,,,,flash_range_tele,1.3-1.5 m,flash_range_tele,4.2-4.9 ft,,,memory_slots,1,,,,,usb_version,2,,,,,brand,Canon,,,color,Red,color,Weinrot,#DC2E09,"Add a personal touch Make shots your own with quick and easy control over picture settings such as brightness and colour intensity. Preview the results while framing using Live View Control and enjoy sharing them with friends using the 6.8 cm (2.7”) LCD screen. Combine with a Canon Connect Station and you can easily share your photos and movies with the world on social media sites and online albums like irista, plus enjoy watching them with family and friends on an HD TV. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions.","Beeindruckende Aufnahmen, ganz einfach Smart Auto ermöglicht die mühelose Aufnahme von fantastischen Fotos und Movies – die Kamera wählt in diesem Modus automatisch die idealen Einstellungen für die jeweilige Aufnahmesituation. Sie müssen nur noch das Motiv anvisieren und auslösen. Ein Druck auf die Hilfe-Taste führt zu leicht verständlichen Erklärungen der Kamerafunktionen. Zahlreiche Kreativfilter laden zum Experimentieren ein und bieten echten Fotospaß. So lässt sich neben vielen anderen Optionen der Verzeichnungseffekt eines Fisheye-Objektivs nachempfinden oder in Fotos und Movies werden die Dinge wie Miniaturmodelle dargestellt.",//de.icecat.biz/de/p/canon/0144c001/digitale-kameras-4549292030174-Canon-IXUS-160-25904006.html,Entertainment Electronics,Canon IXUS 160,Canon IXUS 160,"Canon,Entertainment Electronics","Canon,Entertainment Electronics",Add a personal touch Make shots your own with quick and easy control over picture settings such as brightness and colour intensity. Preview the results whi,"Beeindruckende Aufnahmen, ganz einfach Smart Auto ermöglicht die mühelose Aufnahme von fantastischen Fotos und Movies – die Kamera wählt in diesem Modus au","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 +digital-cameras,22,002,Canon IXUS 160,Canon IXUS 160,/en/canon-ixus-160-2,/de/canon-ixus-160-2,0,megapixel,20 MP,,,,,flash_range_tele,1.3-1.5 m,flash_range_tele,4.2-4.9 ft,,,memory_slots,1,,,,,usb_version,2,,,,,brand,Canon,,,color,Black,color,Schwarz,#000000,"Add a personal touch Make shots your own with quick and easy control over picture settings such as brightness and colour intensity. Preview the results while framing using Live View Control and enjoy sharing them with friends using the 6.8 cm (2.7”) LCD screen. Combine with a Canon Connect Station and you can easily share your photos and movies with the world on social media sites and online albums like irista, plus enjoy watching them with family and friends on an HD TV. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions.","Beeindruckende Aufnahmen, ganz einfach Smart Auto ermöglicht die mühelose Aufnahme von fantastischen Fotos und Movies – die Kamera wählt in diesem Modus automatisch die idealen Einstellungen für die jeweilige Aufnahmesituation. Sie müssen nur noch das Motiv anvisieren und auslösen. Ein Druck auf die Hilfe-Taste führt zu leicht verständlichen Erklärungen der Kamerafunktionen. Zahlreiche Kreativfilter laden zum Experimentieren ein und bieten echten Fotospaß. So lässt sich neben vielen anderen Optionen der Verzeichnungseffekt eines Fisheye-Objektivs nachempfinden oder in Fotos und Movies werden die Dinge wie Miniaturmodelle dargestellt.",//de.icecat.biz/de/p/canon/0135c001/digitale-kameras-4549292029147-Canon-IXUS-160-25904004.html,Entertainment Electronics,Canon IXUS 160,Canon IXUS 160,"Canon,Entertainment Electronics","Canon,Entertainment Electronics",Add a personal touch Make shots your own with quick and easy control over picture settings such as brightness and colour intensity. Preview the results whi,"Beeindruckende Aufnahmen, ganz einfach Smart Auto ermöglicht die mühelose Aufnahme von fantastischen Fotos und Movies – die Kamera wählt in diesem Modus au","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 +digital-cameras,34,003,Canon IXUS 160,Canon IXUS 160,/en/canon-ixus-160-3,/de/canon-ixus-160-3,0,megapixel,20 MP,,,,,flash_range_tele,1.3-1.5 m,flash_range_tele,4.2-4.9 ft,,,memory_slots,1,,,,,usb_version,2,,,,,brand,Canon,,,color,Silver,color,Silber,#D3D3D3,"Add a personal touch Make shots your own with quick and easy control over picture settings such as brightness and colour intensity. Preview the results while framing using Live View Control and enjoy sharing them with friends using the 6.8 cm (2.7”) LCD screen. Combine with a Canon Connect Station and you can easily share your photos and movies with the world on social media sites and online albums like irista, plus enjoy watching them with family and friends on an HD TV. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions.","Beeindruckende Aufnahmen, ganz einfach Smart Auto ermöglicht die mühelose Aufnahme von fantastischen Fotos und Movies – die Kamera wählt in diesem Modus automatisch die idealen Einstellungen für die jeweilige Aufnahmesituation. Sie müssen nur noch das Motiv anvisieren und auslösen. Ein Druck auf die Hilfe-Taste führt zu leicht verständlichen Erklärungen der Kamerafunktionen. Zahlreiche Kreativfilter laden zum Experimentieren ein und bieten echten Fotospaß. So lässt sich neben vielen anderen Optionen der Verzeichnungseffekt eines Fisheye-Objektivs nachempfinden oder in Fotos und Movies werden die Dinge wie Miniaturmodelle dargestellt.",//de.icecat.biz/de/p/canon/0138c009/digitale-kameras-8714574629490-Canon-IXUS-160-26138343.html,Entertainment Electronics,Canon IXUS 160,Canon IXUS 160,"Canon,Entertainment Electronics","Canon,Entertainment Electronics",Add a personal touch Make shots your own with quick and easy control over picture settings such as brightness and colour intensity. Preview the results whi,"Beeindruckende Aufnahmen, ganz einfach Smart Auto ermöglicht die mühelose Aufnahme von fantastischen Fotos und Movies – die Kamera wählt in diesem Modus au","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 +digital-cameras,10,004,Canon IXUS 175,Canon IXUS 175,/en/canon-ixus-175-4,/de/canon-ixus-175-4,0,optical_zoom,8 x,,,,,combined_zoom,32 x,,,,,display,LCD,,,,,hdmi,no,,,,,brand,Canon,,,color,Silver,color,Silber,#D3D3D3,"Creative play Play with your creativity using a range of Creative Filters. Re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more. Capture the stunning detail in everyday subjects using 1 cm Macro to get right up close. Enjoy exceptional quality, detailed images thanks to 20.0 Megapixels and DIGIC 4+ processing. Face Detection technology makes capturing great shots of friends effortless, while Auto Zoom intelligently helps you select the best framing at the touch of a button.","Stil im Taschenformat Diese ultraschlanke und schicke IXUS passt in jede Hand- oder Jackentasche und bietet dabei ein flexibles 28-mm-Weitwinkelobjektiv mit 8fach optischem Zoom (16fach ZoomPlus). Wo immer Sie also sind, können Sie jedes Motiv – von ganz nahen bis weit entfernt – in erstklassigen Fotos und Movies festhalten. Der Eco-Modus reduziert den Stromverbrauch der Kamera und ermöglicht längere Aufnahmezeiten. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Einfach nur die Taste drücken und schon beginnt die HD-Movieaufnahme (720p) im MP4-Format. Für kreative Vielseitigkeit lässt sich der optische Zoom auch im Movie-Modus einsetzen und die Aufnahmen werden hochwertig und gestochen scharf.",//de.icecat.biz/en/p/canon/1094c001/digitale-kameras-4549292057188-175-30663302.html,Entertainment Electronics,Canon IXUS 175,Canon IXUS 175,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Creative play Play with your creativity using a range of Creative Filters. Re-create the distortion of a fish-eye lens, make scenes in stills or movies loo",Stil im Taschenformat Diese ultraschlanke und schicke IXUS passt in jede Hand- oder Jackentasche und bietet dabei ein flexibles 28-mm-Weitwinkelobjektiv mi,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 +digital-cameras,4,005,Canon IXUS 175,Canon IXUS 175,/en/canon-ixus-175-5,/de/canon-ixus-175-5,0,optical_zoom,8 x,,,,,combined_zoom,32 x,,,,,display,LCD,,,,,hdmi,no,,,,,brand,Canon,,,color,Blue,color,Blau,#6281D8,"Creative play Play with your creativity using a range of Creative Filters. Re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more. Capture the stunning detail in everyday subjects using 1 cm Macro to get right up close. Enjoy exceptional quality, detailed images thanks to 20.0 Megapixels and DIGIC 4+ processing. Face Detection technology makes capturing great shots of friends effortless, while Auto Zoom intelligently helps you select the best framing at the touch of a button.","Stil im Taschenformat Diese ultraschlanke und schicke IXUS passt in jede Hand- oder Jackentasche und bietet dabei ein flexibles 28-mm-Weitwinkelobjektiv mit 8fach optischem Zoom (16fach ZoomPlus). Wo immer Sie also sind, können Sie jedes Motiv – von ganz nahen bis weit entfernt – in erstklassigen Fotos und Movies festhalten. Der Eco-Modus reduziert den Stromverbrauch der Kamera und ermöglicht längere Aufnahmezeiten. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Einfach nur die Taste drücken und schon beginnt die HD-Movieaufnahme (720p) im MP4-Format. Für kreative Vielseitigkeit lässt sich der optische Zoom auch im Movie-Modus einsetzen und die Aufnahmen werden hochwertig und gestochen scharf.",//uk.icecat.biz/de/p/canon/1091c001/digitale-kameras-4549292057126-Canon-IXUS-180-30663301.html,Entertainment Electronics,Canon IXUS 175,Canon IXUS 175,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Creative play Play with your creativity using a range of Creative Filters. Re-create the distortion of a fish-eye lens, make scenes in stills or movies loo",Stil im Taschenformat Diese ultraschlanke und schicke IXUS passt in jede Hand- oder Jackentasche und bietet dabei ein flexibles 28-mm-Weitwinkelobjektiv mi,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 +digital-cameras,11,006,Canon IXUS 175,Canon IXUS 175,/en/canon-ixus-175-6,/de/canon-ixus-175-6,0,optical_zoom,8 x,,,,,combined_zoom,32 x,,,,,display,LCD,,,,,hdmi,no,,,,,brand,Canon,,,color,Black,color,Schwarz,#000000,"Creative play Play with your creativity using a range of Creative Filters. Re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more. Capture the stunning detail in everyday subjects using 1 cm Macro to get right up close. Enjoy exceptional quality, detailed images thanks to 20.0 Megapixels and DIGIC 4+ processing. Face Detection technology makes capturing great shots of friends effortless, while Auto Zoom intelligently helps you select the best framing at the touch of a button.","Stil im Taschenformat Diese ultraschlanke und schicke IXUS passt in jede Hand- oder Jackentasche und bietet dabei ein flexibles 28-mm-Weitwinkelobjektiv mit 8fach optischem Zoom (16fach ZoomPlus). Wo immer Sie also sind, können Sie jedes Motiv – von ganz nahen bis weit entfernt – in erstklassigen Fotos und Movies festhalten. Der Eco-Modus reduziert den Stromverbrauch der Kamera und ermöglicht längere Aufnahmezeiten. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Einfach nur die Taste drücken und schon beginnt die HD-Movieaufnahme (720p) im MP4-Format. Für kreative Vielseitigkeit lässt sich der optische Zoom auch im Movie-Modus einsetzen und die Aufnahmen werden hochwertig und gestochen scharf.",//uk.icecat.biz/de/p/canon/1085c009/digitale-kameras-8714574634319-Canon-IXUS-180-20MP-1-2-3Zoll-CCD-5152-x-3864Pixel-Schwarz-30692993.html,Entertainment Electronics,Canon IXUS 175,Canon IXUS 175,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Creative play Play with your creativity using a range of Creative Filters. Re-create the distortion of a fish-eye lens, make scenes in stills or movies loo",Stil im Taschenformat Diese ultraschlanke und schicke IXUS passt in jede Hand- oder Jackentasche und bietet dabei ein flexibles 28-mm-Weitwinkelobjektiv mi,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 +digital-cameras,36,007,Canon IXUS 285,Canon IXUS 285,/en/canon-ixus-285-7,/de/canon-ixus-285-7,0,optical_zoom,12 x,,,,,usb_version,2,,,,,self_timer,2.10 s,,,,,hd_type,Full HD,,,,,brand,Canon,,,color,Black,color,Schwarz,#000000,"Quick connections Connect to your compatible smart device with just one tap using Wi-Fi with Dynamic NFC for easy sharing. Use Image Sync to automatically back-up new images to cloud services and capture great group shots with wireless Remote Shooting from your smart device. The Wi-Fi Button offers a quick and easy shortcut to Wi-Fi functions. This ultra-slim and stylish metal-bodied IXUS is easy to carry with you wherever you go and features a flexible 25mm ultra-wide 12x optical zoom lens with 24x ZoomPlus; so you can easily capture every moment, near or far, in superb quality photos and movies. Auto Zoom helps you select the best framing at the touch of a button.",No Description,//uk.icecat.biz/en/p/canon/1076c007/digitale-kameras-8714574634395-285+HS-30691822.html,Entertainment Electronics,Canon IXUS 285,Canon IXUS 285,"Canon,Entertainment Electronics","Canon,Entertainment Electronics",Quick connections Connect to your compatible smart device with just one tap using Wi-Fi with Dynamic NFC for easy sharing. Use Image Sync to automatically,No Description,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 +digital-cameras,37,008,Canon IXUS 285,Canon IXUS 285,/en/canon-ixus-285-8,/de/canon-ixus-285-8,0,optical_zoom,12 x,,,,,usb_version,2,,,,,self_timer,2.10 s,,,,,hd_type,Full HD,,,,,brand,Canon,,,color,Purple,color,Lila,#9370DB,"Quick connections Connect to your compatible smart device with just one tap using Wi-Fi with Dynamic NFC for easy sharing. Use Image Sync to automatically back-up new images to cloud services and capture great group shots with wireless Remote Shooting from your smart device. The Wi-Fi Button offers a quick and easy shortcut to Wi-Fi functions. This ultra-slim and stylish metal-bodied IXUS is easy to carry with you wherever you go and features a flexible 25mm ultra-wide 12x optical zoom lens with 24x ZoomPlus; so you can easily capture every moment, near or far, in superb quality photos and movies. Auto Zoom helps you select the best framing at the touch of a button.",No Description,//uk.icecat.biz/de/p/canon/1082c006/digitale-kameras-8714574634432-Canon-IXUS-285-HS-20-2MP-1-2-3Zoll-CMOS-5184-x-3888Pixel-Schwarz-30692992.html,Entertainment Electronics,Canon IXUS 285,Canon IXUS 285,"Canon,Entertainment Electronics","Canon,Entertainment Electronics",Quick connections Connect to your compatible smart device with just one tap using Wi-Fi with Dynamic NFC for easy sharing. Use Image Sync to automatically,No Description,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 +digital-cameras,1,009,Canon IXUS 285,Canon IXUS 285,/en/canon-ixus-285-9,/de/canon-ixus-285-9,0,optical_zoom,12 x,,,,,usb_version,2,,,,,self_timer,2.10 s,,,,,hd_type,Full HD,,,,,brand,Canon,,,color,Silver,color,Silber,#D3D3D3,"Quick connections Connect to your compatible smart device with just one tap using Wi-Fi with Dynamic NFC for easy sharing. Use Image Sync to automatically back-up new images to cloud services and capture great group shots with wireless Remote Shooting from your smart device. The Wi-Fi Button offers a quick and easy shortcut to Wi-Fi functions. This ultra-slim and stylish metal-bodied IXUS is easy to carry with you wherever you go and features a flexible 25mm ultra-wide 12x optical zoom lens with 24x ZoomPlus; so you can easily capture every moment, near or far, in superb quality photos and movies. Auto Zoom helps you select the best framing at the touch of a button.",No Description,//uk.icecat.biz/de/p/canon/1079c007/digitale-kameras-8714574634418-Canon-IXUS-285-HS-20-2MP-1-2-3Zoll-CMOS-5184-x-3888Pixel-Schwarz-30692991.html,Entertainment Electronics,Canon IXUS 285,Canon IXUS 285,"Canon,Entertainment Electronics","Canon,Entertainment Electronics",Quick connections Connect to your compatible smart device with just one tap using Wi-Fi with Dynamic NFC for easy sharing. Use Image Sync to automatically,No Description,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 +digital-cameras,32,010,Canon IXUS 180,Canon IXUS 180,/en/canon-ixus-180-10,/de/canon-ixus-180-10,0,megapixel,20 MP,,,,,sensor_type,CCD,,,,,display,LCD,,,,,digital_zoom,4 x,,,,,brand,Canon,,,color,Red,color,Rot,#DC2E09,"Effortless creativity Just point and shoot to capture fantastic photos or movies with one touch of the Auto Button, which allows Smart Auto to take control and choose the perfect camera settings for you. Play with your creativity in stills or movies using a range of Creative Filters such as Fish Eye, Miniature and Toy Camera. Enjoy exceptional quality, detailed images ideal for creating stunning poster sized prints thanks to 20.0 Megapixels and DIGIC 4+ processing. An intelligent optical Image Stabilizer ensures sharp stills and steady movies in any situation, while the 6.8 cm (2.7”) LCD screen allows easy viewing and sharing.",No Description,//uk.icecat.biz/en/p/canon/1088c008/digitale-kameras-8714574634333-180-30692994.html,Entertainment Electronics,Canon IXUS 180,Canon IXUS 180,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Effortless creativity Just point and shoot to capture fantastic photos or movies with one touch of the Auto Button, which allows Smart Auto to take control",No Description,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 +digital-cameras,35,011,Canon IXUS 180,Canon IXUS 180,/en/canon-ixus-180-11,/de/canon-ixus-180-11,0,megapixel,20 MP,,,,,sensor_type,CCD,,,,,display,LCD,,,,,digital_zoom,4 x,,,,,brand,Canon,,,color,Blue,color,Blau,#6281D8,"Effortless creativity Just point and shoot to capture fantastic photos or movies with one touch of the Auto Button, which allows Smart Auto to take control and choose the perfect camera settings for you. Play with your creativity in stills or movies using a range of Creative Filters such as Fish Eye, Miniature and Toy Camera. Enjoy exceptional quality, detailed images ideal for creating stunning poster sized prints thanks to 20.0 Megapixels and DIGIC 4+ processing. An intelligent optical Image Stabilizer ensures sharp stills and steady movies in any situation, while the 6.8 cm (2.7”) LCD screen allows easy viewing and sharing.",No Description,//uk.icecat.biz/en/p/canon/1091c008/digitale-kameras-8714574634357-180-30775359.html,Entertainment Electronics,Canon IXUS 180,Canon IXUS 180,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Effortless creativity Just point and shoot to capture fantastic photos or movies with one touch of the Auto Button, which allows Smart Auto to take control",No Description,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 +digital-cameras,5,012,Canon IXUS 165,Canon IXUS 165,/en/canon-ixus-165-12,/de/canon-ixus-165-12,0,field_of_view,100%,,,,,digital_zoom,8 x,,,,,flash_range_tele,1.3-1.5 m,flash_range_tele,4.2-4.9 ft,,,hd_type,HD ready,,,,,brand,Canon,,,color,Silver,color,Silber,#D3D3D3,"Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. All you have to do is point and shoot. Use the Help Button for quick, easy-to-follow guidance on using your camera and its functions. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions. Experiment and have fun with a range of Creative Filters. You can re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more.a","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/canon/0149c001/digitale-kameras-0454929202890-165-25904598.html,Entertainment Electronics,Canon IXUS 165,Canon IXUS 165,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. ","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 +digital-cameras,14,013,Canon IXUS 165,Canon IXUS 165,/en/canon-ixus-165-13,/de/canon-ixus-165-13,0,field_of_view,100%,,,,,digital_zoom,8 x,,,,,flash_range_tele,1.3-1.5 m,flash_range_tele,4.2-4.9 ft,,,hd_type,HD ready,,,,,brand,Canon,,,color,Red,color,Rot,#DC2E09,"Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. All you have to do is point and shoot. Use the Help Button for quick, easy-to-follow guidance on using your camera and its functions. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions. Experiment and have fun with a range of Creative Filters. You can re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more.a","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/canon/0152c001/digitale-kameras-4549292029987-165-25904584.html,Entertainment Electronics,Canon IXUS 165,Canon IXUS 165,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. ","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 +digital-cameras,7,014,Canon IXUS 177,Canon IXUS 177,/en/canon-ixus-177-14,/de/canon-ixus-177-14,0,megapixel,20 MP,,,,,display,LCD,,,,,photo_effects,Vivid,,,,,field_of_view,100%,,,,,brand,Canon,,,color,Black,color,Schwarz,#000000,"Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. All you have to do is point and shoot. Use the Help Button for quick, easy-to-follow guidance on using your camera and its functions. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions. Experiment and have fun with a range of Creative Filters. You can re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more.a","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/canon/0115c001/digitale-kameras-4549292028508-170-25919241.html,Entertainment Electronics,Canon IXUS 177,Canon IXUS 177,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 +digital-cameras,15,015,Canon IXUS 177,Canon IXUS 177,/en/canon-ixus-177-15,/de/canon-ixus-177-15,0,megapixel,20 MP,,,,,display,LCD,,,,,photo_effects,Vivid,,,,,field_of_view,100%,,,,,brand,Canon,,,color,Silver,color,Silber,#D3D3D3,"Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. All you have to do is point and shoot. Use the Help Button for quick, easy-to-follow guidance on using your camera and its functions. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions. Experiment and have fun with a range of Creative Filters. You can re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more.a","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/canon/0128c001/digitale-kameras-4549292029253-170-25904009.html,Entertainment Electronics,Canon IXUS 177,Canon IXUS 177,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-06-01 00:00:00.000000,2017-06-30 00:00:00.000000 +digital-cameras,6,016,Sony Cyber-shot DSC-W800,Sony Cyber-shot DSC-W800,/en/sony-cyber-shot-dsc-w800-16,/de/sony-cyber-shot-dsc-w800-16,0,internal_memory,29 MB,,,,,digital_zoom,40 x,,,,,usb_version,2,,,,,optical_zoom,5 x,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/sony/dsc-w800b/digitale-kameras-DSC-W800-21748907.html,Entertainment Electronics,Sony Cyber-shot DSC-W800,Sony Cyber-shot DSC-W800,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 +digital-cameras,13,017,Sony Cyber-shot DSC-W800,Sony Cyber-shot DSC-W800,/en/sony-cyber-shot-dsc-w800-17,/de/sony-cyber-shot-dsc-w800-17,0,internal_memory,29 MB,,,,,digital_zoom,40 x,,,,,usb_version,2,,,,,optical_zoom,5 x,,,,,brand,Sony,,,color,Silver,color,Silber,#D3D3D3,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/sony/dsc-w800s/digitale-kameras-DSC-W800-21748906.html,Entertainment Electronics,Sony Cyber-shot DSC-W800,Sony Cyber-shot DSC-W800,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 +digital-cameras,33,018,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,/en/sony-cyber-shot-dsc-w830-18,/de/sony-cyber-shot-dsc-w830-18,0,hdmi,no,,,,,sensor_type,CCD,,,,,display,TFT,,,,,usb_version,2,,,,,brand,Sony,,,color,Pink,color,Pink,#FF69B4,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/sony/dscw830p.ce3/digitale-kameras-3355830056428-DSC-W830-21081477.html,Entertainment Electronics,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 +digital-cameras,26,019,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,/en/sony-cyber-shot-dsc-w830-19,/de/sony-cyber-shot-dsc-w830-19,0,hdmi,no,,,,,sensor_type,CCD,,,,,display,TFT,,,,,usb_version,2,,,,,brand,Sony,,,color,Silver,color,Silber,#D3D3D3,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/de/p/sony/dscw830s.ce3/digitale-kameras-4905524972429-Sony-Cyber-shot-DSC-W830-21081473.html,Entertainment Electronics,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 +digital-cameras,2,020,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,/en/sony-cyber-shot-dsc-w830-20,/de/sony-cyber-shot-dsc-w830-20,0,hdmi,no,,,,,sensor_type,CCD,,,,,display,TFT,,,,,usb_version,2,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/de/p/sony/dscw830b.ce3/digitale-kameras-4905524972436-Sony-Cyber-shot-DSC-W830-21081478.html,Entertainment Electronics,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 +digital-cameras,,021,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,/en/sony-cyber-shot-dsc-w830-21,/de/sony-cyber-shot-dsc-w830-21,0,hdmi,no,,,,,sensor_type,CCD,,,,,display,TFT,,,,,usb_version,2,,,,,brand,Sony,,,color,Purple,color,Lila,#9370DB,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/de/p/sony/dscw830v.ce3/digitale-kameras-4905524972498-Sony-Cyber-shot-DSC-W830-21081475.html,Entertainment Electronics,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 +digital-cameras,9,022,Sony Cyber-shot DSC-WX220,Sony Cyber-shot DSC-WX220,/en/sony-cyber-shot-dsc-wx220-22,/de/sony-cyber-shot-dsc-wx220-22,0,megapixel,18.2 MP,,,,,display,LCD,,,,,digital_zoom,20 x,,,,,sensor_type,CMOS,,,,,brand,Sony,,,color,Gold,color,Gold,#C5B358,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/sony/dsc-wx220n/digitale-kameras-4905524980790-WX220+Kompaktkamera+mit+optischem+10fach-Zoom-21994751.html,Entertainment Electronics,Sony Cyber-shot DSC-WX220,Sony Cyber-shot DSC-WX220,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 +digital-cameras,3,023,Sony Cyber-shot DSC-WX220,Sony Cyber-shot DSC-WX220,/en/sony-cyber-shot-dsc-wx220-23,/de/sony-cyber-shot-dsc-wx220-23,0,megapixel,18.2 MP,,,,,display,LCD,,,,,digital_zoom,20 x,,,,,sensor_type,CMOS,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/de/p/sony/dsc-wx220b/digitale-kameras-4905524980745-Sony-Cyber-shot-DSC-WX220-21758366.html,Entertainment Electronics,Sony Cyber-shot DSC-WX220,Sony Cyber-shot DSC-WX220,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 +digital-cameras,,024,Sony Cyber-shot DSC-WX350,Sony Cyber-shot DSC-WX350,/en/sony-cyber-shot-dsc-wx350-24,/de/sony-cyber-shot-dsc-wx350-24,0,megapixel,18.2 MP,,,,,digital_zoom,40 x,,,,,usb_version,2,,,,,voice_recording,yes,,,,,brand,Sony,,,color,Pink,color,Pink,#FF69B4,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/sony/dsc-wx350p/digitale-kameras-4905524981179-DSC-WX350-21987578.html,Entertainment Electronics,Sony Cyber-shot DSC-WX350,Sony Cyber-shot DSC-WX350,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 +digital-cameras,20,025,Sony Cyber-shot DSC-WX350,Sony Cyber-shot DSC-WX350,/en/sony-cyber-shot-dsc-wx350-25,/de/sony-cyber-shot-dsc-wx350-25,0,megapixel,18.2 MP,,,,,digital_zoom,40 x,,,,,usb_version,2,,,,,voice_recording,yes,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/de/p/sony/dscwx350b.ce3/digitale-kameras-Sony-Cyber-shot-DSC-WX350-21764665.html,Entertainment Electronics,Sony Cyber-shot DSC-WX350,Sony Cyber-shot DSC-WX350,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 +digital-cameras,30,026,Sony Cyber-shot DSC-WX350,Sony Cyber-shot DSC-WX350,/en/sony-cyber-shot-dsc-wx350-26,/de/sony-cyber-shot-dsc-wx350-26,0,megapixel,18.2 MP,,,,,digital_zoom,40 x,,,,,usb_version,2,,,,,voice_recording,yes,,,,,brand,Sony,,,color,White,color,Weiß,#FFFFFF,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/de/p/sony/dsc-wx350w/digitale-kameras-4905524981087-Sony-Cyber-shot-DSC-WX350-21748904.html,Entertainment Electronics,Sony Cyber-shot DSC-WX350,Sony Cyber-shot DSC-WX350,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 +digital-cameras,17,027,Sony Cyber-shot DSC-WX500,Sony Cyber-shot DSC-WX500,/en/sony-cyber-shot-dsc-wx500-27,/de/sony-cyber-shot-dsc-wx500-27,0,camera_type,Compact camera,,,,,display,LCD,,,,,hdmi,yes,,,,,digital_zoom,120 x,,,,,brand,Sony,,,color,Red,color,Rot,#DC2E09,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/en/p/sony/dsc-wx500r.ce3/digitale-kameras-4548736014275-DSC-WX500-26976107.html,Entertainment Electronics,Sony Cyber-shot DSC-WX500,Sony Cyber-shot DSC-WX500,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 +digital-cameras,,028,Sony Cyber-shot DSC-WX500,Sony Cyber-shot DSC-WX500,/en/sony-cyber-shot-dsc-wx500-28,/de/sony-cyber-shot-dsc-wx500-28,0,camera_type,Compact camera,,,,,display,LCD,,,,,hdmi,yes,,,,,digital_zoom,120 x,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/de/p/sony/dsc-wx500b/digitale-kameras-4548736014152-Sony-Cyber-shot-DSC-WX500-26976108.html,Entertainment Electronics,Sony Cyber-shot DSC-WX500,Sony Cyber-shot DSC-WX500,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 +digital-cameras,31,029,Sony Cyber-shot DSC-WX500,Sony Cyber-shot DSC-WX500,/en/sony-cyber-shot-dsc-wx500-29,/de/sony-cyber-shot-dsc-wx500-29,0,camera_type,Compact camera,,,,,display,LCD,,,,,hdmi,yes,,,,,digital_zoom,120 x,,,,,brand,Sony,,,color,White,color,Weiß,#FFFFFF,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//uk.icecat.biz/de/p/sony/dsc-wx500w.ce3/digitale-kameras-4548736014183-Sony-Cyber-shot-DSC-WX500-26976109.html,Entertainment Electronics,Sony Cyber-shot DSC-WX500,Sony Cyber-shot DSC-WX500,"Sony,Entertainment Electronics","Sony,Entertainment Electronics","Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing i","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 +digital-cameras,25,030,Canon PowerShot G9 X,Canon PowerShot G9 X,/en/canon-powershot-g9-x-30,/de/canon-powershot-g9-x-30,0,audio_system,Stereo,,,,,optical_zoom,3 x,,,,,usb_version,2,,,,,display,TFT,,,,,brand,Canon,,,color,Black,color,Schwarz,#000000,"Impressive image quality Stunning videos. A camera that’s slim and comfortable. The PowerShot G9 X camera is all this and more, featuring a 20.2 Megapixel, 1.0-inch High-Sensitivity CMOS sensor, Canon’s powerful DIGIC 6 Image Processor and a fast, f/2.0–4.9 lens that helps you capture inspiring images – even in low light – with detail and color to match. Whether you carry it in your hand, a bag or inside a pocket, the PowerShot G9 X can accompany you anywhere you go and is slim enough to quickly be in your grasp when opportunity knocks. Subjects in the distance become closer with a 3x Optical Zoom lens (28–84mm equivalent). Movement can be captured in stunning Full HD video, or frozen in beautiful increments with up to 6.0 fps continuous shooting.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//de.icecat.biz/en/p/canon/0511c002/digitale-kameras-4549292051773-G9+X-30021698.html,Entertainment Electronics,Canon PowerShot G9 X,Canon PowerShot G9 X,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Impressive image quality Stunning videos. A camera that’s slim and comfortable. The PowerShot G9 X camera is all this and more, featuring a 20.2 Megapixel,","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-07-01 00:00:00.000000,2017-07-30 00:00:00.000000 +digital-cameras,29,031,Canon PowerShot G9 X,Canon PowerShot G9 X,/en/canon-powershot-g9-x-31,/de/canon-powershot-g9-x-31,0,audio_system,Stereo,,,,,optical_zoom,3 x,,,,,usb_version,2,,,,,display,TFT,,,,,brand,Canon,,,color,Brown,color,Braun,#835C3B,"Impressive image quality Stunning videos. A camera that’s slim and comfortable. The PowerShot G9 X camera is all this and more, featuring a 20.2 Megapixel, 1.0-inch High-Sensitivity CMOS sensor, Canon’s powerful DIGIC 6 Image Processor and a fast, f/2.0–4.9 lens that helps you capture inspiring images – even in low light – with detail and color to match. Whether you carry it in your hand, a bag or inside a pocket, the PowerShot G9 X can accompany you anywhere you go and is slim enough to quickly be in your grasp when opportunity knocks. Subjects in the distance become closer with a 3x Optical Zoom lens (28–84mm equivalent). Movement can be captured in stunning Full HD video, or frozen in beautiful increments with up to 6.0 fps continuous shooting.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//de.icecat.biz/de/p/canon/0924c002/digitale-kameras-4549292051841-Canon-PowerShot-G9-X-30021637.html,Entertainment Electronics,Canon PowerShot G9 X,Canon PowerShot G9 X,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Impressive image quality Stunning videos. A camera that’s slim and comfortable. The PowerShot G9 X camera is all this and more, featuring a 20.2 Megapixel,","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 +digital-cameras,8,032,Canon PowerShot SC620,Canon PowerShot SC620,/en/canon-powershot-sc620-32,/de/canon-powershot-sc620-32,0,megapixel,20.2 MP,,,,,display,TFT,,,,,digital_zoom,4 x,,,,,recording_time,65 min,,,,,brand,Canon,,,color,Red,color,Rot,#DC2E09,"Intelligent IS Whether you're taking a vacation, celebrating a special family occasion or just having some everyday fun, the slim and sleek PowerShot SX620 HS camera is ready for your next shot. Enjoy the versatility of a powerful 25x (25-625mm) Optical Zoom for subjects both near and far. Equipped with Intelligent IS for optimized image stabilization, it helps capture everything from lovely close-ups to distant sights virtually shake-free, with confidence. You can then show off your photos with built-in Wi-Fi® and NFC, which lets you transfer them to your compatible devices and upload to select social networking sites for your family, friends and the world to see. Stunning image quality comes via a 20.2 Megapixel CMOS sensor and the DIGIC 4+ Image Processor for beautiful shots whether you're picnicking during the day or camping at night. If videos are more your thing, rest assured they'll have gorgeous detail with 1080p Full HD video at your fingertips.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//de.icecat.biz/en/p/canon/1073c002/digitale-kameras-4549292057362-SX620-32125551.html,Entertainment Electronics,Canon PowerShot SC620,Canon PowerShot SC620,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Intelligent IS Whether you're taking a vacation, celebrating a special family occasion or just having some everyday fun, the slim and sleek PowerShot SX620","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 +digital-cameras,18,033,Canon PowerShot SC620,Canon PowerShot SC620,/en/canon-powershot-sc620-33,/de/canon-powershot-sc620-33,0,megapixel,20.2 MP,,,,,display,TFT,,,,,digital_zoom,4 x,,,,,recording_time,65 min,,,,,brand,Canon,,,color,Silver,color,Silber,#D3D3D3,"Intelligent IS Whether you're taking a vacation, celebrating a special family occasion or just having some everyday fun, the slim and sleek PowerShot SX620 HS camera is ready for your next shot. Enjoy the versatility of a powerful 25x (25-625mm) Optical Zoom for subjects both near and far. Equipped with Intelligent IS for optimized image stabilization, it helps capture everything from lovely close-ups to distant sights virtually shake-free, with confidence. You can then show off your photos with built-in Wi-Fi® and NFC, which lets you transfer them to your compatible devices and upload to select social networking sites for your family, friends and the world to see. Stunning image quality comes via a 20.2 Megapixel CMOS sensor and the DIGIC 4+ Image Processor for beautiful shots whether you're picnicking during the day or camping at night. If videos are more your thing, rest assured they'll have gorgeous detail with 1080p Full HD video at your fingertips.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//de.icecat.biz/de/p/canon/1074c002/digitale-kameras-4549292057423-Canon-PowerShot-SX620-20-2MP-1-2-3Zoll-CMOS-5184-x-3888Pixel-32125568.html,Entertainment Electronics,Canon PowerShot SC620,Canon PowerShot SC620,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Intelligent IS Whether you're taking a vacation, celebrating a special family occasion or just having some everyday fun, the slim and sleek PowerShot SX620","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 +digital-cameras,,034,Canon PowerShot SC620,Canon PowerShot SC620,/en/canon-powershot-sc620-34,/de/canon-powershot-sc620-34,0,megapixel,20.2 MP,,,,,display,TFT,,,,,digital_zoom,4 x,,,,,recording_time,65 min,,,,,brand,Canon,,,color,Black,color,Schwarz,#000000,"Intelligent IS Whether you're taking a vacation, celebrating a special family occasion or just having some everyday fun, the slim and sleek PowerShot SX620 HS camera is ready for your next shot. Enjoy the versatility of a powerful 25x (25-625mm) Optical Zoom for subjects both near and far. Equipped with Intelligent IS for optimized image stabilization, it helps capture everything from lovely close-ups to distant sights virtually shake-free, with confidence. You can then show off your photos with built-in Wi-Fi® and NFC, which lets you transfer them to your compatible devices and upload to select social networking sites for your family, friends and the world to see. Stunning image quality comes via a 20.2 Megapixel CMOS sensor and the DIGIC 4+ Image Processor for beautiful shots whether you're picnicking during the day or camping at night. If videos are more your thing, rest assured they'll have gorgeous detail with 1080p Full HD video at your fingertips.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",//de.icecat.biz/de/p/canon/1072c002/digitale-kameras-4549292057300-Canon-PowerShot-SX620-20-2MP-1-2-3Zoll-CMOS-5184-x-3888Pixel-32125390.html,Entertainment Electronics,Canon PowerShot SC620,Canon PowerShot SC620,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Intelligent IS Whether you're taking a vacation, celebrating a special family occasion or just having some everyday fun, the slim and sleek PowerShot SX620","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapi","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 +digital-cameras,12,035,Canon PowerShot N,Canon PowerShot N,/en/canon-powershot-n-35,/de/canon-powershot-n-35,1,focus,TTL,,,,,field_of_view,100%,,,,,display,LCD,,,,,sensor_type,CMOS,,,,,brand,Canon,,,color,Silver,color,Silber,#D3D3D3,"Creative Shot Originality is effortless with Creative Shot. Simply take a shot and the camera will analyse the scene then automatically generate five creative images plus the original unaltered photo - capturing the same subject in a variety of artistic and surprising ways. The unique symmetrical, metal-bodied design is strikingly different with an ultra-modern minimalist style - small enough to keep in your pocket and stylish enough to take anywhere. HS System excels in low light allowing you to capture the real atmosphere of the moment without flash or a tripod. Advanced DIGIC 5 processing and a high-sensitivity 12.1 Megapixel CMOS sensor give excellent image quality in all situations.","Creative Shot Mit der Funktion „Creative Shot“ ist es ganz einfach, originelle Aufnahmen zu machen. Sie nehmen ein ganz normales Foto auf und die Kamera analysiert die Szene und erstellt daraus 5 kreative Bilder, die sie mit der Originalaufnahme zusammen speichert – so wird ein und das selbe Motiv auf 5 künstlerische und oft überraschenden Arten interpretiert. Das einzigartige, symmetrische Metallgehäuse ist erfrischend anders und beeindruckt mit einem ultra-modernen, minimalistischem Design – so kompakt, dass es in jede Tasche passt und so schick, dass es auch sonst überall hin passt.",//de.icecat.biz/en/p/canon/8231b009/digitale-kameras-8714574598352-N-17360369.html,Entertainment Electronics,Canon PowerShot N,Canon PowerShot N,"Canon,Entertainment Electronics","Canon,Entertainment Electronics",Creative Shot Originality is effortless with Creative Shot. Simply take a shot and the camera will analyse the scene then automatically generate five creat,"Creative Shot Mit der Funktion „Creative Shot“ ist es ganz einfach, originelle Aufnahmen zu machen. Sie nehmen ein ganz normales Foto auf und die Kamera an","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 +digital-cameras,21,036,Canon PowerShot N,Canon PowerShot N,/en/canon-powershot-n-36,/de/canon-powershot-n-36,0,focus,TTL,,,,,field_of_view,100%,,,,,display,LCD,,,,,sensor_type,CMOS,,,,,brand,Canon,,,color,Black,color,Schwarz,#000000,"Creative Shot Originality is effortless with Creative Shot. Simply take a shot and the camera will analyse the scene then automatically generate five creative images plus the original unaltered photo - capturing the same subject in a variety of artistic and surprising ways. The unique symmetrical, metal-bodied design is strikingly different with an ultra-modern minimalist style - small enough to keep in your pocket and stylish enough to take anywhere. HS System excels in low light allowing you to capture the real atmosphere of the moment without flash or a tripod. Advanced DIGIC 5 processing and a high-sensitivity 12.1 Megapixel CMOS sensor give excellent image quality in all situations.","Creative Shot Mit der Funktion „Creative Shot“ ist es ganz einfach, originelle Aufnahmen zu machen. Sie nehmen ein ganz normales Foto auf und die Kamera analysiert die Szene und erstellt daraus 5 kreative Bilder, die sie mit der Originalaufnahme zusammen speichert – so wird ein und das selbe Motiv auf 5 künstlerische und oft überraschenden Arten interpretiert. Das einzigartige, symmetrische Metallgehäuse ist erfrischend anders und beeindruckt mit einem ultra-modernen, minimalistischem Design – so kompakt, dass es in jede Tasche passt und so schick, dass es auch sonst überall hin passt.",//de.icecat.biz/de/p/canon/8230b009/digitale-kameras-8714574598390-Canon-PowerShot-N-17360368.html,Entertainment Electronics,Canon PowerShot N,Canon PowerShot N,"Canon,Entertainment Electronics","Canon,Entertainment Electronics",Creative Shot Originality is effortless with Creative Shot. Simply take a shot and the camera will analyse the scene then automatically generate five creat,"Creative Shot Mit der Funktion „Creative Shot“ ist es ganz einfach, originelle Aufnahmen zu machen. Sie nehmen ein ganz normales Foto auf und die Kamera an","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 +digital-cameras,19,037,Canon PowerShot SX710,Canon PowerShot SX710,/en/canon-powershot-sx710-37,/de/canon-powershot-sx710-37,0,digital_zoom,30 x,,,,,focus,TTL,,,,,hdmi,yes,,,,,display,LCD,,,,,brand,Canon,,,color,Red,color,Rot,#DC2E09,"Compact 30x superzoom, easy to take everywhere The pocket-sized PowerShot SX710 HS is packed with our most powerful imaging technology and an impressive 30x zoom for capturing detail at a distance. It’s designed to let you travel light and capture superb quality images and movies wherever life takes you. Share more of your adventures. Wi-Fi with Dynamic NFC makes it simple to transfer images to compatible smartphones, tablets or the Canon Connect Station, while Image Sync automatically backs up all new images to the cloud, your smartphone and your PC. A 20.3 Megapixel sensor and our powerful DIGIC 6 processor are combined in HS System to give you vivid, crisp and clear shots in any situation. It lets you preserve the true atmosphere, even of dark scenes, with accurate colours, low noise and without having to use the flash.","Kompakte 30fach Zoomkamera, die man überall mitnehmen kann Diese ultra-kompakte Kamera ist so klein, dass sie in jede Tasche passt und so überall mit hingenommen werden kann – das macht sie zum idealen Reisebegleiter. Mit dem 30fach optischen Zoom und 60fach ZoomPlus kommen Sie ganz nah ans Geschehen ran und halten jedes beeindruckende Detail fest. Der erweiterte Zoom-Assistent hilft Ihnen dabei immer die perfekte Bildkomposition zu halten. Der 5-achsige, intelligente optische Bildstabilisator passt sich automatisch der Situation an und ermöglicht gestochen scharfe und detailreiche Fotos und Movies – selbst bei wenig Licht oder vollem Zoom.",//de.icecat.biz/en/p/canon/0110c002/digital-cameras-4549292029741-Canon-PowerShot-SX710-HS-25904011.html,Entertainment Electronics,Canon PowerShot SX710,Canon PowerShot SX710,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Compact 30x superzoom, easy to take everywhere The pocket-sized PowerShot SX710 HS is packed with our most powerful imaging technology and an impressive 30","Kompakte 30fach Zoomkamera, die man überall mitnehmen kann Diese ultra-kompakte Kamera ist so klein, dass sie in jede Tasche passt und so überall mit hinge","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 +digital-cameras,24,038,Canon PowerShot SX710,Canon PowerShot SX710,/en/canon-powershot-sx710-38,/de/canon-powershot-sx710-38,0,digital_zoom,30 x,,,,,focus,TTL,,,,,hdmi,yes,,,,,display,LCD,,,,,brand,Canon,,,color,Black,color,Schwarz,#000000,"Compact 30x superzoom, easy to take everywhere The pocket-sized PowerShot SX710 HS is packed with our most powerful imaging technology and an impressive 30x zoom for capturing detail at a distance. It’s designed to let you travel light and capture superb quality images and movies wherever life takes you. Share more of your adventures. Wi-Fi with Dynamic NFC makes it simple to transfer images to compatible smartphones, tablets or the Canon Connect Station, while Image Sync automatically backs up all new images to the cloud, your smartphone and your PC. A 20.3 Megapixel sensor and our powerful DIGIC 6 processor are combined in HS System to give you vivid, crisp and clear shots in any situation. It lets you preserve the true atmosphere, even of dark scenes, with accurate colours, low noise and without having to use the flash.","Kompakte 30fach Zoomkamera, die man überall mitnehmen kann Diese ultra-kompakte Kamera ist so klein, dass sie in jede Tasche passt und so überall mit hingenommen werden kann – das macht sie zum idealen Reisebegleiter. Mit dem 30fach optischen Zoom und 60fach ZoomPlus kommen Sie ganz nah ans Geschehen ran und halten jedes beeindruckende Detail fest. Der erweiterte Zoom-Assistent hilft Ihnen dabei immer die perfekte Bildkomposition zu halten. Der 5-achsige, intelligente optische Bildstabilisator passt sich automatisch der Situation an und ermöglicht gestochen scharfe und detailreiche Fotos und Movies – selbst bei wenig Licht oder vollem Zoom.",//de.icecat.biz/en/p/canon/0109c011/digital-cameras-Canon-PowerShot-SX710-HS-20-3MP-1-2-3-CMOS-5184-x-3888pixels-25905593.html,Entertainment Electronics,Canon PowerShot SX710,Canon PowerShot SX710,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Compact 30x superzoom, easy to take everywhere The pocket-sized PowerShot SX710 HS is packed with our most powerful imaging technology and an impressive 30","Kompakte 30fach Zoomkamera, die man überall mitnehmen kann Diese ultra-kompakte Kamera ist so klein, dass sie in jede Tasche passt und so überall mit hinge","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 +digital-cameras,23,039,Canon PowerShot SX610,Canon PowerShot SX610,/en/canon-powershot-sx610-39,/de/canon-powershot-sx610-39,0,hd_type,Full HD,,,,,megapixel,20.2 MP,,,,,optical_zoom,18 x,,,,,display,LCD,,,,,brand,Canon,,,color,Dark Black,color,Schwarz,#000000,"Optical Quality Capture quality images from a distance with a 20.2 MP, 25mm wide, 18x optical zoom lens. Hybrid Auto mode records 4 seconds of video before each shot then compiles them all into a single video. With built in NFC and Wi-Fi its so easy to share your happy snaps to your favourite social media platforms. Expand your creative photography skills through applying a range of artistic presets such as toy camera or fish eye effect. Capture images remotely and view live images from the camera via your phone and the Camera Connect app. Bring your memories to life as you experience videos on Full HD quality in 30p/MP4 recording. ","Stets beste Ergebnisse Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera ermöglicht selbst bei wenig Licht oder hohen Zoomwerten gestochen scharfe und detailreiche Aufnahmen aus der freien Hand. WLAN bietet Ihnen zahlreiche Möglichkeiten. Fotos und Movies können direkt von der Kamera auf soziale Netzwerke hochgeladen werden und per dynamischem NFC auf Smartphone oder Tablet. Mit der Canon Camera Connect App wird eine Fernbedienung der Kamera über ein Smartphone ermöglicht. Backup auf einem PC oder in der Cloud ist dank Image Sync kein Problem. Verbindet man die Kamera mit einer Canon Connect Station, lassen sich Fotos und Movies mit Freunden und Familie am heimischen HD-Fernsehgerät betrachten oder man teilt sie von dort aus mit der ganzen Welt über soziale Netzwerke und Online-Alben wie irista.",//de.icecat.biz/en/p/canon/0111c002/digital-cameras-4549292030631-Canon-PowerShot-SX610-HS-25904010.html,Entertainment Electronics,Canon PowerShot SX610,Canon PowerShot SX610,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Optical Quality Capture quality images from a distance with a 20.2 MP, 25mm wide, 18x optical zoom lens. Hybrid Auto mode records 4 seconds of video before","Stets beste Ergebnisse Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera ermöglic","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 +digital-cameras,27,040,Canon PowerShot SX610,Canon PowerShot SX610,/en/canon-powershot-sx610-40,/de/canon-powershot-sx610-40,0,hd_type,Full HD,,,,,megapixel,20.2 MP,,,,,optical_zoom,18 x,,,,,display,LCD,,,,,brand,Canon,,,color,Red,color,Rot,#DC2E09,"Optical Quality Capture quality images from a distance with a 20.2 MP, 25mm wide, 18x optical zoom lens. Hybrid Auto mode records 4 seconds of video before each shot then compiles them all into a single video. With built in NFC and Wi-Fi its so easy to share your happy snaps to your favourite social media platforms. Expand your creative photography skills through applying a range of artistic presets such as toy camera or fish eye effect. Capture images remotely and view live images from the camera via your phone and the Camera Connect app. Bring your memories to life as you experience videos on Full HD quality in 30p/MP4 recording. ","Stets beste Ergebnisse Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera ermöglicht selbst bei wenig Licht oder hohen Zoomwerten gestochen scharfe und detailreiche Aufnahmen aus der freien Hand. WLAN bietet Ihnen zahlreiche Möglichkeiten. Fotos und Movies können direkt von der Kamera auf soziale Netzwerke hochgeladen werden und per dynamischem NFC auf Smartphone oder Tablet. Mit der Canon Camera Connect App wird eine Fernbedienung der Kamera über ein Smartphone ermöglicht. Backup auf einem PC oder in der Cloud ist dank Image Sync kein Problem. Verbindet man die Kamera mit einer Canon Connect Station, lassen sich Fotos und Movies mit Freunden und Familie am heimischen HD-Fernsehgerät betrachten oder man teilt sie von dort aus mit der ganzen Welt über soziale Netzwerke und Online-Alben wie irista.",//de.icecat.biz/en/p/canon/0113c002/digital-cameras-4549292031096-Canon-PowerShot-SX610-HS-25904665.html,Entertainment Electronics,Canon PowerShot SX610,Canon PowerShot SX610,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Optical Quality Capture quality images from a distance with a 20.2 MP, 25mm wide, 18x optical zoom lens. Hybrid Auto mode records 4 seconds of video before","Stets beste Ergebnisse Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera ermöglic","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 +digital-cameras,28,041,Canon PowerShot SX610,Canon PowerShot SX610,/en/canon-powershot-sx610-41,/de/canon-powershot-sx610-41,0,hd_type,Full HD,,,,,megapixel,20.2 MP,,,,,optical_zoom,18 x,,,,,display,LCD,,,,,brand,Canon,,,color,White,color,Weiß,#FFFFFF,"Optical Quality Capture quality images from a distance with a 20.2 MP, 25mm wide, 18x optical zoom lens. Hybrid Auto mode records 4 seconds of video before each shot then compiles them all into a single video. With built in NFC and Wi-Fi its so easy to share your happy snaps to your favourite social media platforms. Expand your creative photography skills through applying a range of artistic presets such as toy camera or fish eye effect. Capture images remotely and view live images from the camera via your phone and the Camera Connect app. Bring your memories to life as you experience videos on Full HD quality in 30p/MP4 recording. ","Stets beste Ergebnisse Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera ermöglicht selbst bei wenig Licht oder hohen Zoomwerten gestochen scharfe und detailreiche Aufnahmen aus der freien Hand. WLAN bietet Ihnen zahlreiche Möglichkeiten. Fotos und Movies können direkt von der Kamera auf soziale Netzwerke hochgeladen werden und per dynamischem NFC auf Smartphone oder Tablet. Mit der Canon Camera Connect App wird eine Fernbedienung der Kamera über ein Smartphone ermöglicht. Backup auf einem PC oder in der Cloud ist dank Image Sync kein Problem. Verbindet man die Kamera mit einer Canon Connect Station, lassen sich Fotos und Movies mit Freunden und Familie am heimischen HD-Fernsehgerät betrachten oder man teilt sie von dort aus mit der ganzen Welt über soziale Netzwerke und Online-Alben wie irista.",//de.icecat.biz/en/p/canon/0112c002/digital-cameras-4549292031034-Canon-PowerShot-SX610-HS-25904691.html,Entertainment Electronics,Canon PowerShot SX610,Canon PowerShot SX610,"Canon,Entertainment Electronics","Canon,Entertainment Electronics","Optical Quality Capture quality images from a distance with a 20.2 MP, 25mm wide, 18x optical zoom lens. Hybrid Auto mode records 4 seconds of video before","Stets beste Ergebnisse Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera ermöglic","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 +smartphones,14,042,Samsung Galaxy S7,Samsung Galaxy S7,/en/samsung-galaxy-s7-42,/de/samsung-galaxy-s7-42,0,usb_version,2,,,,,os_version,6,,,,,max_memory_card_size,200 GB,,,,,weight,152 g,,,,,brand,Samsung,,,color,Gold,color,Gold,#C5B358,"Smart Design The beauty of what we've engineered is to give you the slimmest feel in your hand without compromising the big screen size. The elegantly curved front and back fit in your palm just right. It's as beautiful to look at as it is to use. We spent a long time perfecting the curves of the Galaxy S7 edge and S7. Using a proprietary process called 3D Thermoforming, we melted 3D glass to curve with such precision that it meets the curved metal alloy to create an exquisitely seamless and strong unibody. The dual-curve backs on the Galaxy S7 edge and S7 are the reason why they feel so comfortable when you hold them. Everything about the design, from the naturally flowing lines to the thin form factor, come together to deliver a grip that's so satisfying, you won't want to let go.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//de.icecat.biz/en/p/samsung/sm-g930fzdaphn/smartphones-8806088184753-Samsung-Galaxy-S7-SM-G930F-32GB-4G-Gold-31040075.html,Communication Electronics,Samsung Galaxy S7,Samsung Galaxy S7,"Samsung,Communication Electronics","Samsung,Communication Electronics",Smart Design The beauty of what we've engineered is to give you the slimmest feel in your hand without compromising the big screen size. The elegantly curv,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 +smartphones,21,043,Samsung Galaxy S7,Samsung Galaxy S7,/en/samsung-galaxy-s7-43,/de/samsung-galaxy-s7-43,0,usb_version,2,,,,,os_version,6,,,,,max_memory_card_size,200 GB,,,,,weight,152 g,,,,,brand,Samsung,,,color,White,color,Weiß,#FFFFFF,"Smart Design The beauty of what we've engineered is to give you the slimmest feel in your hand without compromising the big screen size. The elegantly curved front and back fit in your palm just right. It's as beautiful to look at as it is to use. We spent a long time perfecting the curves of the Galaxy S7 edge and S7. Using a proprietary process called 3D Thermoforming, we melted 3D glass to curve with such precision that it meets the curved metal alloy to create an exquisitely seamless and strong unibody. The dual-curve backs on the Galaxy S7 edge and S7 are the reason why they feel so comfortable when you hold them. Everything about the design, from the naturally flowing lines to the thin form factor, come together to deliver a grip that's so satisfying, you won't want to let go.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//de.icecat.biz/en/p/samsung/sm-g930fzwaphn/smartphones-8806088293707-Samsung-Galaxy-S7-SM-G930F-32GB-4G-White-31040074.html,Communication Electronics,Samsung Galaxy S7,Samsung Galaxy S7,"Samsung,Communication Electronics","Samsung,Communication Electronics",Smart Design The beauty of what we've engineered is to give you the slimmest feel in your hand without compromising the big screen size. The elegantly curv,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 +smartphones,16,044,Samsung Galaxy S7,Samsung Galaxy S7,/en/samsung-galaxy-s7-44,/de/samsung-galaxy-s7-44,0,usb_version,2,,,,,os_version,6,,,,,max_memory_card_size,200 GB,,,,,weight,152 g,,,,,brand,Samsung,,,color,Black,color,Schwarz,#000000,"Smart Design The beauty of what we've engineered is to give you the slimmest feel in your hand without compromising the big screen size. The elegantly curved front and back fit in your palm just right. It's as beautiful to look at as it is to use. We spent a long time perfecting the curves of the Galaxy S7 edge and S7. Using a proprietary process called 3D Thermoforming, we melted 3D glass to curve with such precision that it meets the curved metal alloy to create an exquisitely seamless and strong unibody. The dual-curve backs on the Galaxy S7 edge and S7 are the reason why they feel so comfortable when you hold them. Everything about the design, from the naturally flowing lines to the thin form factor, come together to deliver a grip that's so satisfying, you won't want to let go.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//de.icecat.biz/en/p/samsung/sm-g930fzkaphn/smartphones-8806088281285-Samsung-Galaxy-S7-SM-G930F-32GB-4G-Black-31040076.html,Communication Electronics,Samsung Galaxy S7,Samsung Galaxy S7,"Samsung,Communication Electronics","Samsung,Communication Electronics",Smart Design The beauty of what we've engineered is to give you the slimmest feel in your hand without compromising the big screen size. The elegantly curv,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 +smartphones,18,045,Samsung Galaxy S6,Samsung Galaxy S6,/en/samsung-galaxy-s6-45,/de/samsung-galaxy-s6-45,0,internal_storage_capacity,32 GB,,,,,processor_cores,4,,,,,themes,Wallpapers,,,,,weight,132 g,,,,,brand,Samsung,,,color,White,color,Weiß,#FFFFFF,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//de.icecat.biz/en/p/samsung/sm-g925fzwa/smartphones-8806086773348-Samsung-Galaxy-S6-edge-SM-G925F-32GB-4G-White-26408558.html,Communication Electronics,Samsung Galaxy S6,Samsung Galaxy S6,"Samsung,Communication Electronics","Samsung,Communication Electronics",Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-08-01 00:00:00.000000,2017-08-31 00:00:00.000000 +smartphones,25,046,Samsung Galaxy S6,Samsung Galaxy S6,/en/samsung-galaxy-s6-46,/de/samsung-galaxy-s6-46,0,internal_storage_capacity,32 GB,,,,,processor_cores,4,,,,,themes,Wallpapers,,,,,weight,132 g,,,,,brand,Samsung,,,color,Green,color,Grün,#006400,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//de.icecat.biz/en/p/samsung/sm-g925fzge/smartphones-8806086936149-Samsung-Galaxy-S6-edge-SM-G925F-64GB-4G-Green-26408563.html,Communication Electronics,Samsung Galaxy S6,Samsung Galaxy S6,"Samsung,Communication Electronics","Samsung,Communication Electronics",Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 +smartphones,33,047,Samsung Galaxy S6,Samsung Galaxy S6,/en/samsung-galaxy-s6-47,/de/samsung-galaxy-s6-47,0,internal_storage_capacity,32 GB,,,,,processor_cores,4,,,,,themes,Wallpapers,,,,,weight,132 g,,,,,brand,Samsung,,,color,Gold,color,Gold,#C5B358,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//de.icecat.biz/en/p/samsung/sm-g925fzdf/smartphones-8806086935944-Samsung-Galaxy-S6-edge-SM-G925F-128GB-4G-Gold-26408568.html,Communication Electronics,Samsung Galaxy S6,Samsung Galaxy S6,"Samsung,Communication Electronics","Samsung,Communication Electronics",Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 +smartphones,19,048,Samsung Galaxy S6,Samsung Galaxy S6,/en/samsung-galaxy-s6-48,/de/samsung-galaxy-s6-48,0,internal_storage_capacity,32 GB,,,,,processor_cores,4,,,,,themes,Wallpapers,,,,,weight,132 g,,,,,brand,Samsung,,,color,Blue,color,Blau,#6281D8,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//de.icecat.biz/en/p/samsung/sm-g920fzbalux/smartphones-Samsung-Galaxy-S6-SM-G920F-32GB-4G-Blue-26403666.html,Communication Electronics,Samsung Galaxy S6,Samsung Galaxy S6,"Samsung,Communication Electronics","Samsung,Communication Electronics",Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 +smartphones,22,049,Samsung Galaxy A5,Samsung Galaxy A5,/en/samsung-galaxy-a5-49,/de/samsung-galaxy-a5-49,0,os_installed,Android,,,,,processor_frequency,1.6 GHz,,,,,os_system,5.1,,,,,weight,155g,,,,,brand,Samsung,,,color,Gold,color,Gold,#C5B358,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//de.icecat.biz/en/p/samsung/sm-a510fzdaphn/smartphones-8806088141428-Samsung-Galaxy-A5-2016-SM-A510F-16GB-4G-Gold-30395396.html,Communication Electronics,Samsung Galaxy A5,Samsung Galaxy A5,"Samsung,Communication Electronics","Samsung,Communication Electronics",Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 +smartphones,27,050,Samsung Galaxy A5,Samsung Galaxy A5,/en/samsung-galaxy-a5-50,/de/samsung-galaxy-a5-50,0,os_installed,Android,,,,,processor_frequency,1.6 GHz,,,,,os_system,5.1,,,,,weight,155g,,,,,brand,Samsung,,,color,Black,color,Schwarz,#000000,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//de.icecat.biz/en/p/samsung/sm-a510fzkabtu/smartphones-Samsung-Galaxy-A5-2016-SM-A510F-16GB-4G-Gold-31080444.html,Communication Electronics,Samsung Galaxy A5,Samsung Galaxy A5,"Samsung,Communication Electronics","Samsung,Communication Electronics",Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 +"smartphones,variant-showcase","35,43",051,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,/en/samsung-galaxy-s6-edge-51,/de/samsung-galaxy-s6-edge-51,0,display_diagonal,13 cm,display_diagonal,5.1 in,,,usb_version,2,,,,,weight,132 g,,,,,os_installed,Android,,,,,brand,Samsung,,,color,Gold,color,Gold,#C5B358,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//uk.icecat.biz/en/p/samsung/sm-g928fzdabtu/smartphones-8806086990301-Samsung-Galaxy-S6-edge-SM-G928F-32GB-4G-Gold-29567823.html,Communication Electronics,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,"Samsung,Communication Electronics","Samsung,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 +"smartphones,variant-showcase",",38",052,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,/en/samsung-galaxy-s6-edge-52,/de/samsung-galaxy-s6-edge-52,0,display_diagonal,13 cm,display_diagonal,5.1 in,,,usb_version,2,,,,,weight,132 g,,,,,os_installed,Android,,,,,brand,Samsung,,,color,Silver,color,Silber,#D3D3D3,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//uk.icecat.biz/en/p/samsung/sm-g928fzsebtu/smartphones-Samsung-Galaxy-S6-edge-SM-G928F-64GB-4G-Silver-30107816.html,Communication Electronics,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,"Samsung,Communication Electronics","Samsung,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 +"smartphones,variant-showcase","38,45",053,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,/en/samsung-galaxy-s6-edge-53,/de/samsung-galaxy-s6-edge-53,0,display_diagonal,13 cm,display_diagonal,5.1 in,,,usb_version,2,,,,,weight,132 g,,,,,os_installed,Android,,,,,brand,Samsung,,,color,White,color,Weiß,#FFFFFF,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",//uk.icecat.biz/en/p/samsung/sm-g925fzwbtu/smartphones-Samsung-Galaxy-S6-edge-SM-G925F-128GB-4G-Black-30614390.html,Communication Electronics,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,"Samsung,Communication Electronics","Samsung,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 +smartphones,15,054,Acer Liquid Z630,Acer Liquid Z630,/en/acer-liquid-z630-54,/de/acer-liquid-z630-54,0,display_diagonal,14 cm,display_diagonal,5.5 in,,,processor_cores,4,,,,,os_installed,Android,,,,,os_version,5.1,,,,,brand,Acer,,,color,Silver,color,Silber,#D3D3D3,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Für mehr Spaß Das 13,97 cm (5,5 Zoll) große HD-Display wird von einem beeindruckenden 64-Bit-Quad-Core-Prozessor angetrieben, der schnelle Reaktionszeiten bietet und fehlerfreie Videos, Spiele sowie reibungsloses Surfen im Internet ermöglicht. Ein Akku mit 4000 mAh liefert mehr als genug Leistung für den ganzen Tag. Beeindrucken Sie Ihre Freunde mit einem Telefon, das schöne Weitwinkel-Selfies macht, sobald Sie „Cheese“ oder „Aufnahme“ oder „Lächeln“ sagen. Die 8-MP-Selfies machen sich sehr gut auf dem IPS1 -Display, auf dem Sie Bilder optimal aus jedem Winkel betrachten können. Seien Sie der Star, wenn Sie Ihren Freunden anbieten, mit Ihrem Telefon deren Telefone aufzuladen – das geht über den Micro-USB-Ladeanschluss2. Dieser Anschluss kann auch verwendet werden, um einen USB-Stick3 einzustecken – und dann Medien wiederzugeben, Dateien herunterzuladen, diese zu speichern und freizugeben. ",//uk.icecat.biz/en/p/acer/hm.hqgee.001/smartphones-4713392223815-Acer-Liquid-Z630-16GB-4G-Silver-29406182.html,Communication Electronics,Acer Liquid Z630,Acer Liquid Z630,"Acer,Communication Electronics","Acer,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Für mehr Spaß Das 13,97 cm (5,5 Zoll) große HD-Display wird von einem beeindruckenden 64-Bit-Quad-Core-Prozessor angetrieben, der schnelle Reaktionszeiten ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 +smartphones,24,055,Acer Liquid Z630,Acer Liquid Z630,/en/acer-liquid-z630-55,/de/acer-liquid-z630-55,0,display_diagonal,14 cm,display_diagonal,5.5 in,,,processor_cores,4,,,,,os_installed,Android,,,,,os_version,5.1,,,,,brand,Acer,,,color,Black,color,Schwarz,#000000,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Für mehr Spaß Das 13,97 cm (5,5 Zoll) große HD-Display wird von einem beeindruckenden 64-Bit-Quad-Core-Prozessor angetrieben, der schnelle Reaktionszeiten bietet und fehlerfreie Videos, Spiele sowie reibungsloses Surfen im Internet ermöglicht. Ein Akku mit 4000 mAh liefert mehr als genug Leistung für den ganzen Tag. Beeindrucken Sie Ihre Freunde mit einem Telefon, das schöne Weitwinkel-Selfies macht, sobald Sie „Cheese“ oder „Aufnahme“ oder „Lächeln“ sagen. Die 8-MP-Selfies machen sich sehr gut auf dem IPS1 -Display, auf dem Sie Bilder optimal aus jedem Winkel betrachten können. Seien Sie der Star, wenn Sie Ihren Freunden anbieten, mit Ihrem Telefon deren Telefone aufzuladen – das geht über den Micro-USB-Ladeanschluss2. Dieser Anschluss kann auch verwendet werden, um einen USB-Stick3 einzustecken – und dann Medien wiederzugeben, Dateien herunterzuladen, diese zu speichern und freizugeben. ",//uk.icecat.biz/en/p/acer/hm.hqeee.001/smartphones-4713392223785-Acer-Liquid-Z630-16GB-4G-Black-29406184.html,Communication Electronics,Acer Liquid Z630,Acer Liquid Z630,"Acer,Communication Electronics","Acer,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Für mehr Spaß Das 13,97 cm (5,5 Zoll) große HD-Display wird von einem beeindruckenden 64-Bit-Quad-Core-Prozessor angetrieben, der schnelle Reaktionszeiten ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 +smartphones,3,056,Acer Liquid Zest 4G,Acer Liquid Zest 4G,/en/acer-liquid-zest-4g-56,/de/acer-liquid-zest-4g-56,0,usb_port,yes,,,,,display_type,IPS,,,,,weight,125 g,weight,4.4 oz,,,bluetooth_version,4,,,,,brand,Acer,,,color,White,color,Weiß,#FFFFFF,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Unvergessliche Momente einfangen Mit einer 8-MP-Kamera und 4G2 können Sie einzigartige Momente jederzeit einfangen und direkt mit anderen teilen, egal wo Sie sind. Dieser Moment ist nichts ohne Sie und Ihre Freunde? Kein Problem, denn dank des 85-Grad-Weitwinkelobjektivs der 5-MP-Frontkamera passen genügend Personen auf Ihre Fotos für unvergessliche Selfies. DTS® Studio Sound1 bietet satte Bässe und kristallklare Dialoge bei maximaler Lautstärke ohne jegliche Verzerrungen. Gleichzeitig sorgt DTS-HD® Premium für einen volleren Surround Sound und ein beeindruckendes 3D-Audioerlebnis über Ihre Kopfhörer. Erleben Sie grenzenlose Bildqualität aus fast jedem Betrachtungswinkel auf einem 12,7 cm (5-Zoll)-IPS-Display. Dank Zero Air Gap-Technologie bleibt die Bildqualität auch bei hellem Sonnenlicht gleich, während die On-Cell Touch-Technologie störende Bildschirmreflexionen reduziert. ",//uk.icecat.biz/en/p/acer/hm.hvcee.001/smartphones-4713392626371-Acer-Liquid-Zest-4G-16GB-4G-White-31714843.html,Communication Electronics,Acer Liquid Zest 4G,Acer Liquid Zest 4G,"Acer,Communication Electronics","Acer,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Unvergessliche Momente einfangen Mit einer 8-MP-Kamera und 4G2 können Sie einzigartige Momente jederzeit einfangen und direkt mit anderen teilen, egal wo S","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 +smartphones,13,057,Acer Liquid Zest 4G,Acer Liquid Zest 4G,/en/acer-liquid-zest-4g-57,/de/acer-liquid-zest-4g-57,0,usb_port,yes,,,,,display_type,IPS,,,,,weight,125 g,weight,4.4 oz,,,bluetooth_version,4,,,,,brand,Acer,,,color,Navy,color,Navy,#00004E,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Unvergessliche Momente einfangen Mit einer 8-MP-Kamera und 4G2 können Sie einzigartige Momente jederzeit einfangen und direkt mit anderen teilen, egal wo Sie sind. Dieser Moment ist nichts ohne Sie und Ihre Freunde? Kein Problem, denn dank des 85-Grad-Weitwinkelobjektivs der 5-MP-Frontkamera passen genügend Personen auf Ihre Fotos für unvergessliche Selfies. DTS® Studio Sound1 bietet satte Bässe und kristallklare Dialoge bei maximaler Lautstärke ohne jegliche Verzerrungen. Gleichzeitig sorgt DTS-HD® Premium für einen volleren Surround Sound und ein beeindruckendes 3D-Audioerlebnis über Ihre Kopfhörer. Erleben Sie grenzenlose Bildqualität aus fast jedem Betrachtungswinkel auf einem 12,7 cm (5-Zoll)-IPS-Display. Dank Zero Air Gap-Technologie bleibt die Bildqualität auch bei hellem Sonnenlicht gleich, während die On-Cell Touch-Technologie störende Bildschirmreflexionen reduziert. ",//uk.icecat.biz/en/p/acer/hm.husee.001/smartphones-4713392677182-Acer-Liquid-Zest-4G-16GB-4G-Navy-32007641.html,Communication Electronics,Acer Liquid Zest 4G,Acer Liquid Zest 4G,"Acer,Communication Electronics","Acer,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Unvergessliche Momente einfangen Mit einer 8-MP-Kamera und 4G2 können Sie einzigartige Momente jederzeit einfangen und direkt mit anderen teilen, egal wo S","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 +"smartphones,variant-showcase","26,42",058,Acer Liquid Jade,Acer Liquid Jade,/en/acer-liquid-jade-58,/de/acer-liquid-jade-58,0,form_factor,Bar,,,,,sim_card_type,NanoSIM,,,,,display_type,IPS,,,,,internal_ram,2048 MB,,,,,brand,Acer,,,color,White,color,Weiß,#FFFFFF,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/acer/hm.hh1eg.001/smartphones-Acer-Liquid-Jade-Plus-White-24245592.html,Communication Electronics,Acer Liquid Jade,Acer Liquid Jade,"Acer,Communication Electronics","Acer,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 +"smartphones,variant-showcase","36,44",059,Acer Liquid Jade,Acer Liquid Jade,/en/acer-liquid-jade-59,/de/acer-liquid-jade-59,0,form_factor,Bar,,,,,sim_card_type,NanoSIM,,,,,display_type,IPS,,,,,internal_ram,2048 MB,,,,,brand,Acer,,,color,Silver,color,Silber,#D3D3D3,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/acer/hm.hmzee.001/smartphones-4713147901159-Acer-Liquid-Jade-Z-8GB-4G-26175504.html,Communication Electronics,Acer Liquid Jade,Acer Liquid Jade,"Acer,Communication Electronics","Acer,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 +"smartphones,variant-showcase","2,39",060,Acer Liquid Jade,Acer Liquid Jade,/en/acer-liquid-jade-60,/de/acer-liquid-jade-60,0,form_factor,Bar,,,,,sim_card_type,NanoSIM,,,,,display_type,IPS,,,,,internal_ram,2048 MB,,,,,brand,Acer,,,color,Black,color,Schwarz,#000000,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/acer/hm.hjxee.001/smartphones-4713147841639-Acer-Liquid-Jade-S-16GB-4G-Black-26027598.html,Communication Electronics,Acer Liquid Jade,Acer Liquid Jade,"Acer,Communication Electronics","Acer,Communication Electronics",Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the E,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-09-01 00:00:00.000000,2017-09-30 00:00:00.000000 +smartphones,10,061,Samsung Galaxy Note 4,Samsung Galaxy Note 4,/en/samsung-galaxy-note-4-61,/de/samsung-galaxy-note-4-61,0,processor_frequency,2.7 GHz,,,,,max_memory_card_size,128 GB,,,,,form_factor,Bar,,,,,display_diagonal,14.5,,,,,brand,Samsung,,,color,Black,color,Schwarz,#000000,"Powerful Performance that Matters the Most to You ​The Galaxy Note 4 embraces Samsung’s heritage of an unrivaled Galaxy mobile experience. Its extraordinary 5.7-inch Quad HD (2560x1440) Super AMOLED display reproduces clearer and more vivid images with deep contrast, better viewing angles, and response times as fast as a millionth of a second, providing a tremendous viewing experience. Due to its large screen, the refined Multi Window feature is able to maximize the user’s experience providing them with the key to easier multi-tasking. Users can choose how they access their applications with full, split or pop-up screens, and easily change the size and positioning of apps on the screen with one intuitive swipe. ​The Galaxy Note 4 also offers an improved Fingerprint Scanner, to secure personal data and the world’s first UV sensor in a mobile device.​","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/sm-n910fzkeetl/smartphones-Samsung-Galaxy-Note-4-SM-N910F-32GB-4G-Black-24752508.html,Communication Electronics,Samsung Galaxy Note 4,Samsung Galaxy Note 4,"Samsung,Communication Electronics","Samsung,Communication Electronics",Powerful Performance that Matters the Most to You ​The Galaxy Note 4 embraces Samsung’s heritage of an unrivaled Galaxy mobile experience. Its extraordinar,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 +smartphones,11,062,Samsung Galaxy Note 4,Samsung Galaxy Note 4,/en/samsung-galaxy-note-4-62,/de/samsung-galaxy-note-4-62,0,processor_frequency,2.7 GHz,,,,,max_memory_card_size,128 GB,,,,,form_factor,Bar,,,,,display_diagonal,14.5,,,,,brand,Samsung,,,color,White,color,Weiß,#FFFFFF,"Powerful Performance that Matters the Most to You ​The Galaxy Note 4 embraces Samsung’s heritage of an unrivaled Galaxy mobile experience. Its extraordinary 5.7-inch Quad HD (2560x1440) Super AMOLED display reproduces clearer and more vivid images with deep contrast, better viewing angles, and response times as fast as a millionth of a second, providing a tremendous viewing experience. Due to its large screen, the refined Multi Window feature is able to maximize the user’s experience providing them with the key to easier multi-tasking. Users can choose how they access their applications with full, split or pop-up screens, and easily change the size and positioning of apps on the screen with one intuitive swipe. ​The Galaxy Note 4 also offers an improved Fingerprint Scanner, to secure personal data and the world’s first UV sensor in a mobile device.​","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/sm-n910fzweetl/smartphones-Samsung-Galaxy-Note-4-SM-N910F-32GB-4G-White-24752467.html,Communication Electronics,Samsung Galaxy Note 4,Samsung Galaxy Note 4,"Samsung,Communication Electronics","Samsung,Communication Electronics",Powerful Performance that Matters the Most to You ​The Galaxy Note 4 embraces Samsung’s heritage of an unrivaled Galaxy mobile experience. Its extraordinar,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 +smartphones,12,063,Samsung Galaxy S4 Mini,Samsung Galaxy S4 Mini,/en/samsung-galaxy-s4-mini-63,/de/samsung-galaxy-s4-mini-63,0,display_diagonal,10.9 cm,display_diagonal,42.9 in,,,os_installed,Android,,,,,internal_storage_capacity,8 GB,,,,,processor_cores,4,,,,,brand,Samsung,,,color,White,color,Weiß,#FFFFFF,"Compact design that fits you perfectly well A more sleek and compact design has been integrated with the premium Samsung GALAXY S4. The beautifully slim design of the GALAXY S4 Mini means you can take it with you anywhere and anytime. Outstanding CMF with a vivid & wide 4.3 inch qHD sAMOLED display delivers great aesthetics without compromising performance. The artistically compact design delivers additional comfort and can perfectly fit in one hand. GALAXY S4 Mini is ready to fully support for any occasion. The outstanding hardware performance enables you to do more tasks easily and quickly. Upgraded processor, big enough memories, embedded high resolution camera system, and various connection options offer you a confidence to face endless challenge which turns daily routine into special moments. Even though you have no Wi-Fi or network connection, you can access to others and easily share all joys. The Group Play makes a group among Samsung GALAXY Series and offers various sharing options including becoming a part of speaker system, creating a photo collage, and playing a game against others and so on.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/gt-i9195zwietl/smartphones-Samsung-Galaxy-S4-Mini-GT-I9195-8GB-4G-White-29231675.html,Communication Electronics,Samsung Galaxy S4 Mini,Samsung Galaxy S4 Mini,"Samsung,Communication Electronics","Samsung,Communication Electronics",Compact design that fits you perfectly well A more sleek and compact design has been integrated with the premium Samsung GALAXY S4. The beautifully slim de,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 +smartphones,20,064,Samsung Galaxy S4 Mini,Samsung Galaxy S4 Mini,/en/samsung-galaxy-s4-mini-64,/de/samsung-galaxy-s4-mini-64,0,display_diagonal,10.9 cm,display_diagonal,42.9 in,,,os_installed,Android,,,,,internal_storage_capacity,8 GB,,,,,processor_cores,4,,,,,brand,Samsung,,,color,Black,color,Schwarz,#000000,"Compact design that fits you perfectly well A more sleek and compact design has been integrated with the premium Samsung GALAXY S4. The beautifully slim design of the GALAXY S4 Mini means you can take it with you anywhere and anytime. Outstanding CMF with a vivid & wide 4.3 inch qHD sAMOLED display delivers great aesthetics without compromising performance. The artistically compact design delivers additional comfort and can perfectly fit in one hand. GALAXY S4 Mini is ready to fully support for any occasion. The outstanding hardware performance enables you to do more tasks easily and quickly. Upgraded processor, big enough memories, embedded high resolution camera system, and various connection options offer you a confidence to face endless challenge which turns daily routine into special moments. Even though you have no Wi-Fi or network connection, you can access to others and easily share all joys. The Group Play makes a group among Samsung GALAXY Series and offers various sharing options including becoming a part of speaker system, creating a photo collage, and playing a game against others and so on.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/gt-i9195zkabtu/smartphones-Samsung-Galaxy-S4-Mini-GT-I9195-8GB-4G-Black-18404924.html,Communication Electronics,Samsung Galaxy S4 Mini,Samsung Galaxy S4 Mini,"Samsung,Communication Electronics","Samsung,Communication Electronics",Compact design that fits you perfectly well A more sleek and compact design has been integrated with the premium Samsung GALAXY S4. The beautifully slim de,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 +smartphones,34,065,Samsung Galaxy S5 mini,Samsung Galaxy S5 mini,/en/samsung-galaxy-s5-mini-65,/de/samsung-galaxy-s5-mini-65,0,display_diagonal,11.4 cm,display_diagonal,44.8 in,,,themes,Wallpapers,,,,,os_version,4.4,,,,,internal_storage_capacity,32 GB,,,,,brand,Samsung,,,color,Black,color,Schwarz,#000000,"Galaxy S5 mini continues Samsung design legacy and flagship experience Outfitted with a 4.5-inch HD Super AMOLED display, the Galaxy S5 mini delivers a wide and vivid viewing experience, and its compact size provides users with additional comfort, allowing for easy operation with only one hand. Like the Galaxy S5, the Galaxy S5 mini features a unique perforated pattern on the back cover creating a modern and sleek look, along with a premium, soft touch grip. The Galaxy S5 mini enables users to enjoy the same flagship experience as the Galaxy S5 with innovative features including IP67 certification, Ultra Power Saving Mode, a heart rate monitor, fingerprint scanner, and connectivity with the latest Samsung wearable devices.The Galaxy S5 mini comes equipped with a powerful Quad Core 1.4 GHz processor and 1.5GM RAM for seamless multi-tasking, faster webpage loading, softer UI transition, and quick power up. The high-resolution 8MP camera delivers crisp and clear photos and videos, while the Galaxy S5 mini’s support of LTE Category 4 provides users with ultra-fast downloads of movies and games on-the-go. ","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/sm-g800fzkabtu/smartphones-8806086358460-Samsung-Galaxy-S5-mini-SM-G800F-16GB-4G-Black-23294027.html,Communication Electronics,Samsung Galaxy S5 mini,Samsung Galaxy S5 mini,"Samsung,Communication Electronics","Samsung,Communication Electronics","Galaxy S5 mini continues Samsung design legacy and flagship experience Outfitted with a 4.5-inch HD Super AMOLED display, the Galaxy S5 mini delivers a wid","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 +smartphones,28,066,Samsung Galaxy S5 mini,Samsung Galaxy S5 mini,/en/samsung-galaxy-s5-mini-66,/de/samsung-galaxy-s5-mini-66,1,display_diagonal,11.4 cm,display_diagonal,44.8 in,,,themes,Wallpapers,,,,,os_version,4.4,,,,,internal_storage_capacity,32 GB,,,,,brand,Samsung,,,color,Blue,color,Blau,#6281D8,"Galaxy S5 mini continues Samsung design legacy and flagship experience Outfitted with a 4.5-inch HD Super AMOLED display, the Galaxy S5 mini delivers a wide and vivid viewing experience, and its compact size provides users with additional comfort, allowing for easy operation with only one hand. Like the Galaxy S5, the Galaxy S5 mini features a unique perforated pattern on the back cover creating a modern and sleek look, along with a premium, soft touch grip. The Galaxy S5 mini enables users to enjoy the same flagship experience as the Galaxy S5 with innovative features including IP67 certification, Ultra Power Saving Mode, a heart rate monitor, fingerprint scanner, and connectivity with the latest Samsung wearable devices.The Galaxy S5 mini comes equipped with a powerful Quad Core 1.4 GHz processor and 1.5GM RAM for seamless multi-tasking, faster webpage loading, softer UI transition, and quick power up. The high-resolution 8MP camera delivers crisp and clear photos and videos, while the Galaxy S5 mini’s support of LTE Category 4 provides users with ultra-fast downloads of movies and games on-the-go. ","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/sm-g800fzbabtu/smartphones-8806086358323-Samsung-Galaxy-S5-mini-SM-G800F-16GB-4G-Blue-23294028.html,Communication Electronics,Samsung Galaxy S5 mini,Samsung Galaxy S5 mini,"Samsung,Communication Electronics","Samsung,Communication Electronics","Galaxy S5 mini continues Samsung design legacy and flagship experience Outfitted with a 4.5-inch HD Super AMOLED display, the Galaxy S5 mini delivers a wid","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 +smartphones,39,067,Samsung Galaxy S5 mini,Samsung Galaxy S5 mini,/en/samsung-galaxy-s5-mini-67,/de/samsung-galaxy-s5-mini-67,0,display_diagonal,11.4 cm,display_diagonal,44.8 in,,,themes,Wallpapers,,,,,os_version,4.4,,,,,internal_storage_capacity,32 GB,,,,,brand,Samsung,,,color,Gold,color,Gold,#C5B358,"Galaxy S5 mini continues Samsung design legacy and flagship experience Outfitted with a 4.5-inch HD Super AMOLED display, the Galaxy S5 mini delivers a wide and vivid viewing experience, and its compact size provides users with additional comfort, allowing for easy operation with only one hand. Like the Galaxy S5, the Galaxy S5 mini features a unique perforated pattern on the back cover creating a modern and sleek look, along with a premium, soft touch grip. The Galaxy S5 mini enables users to enjoy the same flagship experience as the Galaxy S5 with innovative features including IP67 certification, Ultra Power Saving Mode, a heart rate monitor, fingerprint scanner, and connectivity with the latest Samsung wearable devices.The Galaxy S5 mini comes equipped with a powerful Quad Core 1.4 GHz processor and 1.5GM RAM for seamless multi-tasking, faster webpage loading, softer UI transition, and quick power up. The high-resolution 8MP camera delivers crisp and clear photos and videos, while the Galaxy S5 mini’s support of LTE Category 4 provides users with ultra-fast downloads of movies and games on-the-go. ","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/sm-g800fzdaetl/smartphones-8806086285780-Samsung-Galaxy-S5-mini-4G-Gold-24241408.html,Communication Electronics,Samsung Galaxy S5 mini,Samsung Galaxy S5 mini,"Samsung,Communication Electronics","Samsung,Communication Electronics","Galaxy S5 mini continues Samsung design legacy and flagship experience Outfitted with a 4.5-inch HD Super AMOLED display, the Galaxy S5 mini delivers a wid","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 +smartphones,31,068,Samsung Galaxy S5,Samsung Galaxy S5,/en/samsung-galaxy-s5-68,/de/samsung-galaxy-s5-68,0,fingerprint_reader,yes,,,,,themes,Wallpapers,,,,,max_memory_card_size,128 GB,,,,,flash_type,LED,,,,,brand,Samsung,,,color,Blue,color,Blau,#6281D8,"Capture the moments that matter Capturing and saving precious memories is one of the most important smartphone features today. The new Galaxy S5 offers superior camera functionality, featuring a 16 megapixel camera with an enhanced menu and user interface that allow consumers to effortlessly take, edit and share photos. The Galaxy S5 offers the world’s fastest autofocus speed up to 0.3 seconds and the advanced High Dynamic Range (HDR), reproduce natural light and color with striking intensity at any circumstances. Also new Selective Focus feature allows users to focus on a specific area of an object while simultaneously blurring out the background. With this capability, consumers no longer need a special lens kit to create a shallow depth of field (DOF) effect. The Galaxy S5 offers the most advanced LTE experience and Wi-Fi performance available today, ensuring blazing fast data speeds for unrivaled media consumption and productivity.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/sm-g900fzbabtu/smartphones-8806086179539-Samsung-Galaxy-S5-SM-G900F-4G-Blue-21927453.html,Communication Electronics,Samsung Galaxy S5,Samsung Galaxy S5,"Samsung,Communication Electronics","Samsung,Communication Electronics",Capture the moments that matter Capturing and saving precious memories is one of the most important smartphone features today. The new Galaxy S5 offers sup,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 +smartphones,32,069,Samsung Galaxy S5,Samsung Galaxy S5,/en/samsung-galaxy-s5-69,/de/samsung-galaxy-s5-69,0,fingerprint_reader,yes,,,,,themes,Wallpapers,,,,,max_memory_card_size,128 GB,,,,,flash_type,LED,,,,,brand,Samsung,,,color,White,color,Weiß,#FFFFFF,"Capture the moments that matter Capturing and saving precious memories is one of the most important smartphone features today. The new Galaxy S5 offers superior camera functionality, featuring a 16 megapixel camera with an enhanced menu and user interface that allow consumers to effortlessly take, edit and share photos. The Galaxy S5 offers the world’s fastest autofocus speed up to 0.3 seconds and the advanced High Dynamic Range (HDR), reproduce natural light and color with striking intensity at any circumstances. Also new Selective Focus feature allows users to focus on a specific area of an object while simultaneously blurring out the background. With this capability, consumers no longer need a special lens kit to create a shallow depth of field (DOF) effect. The Galaxy S5 offers the most advanced LTE experience and Wi-Fi performance available today, ensuring blazing fast data speeds for unrivaled media consumption and productivity.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/sm-g900fzwabtu/smartphones-Samsung-Galaxy-S5-SM-G900F-4G-White-21919624.html,Communication Electronics,Samsung Galaxy S5,Samsung Galaxy S5,"Samsung,Communication Electronics","Samsung,Communication Electronics",Capture the moments that matter Capturing and saving precious memories is one of the most important smartphone features today. The new Galaxy S5 offers sup,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 +"smartphones,variant-showcase","4,39",070,Samsung Galaxy Ace,Samsung Galaxy Ace,/en/samsung-galaxy-ace-70,/de/samsung-galaxy-ace-70,0,sensor_type,CMOS,,,,,display_type,TFT,,,,,weight,118 g,,,,,usb_version,2,,,,,brand,Samsung,,,,,,,,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",//uk.icecat.biz/en/p/samsung/gt-i8160okabtu/smartphones-8806085027312-Samsung-Galaxy-Ace-2-GT-I8160-2-1GB-16M-13374503.html,Communication Electronics,Samsung Galaxy Ace,Samsung Galaxy Ace,"Samsung,Communication Electronics","Samsung,Communication Electronics",Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core,"Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, B","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 +smartphones,9,071,Samsung Galaxy Xcover 3,Samsung Galaxy Xcover 3,/en/samsung-galaxy-xcover-3-71,/de/samsung-galaxy-xcover-3-71,0,usb_port,yes,,,,,iso_sensitivity,1600,,,,,os_installed,Android,,,,,usb_version,2,,,,,brand,Samsung,,,color,Grey,color,Grau,#DCDCDC,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//uk.icecat.biz/en/p/samsung/sm-g388fdsaato/smartphones-Samsung-Galaxy-Xcover-3-8GB-4G-Grey-Silver-26974343.html,Communication Electronics,Samsung Galaxy Xcover 3,Samsung Galaxy Xcover 3,"Samsung,Communication Electronics","Samsung,Communication Electronics",Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core,"Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 +"smartphones,variant-showcase","8,40",072,Samsung Galaxy Note 3,Samsung Galaxy Note 3,/en/samsung-galaxy-note-3-72,/de/samsung-galaxy-note-3-72,0,themes,Wallpapers,,,,,video_recording_modes,1080p,,,,,weight,168 g,,,,,4g_standards,LTE,,,,,brand,Samsung,,,color,Black,color,Schwarz,#000000,"Leather stitch design Expanding the groundbreaking Galaxy Note experience, Note3 neo tilts the balance towards distinctive design factor and innovative, remarkably easy functionality. Its winning style starts with attractive leather-look design and fun colour option. Sensational S Pen combines striking “air commands” with powerful usability and awesome multitasking. Perfect host device to Galaxy Gear, a smartwatch companion that provides the most integrated Note experience yet. Galaxy Note3 Neo sports a distinctively sleek, leather-like back cover with top-stitch design that sets it apart -- it’s no ordinary device. Protective and pleasing to the palm, it’s secure to grip or lay on any surface without slippage.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//uk.icecat.biz/en/p/samsung/sm-n9005zkebtu/smartphones-8806085777316-Samsung-Galaxy-Note-3-SM-N9005-32GB-4G-Black-19618271.html,Communication Electronics,Samsung Galaxy Note 3,Samsung Galaxy Note 3,"Samsung,Communication Electronics","Samsung,Communication Electronics","Leather stitch design Expanding the groundbreaking Galaxy Note experience, Note3 neo tilts the balance towards distinctive design factor and innovative, re","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 +"telecom-and-navigation,variant-showcase","17,41",073,Samsung Galaxy Note 3,Samsung Galaxy Note 3,/en/samsung-galaxy-note-3-73,/de/samsung-galaxy-note-3-73,0,themes,Wallpapers,,,,,video_recording_modes,1080p,,,,,weight,168 g,,,,,4g_standards,LTE,,,,,brand,Samsung,,,color,White,color,Weiß,#FFFFFF,"Leather stitch design Expanding the groundbreaking Galaxy Note experience, Note3 neo tilts the balance towards distinctive design factor and innovative, remarkably easy functionality. Its winning style starts with attractive leather-look design and fun colour option. Sensational S Pen combines striking “air commands” with powerful usability and awesome multitasking. Perfect host device to Galaxy Gear, a smartwatch companion that provides the most integrated Note experience yet. Galaxy Note3 Neo sports a distinctively sleek, leather-like back cover with top-stitch design that sets it apart -- it’s no ordinary device. Protective and pleasing to the palm, it’s secure to grip or lay on any surface without slippage.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//uk.icecat.biz/en/p/samsung/sm-n7505zwabtu/smartphones-Samsung-Galaxy-Note-3-Neo-SM-N7505-16GB-4G-White-21927455.html,Communication Electronics,Samsung Galaxy Note 3,Samsung Galaxy Note 3,"Samsung,Communication Electronics","Samsung,Communication Electronics","Leather stitch design Expanding the groundbreaking Galaxy Note experience, Note3 neo tilts the balance towards distinctive design factor and innovative, re","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 +smartphones,30,074,Samsung Galaxy Tab S2,Samsung Galaxy Tab S2,/en/samsung-galaxy-tab-s2-74,/de/samsung-galaxy-tab-s2-74,0,processor_frequency,1.9 GHz,,,,,storage_media,Flash,,,,,processor_cores,4,,,,,weight,389 g,,,,,brand,Samsung,,,color,White,color,Weiß,#FFFFFF,"Seamless Multitasking Multitask like a pro with the Galaxy Tab S2. Watch HD movies while you are flicking through a digital magazine or an e-book, or surfing the net. Run multiple apps in split screen mode or in draggable pop-up windows. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. The Galaxy Tab S2’s 4 : 3 ratio display provides you with an ideal environment for performing office tasks. Use the Galaxy Tab S2’s Book Cover Keyboard, a desktop PC-like experience boon when you need to work on a range of documents. Enjoy greater flexibility than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//uk.icecat.biz/en/p/samsung/sm-t810nzwexez/tablets-Samsung-Galaxy-Tab-S2-SM-T810-32GB-White-29641053.html,Communication Electronics,Samsung Galaxy Tab S2,Samsung Galaxy Tab S2,"Samsung,Communication Electronics","Samsung,Communication Electronics","Seamless Multitasking Multitask like a pro with the Galaxy Tab S2. Watch HD movies while you are flicking through a digital magazine or an e-book, or surfi","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 +smartphones,37,075,Samsung Galaxy Tab S2,Samsung Galaxy Tab S2,/en/samsung-galaxy-tab-s2-75,/de/samsung-galaxy-tab-s2-75,0,processor_frequency,1.9 GHz,,,,,storage_media,Flash,,,,,processor_cores,4,,,,,weight,389 g,,,,,brand,Samsung,,,color,Black,color,Schwarz,#000000,"Seamless Multitasking Multitask like a pro with the Galaxy Tab S2. Watch HD movies while you are flicking through a digital magazine or an e-book, or surfing the net. Run multiple apps in split screen mode or in draggable pop-up windows. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. The Galaxy Tab S2’s 4 : 3 ratio display provides you with an ideal environment for performing office tasks. Use the Galaxy Tab S2’s Book Cover Keyboard, a desktop PC-like experience boon when you need to work on a range of documents. Enjoy greater flexibility than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//uk.icecat.biz/en/p/samsung/sm-t710nzkebtu/tablets-8806088054322-Samsung-Galaxy-Tab-S2-SM-T710-32GB-Black-29401702.html,Communication Electronics,Samsung Galaxy Tab S2,Samsung Galaxy Tab S2,"Samsung,Communication Electronics","Samsung,Communication Electronics","Seamless Multitasking Multitask like a pro with the Galaxy Tab S2. Watch HD movies while you are flicking through a digital magazine or an e-book, or surfi","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-10-01 00:00:00.000000,2017-10-31 00:00:00.000000 +smartphones,5,076,Sony Xperia Z3 Compact,Sony Xperia Z3 Compact,/en/sony-xperia-z3-compact-76,/de/sony-xperia-z3-compact-76,0,internal_ram,2048 MB,,,,,display_type,TFT,,,,,bluetooth_version,4.0 LE,,,,,form_factor,Bar,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"Dive into new experiences Xperia Z3 Compact is the smartphone designed to enhance your life. And life isn’t lived inside. With the highest waterproof rating*, Xperia Z3 Compact lets you answer calls in the rain or take pictures in the pool. And it can handle all the drops into the sink in between. Combined with a slim, compact design that’s easy to use with one hand, Xperia Z3 Compact is the Android smartphone that teams durability with beauty. Some of the best times happen in the lowest light. Years of Sony camera expertise have been brought to Xperia Z3 Compact, to deliver unparalleled low-light capability. Thanks to Cyber-shot and Handycam technologies you can record stunning videos on the move and take crisp shots under water. Want to take your shots to the next level? Get creative with our unique camera apps. It’s our best smartphone camera yet – for memories that deserve more than good.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//uk.icecat.biz/en/p/sony/1288-5849/smartphones-7311271488804-Sony-Xperia-Z3-Compact-16GB-4G-Black-24394207.html,Communication Electronics,Sony Xperia Z3 Compact,Sony Xperia Z3 Compact,"Sony,Communication Electronics","Sony,Communication Electronics",Dive into new experiences Xperia Z3 Compact is the smartphone designed to enhance your life. And life isn’t lived inside. With the highest waterproof ratin,"Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 +smartphones,6,077,Sony Xperia Z3 Compact,Sony Xperia Z3 Compact,/en/sony-xperia-z3-compact-77,/de/sony-xperia-z3-compact-77,0,internal_ram,2048 MB,,,,,display_type,TFT,,,,,bluetooth_version,4.0 LE,,,,,form_factor,Bar,,,,,brand,Sony,,,color,White,color,Weiß,#FFFFFF,"Dive into new experiences Xperia Z3 Compact is the smartphone designed to enhance your life. And life isn’t lived inside. With the highest waterproof rating*, Xperia Z3 Compact lets you answer calls in the rain or take pictures in the pool. And it can handle all the drops into the sink in between. Combined with a slim, compact design that’s easy to use with one hand, Xperia Z3 Compact is the Android smartphone that teams durability with beauty. Some of the best times happen in the lowest light. Years of Sony camera expertise have been brought to Xperia Z3 Compact, to deliver unparalleled low-light capability. Thanks to Cyber-shot and Handycam technologies you can record stunning videos on the move and take crisp shots under water. Want to take your shots to the next level? Get creative with our unique camera apps. It’s our best smartphone camera yet – for memories that deserve more than good.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//uk.icecat.biz/en/p/sony/1288-4116/smartphones-Sony-Xperia-Z3-Compact-16GB-4G-White-24584210.html,Communication Electronics,Sony Xperia Z3 Compact,Sony Xperia Z3 Compact,"Sony,Communication Electronics","Sony,Communication Electronics",Dive into new experiences Xperia Z3 Compact is the smartphone designed to enhance your life. And life isn’t lived inside. With the highest waterproof ratin,"Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 +smartphones,7,078,Sony Xperia Z3 Compact,Sony Xperia Z3 Compact,/en/sony-xperia-z3-compact-78,/de/sony-xperia-z3-compact-78,1,internal_ram,2048 MB,,,,,display_type,TFT,,,,,bluetooth_version,4.0 LE,,,,,form_factor,Bar,,,,,brand,Sony,,,color,Orange,color,Orange,#FF4500,"Dive into new experiences Xperia Z3 Compact is the smartphone designed to enhance your life. And life isn’t lived inside. With the highest waterproof rating*, Xperia Z3 Compact lets you answer calls in the rain or take pictures in the pool. And it can handle all the drops into the sink in between. Combined with a slim, compact design that’s easy to use with one hand, Xperia Z3 Compact is the Android smartphone that teams durability with beauty. Some of the best times happen in the lowest light. Years of Sony camera expertise have been brought to Xperia Z3 Compact, to deliver unparalleled low-light capability. Thanks to Cyber-shot and Handycam technologies you can record stunning videos on the move and take crisp shots under water. Want to take your shots to the next level? Get creative with our unique camera apps. It’s our best smartphone camera yet – for memories that deserve more than good.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//de.icecat.biz/de/p/sony/1288-3842/smartphones-7311271485865-Sony-Xperia-Z3-Compact-16GB-4G-Orange-24602396.html,Communication Electronics,Sony Xperia Z3 Compact,Sony Xperia Z3 Compact,"Sony,Communication Electronics","Sony,Communication Electronics",Dive into new experiences Xperia Z3 Compact is the smartphone designed to enhance your life. And life isn’t lived inside. With the highest waterproof ratin,"Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 +smartphones,23,079,Sony Xperia Z3,Sony Xperia Z3,/en/sony-xperia-z3-79,/de/sony-xperia-z3-79,0,auto_focus,yes,,,,,processor_frequency,2.5 GHz,,,,,mhl_version,3,,,,,waterproof,yes,,,,,brand,Sony,,,color,Copper,color,Kupfer,#DA8A67,"Dive into new experiences Xperia Z3 is the smartphone that does more and goes further – whether further is a run in the rain or a dive into the pool on a sunny summer holiday. With the highest waterproof rating*, you can find your way in a downpour, take pictures underwater or just wipe off your phone after an unexpected spill. Combined with a super-slim body and aluminium frame, Xperia Z3 is the Android smartphone that teams durability with beauty. Your best moments deserve more than dark, blurry shots. Years of Sony camera expertise have been brought to Xperia Z3, a premium phone with Cyber-shot and Handycam technologies. So you can capture the laughter in any light, shoot steady videos on the move and take crisp shots underwater. And when you want to make great pictures and videos even better? You can unleash your creativity with our widest ever choice of unique Xperia camera apps. It’s our best smartphone camera yet, to make sure your memories are as vibrant as real life.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//uk.icecat.biz/en/p/sony/1290-3807/smartphones-7311271499947-Sony-Xperia-Z3-16GB-4G-Copper-24394211.html,Communication Electronics,Sony Xperia Z3,Sony Xperia Z3,"Sony,Communication Electronics","Sony,Communication Electronics",Dive into new experiences Xperia Z3 is the smartphone that does more and goes further – whether further is a run in the rain or a dive into the pool on a s,"Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 +smartphones,29,080,Sony Xperia Z3,Sony Xperia Z3,/en/sony-xperia-z3-80,/de/sony-xperia-z3-80,0,auto_focus,yes,,,,,processor_frequency,2.5 GHz,,,,,mhl_version,3,,,,,waterproof,yes,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"Dive into new experiences Xperia Z3 is the smartphone that does more and goes further – whether further is a run in the rain or a dive into the pool on a sunny summer holiday. With the highest waterproof rating*, you can find your way in a downpour, take pictures underwater or just wipe off your phone after an unexpected spill. Combined with a super-slim body and aluminium frame, Xperia Z3 is the Android smartphone that teams durability with beauty. Your best moments deserve more than dark, blurry shots. Years of Sony camera expertise have been brought to Xperia Z3, a premium phone with Cyber-shot and Handycam technologies. So you can capture the laughter in any light, shoot steady videos on the move and take crisp shots underwater. And when you want to make great pictures and videos even better? You can unleash your creativity with our widest ever choice of unique Xperia camera apps. It’s our best smartphone camera yet, to make sure your memories are as vibrant as real life.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",//uk.icecat.biz/en/p/sony/1288-1977/smartphones-7311271484417-Sony-Xperia-Z3-16GB-4G-Black-24394206.html,Communication Electronics,Sony Xperia Z3,Sony Xperia Z3,"Sony,Communication Electronics","Sony,Communication Electronics",Dive into new experiences Xperia Z3 is the smartphone that does more and goes further – whether further is a run in the rain or a dive into the pool on a s,"Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Sch","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 +smartwatches,26,081,TomTom Multi-Sport Cardio,TomTom Multi-Sport Cardio,/en/tomtom-multi-sport-cardio-81,/de/tomtom-multi-sport-cardio-81,0,backlight,yes,,,,,weight,63.5 g,weight,22.39 oz,,,clock_mode,12h,,,,,waterproof_up_to,50 m,,,,,brand,TomTom,,,color,White,color,Weiß,#FFFFFF,"Multi-platform compatibility Get accurate heart-rate information without the need for a separate chest strap. Your heart rate is measured through a sensor in the watch that monitors changes in the blood flow in your wrist. This is done by shining light through the skin and detecting the changing light reflections. See real-time running, cycling and swimming information at a glance. Track your distance, time, pace, speed and calories burnt as you train on an extra-large display. Select a zone to match your training goal and always know whether you need to speed up or slow down.Heart rate monitoring is the single most accurate means to understand how your body is responding to exercise.","Innovative Technologie Erhalten Sie genaue Informationen zu Ihrer Herzfrequenz, ohne einen separaten Brustgurt tragen zu müssen. Ihre Herzfrequenz wird mithilfe eines Sensors in der Uhr gemessen, der Änderungen des Blutflusses an Ihrem Handgelenk feststellt. Dabei wird Licht durch die Haut geleitet, um Veränderungen bei den Lichtreflexionen festzustellen. Sehen Sie Echtzeitinformationen zu Ihrem Lauf, Ihrer Rad- und Schwimmeinheit auf einen Blick. Verfolgen Sie Ihre Distanz, Zeit, Ihr Tempo, Ihre Geschwindigkeit und Ihre verbrannten Kalorien während des Trainings auf einem extragroßen Display. Unabhängige Tests ergaben, dass der eingebaute Herzfrequenzmesser im Vergleich zur Elektrokardiografie „extrem präzise“ arbeitet. Die Überwachung der Herzfrequenz ist die beste Methode, um zu verstehen, wie Ihr Körper auf das Training reagiert.",//uk.icecat.biz/en/p/tomtom/1rh0.001.03/sport-watches-0636926069854-TomTom-Multi-Sport-Cardio-22196533.html,Smart Electronics,TomTom Multi-Sport Cardio,TomTom Multi-Sport Cardio,"TomTom,Smart Electronics","TomTom,Smart Electronics",Multi-platform compatibility Get accurate heart-rate information without the need for a separate chest strap. Your heart rate is measured through a sensor,"Innovative Technologie Erhalten Sie genaue Informationen zu Ihrer Herzfrequenz, ohne einen separaten Brustgurt tragen zu müssen. Ihre Herzfrequenz wird mit","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 +smartwatches,5,082,TomTom Multi-Sport Cardio,TomTom Multi-Sport Cardio,/en/tomtom-multi-sport-cardio-82,/de/tomtom-multi-sport-cardio-82,0,backlight,yes,,,,,weight,63.5 g,weight,22.39 oz,,,clock_mode,12h,,,,,waterproof_up_to,50 m,,,,,brand,TomTom,,,color,Black,color,Schwarz,#000000,"Multi-platform compatibility Get accurate heart-rate information without the need for a separate chest strap. Your heart rate is measured through a sensor in the watch that monitors changes in the blood flow in your wrist. This is done by shining light through the skin and detecting the changing light reflections. See real-time running, cycling and swimming information at a glance. Track your distance, time, pace, speed and calories burnt as you train on an extra-large display. Select a zone to match your training goal and always know whether you need to speed up or slow down.Heart rate monitoring is the single most accurate means to understand how your body is responding to exercise.","Innovative Technologie Erhalten Sie genaue Informationen zu Ihrer Herzfrequenz, ohne einen separaten Brustgurt tragen zu müssen. Ihre Herzfrequenz wird mithilfe eines Sensors in der Uhr gemessen, der Änderungen des Blutflusses an Ihrem Handgelenk feststellt. Dabei wird Licht durch die Haut geleitet, um Veränderungen bei den Lichtreflexionen festzustellen. Sehen Sie Echtzeitinformationen zu Ihrem Lauf, Ihrer Rad- und Schwimmeinheit auf einen Blick. Verfolgen Sie Ihre Distanz, Zeit, Ihr Tempo, Ihre Geschwindigkeit und Ihre verbrannten Kalorien während des Trainings auf einem extragroßen Display. Unabhängige Tests ergaben, dass der eingebaute Herzfrequenzmesser im Vergleich zur Elektrokardiografie „extrem präzise“ arbeitet. Die Überwachung der Herzfrequenz ist die beste Methode, um zu verstehen, wie Ihr Körper auf das Training reagiert.",//uk.icecat.biz/en/p/tomtom/1rh0.001.02/sport-watches-0636926068772-TomTom-Multi-Sport-Cardio-22196536.html,Smart Electronics,TomTom Multi-Sport Cardio,TomTom Multi-Sport Cardio,"TomTom,Smart Electronics","TomTom,Smart Electronics",Multi-platform compatibility Get accurate heart-rate information without the need for a separate chest strap. Your heart rate is measured through a sensor,"Innovative Technologie Erhalten Sie genaue Informationen zu Ihrer Herzfrequenz, ohne einen separaten Brustgurt tragen zu müssen. Ihre Herzfrequenz wird mit","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 +smartwatches,11,083,Samsung Gear 2 Classic,Samsung Gear 2 Classic,/en/samsung-gear-2-classic-83,/de/samsung-gear-2-classic-83,0,processor_cores,2,,,,,flash_memory,4 GB,,,,,width,4 cm,,,,,shape,round,,,,,brand,Samsung,,,color,Platinum,color,Platinum,#E5E4E2,"S Health Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages.Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. We've partnered up with a growing portfolio of amazing apps to make Gear S2 work for you. From going the distance to keeping your home secure, everything is possible. Gear S2 comes full circle with a durable stainless steel body that sits slim and sleek on your wrist. Customizing the watch face and changing watch bands is so easy, it's a device for all occasions. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Browse reviews to find the most highly recommended local businesses including restaurants, bars, shops and more. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","S Health In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/samsung/sm-r7320wdabtu/smartwatches-Samsung-Gear-S2-Classic-1-2-SAMOLED-40-8g-Platinum-30964018.html,Smart Electronics,Samsung Gear 2 Classic,Samsung Gear 2 Classic,"Samsung,Smart Electronics","Samsung,Smart Electronics","S Health Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fi","S Health In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 +smartwatches,14,084,Samsung Gear 2 Classic,Samsung Gear 2 Classic,/en/samsung-gear-2-classic-84,/de/samsung-gear-2-classic-84,0,processor_cores,2,,,,,flash_memory,4 GB,,,,,width,4 cm,,,,,shape,round,,,,,brand,Samsung,,,color,White,color,Weiß,#FFFFFF,"S Health Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages.Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. We've partnered up with a growing portfolio of amazing apps to make Gear S2 work for you. From going the distance to keeping your home secure, everything is possible. Gear S2 comes full circle with a durable stainless steel body that sits slim and sleek on your wrist. Customizing the watch face and changing watch bands is so easy, it's a device for all occasions. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Browse reviews to find the most highly recommended local businesses including restaurants, bars, shops and more. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","S Health In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/samsung/sm-r7320zdabtu/smartwatches-Samsung-Gear-S2-Classic-1-2-SAMOLED-40-8g-Gold-Pink-30964019.html,Smart Electronics,Samsung Gear 2 Classic,Samsung Gear 2 Classic,"Samsung,Smart Electronics","Samsung,Smart Electronics","S Health Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fi","S Health In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 +smartwatches,17,085,Samsung Gear 2 Classic,Samsung Gear 2 Classic,/en/samsung-gear-2-classic-85,/de/samsung-gear-2-classic-85,0,processor_cores,2,,,,,flash_memory,4 GB,,,,,width,4 cm,,,,,shape,round,,,,,brand,Samsung,,,color,Black,color,Schwarz,#000000,"S Health Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages.Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. We've partnered up with a growing portfolio of amazing apps to make Gear S2 work for you. From going the distance to keeping your home secure, everything is possible. Gear S2 comes full circle with a durable stainless steel body that sits slim and sleek on your wrist. Customizing the watch face and changing watch bands is so easy, it's a device for all occasions. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Browse reviews to find the most highly recommended local businesses including restaurants, bars, shops and more. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","S Health In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/samsung/sm-r7320zka/smartwatches-8806088115597-Samsung-Gear-S2-Classic-29901936.html,Smart Electronics,Samsung Gear 2 Classic,Samsung Gear 2 Classic,"Samsung,Smart Electronics","Samsung,Smart Electronics","S Health Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fi","S Health In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 +smartwatches,30,086,Samsung Gear S2,Samsung Gear S2,/en/samsung-gear-s2-86,/de/samsung-gear-s2-86,1,display_type,SAMOLED,,,,,width,4.2 cm,,,,,bluetooth_version,41,,,,,internal_ram,512 MB,,,,,brand,Samsung,,,color,Black,color,Schwarz,#000000,"Gear S2 X Atelier Mendini In a beautiful partnership, Alessandro Mendini brings his taste, humor and sense of color to the Gear S2. The result is a range of watch faces and watch bands that completes your personal style. Things you need most from your smartphone are available with a simple twist on Gear S2. Gently turn the Bezel to scroll through long emails, zoom into a map and play the next track. Life keeps getting better with every turn. Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages. Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/samsung/sm-r7200zka/smartwatches-8806088117386-Samsung-Gear-S2-30521602.html,Smart Electronics,Samsung Gear S2,Samsung Gear S2,"Samsung,Smart Electronics","Samsung,Smart Electronics","Gear S2 X Atelier Mendini In a beautiful partnership, Alessandro Mendini brings his taste, humor and sense of color to the Gear S2. The result is a range o","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 e","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 +smartwatches,18,087,Samsung Gear S2,Samsung Gear S2,/en/samsung-gear-s2-87,/de/samsung-gear-s2-87,0,display_type,SAMOLED,,,,,width,4.2 cm,,,,,bluetooth_version,41,,,,,internal_ram,512 MB,,,,,brand,Samsung,,,color,Silver,color,Silber,#D3D3D3,"Gear S2 X Atelier Mendini In a beautiful partnership, Alessandro Mendini brings his taste, humor and sense of color to the Gear S2. The result is a range of watch faces and watch bands that completes your personal style. Things you need most from your smartphone are available with a simple twist on Gear S2. Gently turn the Bezel to scroll through long emails, zoom into a map and play the next track. Life keeps getting better with every turn. Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages. Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/samsung/sm-r7200zwa/smartwatches-8806088111667-Samsung-Gear-S2-29901938.html,Smart Electronics,Samsung Gear S2,Samsung Gear S2,"Samsung,Smart Electronics","Samsung,Smart Electronics","Gear S2 X Atelier Mendini In a beautiful partnership, Alessandro Mendini brings his taste, humor and sense of color to the Gear S2. The result is a range o","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 e","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 +smartwatches,25,088,Sony SWR12,Sony SWR12,/en/sony-swr12-88,/de/sony-swr12-88,0,processor_cores,2,,,,,weight,63.5 g,,,,,clock_mode,12h,,,,,internal_ram,512 MB,,,,,brand,Sony,,,color,White,color,Weiß,#FFFFFF,"Be more you SmartBand 2 keeps an eye on your pulse and stress level, checking how your energy rises and falls. Then you can see what keeps you calm, what makes you excited and everything in between. So you can start doing more of what makes you, you. With an inbuilt heart rate monitor, the SmartBand 2 constantly checks your pulse, whether you’re on the move or sitting at a desk. See what activities raise your heart rate, and how your heart returns to its normal resting rate. Walking, running or just rushing between meetings. However you move, the SmartBand 2 captures it all so you can see how active you’ve been. Even while you sleep the tracker is still working hard, monitoring how long and how sound your zzz really is. Check SmartBand 2 data from the past week, month, year and beyond on the Lifelog app. View on the timeline alongside other Lifelog entries, including events, photos and music. See how different activities, like a holiday or listening to your favourite tune, can alter your pulse and stress levels and learn how to balance your life.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/sony/1294-1603/smartbands-7311271518129-Sony-SWR12-29634940.html,Smart Electronics,Sony SWR12,Sony SWR12,"Sony,Smart Electronics","Sony,Smart Electronics","Be more you SmartBand 2 keeps an eye on your pulse and stress level, checking how your energy rises and falls. Then you can see what keeps you calm, what m","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 e","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 +smartwatches,3,089,Sony SWR12,Sony SWR12,/en/sony-swr12-89,/de/sony-swr12-89,0,processor_cores,2,,,,,weight,63.5 g,,,,,clock_mode,12h,,,,,internal_ram,512 MB,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"Be more you SmartBand 2 keeps an eye on your pulse and stress level, checking how your energy rises and falls. Then you can see what keeps you calm, what makes you excited and everything in between. So you can start doing more of what makes you, you. With an inbuilt heart rate monitor, the SmartBand 2 constantly checks your pulse, whether you’re on the move or sitting at a desk. See what activities raise your heart rate, and how your heart returns to its normal resting rate. Walking, running or just rushing between meetings. However you move, the SmartBand 2 captures it all so you can see how active you’ve been. Even while you sleep the tracker is still working hard, monitoring how long and how sound your zzz really is. Check SmartBand 2 data from the past week, month, year and beyond on the Lifelog app. View on the timeline alongside other Lifelog entries, including events, photos and music. See how different activities, like a holiday or listening to your favourite tune, can alter your pulse and stress levels and learn how to balance your life.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/sony/1294-0223/smartbands-7311271517252-Sony-SWR12-29634947.html,Smart Electronics,Sony SWR12,Sony SWR12,"Sony,Smart Electronics","Sony,Smart Electronics","Be more you SmartBand 2 keeps an eye on your pulse and stress level, checking how your energy rises and falls. Then you can see what keeps you calm, what m","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 e","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 +smartwatches,12,090,Sony SmartWatch 3,Sony SmartWatch 3,/en/sony-smartwatch-3-90,/de/sony-smartwatch-3-90,0,internal_ram,512 MB,,,,,flash_memory,4 GB,,,,,weight,45 g,,,,,protection_feature,Water resistent,,,,,brand,Sony,,,color,Silver,color,Silber,#D3D3D3,"The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated, casual, vibrant colours and fitness style, all made from the finest materials. Designed to perform and impress, this smartphone watch delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it. Tell SmartWatch 3 SWR50 smartphone watch what you want and it will do it. Search. Command. Find.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/sony/1287-4374/smartwatches-7311271479055-Sony-SmartWatch-3-SWR50-24495844.html,Smart Electronics,Sony SmartWatch 3,Sony SmartWatch 3,"Sony,Smart Electronics","Sony,Smart Electronics","The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated,","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 e","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-11-01 00:00:00.000000,2017-11-30 00:00:00.000000 +smartwatches,16,091,Sony SmartWatch 3,Sony SmartWatch 3,/en/sony-smartwatch-3-91,/de/sony-smartwatch-3-91,0,internal_ram,512 MB,,,,,flash_memory,4 GB,,,,,weight,45 g,,,,,protection_feature,Water resistent,,,,,brand,Sony,,,color,White,color,Weiß,#FFFFFF,"The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated, casual, vibrant colours and fitness style, all made from the finest materials. Designed to perform and impress, this smartphone watch delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it. Tell SmartWatch 3 SWR50 smartphone watch what you want and it will do it. Search. Command. Find.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/sony/1292-4180/smartwatches-7311271506829-Sony-SmartWatch-3-SWR50-25873091.html,Smart Electronics,Sony SmartWatch 3,Sony SmartWatch 3,"Sony,Smart Electronics","Sony,Smart Electronics","The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated,","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 e","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 +smartwatches,13,092,Sony SmartWatch 3,Sony SmartWatch 3,/en/sony-smartwatch-3-92,/de/sony-smartwatch-3-92,0,internal_ram,512 MB,,,,,flash_memory,4 GB,,,,,weight,45 g,,,,,protection_feature,Water resistent,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated, casual, vibrant colours and fitness style, all made from the finest materials. Designed to perform and impress, this smartphone watch delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it. Tell SmartWatch 3 SWR50 smartphone watch what you want and it will do it. Search. Command. Find.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/sony/1287-4372/smartwatches-7311271479062-Sony-SmartWatch-3-SWR50-1-6-45g-Black-Black-24495842.html,Smart Electronics,Sony SmartWatch 3,Sony SmartWatch 3,"Sony,Smart Electronics","Sony,Smart Electronics","The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated,","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 e","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 +smartwatches,15,093,Sony SmartWatch 3,Sony SmartWatch 3,/en/sony-smartwatch-3-93,/de/sony-smartwatch-3-93,1,internal_ram,512 MB,,,,,flash_memory,4 GB,,,,,weight,45 g,,,,,protection_feature,Water resistent,,,,,brand,Sony,,,color,Yellow,color,Gelb,#FFFF00,"The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated, casual, vibrant colours and fitness style, all made from the finest materials. Designed to perform and impress, this smartphone watch delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it. Tell SmartWatch 3 SWR50 smartphone watch what you want and it will do it. Search. Command. Find.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//de.icecat.biz/de/p/sony/1287-4373/smartwatches-Sony-SmartWatch-3-SWR50-24495843.html,Smart Electronics,Sony SmartWatch 3,Sony SmartWatch 3,"Sony,Smart Electronics","Sony,Smart Electronics","The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated,","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 e","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 +smartwatches,31,094,Sony SWR50,Sony SWR50,/en/sony-swr50-94,/de/sony-swr50-94,0,waterproof_up_to,1.5 m,,,,,width,3.6 cm,,,,,bluetooth_version,4,,,,,display_type,TFT,,,,,brand,Sony,,,color,Black,color,Schwarz,#000000,"Talk to it Tell the SmartWatch 3 SWR50 what you want and it will do it. Search. Command. Find. Even without your smartphone, SmartWatch 3 SWR50 is a fun and useful accessory. You can fill it with music to take with you if you’re going for a run. When you’re out, you can track your activity and movements as well as sync with your Lifelog when you come home. Even without your smartphone, SmartWatch 3 SWR50 is a fun and useful accessory. You can fill it with music to take with you if you’re going for a run. When you’re out, you can track your activity and movements as well as sync with your Lifelog when you come home. Designed to perform and impress, the SmartWatch 3 SWR50 delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",//uk.icecat.biz/en/p/sony/swr50lth-blk/smartwatches-7311271518396-Sony-SWR50-27033003.html,Smart Electronics,Sony SWR50,Sony SWR50,"Sony,Smart Electronics","Sony,Smart Electronics","Talk to it Tell the SmartWatch 3 SWR50 what you want and it will do it. Search. Command. Find. Even without your smartphone, SmartWatch 3 SWR50 is a fun an","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 e","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 +smartwatches,1,095,TomTom Golf,TomTom Golf,/en/tomtom-golf-95,/de/tomtom-golf-95,0,protection_feature,Water resistent,,,,,battery_type,Built-in,,,,,touchscreen,no,,,,,gps_satellite,yes,,,,,brand,TomTom,,,color,Green,color,Grün,#006400,"One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your shot. ","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",//uk.icecat.biz/en/p/tomtom/1rg0.001.01/sport-watches-0636926071215-TomTom-Golf-24235707.html,Smart Electronics,TomTom Golf,TomTom Golf,"TomTom,Smart Electronics","TomTom,Smart Electronics","One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your sh",Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inkl,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 +smartwatches,7,096,TomTom Golf,TomTom Golf,/en/tomtom-golf-96,/de/tomtom-golf-96,0,protection_feature,Water resistent,,,,,battery_type,Built-in,,,,,touchscreen,no,,,,,gps_satellite,yes,,,,,brand,TomTom,,,color,Black,color,Schwarz,#000000,"One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your shot. ","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",//de.icecat.biz/de/p/tomtom/1rg0.001.02/sportuhren-0636926075831-TomTom-Golfer-30856274.html,Smart Electronics,TomTom Golf,TomTom Golf,"TomTom,Smart Electronics","TomTom,Smart Electronics","One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your sh",Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inkl,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 +smartwatches,8,097,TomTom Golf,TomTom Golf,/en/tomtom-golf-97,/de/tomtom-golf-97,0,protection_feature,Water resistent,,,,,battery_type,Built-in,,,,,touchscreen,no,,,,,gps_satellite,yes,,,,,brand,TomTom,,,color,Blue,color,Blau,#6281D8,"One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your shot. ","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",//de.icecat.biz/de/p/tomtom/1rg0.001.03/sportuhren-0636926075848-TomTom-Golfer-27290499.html,Smart Electronics,TomTom Golf,TomTom Golf,"TomTom,Smart Electronics","TomTom,Smart Electronics","One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your sh",Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inkl,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 +smartwatches,23,098,Hannspree sport watch,Hannspree Sportuhren,/en/hannspree-sport-watch-98,/de/hannspree-sportuhren-98,0,display_type,OLED,,,,,weight,88 g,,,,,bluetooth_version,4.0 LE,,,,,alarm_clock,yes,,,,,brand,Hannspree,,,color,Blue,color,Blau,#6281D8,"One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your shot. ","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",//uk.icecat.biz/en/p/hannspree/sw68sd12/sport-watches-4711404021060-Hannspree-SW68SD12-sport-watch-26192836.html,Smart Electronics,Hannspree sport watch,Hannspree sport watch,"Hannspree,Smart Electronics","Hannspree,Smart Electronics","One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your sh",Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inkl,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 +smartwatches,22,099,ASUS VivoWatch,ASUS VivoWatch,/en/asus-vivowatch-99,/de/asus-vivowatch-99,0,display_type,LCD,,,,,weight,50 g,,,,,touchscreen,yes,,,,,waterproof_up_to,1 m,,,,,brand,ASUS,,,color,Black,color,Schwarz,#000000,"ASUS VivoPulse Technology Built-in heart rate sensor works in real time to help you exercise more efficiently, track calories burned, and measure your sleep quality more precisely. Convenient LED indicator informs you if you are performing aerobic exercise or are overexerting yourself. Learn about your sleep patterns and quality to feel your best. An easy-to-understand rating of overall wellbeing based on your amount of exercise and sleep quality. Stay up-to-date with your loved ones' well-being via app or website. 10 days under normal operation. ASUS VivoWatch can be submerged in up to 1 meter of water for 30 minutes. Regular aerobic exercise provides numerous health benefits. ASUS VivoWatch has a convenient LED indicator that turns green when you are doing aerobic exercise and burning calories. If you push yourself to the limit, the indicator alerts you by turning red.","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",//uk.icecat.biz/en/p/asus/90hc0021-m00h10/sport-watches-ASUS-VivoWatch-27207215.html,Smart Electronics,ASUS VivoWatch,ASUS VivoWatch,"ASUS,Smart Electronics","ASUS,Smart Electronics","ASUS VivoPulse Technology Built-in heart rate sensor works in real time to help you exercise more efficiently, track calories burned, and measure your slee",Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inkl,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 smartwatches,21,100,Acer Liquid Leap,Acer Liquid Leap,/en/acer-liquid-leap-100,/de/acer-liquid-leap-100,0,waterproof_up_to,1 m,waterproof_up_to,3.2 ft,,,weight,20 g,,,,,bluetooth_version,4,,,,,Shape,round,,,,,brand,Acer,,,color,White,color,Weiß,#FFFFFF,"ASUS VivoPulse Technology Built-in heart rate sensor works in real time to help you exercise more efficiently, track calories burned, and measure your sleep quality more precisely. Convenient LED indicator informs you if you are performing aerobic exercise or are overexerting yourself. Learn about your sleep patterns and quality to feel your best. An easy-to-understand rating of overall wellbeing based on your amount of exercise and sleep quality. Stay up-to-date with your loved ones' well-being via app or website. 10 days under normal operation. ASUS VivoWatch can be submerged in up to 1 meter of water for 30 minutes. Regular aerobic exercise provides numerous health benefits. ASUS VivoWatch has a convenient LED indicator that turns green when you are doing aerobic exercise and burning calories. If you push yourself to the limit, the indicator alerts you by turning red.","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",//uk.icecat.biz/en/p/acer/hm.hjkef.001/smartwatches-4713147642960-Acer-Liquid-Leap-24675726.html,Smart Electronics,Acer Liquid Leap,Acer Liquid Leap,"Acer,Smart Electronics","Acer,Smart Electronics","ASUS VivoPulse Technology Built-in heart rate sensor works in real time to help you exercise more efficiently, track calories burned, and measure your slee",Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inkl,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 smartwatches,20,101,Acer Leap Active,Acer Leap Active,/en/acer-leap-active-101,/de/acer-leap-active-101,0,control_type,touch,,,,,weight,18 g,,,,,touchscreen,yes,,,,,alarm_clock,yes,,,,,brand,Acer,,,color,Black,color,Schwarz,#000000,"Everyday fitness Track daily activities and get instant information about your active lifestyle. Liquid Leap Active can track your exercise and even monitor sleep patterns. Thanks to its splash-proof design3, bad weather won’t slow you down. Liquid Leap Active is a cool companion that tracks daily activities and keeps you constantly connected to your social circle. Staying active and social has never been easier. Sync with your smartphone to send social notifications directly to your wrist and control your music player1 without pulling out your phone. Power-efficient hardware and a long battery life make sure you'll never miss a message. Leap Active also features colourful wrist bands to match your outfit.","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy.",//de.icecat.biz/en/p/acer/hm.hqnee.001/aktivit-ts-tracker-Leap+Active-29727910.html,Smart Electronics,Acer Leap Active,Acer Leap Active,"Acer,Smart Electronics","Acer,Smart Electronics",Everyday fitness Track daily activities and get instant information about your active lifestyle. Liquid Leap Active can track your exercise and even monito,"Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. E","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 smartwatches,10,102,TomTom Runner 2 Music,TomTom Runner 2 Music,/en/tomtom-runner-2-music-102,/de/tomtom-runner-2-music-102,0,waterproof_up_to,40 m,waterproof_up_to,131.2 ft,,,weight,46 g,,,,,bluetooth_version,4,,,,,protection_feature,waterproof,,,,,brand,TomTom,,,color,Blue,color,Blau,#6281D8,"Get Active Liquid Leap Active is a cool companion that tracks daily activities and keeps you constantly connected to your social circle. Staying active and social has never been easier. Sync with your smartphone to send social notifications directly to your wrist and control your music player1 without pulling out your phone. Power-efficient hardware and a long battery life make sure you'll never miss a message. Leap Active also features colourful wrist bands to match your outfit. While paired with your smartphone2, Leap Active sends notifications from your social apps straight to your wrist. It’ll also alert you of incoming calls and upcoming calendar events so you don’t miss out on any fun. Track daily activities and get instant information about your active lifestyle. Liquid Leap Active can track your exercise and even monitor sleep patterns. Thanks to its splash-proof design3, bad weather won’t slow you down.","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy. ",//de.icecat.biz/de/p/tomtom/1rem.001.01/sportuhren-0636926076166-TomTom-Runner-2-Music-30727008.html,Smart Electronics,TomTom Runner 2 Music,TomTom Runner 2 Music,"TomTom,Smart Electronics","TomTom,Smart Electronics",Get Active Liquid Leap Active is a cool companion that tracks daily activities and keeps you constantly connected to your social circle. Staying active and,"Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. E","This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2017-12-01 00:00:00.000000,2017-12-31 00:00:00.000000 @@ -217,4 +217,5 @@ cables,,215,ASUS HDMI-HDMI Black,ASUS HDMI-HDMI Schwarz,/en/Asus-HDMI-HDMI-215,/ cables,,216,Neklan 500m Cat6 UTP Cable (DRUM),Neklan 500m Cat6 UTP Kabel (Trommel),/en/Neklan-Cat6-500-216,/de/Neklan-Cat6-500-216,0,,,,,,,,,,,,,,,,,,,,,,,,,brand,Neklan,,,color,Grey,color,Grau,#DCDCDC,"Neklan 500m Cat6 UTP. Cable length: 500 m, Cable standard: Cat6, Cable shielding: U/UTP (UTP), Cable colour: Grey","Neklan 500m Cat6 UTP. Kabellänge: 500 m, Kabelstandard: Cat6, Kabelschirmung: U/UTP (UTP), Kabelfarbe: Grau",//de.icecat.biz/prefere/de/p/neklan/3010099/networking-cables-Neklan-500m-Cat6-UTP-500m-Cat6-U-UTP-UTP-Grey-networking-cable-9509292.html,Communication Electronics,Neklan Network cable drum,Neklan Netzwerk Kabeltrommel,"Neklan, Cable, Network, Drum","Neklan, Kabel, Netzwerk, Trommel",The perfect cable for your home,Das perfekte Kabel für ihr zuhause,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2018-04-01 00:00:00.000000,2018-04-01 00:00:00.000000 cables,,217,APC Cable parallel printer bi-directional (Ring),APC Kabel parallel printer bi-directional (Ring),/en/APC-printer-cable-ring-217,/de/APC-printer-cable-ring-217,0,,,,,,,,,,,,,,,,,,,,,,,,,brand,APC,,,color,White,color,Weiß,#FFFFFF,APC cable parallel printer bi-directional. Ring: 5m,APC kabel parallel printer bi-directional. Ring: 5m,//de.icecat.biz/p/apc/1602-5m-e/computerkabel-APC-kabel-parallel-printer-bi-directional-28129.html,Communication Electronics,APC Printer cable,APC Drucker Kabel,"APC, Printer, Cable, Ring","APC, Drucker, Kabel, Ring",The perfect cable for your home,Das perfekte Kabel für ihr zuhause,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2018-04-01 00:00:00.000000,2018-04-01 00:00:00.000000 cables,,217,APC Cable parallel printer bi-directional (Ring),APC Kabel parallel printer bi-directional (Ring),/en/APC-printer-cable-ring-217,/de/APC-printer-cable-ring-217,0,,,,,,,,,,,,,,,,,,,,,,,,,brand,APC,,,color,White,color,Weiß,#FFFFFF,APC cable parallel printer bi-directional. Ring: 5m,APC kabel parallel printer bi-directional. Ring: 5m,//de.icecat.biz/p/apc/1602-5m-e/computerkabel-APC-kabel-parallel-printer-bi-directional-28129.html,Communication Electronics,APC Printer cable,APC Drucker Kabel,"APC, Printer, Cable, Ring","APC, Drucker, Kabel, Ring",The perfect cable for your home,Das perfekte Kabel für ihr zuhause,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",2018-04-01 00:00:00.000000,2018-04-01 00:00:00.000000 -food,1,218,Chocolate Bar 100g,Schokoladen Tafel 100g,/en/Chocolate-bar-100g-218,/de/Schokoladen-tafel-100g-218,0,,,,,,,,,,,,,,,,,,,,,,,,,brand,Frey,,,,,,,,"Chocolat Frey Splendor. Contents 100g. Type: Milkchocolate, Calories (per 100g): 2330kj","Chocolat Frey Splendor. Inhalt: 100 g, Typ: Milchschokolade, Brennwert (pro 100 g): 2330 kJ",,Tax Exempt,,,,,,,,2018-05-31 00:00:00.000000,2018-06-30 00:00:00.000000 \ No newline at end of file +food,1,218,Chocolate Bar,Schokoladen Tafel,/en/chocolate-bar-218,/de/schokoladen-tafel-218,0,,,,,,,,,,,,,,,,,,,,,,,,,brand,Frey,,,,,,,,"Chocolat Frey Splendor. Contents 100g. Type: Milkchocolate, Calories (per 100g): 2330kj","Chocolat Frey Splendor. Inhalt: 100 g, Typ: Milchschokolade, Brennwert (pro 100 g): 2330 kJ",,Tax Exempt,,,,,,,,2018-05-31 00:00:00.000000,2018-06-30 00:00:00.000000 +food,2,219,Coca Lola 1.5L,Coca Lola 1.5L,/en/coca-lola-1500ml-219,/de/coca-lola-1500ml-219,0,,,,,,,,,,,,,,,,,,,,,,,,,brand,Coca Lola,,,,,,,,"Coca-Lola Coca Lola 1.5L, 1500 ml, Cola, Plastic bottle, 1 Piece(s), carbonated water, sugar, coloring E-150d, acidulant E-338 and natural flavors (including caffeine)., 42 kcal","Coca-Lola Coca Lola 1.5L, 1500 ml, Cola, Plastikflasche, 1 Stück(e), carbonated water, sugar, coloring E-150d, acidulant E-338 and natural flavors (including caffeine)., 42 kcal",,Tax Exempt,,,,,,,,2018-05-31 00:00:00.000000,2018-06-30 00:00:00.000000 diff --git a/data/import/icecat_biz_data/product_abstract_store.csv b/data/import/icecat_biz_data/product_abstract_store.csv index a67b398740..99eb0e9d8e 100644 --- a/data/import/icecat_biz_data/product_abstract_store.csv +++ b/data/import/icecat_biz_data/product_abstract_store.csv @@ -216,6 +216,7 @@ product_abstract_sku,store_name 215,DE 216,DE 217,DE +218,DE 001,US 002,US 003,US @@ -649,4 +650,10 @@ product_abstract_sku,store_name 214,AT 215,AT 216,AT -217,AT \ No newline at end of file +217,AT +218,DE +218,AT +218,US +219,DE +219,AT +219,US diff --git a/data/import/icecat_biz_data/product_concrete.csv b/data/import/icecat_biz_data/product_concrete.csv index 068275516f..a38fa3cd4d 100644 --- a/data/import/icecat_biz_data/product_concrete.csv +++ b/data/import/icecat_biz_data/product_concrete.csv @@ -1,307 +1,309 @@ -abstract_sku,old_sku,concrete_sku,name.en_US,name.de_DE,attribute_key_1,value_1,attribute_key_1.en_US,value_1.en_US,attribute_key_1.de_DE,value_1.de_DE,attribute_key_2,value_2,icecat_pdp_url,description.en_US,description.de_DE,is_searchable.en_US,is_searchable.de_DE,icecat_license,bundled -001,25904006,001_25904006,Canon IXUS 160,Canon IXUS 160,,,,,,,,,,"Add a personal touch Make shots your own with quick and easy control over picture settings such as brightness and colour intensity. Preview the results while framing using Live View Control and enjoy sharing them with friends using the 6.8 cm (2.7”) LCD screen. Combine with a Canon Connect Station and you can easily share your photos and movies with the world on social media sites and online albums like irista, plus enjoy watching them with family and friends on an HD TV. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions.","Beeindruckende Aufnahmen, ganz einfach Smart Auto ermöglicht die mühelose Aufnahme von fantastischen Fotos und Movies – die Kamera wählt in diesem Modus automatisch die idealen Einstellungen für die jeweilige Aufnahmesituation. Sie müssen nur noch das Motiv anvisieren und auslösen. Ein Druck auf die Hilfe-Taste führt zu leicht verständlichen Erklärungen der Kamerafunktionen. Zahlreiche Kreativfilter laden zum Experimentieren ein und bieten echten Fotospaß. So lässt sich neben vielen anderen Optionen der Verzeichnungseffekt eines Fisheye-Objektivs nachempfinden oder in Fotos und Movies werden die Dinge wie Miniaturmodelle dargestellt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -002,25904004,002_25904004,Canon IXUS 160,Canon IXUS 160,,,,,,,,,,"Add a personal touch Make shots your own with quick and easy control over picture settings such as brightness and colour intensity. Preview the results while framing using Live View Control and enjoy sharing them with friends using the 6.8 cm (2.7”) LCD screen. Combine with a Canon Connect Station and you can easily share your photos and movies with the world on social media sites and online albums like irista, plus enjoy watching them with family and friends on an HD TV. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions.","Beeindruckende Aufnahmen, ganz einfach Smart Auto ermöglicht die mühelose Aufnahme von fantastischen Fotos und Movies – die Kamera wählt in diesem Modus automatisch die idealen Einstellungen für die jeweilige Aufnahmesituation. Sie müssen nur noch das Motiv anvisieren und auslösen. Ein Druck auf die Hilfe-Taste führt zu leicht verständlichen Erklärungen der Kamerafunktionen. Zahlreiche Kreativfilter laden zum Experimentieren ein und bieten echten Fotospaß. So lässt sich neben vielen anderen Optionen der Verzeichnungseffekt eines Fisheye-Objektivs nachempfinden oder in Fotos und Movies werden die Dinge wie Miniaturmodelle dargestellt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -003,26138343,003_26138343,Canon IXUS 160,Canon IXUS 160,,,,,,,,,,"Add a personal touch Make shots your own with quick and easy control over picture settings such as brightness and colour intensity. Preview the results while framing using Live View Control and enjoy sharing them with friends using the 6.8 cm (2.7”) LCD screen. Combine with a Canon Connect Station and you can easily share your photos and movies with the world on social media sites and online albums like irista, plus enjoy watching them with family and friends on an HD TV. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions.","Beeindruckende Aufnahmen, ganz einfach Smart Auto ermöglicht die mühelose Aufnahme von fantastischen Fotos und Movies – die Kamera wählt in diesem Modus automatisch die idealen Einstellungen für die jeweilige Aufnahmesituation. Sie müssen nur noch das Motiv anvisieren und auslösen. Ein Druck auf die Hilfe-Taste führt zu leicht verständlichen Erklärungen der Kamerafunktionen. Zahlreiche Kreativfilter laden zum Experimentieren ein und bieten echten Fotospaß. So lässt sich neben vielen anderen Optionen der Verzeichnungseffekt eines Fisheye-Objektivs nachempfinden oder in Fotos und Movies werden die Dinge wie Miniaturmodelle dargestellt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -004,30663302,004_30663302,Canon IXUS 175,Canon IXUS 175,,,,,,,,,,"Creative play Play with your creativity using a range of Creative Filters. Re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more. Capture the stunning detail in everyday subjects using 1 cm Macro to get right up close. Enjoy exceptional quality, detailed images thanks to 20.0 Megapixels and DIGIC 4+ processing. Face Detection technology makes capturing great shots of friends effortless, while Auto Zoom intelligently helps you select the best framing at the touch of a button.","Stil im Taschenformat Diese ultraschlanke und schicke IXUS passt in jede Hand- oder Jackentasche und bietet dabei ein flexibles 28-mm-Weitwinkelobjektiv mit 8fach optischem Zoom (16fach ZoomPlus). Wo immer Sie also sind, können Sie jedes Motiv – von ganz nahen bis weit entfernt – in erstklassigen Fotos und Movies festhalten. Der Eco-Modus reduziert den Stromverbrauch der Kamera und ermöglicht längere Aufnahmezeiten. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Einfach nur die Taste drücken und schon beginnt die HD-Movieaufnahme (720p) im MP4-Format. Für kreative Vielseitigkeit lässt sich der optische Zoom auch im Movie-Modus einsetzen und die Aufnahmen werden hochwertig und gestochen scharf.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -005,30663301,005_30663301,Canon IXUS 175,Canon IXUS 175,,,,,,,,,,"Creative play Play with your creativity using a range of Creative Filters. Re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more. Capture the stunning detail in everyday subjects using 1 cm Macro to get right up close. Enjoy exceptional quality, detailed images thanks to 20.0 Megapixels and DIGIC 4+ processing. Face Detection technology makes capturing great shots of friends effortless, while Auto Zoom intelligently helps you select the best framing at the touch of a button.","Stil im Taschenformat Diese ultraschlanke und schicke IXUS passt in jede Hand- oder Jackentasche und bietet dabei ein flexibles 28-mm-Weitwinkelobjektiv mit 8fach optischem Zoom (16fach ZoomPlus). Wo immer Sie also sind, können Sie jedes Motiv – von ganz nahen bis weit entfernt – in erstklassigen Fotos und Movies festhalten. Der Eco-Modus reduziert den Stromverbrauch der Kamera und ermöglicht längere Aufnahmezeiten. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Einfach nur die Taste drücken und schon beginnt die HD-Movieaufnahme (720p) im MP4-Format. Für kreative Vielseitigkeit lässt sich der optische Zoom auch im Movie-Modus einsetzen und die Aufnahmen werden hochwertig und gestochen scharf.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -006,30692993,006_30692993,Canon IXUS 175,Canon IXUS 175,,,,,,,,,,"Creative play Play with your creativity using a range of Creative Filters. Re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more. Capture the stunning detail in everyday subjects using 1 cm Macro to get right up close. Enjoy exceptional quality, detailed images thanks to 20.0 Megapixels and DIGIC 4+ processing. Face Detection technology makes capturing great shots of friends effortless, while Auto Zoom intelligently helps you select the best framing at the touch of a button.","Stil im Taschenformat Diese ultraschlanke und schicke IXUS passt in jede Hand- oder Jackentasche und bietet dabei ein flexibles 28-mm-Weitwinkelobjektiv mit 8fach optischem Zoom (16fach ZoomPlus). Wo immer Sie also sind, können Sie jedes Motiv – von ganz nahen bis weit entfernt – in erstklassigen Fotos und Movies festhalten. Der Eco-Modus reduziert den Stromverbrauch der Kamera und ermöglicht längere Aufnahmezeiten. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Einfach nur die Taste drücken und schon beginnt die HD-Movieaufnahme (720p) im MP4-Format. Für kreative Vielseitigkeit lässt sich der optische Zoom auch im Movie-Modus einsetzen und die Aufnahmen werden hochwertig und gestochen scharf.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -007,30691822,007_30691822,Canon IXUS 285,Canon IXUS 285,,,,,,,,,,"Quick connections Connect to your compatible smart device with just one tap using Wi-Fi with Dynamic NFC for easy sharing. Use Image Sync to automatically back-up new images to cloud services and capture great group shots with wireless Remote Shooting from your smart device. The Wi-Fi Button offers a quick and easy shortcut to Wi-Fi functions. This ultra-slim and stylish metal-bodied IXUS is easy to carry with you wherever you go and features a flexible 25mm ultra-wide 12x optical zoom lens with 24x ZoomPlus; so you can easily capture every moment, near or far, in superb quality photos and movies. Auto Zoom helps you select the best framing at the touch of a button.",No Description,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -008,30692992,008_30692992,Canon IXUS 285,Canon IXUS 285,,,,,,,,,,"Quick connections Connect to your compatible smart device with just one tap using Wi-Fi with Dynamic NFC for easy sharing. Use Image Sync to automatically back-up new images to cloud services and capture great group shots with wireless Remote Shooting from your smart device. The Wi-Fi Button offers a quick and easy shortcut to Wi-Fi functions. This ultra-slim and stylish metal-bodied IXUS is easy to carry with you wherever you go and features a flexible 25mm ultra-wide 12x optical zoom lens with 24x ZoomPlus; so you can easily capture every moment, near or far, in superb quality photos and movies. Auto Zoom helps you select the best framing at the touch of a button.",No Description,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -009,30692991,009_30692991,Canon IXUS 285,Canon IXUS 285,,,,,,,,,,"Quick connections Connect to your compatible smart device with just one tap using Wi-Fi with Dynamic NFC for easy sharing. Use Image Sync to automatically back-up new images to cloud services and capture great group shots with wireless Remote Shooting from your smart device. The Wi-Fi Button offers a quick and easy shortcut to Wi-Fi functions. This ultra-slim and stylish metal-bodied IXUS is easy to carry with you wherever you go and features a flexible 25mm ultra-wide 12x optical zoom lens with 24x ZoomPlus; so you can easily capture every moment, near or far, in superb quality photos and movies. Auto Zoom helps you select the best framing at the touch of a button.",No Description,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -010,30692994,010_30692994,Canon IXUS 180,Canon IXUS 180,,,,,,,,,,"Effortless creativity Just point and shoot to capture fantastic photos or movies with one touch of the Auto Button, which allows Smart Auto to take control and choose the perfect camera settings for you. Play with your creativity in stills or movies using a range of Creative Filters such as Fish Eye, Miniature and Toy Camera. Enjoy exceptional quality, detailed images ideal for creating stunning poster sized prints thanks to 20.0 Megapixels and DIGIC 4+ processing. An intelligent optical Image Stabilizer ensures sharp stills and steady movies in any situation, while the 6.8 cm (2.7”) LCD screen allows easy viewing and sharing.",No Description,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -011,30775359,011_30775359,Canon IXUS 180,Canon IXUS 180,,,,,,,,,,"Effortless creativity Just point and shoot to capture fantastic photos or movies with one touch of the Auto Button, which allows Smart Auto to take control and choose the perfect camera settings for you. Play with your creativity in stills or movies using a range of Creative Filters such as Fish Eye, Miniature and Toy Camera. Enjoy exceptional quality, detailed images ideal for creating stunning poster sized prints thanks to 20.0 Megapixels and DIGIC 4+ processing. An intelligent optical Image Stabilizer ensures sharp stills and steady movies in any situation, while the 6.8 cm (2.7”) LCD screen allows easy viewing and sharing.",No Description,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -012,25904598,012_25904598,Canon IXUS 165,Canon IXUS 165,,,,,,,,,,"Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. All you have to do is point and shoot. Use the Help Button for quick, easy-to-follow guidance on using your camera and its functions. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions. Experiment and have fun with a range of Creative Filters. You can re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more.a","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -013,25904584,013_25904584,Canon IXUS 165,Canon IXUS 165,,,,,,,,,,"Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. All you have to do is point and shoot. Use the Help Button for quick, easy-to-follow guidance on using your camera and its functions. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions. Experiment and have fun with a range of Creative Filters. You can re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more.a","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -014,25919241,014_25919241,Canon IXUS 177,Canon IXUS 177,,,,,,,,,,"Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. All you have to do is point and shoot. Use the Help Button for quick, easy-to-follow guidance on using your camera and its functions. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions. Experiment and have fun with a range of Creative Filters. You can re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more.a","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -015,25904009,015_25904009,Canon IXUS 177,Canon IXUS 177,,,,,,,,,,"Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. All you have to do is point and shoot. Use the Help Button for quick, easy-to-follow guidance on using your camera and its functions. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions. Experiment and have fun with a range of Creative Filters. You can re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more.a","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -016,21748907,016_21748907,Sony Cyber-shot DSC-W800,Sony Cyber-shot DSC-W800,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -017,21748906,017_21748906,Sony Cyber-shot DSC-W800,Sony Cyber-shot DSC-W800,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -018,21081477,018_21081477,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -019,21081473,019_21081473,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -020,21081478,020_21081478,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -021,21081475,021_21081475,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -022,21994751,022_21994751,Sony Cyber-shot DSC-WX220,Sony Cyber-shot DSC-WX220,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -023,21758366,023_21758366,Sony Cyber-shot DSC-WX220,Sony Cyber-shot DSC-WX220,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -024,21987578,024_21987578,Sony Cyber-shot DSC-WX350,Sony Cyber-shot DSC-WX350,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -025,21764665,025_21764665,Sony Cyber-shot DSC-WX350,Sony Cyber-shot DSC-WX350,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -026,21748904,026_21748904,Sony Cyber-shot DSC-WX350,Sony Cyber-shot DSC-WX350,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -027,26976107,027_26976107,Sony Cyber-shot DSC-WX500,Sony Cyber-shot DSC-WX500,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -028,26976108,028_26976108,Sony Cyber-shot DSC-WX500,Sony Cyber-shot DSC-WX500,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -029,26976109,029_26976109,Sony Cyber-shot DSC-WX500,Sony Cyber-shot DSC-WX500,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -030,30021698,030_30021698,Canon PowerShot G9 X,Canon PowerShot G9 X,,,,,,,,,,"Impressive image quality Stunning videos. A camera that’s slim and comfortable. The PowerShot G9 X camera is all this and more, featuring a 20.2 Megapixel, 1.0-inch High-Sensitivity CMOS sensor, Canon’s powerful DIGIC 6 Image Processor and a fast, f/2.0–4.9 lens that helps you capture inspiring images – even in low light – with detail and color to match. Whether you carry it in your hand, a bag or inside a pocket, the PowerShot G9 X can accompany you anywhere you go and is slim enough to quickly be in your grasp when opportunity knocks. Subjects in the distance become closer with a 3x Optical Zoom lens (28–84mm equivalent). Movement can be captured in stunning Full HD video, or frozen in beautiful increments with up to 6.0 fps continuous shooting.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -031,30021637,031_30021637,Canon PowerShot G9 X,Canon PowerShot G9 X,,,,,,,,,,"Impressive image quality Stunning videos. A camera that’s slim and comfortable. The PowerShot G9 X camera is all this and more, featuring a 20.2 Megapixel, 1.0-inch High-Sensitivity CMOS sensor, Canon’s powerful DIGIC 6 Image Processor and a fast, f/2.0–4.9 lens that helps you capture inspiring images – even in low light – with detail and color to match. Whether you carry it in your hand, a bag or inside a pocket, the PowerShot G9 X can accompany you anywhere you go and is slim enough to quickly be in your grasp when opportunity knocks. Subjects in the distance become closer with a 3x Optical Zoom lens (28–84mm equivalent). Movement can be captured in stunning Full HD video, or frozen in beautiful increments with up to 6.0 fps continuous shooting.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -032,32125551,032_32125551,Canon PowerShot SC620,Canon PowerShot SC620,,,,,,,,,,"Intelligent IS Whether you're taking a vacation, celebrating a special family occasion or just having some everyday fun, the slim and sleek PowerShot SX620 HS camera is ready for your next shot. Enjoy the versatility of a powerful 25x (25-625mm) Optical Zoom for subjects both near and far. Equipped with Intelligent IS for optimized image stabilization, it helps capture everything from lovely close-ups to distant sights virtually shake-free, with confidence. You can then show off your photos with built-in Wi-Fi® and NFC, which lets you transfer them to your compatible devices and upload to select social networking sites for your family, friends and the world to see. Stunning image quality comes via a 20.2 Megapixel CMOS sensor and the DIGIC 4+ Image Processor for beautiful shots whether you're picnicking during the day or camping at night. If videos are more your thing, rest assured they'll have gorgeous detail with 1080p Full HD video at your fingertips.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -033,32125568,033_32125568,Canon PowerShot SC620,Canon PowerShot SC620,,,,,,,,,,"Intelligent IS Whether you're taking a vacation, celebrating a special family occasion or just having some everyday fun, the slim and sleek PowerShot SX620 HS camera is ready for your next shot. Enjoy the versatility of a powerful 25x (25-625mm) Optical Zoom for subjects both near and far. Equipped with Intelligent IS for optimized image stabilization, it helps capture everything from lovely close-ups to distant sights virtually shake-free, with confidence. You can then show off your photos with built-in Wi-Fi® and NFC, which lets you transfer them to your compatible devices and upload to select social networking sites for your family, friends and the world to see. Stunning image quality comes via a 20.2 Megapixel CMOS sensor and the DIGIC 4+ Image Processor for beautiful shots whether you're picnicking during the day or camping at night. If videos are more your thing, rest assured they'll have gorgeous detail with 1080p Full HD video at your fingertips.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -034,32125390,034_32125390,Canon PowerShot SC620,Canon PowerShot SC620,,,,,,,,,,"Intelligent IS Whether you're taking a vacation, celebrating a special family occasion or just having some everyday fun, the slim and sleek PowerShot SX620 HS camera is ready for your next shot. Enjoy the versatility of a powerful 25x (25-625mm) Optical Zoom for subjects both near and far. Equipped with Intelligent IS for optimized image stabilization, it helps capture everything from lovely close-ups to distant sights virtually shake-free, with confidence. You can then show off your photos with built-in Wi-Fi® and NFC, which lets you transfer them to your compatible devices and upload to select social networking sites for your family, friends and the world to see. Stunning image quality comes via a 20.2 Megapixel CMOS sensor and the DIGIC 4+ Image Processor for beautiful shots whether you're picnicking during the day or camping at night. If videos are more your thing, rest assured they'll have gorgeous detail with 1080p Full HD video at your fingertips.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -035,17360369,035_17360369,Canon PowerShot N,Canon PowerShot N,,,,,,,,,,"Creative Shot Originality is effortless with Creative Shot. Simply take a shot and the camera will analyse the scene then automatically generate five creative images plus the original unaltered photo - capturing the same subject in a variety of artistic and surprising ways. The unique symmetrical, metal-bodied design is strikingly different with an ultra-modern minimalist style - small enough to keep in your pocket and stylish enough to take anywhere. HS System excels in low light allowing you to capture the real atmosphere of the moment without flash or a tripod. Advanced DIGIC 5 processing and a high-sensitivity 12.1 Megapixel CMOS sensor give excellent image quality in all situations.","Creative Shot Mit der Funktion „Creative Shot“ ist es ganz einfach, originelle Aufnahmen zu machen. Sie nehmen ein ganz normales Foto auf und die Kamera analysiert die Szene und erstellt daraus 5 kreative Bilder, die sie mit der Originalaufnahme zusammen speichert – so wird ein und das selbe Motiv auf 5 künstlerische und oft überraschenden Arten interpretiert. Das einzigartige, symmetrische Metallgehäuse ist erfrischend anders und beeindruckt mit einem ultra-modernen, minimalistischem Design – so kompakt, dass es in jede Tasche passt und so schick, dass es auch sonst überall hin passt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -036,17360368,036_17360368,Canon PowerShot N,Canon PowerShot N,,,,,,,,,,"Creative Shot Originality is effortless with Creative Shot. Simply take a shot and the camera will analyse the scene then automatically generate five creative images plus the original unaltered photo - capturing the same subject in a variety of artistic and surprising ways. The unique symmetrical, metal-bodied design is strikingly different with an ultra-modern minimalist style - small enough to keep in your pocket and stylish enough to take anywhere. HS System excels in low light allowing you to capture the real atmosphere of the moment without flash or a tripod. Advanced DIGIC 5 processing and a high-sensitivity 12.1 Megapixel CMOS sensor give excellent image quality in all situations.","Creative Shot Mit der Funktion „Creative Shot“ ist es ganz einfach, originelle Aufnahmen zu machen. Sie nehmen ein ganz normales Foto auf und die Kamera analysiert die Szene und erstellt daraus 5 kreative Bilder, die sie mit der Originalaufnahme zusammen speichert – so wird ein und das selbe Motiv auf 5 künstlerische und oft überraschenden Arten interpretiert. Das einzigartige, symmetrische Metallgehäuse ist erfrischend anders und beeindruckt mit einem ultra-modernen, minimalistischem Design – so kompakt, dass es in jede Tasche passt und so schick, dass es auch sonst überall hin passt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -037,25904011,037_25904011,Canon PowerShot SX710,Canon PowerShot SX710,,,,,,,,,,"Compact 30x superzoom, easy to take everywhere The pocket-sized PowerShot SX710 HS is packed with our most powerful imaging technology and an impressive 30x zoom for capturing detail at a distance. It’s designed to let you travel light and capture superb quality images and movies wherever life takes you. Share more of your adventures. Wi-Fi with Dynamic NFC makes it simple to transfer images to compatible smartphones, tablets or the Canon Connect Station, while Image Sync automatically backs up all new images to the cloud, your smartphone and your PC. A 20.3 Megapixel sensor and our powerful DIGIC 6 processor are combined in HS System to give you vivid, crisp and clear shots in any situation. It lets you preserve the true atmosphere, even of dark scenes, with accurate colours, low noise and without having to use the flash.","Kompakte 30fach Zoomkamera, die man überall mitnehmen kann Diese ultra-kompakte Kamera ist so klein, dass sie in jede Tasche passt und so überall mit hingenommen werden kann – das macht sie zum idealen Reisebegleiter. Mit dem 30fach optischen Zoom und 60fach ZoomPlus kommen Sie ganz nah ans Geschehen ran und halten jedes beeindruckende Detail fest. Der erweiterte Zoom-Assistent hilft Ihnen dabei immer die perfekte Bildkomposition zu halten. Der 5-achsige, intelligente optische Bildstabilisator passt sich automatisch der Situation an und ermöglicht gestochen scharfe und detailreiche Fotos und Movies – selbst bei wenig Licht oder vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -038,25905593,038_25905593,Canon PowerShot SX710,Canon PowerShot SX710,,,,,,,,,,"Compact 30x superzoom, easy to take everywhere The pocket-sized PowerShot SX710 HS is packed with our most powerful imaging technology and an impressive 30x zoom for capturing detail at a distance. It’s designed to let you travel light and capture superb quality images and movies wherever life takes you. Share more of your adventures. Wi-Fi with Dynamic NFC makes it simple to transfer images to compatible smartphones, tablets or the Canon Connect Station, while Image Sync automatically backs up all new images to the cloud, your smartphone and your PC. A 20.3 Megapixel sensor and our powerful DIGIC 6 processor are combined in HS System to give you vivid, crisp and clear shots in any situation. It lets you preserve the true atmosphere, even of dark scenes, with accurate colours, low noise and without having to use the flash.","Kompakte 30fach Zoomkamera, die man überall mitnehmen kann Diese ultra-kompakte Kamera ist so klein, dass sie in jede Tasche passt und so überall mit hingenommen werden kann – das macht sie zum idealen Reisebegleiter. Mit dem 30fach optischen Zoom und 60fach ZoomPlus kommen Sie ganz nah ans Geschehen ran und halten jedes beeindruckende Detail fest. Der erweiterte Zoom-Assistent hilft Ihnen dabei immer die perfekte Bildkomposition zu halten. Der 5-achsige, intelligente optische Bildstabilisator passt sich automatisch der Situation an und ermöglicht gestochen scharfe und detailreiche Fotos und Movies – selbst bei wenig Licht oder vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -039,25904010,039_25904010,Canon PowerShot SX610,Canon PowerShot SX610,,,,,,,,,,"Optical Quality Capture quality images from a distance with a 20.2 MP, 25mm wide, 18x optical zoom lens. Hybrid Auto mode records 4 seconds of video before each shot then compiles them all into a single video. With built in NFC and Wi-Fi its so easy to share your happy snaps to your favourite social media platforms. Expand your creative photography skills through applying a range of artistic presets such as toy camera or fish eye effect. Capture images remotely and view live images from the camera via your phone and the Camera Connect app. Bring your memories to life as you experience videos on Full HD quality in 30p/MP4 recording. ","Stets beste Ergebnisse Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera ermöglicht selbst bei wenig Licht oder hohen Zoomwerten gestochen scharfe und detailreiche Aufnahmen aus der freien Hand. WLAN bietet Ihnen zahlreiche Möglichkeiten. Fotos und Movies können direkt von der Kamera auf soziale Netzwerke hochgeladen werden und per dynamischem NFC auf Smartphone oder Tablet. Mit der Canon Camera Connect App wird eine Fernbedienung der Kamera über ein Smartphone ermöglicht. Backup auf einem PC oder in der Cloud ist dank Image Sync kein Problem. Verbindet man die Kamera mit einer Canon Connect Station, lassen sich Fotos und Movies mit Freunden und Familie am heimischen HD-Fernsehgerät betrachten oder man teilt sie von dort aus mit der ganzen Welt über soziale Netzwerke und Online-Alben wie irista.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -040,25904665,040_25904665,Canon PowerShot SX610,Canon PowerShot SX610,,,,,,,,,,"Optical Quality Capture quality images from a distance with a 20.2 MP, 25mm wide, 18x optical zoom lens. Hybrid Auto mode records 4 seconds of video before each shot then compiles them all into a single video. With built in NFC and Wi-Fi its so easy to share your happy snaps to your favourite social media platforms. Expand your creative photography skills through applying a range of artistic presets such as toy camera or fish eye effect. Capture images remotely and view live images from the camera via your phone and the Camera Connect app. Bring your memories to life as you experience videos on Full HD quality in 30p/MP4 recording. ","Stets beste Ergebnisse Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera ermöglicht selbst bei wenig Licht oder hohen Zoomwerten gestochen scharfe und detailreiche Aufnahmen aus der freien Hand. WLAN bietet Ihnen zahlreiche Möglichkeiten. Fotos und Movies können direkt von der Kamera auf soziale Netzwerke hochgeladen werden und per dynamischem NFC auf Smartphone oder Tablet. Mit der Canon Camera Connect App wird eine Fernbedienung der Kamera über ein Smartphone ermöglicht. Backup auf einem PC oder in der Cloud ist dank Image Sync kein Problem. Verbindet man die Kamera mit einer Canon Connect Station, lassen sich Fotos und Movies mit Freunden und Familie am heimischen HD-Fernsehgerät betrachten oder man teilt sie von dort aus mit der ganzen Welt über soziale Netzwerke und Online-Alben wie irista.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -041,25904691,041_25904691,Canon PowerShot SX610,Canon PowerShot SX610,,,,,,,,,,"Optical Quality Capture quality images from a distance with a 20.2 MP, 25mm wide, 18x optical zoom lens. Hybrid Auto mode records 4 seconds of video before each shot then compiles them all into a single video. With built in NFC and Wi-Fi its so easy to share your happy snaps to your favourite social media platforms. Expand your creative photography skills through applying a range of artistic presets such as toy camera or fish eye effect. Capture images remotely and view live images from the camera via your phone and the Camera Connect app. Bring your memories to life as you experience videos on Full HD quality in 30p/MP4 recording. ","Stets beste Ergebnisse Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera ermöglicht selbst bei wenig Licht oder hohen Zoomwerten gestochen scharfe und detailreiche Aufnahmen aus der freien Hand. WLAN bietet Ihnen zahlreiche Möglichkeiten. Fotos und Movies können direkt von der Kamera auf soziale Netzwerke hochgeladen werden und per dynamischem NFC auf Smartphone oder Tablet. Mit der Canon Camera Connect App wird eine Fernbedienung der Kamera über ein Smartphone ermöglicht. Backup auf einem PC oder in der Cloud ist dank Image Sync kein Problem. Verbindet man die Kamera mit einer Canon Connect Station, lassen sich Fotos und Movies mit Freunden und Familie am heimischen HD-Fernsehgerät betrachten oder man teilt sie von dort aus mit der ganzen Welt über soziale Netzwerke und Online-Alben wie irista.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -042,31040075,042_31040075,Samsung Galaxy S7,Samsung Galaxy S7,,,,,,,,,,"Smart Design The beauty of what we've engineered is to give you the slimmest feel in your hand without compromising the big screen size. The elegantly curved front and back fit in your palm just right. It's as beautiful to look at as it is to use. We spent a long time perfecting the curves of the Galaxy S7 edge and S7. Using a proprietary process called 3D Thermoforming, we melted 3D glass to curve with such precision that it meets the curved metal alloy to create an exquisitely seamless and strong unibody. The dual-curve backs on the Galaxy S7 edge and S7 are the reason why they feel so comfortable when you hold them. Everything about the design, from the naturally flowing lines to the thin form factor, come together to deliver a grip that's so satisfying, you won't want to let go.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -043,31040074,043_31040074,Samsung Galaxy S7,Samsung Galaxy S7,,,,,,,,,,"Smart Design The beauty of what we've engineered is to give you the slimmest feel in your hand without compromising the big screen size. The elegantly curved front and back fit in your palm just right. It's as beautiful to look at as it is to use. We spent a long time perfecting the curves of the Galaxy S7 edge and S7. Using a proprietary process called 3D Thermoforming, we melted 3D glass to curve with such precision that it meets the curved metal alloy to create an exquisitely seamless and strong unibody. The dual-curve backs on the Galaxy S7 edge and S7 are the reason why they feel so comfortable when you hold them. Everything about the design, from the naturally flowing lines to the thin form factor, come together to deliver a grip that's so satisfying, you won't want to let go.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -044,31040076,044_31040076,Samsung Galaxy S7,Samsung Galaxy S7,,,,,,,,,,"Smart Design The beauty of what we've engineered is to give you the slimmest feel in your hand without compromising the big screen size. The elegantly curved front and back fit in your palm just right. It's as beautiful to look at as it is to use. We spent a long time perfecting the curves of the Galaxy S7 edge and S7. Using a proprietary process called 3D Thermoforming, we melted 3D glass to curve with such precision that it meets the curved metal alloy to create an exquisitely seamless and strong unibody. The dual-curve backs on the Galaxy S7 edge and S7 are the reason why they feel so comfortable when you hold them. Everything about the design, from the naturally flowing lines to the thin form factor, come together to deliver a grip that's so satisfying, you won't want to let go.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -045,26408558,045_26408558,Samsung Galaxy S6,Samsung Galaxy S6,,,,,,,,,,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -046,26408563,046_26408563,Samsung Galaxy S6,Samsung Galaxy S6,,,,,,,,,,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -047,26408568,047_26408568,Samsung Galaxy S6,Samsung Galaxy S6,,,,,,,,,,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -048,26403666,048_26403666,Samsung Galaxy S6,Samsung Galaxy S6,,,,,,,,,,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -049,30395396,049_30395396,Samsung Galaxy A5,Samsung Galaxy A5,,,,,,,,,,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -050,31080444,050_31080444,Samsung Galaxy A5,Samsung Galaxy A5,,,,,,,,,,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -051,29567823,051_29567823,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,storage_capacity,32 GB,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -051,30107816,051_30107816,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,storage_capacity,64 GB,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -051,30614390,051_30614390,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,storage_capacity,128 GB,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -052,29567823,052_29567823,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,storage_capacity,32 GB,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -052,30107816,052_30107816,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,storage_capacity,64 GB,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -052,30614390,052_30614390,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,storage_capacity,128 GB,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -053,29567823,053_29567823,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,storage_capacity,32 GB,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -053,30107816,053_30107816,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,storage_capacity,64 GB,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -053,30614390,053_30614390,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,storage_capacity,128 GB,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -054,29406182,054_29406182,Acer Liquid Z630,Acer Liquid Z630,,,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Für mehr Spaß Das 13,97 cm (5,5 Zoll) große HD-Display wird von einem beeindruckenden 64-Bit-Quad-Core-Prozessor angetrieben, der schnelle Reaktionszeiten bietet und fehlerfreie Videos, Spiele sowie reibungsloses Surfen im Internet ermöglicht. Ein Akku mit 4000 mAh liefert mehr als genug Leistung für den ganzen Tag. Beeindrucken Sie Ihre Freunde mit einem Telefon, das schöne Weitwinkel-Selfies macht, sobald Sie „Cheese“ oder „Aufnahme“ oder „Lächeln“ sagen. Die 8-MP-Selfies machen sich sehr gut auf dem IPS1 -Display, auf dem Sie Bilder optimal aus jedem Winkel betrachten können. Seien Sie der Star, wenn Sie Ihren Freunden anbieten, mit Ihrem Telefon deren Telefone aufzuladen – das geht über den Micro-USB-Ladeanschluss2. Dieser Anschluss kann auch verwendet werden, um einen USB-Stick3 einzustecken – und dann Medien wiederzugeben, Dateien herunterzuladen, diese zu speichern und freizugeben. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -055,29406184,055_29406184,Acer Liquid Z630,Acer Liquid Z630,,,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Für mehr Spaß Das 13,97 cm (5,5 Zoll) große HD-Display wird von einem beeindruckenden 64-Bit-Quad-Core-Prozessor angetrieben, der schnelle Reaktionszeiten bietet und fehlerfreie Videos, Spiele sowie reibungsloses Surfen im Internet ermöglicht. Ein Akku mit 4000 mAh liefert mehr als genug Leistung für den ganzen Tag. Beeindrucken Sie Ihre Freunde mit einem Telefon, das schöne Weitwinkel-Selfies macht, sobald Sie „Cheese“ oder „Aufnahme“ oder „Lächeln“ sagen. Die 8-MP-Selfies machen sich sehr gut auf dem IPS1 -Display, auf dem Sie Bilder optimal aus jedem Winkel betrachten können. Seien Sie der Star, wenn Sie Ihren Freunden anbieten, mit Ihrem Telefon deren Telefone aufzuladen – das geht über den Micro-USB-Ladeanschluss2. Dieser Anschluss kann auch verwendet werden, um einen USB-Stick3 einzustecken – und dann Medien wiederzugeben, Dateien herunterzuladen, diese zu speichern und freizugeben. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -056,31714843,056_31714843,Acer Liquid Zest 4G,Acer Liquid Zest 4G,,,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Unvergessliche Momente einfangen Mit einer 8-MP-Kamera und 4G2 können Sie einzigartige Momente jederzeit einfangen und direkt mit anderen teilen, egal wo Sie sind. Dieser Moment ist nichts ohne Sie und Ihre Freunde? Kein Problem, denn dank des 85-Grad-Weitwinkelobjektivs der 5-MP-Frontkamera passen genügend Personen auf Ihre Fotos für unvergessliche Selfies. DTS® Studio Sound1 bietet satte Bässe und kristallklare Dialoge bei maximaler Lautstärke ohne jegliche Verzerrungen. Gleichzeitig sorgt DTS-HD® Premium für einen volleren Surround Sound und ein beeindruckendes 3D-Audioerlebnis über Ihre Kopfhörer. Erleben Sie grenzenlose Bildqualität aus fast jedem Betrachtungswinkel auf einem 12,7 cm (5-Zoll)-IPS-Display. Dank Zero Air Gap-Technologie bleibt die Bildqualität auch bei hellem Sonnenlicht gleich, während die On-Cell Touch-Technologie störende Bildschirmreflexionen reduziert. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -057,32007641,057_32007641,Acer Liquid Zest 4G,Acer Liquid Zest 4G,,,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Unvergessliche Momente einfangen Mit einer 8-MP-Kamera und 4G2 können Sie einzigartige Momente jederzeit einfangen und direkt mit anderen teilen, egal wo Sie sind. Dieser Moment ist nichts ohne Sie und Ihre Freunde? Kein Problem, denn dank des 85-Grad-Weitwinkelobjektivs der 5-MP-Frontkamera passen genügend Personen auf Ihre Fotos für unvergessliche Selfies. DTS® Studio Sound1 bietet satte Bässe und kristallklare Dialoge bei maximaler Lautstärke ohne jegliche Verzerrungen. Gleichzeitig sorgt DTS-HD® Premium für einen volleren Surround Sound und ein beeindruckendes 3D-Audioerlebnis über Ihre Kopfhörer. Erleben Sie grenzenlose Bildqualität aus fast jedem Betrachtungswinkel auf einem 12,7 cm (5-Zoll)-IPS-Display. Dank Zero Air Gap-Technologie bleibt die Bildqualität auch bei hellem Sonnenlicht gleich, während die On-Cell Touch-Technologie störende Bildschirmreflexionen reduziert. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -058,24245592,058_24245592,Acer Liquid Jade,Acer Liquid Jade,series,Jade Plus,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -058,26175504,058_26175504,Acer Liquid Jade,Acer Liquid Jade,series,Jade Z,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -059,24245592,059_24245592,Acer Liquid Jade,Acer Liquid Jade,series,Jade Plus,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -059,26175504,059_26175504,Acer Liquid Jade,Acer Liquid Jade,series,Jade Z,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -059,26027598,059_26027598,Acer Liquid Jade,Acer Liquid Jade,series,Jade S,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -060,24245592,060_24245592,Acer Liquid Jade,Acer Liquid Jade,series,Jade Plus,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -060,26175504,060_26175504,Acer Liquid Jade,Acer Liquid Jade,series,Jade Z,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -060,26027598,060_26027598,Acer Liquid Jade,Acer Liquid Jade,series,Jade S,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -061,24752508,061_24752508,Samsung Galaxy Note 4,Samsung Galaxy Note 4,,,,,,,,,,"Powerful Performance that Matters the Most to You ​The Galaxy Note 4 embraces Samsung’s heritage of an unrivaled Galaxy mobile experience. Its extraordinary 5.7-inch Quad HD (2560x1440) Super AMOLED display reproduces clearer and more vivid images with deep contrast, better viewing angles, and response times as fast as a millionth of a second, providing a tremendous viewing experience. Due to its large screen, the refined Multi Window feature is able to maximize the user’s experience providing them with the key to easier multi-tasking. Users can choose how they access their applications with full, split or pop-up screens, and easily change the size and positioning of apps on the screen with one intuitive swipe. ​The Galaxy Note 4 also offers an improved Fingerprint Scanner, to secure personal data and the world’s first UV sensor in a mobile device.​","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -062,24752467,062_24752467,Samsung Galaxy Note 4,Samsung Galaxy Note 4,,,,,,,,,,"Powerful Performance that Matters the Most to You ​The Galaxy Note 4 embraces Samsung’s heritage of an unrivaled Galaxy mobile experience. Its extraordinary 5.7-inch Quad HD (2560x1440) Super AMOLED display reproduces clearer and more vivid images with deep contrast, better viewing angles, and response times as fast as a millionth of a second, providing a tremendous viewing experience. Due to its large screen, the refined Multi Window feature is able to maximize the user’s experience providing them with the key to easier multi-tasking. Users can choose how they access their applications with full, split or pop-up screens, and easily change the size and positioning of apps on the screen with one intuitive swipe. ​The Galaxy Note 4 also offers an improved Fingerprint Scanner, to secure personal data and the world’s first UV sensor in a mobile device.​","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -063,29231675,063_29231675,Samsung Galaxy S4 Mini,Samsung Galaxy S4 Mini,,,,,,,,,,"Compact design that fits you perfectly well A more sleek and compact design has been integrated with the premium Samsung GALAXY S4. The beautifully slim design of the GALAXY S4 Mini means you can take it with you anywhere and anytime. Outstanding CMF with a vivid & wide 4.3 inch qHD sAMOLED display delivers great aesthetics without compromising performance. The artistically compact design delivers additional comfort and can perfectly fit in one hand. GALAXY S4 Mini is ready to fully support for any occasion. The outstanding hardware performance enables you to do more tasks easily and quickly. Upgraded processor, big enough memories, embedded high resolution camera system, and various connection options offer you a confidence to face endless challenge which turns daily routine into special moments. Even though you have no Wi-Fi or network connection, you can access to others and easily share all joys. The Group Play makes a group among Samsung GALAXY Series and offers various sharing options including becoming a part of speaker system, creating a photo collage, and playing a game against others and so on.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -064,18404924,064_18404924,Samsung Galaxy S4 Mini,Samsung Galaxy S4 Mini,,,,,,,,,,"Compact design that fits you perfectly well A more sleek and compact design has been integrated with the premium Samsung GALAXY S4. The beautifully slim design of the GALAXY S4 Mini means you can take it with you anywhere and anytime. Outstanding CMF with a vivid & wide 4.3 inch qHD sAMOLED display delivers great aesthetics without compromising performance. The artistically compact design delivers additional comfort and can perfectly fit in one hand. GALAXY S4 Mini is ready to fully support for any occasion. The outstanding hardware performance enables you to do more tasks easily and quickly. Upgraded processor, big enough memories, embedded high resolution camera system, and various connection options offer you a confidence to face endless challenge which turns daily routine into special moments. Even though you have no Wi-Fi or network connection, you can access to others and easily share all joys. The Group Play makes a group among Samsung GALAXY Series and offers various sharing options including becoming a part of speaker system, creating a photo collage, and playing a game against others and so on.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -065,23294027,065_23294027,Samsung Galaxy S5 mini,Samsung Galaxy S5 mini,,,,,,,,,,"Galaxy S5 mini continues Samsung design legacy and flagship experience Outfitted with a 4.5-inch HD Super AMOLED display, the Galaxy S5 mini delivers a wide and vivid viewing experience, and its compact size provides users with additional comfort, allowing for easy operation with only one hand. Like the Galaxy S5, the Galaxy S5 mini features a unique perforated pattern on the back cover creating a modern and sleek look, along with a premium, soft touch grip. The Galaxy S5 mini enables users to enjoy the same flagship experience as the Galaxy S5 with innovative features including IP67 certification, Ultra Power Saving Mode, a heart rate monitor, fingerprint scanner, and connectivity with the latest Samsung wearable devices.The Galaxy S5 mini comes equipped with a powerful Quad Core 1.4 GHz processor and 1.5GM RAM for seamless multi-tasking, faster webpage loading, softer UI transition, and quick power up. The high-resolution 8MP camera delivers crisp and clear photos and videos, while the Galaxy S5 mini’s support of LTE Category 4 provides users with ultra-fast downloads of movies and games on-the-go. ","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -066,23294028,066_23294028,Samsung Galaxy S5 mini,Samsung Galaxy S5 mini,,,,,,,,,,"Galaxy S5 mini continues Samsung design legacy and flagship experience Outfitted with a 4.5-inch HD Super AMOLED display, the Galaxy S5 mini delivers a wide and vivid viewing experience, and its compact size provides users with additional comfort, allowing for easy operation with only one hand. Like the Galaxy S5, the Galaxy S5 mini features a unique perforated pattern on the back cover creating a modern and sleek look, along with a premium, soft touch grip. The Galaxy S5 mini enables users to enjoy the same flagship experience as the Galaxy S5 with innovative features including IP67 certification, Ultra Power Saving Mode, a heart rate monitor, fingerprint scanner, and connectivity with the latest Samsung wearable devices.The Galaxy S5 mini comes equipped with a powerful Quad Core 1.4 GHz processor and 1.5GM RAM for seamless multi-tasking, faster webpage loading, softer UI transition, and quick power up. The high-resolution 8MP camera delivers crisp and clear photos and videos, while the Galaxy S5 mini’s support of LTE Category 4 provides users with ultra-fast downloads of movies and games on-the-go. ","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -067,24241408,067_24241408,Samsung Galaxy S5 mini,Samsung Galaxy S5 mini,,,,,,,,,,"Galaxy S5 mini continues Samsung design legacy and flagship experience Outfitted with a 4.5-inch HD Super AMOLED display, the Galaxy S5 mini delivers a wide and vivid viewing experience, and its compact size provides users with additional comfort, allowing for easy operation with only one hand. Like the Galaxy S5, the Galaxy S5 mini features a unique perforated pattern on the back cover creating a modern and sleek look, along with a premium, soft touch grip. The Galaxy S5 mini enables users to enjoy the same flagship experience as the Galaxy S5 with innovative features including IP67 certification, Ultra Power Saving Mode, a heart rate monitor, fingerprint scanner, and connectivity with the latest Samsung wearable devices.The Galaxy S5 mini comes equipped with a powerful Quad Core 1.4 GHz processor and 1.5GM RAM for seamless multi-tasking, faster webpage loading, softer UI transition, and quick power up. The high-resolution 8MP camera delivers crisp and clear photos and videos, while the Galaxy S5 mini’s support of LTE Category 4 provides users with ultra-fast downloads of movies and games on-the-go. ","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -068,21927453,068_21927453,Samsung Galaxy S5,Samsung Galaxy S5,,,,,,,,,,"Capture the moments that matter Capturing and saving precious memories is one of the most important smartphone features today. The new Galaxy S5 offers superior camera functionality, featuring a 16 megapixel camera with an enhanced menu and user interface that allow consumers to effortlessly take, edit and share photos. The Galaxy S5 offers the world’s fastest autofocus speed up to 0.3 seconds and the advanced High Dynamic Range (HDR), reproduce natural light and color with striking intensity at any circumstances. Also new Selective Focus feature allows users to focus on a specific area of an object while simultaneously blurring out the background. With this capability, consumers no longer need a special lens kit to create a shallow depth of field (DOF) effect. The Galaxy S5 offers the most advanced LTE experience and Wi-Fi performance available today, ensuring blazing fast data speeds for unrivaled media consumption and productivity.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -069,21919624,069_21919624,Samsung Galaxy S5,Samsung Galaxy S5,,,,,,,,,,"Capture the moments that matter Capturing and saving precious memories is one of the most important smartphone features today. The new Galaxy S5 offers superior camera functionality, featuring a 16 megapixel camera with an enhanced menu and user interface that allow consumers to effortlessly take, edit and share photos. The Galaxy S5 offers the world’s fastest autofocus speed up to 0.3 seconds and the advanced High Dynamic Range (HDR), reproduce natural light and color with striking intensity at any circumstances. Also new Selective Focus feature allows users to focus on a specific area of an object while simultaneously blurring out the background. With this capability, consumers no longer need a special lens kit to create a shallow depth of field (DOF) effect. The Galaxy S5 offers the most advanced LTE experience and Wi-Fi performance available today, ensuring blazing fast data speeds for unrivaled media consumption and productivity.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -070,133745031,070_133745031,Samsung Galaxy Ace,Samsung Galaxy Ace,series,Ace 2,,,,,internal_storage_capacity,2.1 GB,//uk.icecat.biz/en/p/samsung/gt-i8160okabtu/smartphones-8806085027312-Samsung-Galaxy-Ace-2-GT-I8160-2-1GB-16M-13374503.html,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -070,203704321,070_203704321,Samsung Galaxy Ace,Samsung Galaxy Ace,series,Ace 2,,,,,internal_storage_capacity,8 GB,//uk.icecat.biz/en/p/samsung/gt-s7275uwnbtu/smartphones-Samsung-Galaxy-Ace-3-GT-S7275-8GB-4G-White-20370432.html,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -070,133913221,070_133913221,Samsung Galaxy Ace,Samsung Galaxy Ace,series,Ace 3,,,,,internal_storage_capacity,2.1 GB,//uk.icecat.biz/en/p/samsung/gt-s7500ababtu/smartphones-Samsung-Galaxy-Ace-Plus-GT-S7500-2-7GB-Black-13391322.html,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -070,133745032,070_133745032,Samsung Galaxy Ace,Samsung Galaxy Ace,series,Ace 3,,,,,internal_storage_capacity,8 GB,//uk.icecat.biz/en/p/samsung/gt-i8160okabtu/smartphones-8806085027312-Samsung-Galaxy-Ace-2-GT-I8160-2-1GB-16M-13374503.html,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -070,203704322,070_203704322,Samsung Galaxy Ace,Samsung Galaxy Ace,series,Ace 3,,,,,internal_storage_capacity,2.7 GB,//uk.icecat.biz/en/p/samsung/gt-s7275uwnbtu/smartphones-Samsung-Galaxy-Ace-3-GT-S7275-8GB-4G-White-20370432.html,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -070,133913222,070_133913222,Samsung Galaxy Ace,Samsung Galaxy Ace,series,Ace Plus,,,,,internal_storage_capacity,8 GB,//uk.icecat.biz/en/p/samsung/gt-s7500ababtu/smartphones-Samsung-Galaxy-Ace-Plus-GT-S7500-2-7GB-Black-13391322.html,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -070,133745033,070_133745033,Samsung Galaxy Ace,Samsung Galaxy Ace,series,Ace Plus,,,,,internal_storage_capacity,2.7 GB,//uk.icecat.biz/en/p/samsung/gt-i8160okabtu/smartphones-8806085027312-Samsung-Galaxy-Ace-2-GT-I8160-2-1GB-16M-13374503.html,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -071,26974343,071_26974343,Samsung Galaxy Xcover 3,Samsung Galaxy Xcover 3,,,,,,,,,//uk.icecat.biz/en/p/samsung/sm-g388fdsaato/smartphones-Samsung-Galaxy-Xcover-3-8GB-4G-Grey-Silver-26974343.html,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -072,19618271,072_19618271,Samsung Galaxy Note 3,Samsung Galaxy Note 3,storage_capacity,32 GB,,,,,,,//uk.icecat.biz/en/p/samsung/sm-n9005zkebtu/smartphones-8806085777316-Samsung-Galaxy-Note-3-SM-N9005-32GB-4G-Black-19618271.html,"Leather stitch design Expanding the groundbreaking Galaxy Note experience, Note3 neo tilts the balance towards distinctive design factor and innovative, remarkably easy functionality. Its winning style starts with attractive leather-look design and fun colour option. Sensational S Pen combines striking “air commands” with powerful usability and awesome multitasking. Perfect host device to Galaxy Gear, a smartwatch companion that provides the most integrated Note experience yet. Galaxy Note3 Neo sports a distinctively sleek, leather-like back cover with top-stitch design that sets it apart -- it’s no ordinary device. Protective and pleasing to the palm, it’s secure to grip or lay on any surface without slippage.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -072,21927455,072_21927455,Samsung Galaxy Note 3,Samsung Galaxy Note 3,storage_capacity,16 GB,,,,,,,//uk.icecat.biz/en/p/samsung/sm-n7505zwabtu/smartphones-Samsung-Galaxy-Note-3-Neo-SM-N7505-16GB-4G-White-21927455.html,"Leather stitch design Expanding the groundbreaking Galaxy Note experience, Note3 neo tilts the balance towards distinctive design factor and innovative, remarkably easy functionality. Its winning style starts with attractive leather-look design and fun colour option. Sensational S Pen combines striking “air commands” with powerful usability and awesome multitasking. Perfect host device to Galaxy Gear, a smartwatch companion that provides the most integrated Note experience yet. Galaxy Note3 Neo sports a distinctively sleek, leather-like back cover with top-stitch design that sets it apart -- it’s no ordinary device. Protective and pleasing to the palm, it’s secure to grip or lay on any surface without slippage.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -073,19618271,073_19618271,Samsung Galaxy Note 3,Samsung Galaxy Note 3,storage_capacity,32 GB,,,,,,,,"Leather stitch design Expanding the groundbreaking Galaxy Note experience, Note3 neo tilts the balance towards distinctive design factor and innovative, remarkably easy functionality. Its winning style starts with attractive leather-look design and fun colour option. Sensational S Pen combines striking “air commands” with powerful usability and awesome multitasking. Perfect host device to Galaxy Gear, a smartwatch companion that provides the most integrated Note experience yet. Galaxy Note3 Neo sports a distinctively sleek, leather-like back cover with top-stitch design that sets it apart -- it’s no ordinary device. Protective and pleasing to the palm, it’s secure to grip or lay on any surface without slippage.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -073,21927455,073_21927455,Samsung Galaxy Note 3,Samsung Galaxy Note 3,storage_capacity,16 GB,,,,,,,,"Leather stitch design Expanding the groundbreaking Galaxy Note experience, Note3 neo tilts the balance towards distinctive design factor and innovative, remarkably easy functionality. Its winning style starts with attractive leather-look design and fun colour option. Sensational S Pen combines striking “air commands” with powerful usability and awesome multitasking. Perfect host device to Galaxy Gear, a smartwatch companion that provides the most integrated Note experience yet. Galaxy Note3 Neo sports a distinctively sleek, leather-like back cover with top-stitch design that sets it apart -- it’s no ordinary device. Protective and pleasing to the palm, it’s secure to grip or lay on any surface without slippage.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -074,29641053,074_29641053,Samsung Galaxy Tab S2,Samsung Galaxy Tab S2,,,,,,,,,,"Seamless Multitasking Multitask like a pro with the Galaxy Tab S2. Watch HD movies while you are flicking through a digital magazine or an e-book, or surfing the net. Run multiple apps in split screen mode or in draggable pop-up windows. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. The Galaxy Tab S2’s 4 : 3 ratio display provides you with an ideal environment for performing office tasks. Use the Galaxy Tab S2’s Book Cover Keyboard, a desktop PC-like experience boon when you need to work on a range of documents. Enjoy greater flexibility than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -075,29401702,075_29401702,Samsung Galaxy Tab S2,Samsung Galaxy Tab S2,,,,,,,,,,"Seamless Multitasking Multitask like a pro with the Galaxy Tab S2. Watch HD movies while you are flicking through a digital magazine or an e-book, or surfing the net. Run multiple apps in split screen mode or in draggable pop-up windows. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. The Galaxy Tab S2’s 4 : 3 ratio display provides you with an ideal environment for performing office tasks. Use the Galaxy Tab S2’s Book Cover Keyboard, a desktop PC-like experience boon when you need to work on a range of documents. Enjoy greater flexibility than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -076,24394207,076_24394207,Sony Xperia Z3 Compact,Sony Xperia Z3 Compact,,,,,,,,,,"Dive into new experiences Xperia Z3 Compact is the smartphone designed to enhance your life. And life isn’t lived inside. With the highest waterproof rating*, Xperia Z3 Compact lets you answer calls in the rain or take pictures in the pool. And it can handle all the drops into the sink in between. Combined with a slim, compact design that’s easy to use with one hand, Xperia Z3 Compact is the Android smartphone that teams durability with beauty. Some of the best times happen in the lowest light. Years of Sony camera expertise have been brought to Xperia Z3 Compact, to deliver unparalleled low-light capability. Thanks to Cyber-shot and Handycam technologies you can record stunning videos on the move and take crisp shots under water. Want to take your shots to the next level? Get creative with our unique camera apps. It’s our best smartphone camera yet – for memories that deserve more than good.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -077,24584210,077_24584210,Sony Xperia Z3 Compact,Sony Xperia Z3 Compact,,,,,,,,,,"Dive into new experiences Xperia Z3 Compact is the smartphone designed to enhance your life. And life isn’t lived inside. With the highest waterproof rating*, Xperia Z3 Compact lets you answer calls in the rain or take pictures in the pool. And it can handle all the drops into the sink in between. Combined with a slim, compact design that’s easy to use with one hand, Xperia Z3 Compact is the Android smartphone that teams durability with beauty. Some of the best times happen in the lowest light. Years of Sony camera expertise have been brought to Xperia Z3 Compact, to deliver unparalleled low-light capability. Thanks to Cyber-shot and Handycam technologies you can record stunning videos on the move and take crisp shots under water. Want to take your shots to the next level? Get creative with our unique camera apps. It’s our best smartphone camera yet – for memories that deserve more than good.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -078,24602396,078_24602396,Sony Xperia Z3 Compact,Sony Xperia Z3 Compact,,,,,,,,,,"Dive into new experiences Xperia Z3 Compact is the smartphone designed to enhance your life. And life isn’t lived inside. With the highest waterproof rating*, Xperia Z3 Compact lets you answer calls in the rain or take pictures in the pool. And it can handle all the drops into the sink in between. Combined with a slim, compact design that’s easy to use with one hand, Xperia Z3 Compact is the Android smartphone that teams durability with beauty. Some of the best times happen in the lowest light. Years of Sony camera expertise have been brought to Xperia Z3 Compact, to deliver unparalleled low-light capability. Thanks to Cyber-shot and Handycam technologies you can record stunning videos on the move and take crisp shots under water. Want to take your shots to the next level? Get creative with our unique camera apps. It’s our best smartphone camera yet – for memories that deserve more than good.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -079,24394211,079_24394211,Sony Xperia Z3,Sony Xperia Z3,,,,,,,,,,"Dive into new experiences Xperia Z3 is the smartphone that does more and goes further – whether further is a run in the rain or a dive into the pool on a sunny summer holiday. With the highest waterproof rating*, you can find your way in a downpour, take pictures underwater or just wipe off your phone after an unexpected spill. Combined with a super-slim body and aluminium frame, Xperia Z3 is the Android smartphone that teams durability with beauty. Your best moments deserve more than dark, blurry shots. Years of Sony camera expertise have been brought to Xperia Z3, a premium phone with Cyber-shot and Handycam technologies. So you can capture the laughter in any light, shoot steady videos on the move and take crisp shots underwater. And when you want to make great pictures and videos even better? You can unleash your creativity with our widest ever choice of unique Xperia camera apps. It’s our best smartphone camera yet, to make sure your memories are as vibrant as real life.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -080,24394206,080_24394206,Sony Xperia Z3,Sony Xperia Z3,,,,,,,,,,"Dive into new experiences Xperia Z3 is the smartphone that does more and goes further – whether further is a run in the rain or a dive into the pool on a sunny summer holiday. With the highest waterproof rating*, you can find your way in a downpour, take pictures underwater or just wipe off your phone after an unexpected spill. Combined with a super-slim body and aluminium frame, Xperia Z3 is the Android smartphone that teams durability with beauty. Your best moments deserve more than dark, blurry shots. Years of Sony camera expertise have been brought to Xperia Z3, a premium phone with Cyber-shot and Handycam technologies. So you can capture the laughter in any light, shoot steady videos on the move and take crisp shots underwater. And when you want to make great pictures and videos even better? You can unleash your creativity with our widest ever choice of unique Xperia camera apps. It’s our best smartphone camera yet, to make sure your memories are as vibrant as real life.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -081,22196533,081_22196533,TomTom Multi-Sport Cardio,TomTom Multi-Sport Cardio,,,,,,,,,,"Multi-platform compatibility Get accurate heart-rate information without the need for a separate chest strap. Your heart rate is measured through a sensor in the watch that monitors changes in the blood flow in your wrist. This is done by shining light through the skin and detecting the changing light reflections. See real-time running, cycling and swimming information at a glance. Track your distance, time, pace, speed and calories burnt as you train on an extra-large display. Select a zone to match your training goal and always know whether you need to speed up or slow down.Heart rate monitoring is the single most accurate means to understand how your body is responding to exercise.","Innovative Technologie Erhalten Sie genaue Informationen zu Ihrer Herzfrequenz, ohne einen separaten Brustgurt tragen zu müssen. Ihre Herzfrequenz wird mithilfe eines Sensors in der Uhr gemessen, der Änderungen des Blutflusses an Ihrem Handgelenk feststellt. Dabei wird Licht durch die Haut geleitet, um Veränderungen bei den Lichtreflexionen festzustellen. Sehen Sie Echtzeitinformationen zu Ihrem Lauf, Ihrer Rad- und Schwimmeinheit auf einen Blick. Verfolgen Sie Ihre Distanz, Zeit, Ihr Tempo, Ihre Geschwindigkeit und Ihre verbrannten Kalorien während des Trainings auf einem extragroßen Display. Unabhängige Tests ergaben, dass der eingebaute Herzfrequenzmesser im Vergleich zur Elektrokardiografie „extrem präzise“ arbeitet. Die Überwachung der Herzfrequenz ist die beste Methode, um zu verstehen, wie Ihr Körper auf das Training reagiert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -082,22196536,082_22196536,TomTom Multi-Sport Cardio,TomTom Multi-Sport Cardio,,,,,,,,,,"Multi-platform compatibility Get accurate heart-rate information without the need for a separate chest strap. Your heart rate is measured through a sensor in the watch that monitors changes in the blood flow in your wrist. This is done by shining light through the skin and detecting the changing light reflections. See real-time running, cycling and swimming information at a glance. Track your distance, time, pace, speed and calories burnt as you train on an extra-large display. Select a zone to match your training goal and always know whether you need to speed up or slow down.Heart rate monitoring is the single most accurate means to understand how your body is responding to exercise.","Innovative Technologie Erhalten Sie genaue Informationen zu Ihrer Herzfrequenz, ohne einen separaten Brustgurt tragen zu müssen. Ihre Herzfrequenz wird mithilfe eines Sensors in der Uhr gemessen, der Änderungen des Blutflusses an Ihrem Handgelenk feststellt. Dabei wird Licht durch die Haut geleitet, um Veränderungen bei den Lichtreflexionen festzustellen. Sehen Sie Echtzeitinformationen zu Ihrem Lauf, Ihrer Rad- und Schwimmeinheit auf einen Blick. Verfolgen Sie Ihre Distanz, Zeit, Ihr Tempo, Ihre Geschwindigkeit und Ihre verbrannten Kalorien während des Trainings auf einem extragroßen Display. Unabhängige Tests ergaben, dass der eingebaute Herzfrequenzmesser im Vergleich zur Elektrokardiografie „extrem präzise“ arbeitet. Die Überwachung der Herzfrequenz ist die beste Methode, um zu verstehen, wie Ihr Körper auf das Training reagiert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -083,30964018,083_30964018,Samsung Gear 2 Classic,Samsung Gear 2 Classic,,,,,,,,,,"S Health Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages.Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. We've partnered up with a growing portfolio of amazing apps to make Gear S2 work for you. From going the distance to keeping your home secure, everything is possible. Gear S2 comes full circle with a durable stainless steel body that sits slim and sleek on your wrist. Customizing the watch face and changing watch bands is so easy, it's a device for all occasions. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Browse reviews to find the most highly recommended local businesses including restaurants, bars, shops and more. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","S Health In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -084,30964019,084_30964019,Samsung Gear 2 Classic,Samsung Gear 2 Classic,,,,,,,,,,"S Health Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages.Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. We've partnered up with a growing portfolio of amazing apps to make Gear S2 work for you. From going the distance to keeping your home secure, everything is possible. Gear S2 comes full circle with a durable stainless steel body that sits slim and sleek on your wrist. Customizing the watch face and changing watch bands is so easy, it's a device for all occasions. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Browse reviews to find the most highly recommended local businesses including restaurants, bars, shops and more. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","S Health In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -085,29901936,085_29901936,Samsung Gear 2 Classic,Samsung Gear 2 Classic,,,,,,,,,,"S Health Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages.Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. We've partnered up with a growing portfolio of amazing apps to make Gear S2 work for you. From going the distance to keeping your home secure, everything is possible. Gear S2 comes full circle with a durable stainless steel body that sits slim and sleek on your wrist. Customizing the watch face and changing watch bands is so easy, it's a device for all occasions. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Browse reviews to find the most highly recommended local businesses including restaurants, bars, shops and more. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","S Health In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -086,30521602,086_30521602,Samsung Gear S2,Samsung Gear S2,,,,,,,,,,"Gear S2 X Atelier Mendini In a beautiful partnership, Alessandro Mendini brings his taste, humor and sense of color to the Gear S2. The result is a range of watch faces and watch bands that completes your personal style. Things you need most from your smartphone are available with a simple twist on Gear S2. Gently turn the Bezel to scroll through long emails, zoom into a map and play the next track. Life keeps getting better with every turn. Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages. Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -087,29901938,087_29901938,Samsung Gear S2,Samsung Gear S2,,,,,,,,,,"Gear S2 X Atelier Mendini In a beautiful partnership, Alessandro Mendini brings his taste, humor and sense of color to the Gear S2. The result is a range of watch faces and watch bands that completes your personal style. Things you need most from your smartphone are available with a simple twist on Gear S2. Gently turn the Bezel to scroll through long emails, zoom into a map and play the next track. Life keeps getting better with every turn. Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages. Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -088,29634940,088_29634940,Sony SWR12,Sony SWR12,,,,,,,,,,"Be more you SmartBand 2 keeps an eye on your pulse and stress level, checking how your energy rises and falls. Then you can see what keeps you calm, what makes you excited and everything in between. So you can start doing more of what makes you, you. With an inbuilt heart rate monitor, the SmartBand 2 constantly checks your pulse, whether you’re on the move or sitting at a desk. See what activities raise your heart rate, and how your heart returns to its normal resting rate. Walking, running or just rushing between meetings. However you move, the SmartBand 2 captures it all so you can see how active you’ve been. Even while you sleep the tracker is still working hard, monitoring how long and how sound your zzz really is. Check SmartBand 2 data from the past week, month, year and beyond on the Lifelog app. View on the timeline alongside other Lifelog entries, including events, photos and music. See how different activities, like a holiday or listening to your favourite tune, can alter your pulse and stress levels and learn how to balance your life.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -089,29634947,089_29634947,Sony SWR12,Sony SWR12,,,,,,,,,,"Be more you SmartBand 2 keeps an eye on your pulse and stress level, checking how your energy rises and falls. Then you can see what keeps you calm, what makes you excited and everything in between. So you can start doing more of what makes you, you. With an inbuilt heart rate monitor, the SmartBand 2 constantly checks your pulse, whether you’re on the move or sitting at a desk. See what activities raise your heart rate, and how your heart returns to its normal resting rate. Walking, running or just rushing between meetings. However you move, the SmartBand 2 captures it all so you can see how active you’ve been. Even while you sleep the tracker is still working hard, monitoring how long and how sound your zzz really is. Check SmartBand 2 data from the past week, month, year and beyond on the Lifelog app. View on the timeline alongside other Lifelog entries, including events, photos and music. See how different activities, like a holiday or listening to your favourite tune, can alter your pulse and stress levels and learn how to balance your life.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -090,24495844,090_24495844,Sony SmartWatch 3,Sony SmartWatch 3,,,,,,,,,,"The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated, casual, vibrant colours and fitness style, all made from the finest materials. Designed to perform and impress, this smartphone watch delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it. Tell SmartWatch 3 SWR50 smartphone watch what you want and it will do it. Search. Command. Find.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -091,25873091,091_25873091,Sony SmartWatch 3,Sony SmartWatch 3,,,,,,,,,,"The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated, casual, vibrant colours and fitness style, all made from the finest materials. Designed to perform and impress, this smartphone watch delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it. Tell SmartWatch 3 SWR50 smartphone watch what you want and it will do it. Search. Command. Find.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -092,24495842,092_24495842,Sony SmartWatch 3,Sony SmartWatch 3,,,,,,,,,,"The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated, casual, vibrant colours and fitness style, all made from the finest materials. Designed to perform and impress, this smartphone watch delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it. Tell SmartWatch 3 SWR50 smartphone watch what you want and it will do it. Search. Command. Find.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -093,24495843,093_24495843,Sony SmartWatch 3,Sony SmartWatch 3,,,,,,,,,,"The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated, casual, vibrant colours and fitness style, all made from the finest materials. Designed to perform and impress, this smartphone watch delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it. Tell SmartWatch 3 SWR50 smartphone watch what you want and it will do it. Search. Command. Find.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -094,27033003,094_27033003,Sony SWR50,Sony SWR50,,,,,,,,,,"Talk to it Tell the SmartWatch 3 SWR50 what you want and it will do it. Search. Command. Find. Even without your smartphone, SmartWatch 3 SWR50 is a fun and useful accessory. You can fill it with music to take with you if you’re going for a run. When you’re out, you can track your activity and movements as well as sync with your Lifelog when you come home. Even without your smartphone, SmartWatch 3 SWR50 is a fun and useful accessory. You can fill it with music to take with you if you’re going for a run. When you’re out, you can track your activity and movements as well as sync with your Lifelog when you come home. Designed to perform and impress, the SmartWatch 3 SWR50 delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -095,24235707,095_24235707,TomTom Golf,TomTom Golf,,,,,,,,,,"One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your shot. ","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -096,30856274,096_30856274,TomTom Golf,TomTom Golf,,,,,,,,,,"One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your shot. ","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -097,27290499,097_27290499,TomTom Golf,TomTom Golf,,,,,,,,,,"One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your shot. ","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -098,26192836,098_26192836,Hannspree sport watch,Hannspree Sportuhren,,,,,,,,,,"One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your shot. ","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -099,27207215,099_27207215,ASUS VivoWatch,ASUS VivoWatch,,,,,,,,,,"ASUS VivoPulse Technology Built-in heart rate sensor works in real time to help you exercise more efficiently, track calories burned, and measure your sleep quality more precisely. Convenient LED indicator informs you if you are performing aerobic exercise or are overexerting yourself. Learn about your sleep patterns and quality to feel your best. An easy-to-understand rating of overall wellbeing based on your amount of exercise and sleep quality. Stay up-to-date with your loved ones' well-being via app or website. 10 days under normal operation. ASUS VivoWatch can be submerged in up to 1 meter of water for 30 minutes. Regular aerobic exercise provides numerous health benefits. ASUS VivoWatch has a convenient LED indicator that turns green when you are doing aerobic exercise and burning calories. If you push yourself to the limit, the indicator alerts you by turning red.","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -100,24675726,100_24675726,Acer Liquid Leap,Acer Liquid Leap,,,,,,,,,,"ASUS VivoPulse Technology Built-in heart rate sensor works in real time to help you exercise more efficiently, track calories burned, and measure your sleep quality more precisely. Convenient LED indicator informs you if you are performing aerobic exercise or are overexerting yourself. Learn about your sleep patterns and quality to feel your best. An easy-to-understand rating of overall wellbeing based on your amount of exercise and sleep quality. Stay up-to-date with your loved ones' well-being via app or website. 10 days under normal operation. ASUS VivoWatch can be submerged in up to 1 meter of water for 30 minutes. Regular aerobic exercise provides numerous health benefits. ASUS VivoWatch has a convenient LED indicator that turns green when you are doing aerobic exercise and burning calories. If you push yourself to the limit, the indicator alerts you by turning red.","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -101,29727910,101_29727910,Acer Leap Active,Acer Leap Active,,,,,,,,,,"Everyday fitness Track daily activities and get instant information about your active lifestyle. Liquid Leap Active can track your exercise and even monitor sleep patterns. Thanks to its splash-proof design3, bad weather won’t slow you down. Liquid Leap Active is a cool companion that tracks daily activities and keeps you constantly connected to your social circle. Staying active and social has never been easier. Sync with your smartphone to send social notifications directly to your wrist and control your music player1 without pulling out your phone. Power-efficient hardware and a long battery life make sure you'll never miss a message. Leap Active also features colourful wrist bands to match your outfit.","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -102,30727008,102_30727008,TomTom Runner 2 Music,TomTom Runner 2 Music,,,,,,,,,,"Get Active Liquid Leap Active is a cool companion that tracks daily activities and keeps you constantly connected to your social circle. Staying active and social has never been easier. Sync with your smartphone to send social notifications directly to your wrist and control your music player1 without pulling out your phone. Power-efficient hardware and a long battery life make sure you'll never miss a message. Leap Active also features colourful wrist bands to match your outfit. While paired with your smartphone2, Leap Active sends notifications from your social apps straight to your wrist. It’ll also alert you of incoming calls and upcoming calendar events so you don’t miss out on any fun. Track daily activities and get instant information about your active lifestyle. Liquid Leap Active can track your exercise and even monitor sleep patterns. Thanks to its splash-proof design3, bad weather won’t slow you down.","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -103,30727011,103_30727011,TomTom Runner 2 Music,TomTom Runner 2 Music,,,,,,,,,,"Get Active Liquid Leap Active is a cool companion that tracks daily activities and keeps you constantly connected to your social circle. Staying active and social has never been easier. Sync with your smartphone to send social notifications directly to your wrist and control your music player1 without pulling out your phone. Power-efficient hardware and a long battery life make sure you'll never miss a message. Leap Active also features colourful wrist bands to match your outfit. While paired with your smartphone2, Leap Active sends notifications from your social apps straight to your wrist. It’ll also alert you of incoming calls and upcoming calendar events so you don’t miss out on any fun. Track daily activities and get instant information about your active lifestyle. Liquid Leap Active can track your exercise and even monitor sleep patterns. Thanks to its splash-proof design3, bad weather won’t slow you down.","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -104,30727010,104_30727010,TomTom Runner 2 Music,TomTom Runner 2 Music,,,,,,,,,,"Get Active Liquid Leap Active is a cool companion that tracks daily activities and keeps you constantly connected to your social circle. Staying active and social has never been easier. Sync with your smartphone to send social notifications directly to your wrist and control your music player1 without pulling out your phone. Power-efficient hardware and a long battery life make sure you'll never miss a message. Leap Active also features colourful wrist bands to match your outfit. While paired with your smartphone2, Leap Active sends notifications from your social apps straight to your wrist. It’ll also alert you of incoming calls and upcoming calendar events so you don’t miss out on any fun. Track daily activities and get instant information about your active lifestyle. Liquid Leap Active can track your exercise and even monitor sleep patterns. Thanks to its splash-proof design3, bad weather won’t slow you down.","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -105,30727013,105_30727013,TomTom Runner 2 Cardio,TomTom Runner 2 Cardio,,,,,,,,,,"Built-in Heart-Rate Monitor Get accurate heart rate information on your wrist. Train in bike, swim, gym and treadmill modes. Run in 5 different zones to get results faster. Track your time, pace, distance and calories burnt. Capture your steps, active minutes and calories burnt. Select one of your past performances to race against. Improve speed and fitness with custom work-rest sessions. Track your performance on the treadmill or in the gym. Set and track your progress on daily and weekly goals. ","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -106,30727014,106_30727014,TomTom Runner 2 Cardio,TomTom Runner 2 Cardio,,,,,,,,,,"Built-in Heart-Rate Monitor Get accurate heart rate information on your wrist. Train in bike, swim, gym and treadmill modes. Run in 5 different zones to get results faster. Track your time, pace, distance and calories burnt. Capture your steps, active minutes and calories burnt. Select one of your past performances to race against. Improve speed and fitness with custom work-rest sessions. Track your performance on the treadmill or in the gym. Set and track your progress on daily and weekly goals. ","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -107,30727016,107_30727016,TomTom Runner 2 Cardio,TomTom Runner 2 Cardio,,,,,,,,,,"Built-in Heart-Rate Monitor Get accurate heart rate information on your wrist. Train in bike, swim, gym and treadmill modes. Run in 5 different zones to get results faster. Track your time, pace, distance and calories burnt. Capture your steps, active minutes and calories burnt. Select one of your past performances to race against. Improve speed and fitness with custom work-rest sessions. Track your performance on the treadmill or in the gym. Set and track your progress on daily and weekly goals. ","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -108,21047360,108_21047360,Sony SW2 SmartWatch,Sony SW2 SmartWatch,,,,,,,,,,"Anywhere. Any weather SmartWatch 2 is the wireless accessory that has something for everybody. If you are a busy communicator, you will appreciate being on top of everything. If you like to get out running, you can use SmartWatch as your phone remote. If it rains, you can keep on going. SmartWatch 2 can take the rain. If it is bright and sunny, SmartWatch 2 has an impressive sunlight-readable display. Take it anywhere. When you are using a wireless Bluetooth® headset for music, you can use SmartWatch 2 as a phone remote to make or receive calls. When a call comes in, you can see who’s calling in your SmartWatch display, press once to answer and enjoy hands-free calling at its easiest. You can also browse recent calls in your call log and use SmartWatch to initiate a call.","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -109,19416433,109_19416433,Sony SW2 SmartWatch,Sony SW2 SmartWatch,,,,,,,,,,"Anywhere. Any weather SmartWatch 2 is the wireless accessory that has something for everybody. If you are a busy communicator, you will appreciate being on top of everything. If you like to get out running, you can use SmartWatch as your phone remote. If it rains, you can keep on going. SmartWatch 2 can take the rain. If it is bright and sunny, SmartWatch 2 has an impressive sunlight-readable display. Take it anywhere. When you are using a wireless Bluetooth® headset for music, you can use SmartWatch 2 as a phone remote to make or receive calls. When a call comes in, you can see who’s calling in your SmartWatch display, press once to answer and enjoy hands-free calling at its easiest. You can also browse recent calls in your call log and use SmartWatch to initiate a call.","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -110,19682159,110_19682159,Samsung Galaxy Gear,Samsung Galaxy Gear,,,,,,,,,,"Voice Operation With Samsung's latest groundbreaking innovation, the Galaxy Gear, it's clear that time's up on the traditional watch. It features the smart technology you love and the functionality that you still need, and is the perfect companion to the new Galaxy Note 3.","Voice Operation Der eingebaute Lautsprecher ermöglicht Anrufe direkt vom GALAXY Gear – ohne Benutzung der Hände. Auf diese Weise bleibt man stets erreichbar ohne in seiner alltäglichen Routine gestört zu werden. Ein Beispiel: Ein User verlässt den Supermarkt voll bepackt mit Einkaufstaschen. Kein Problem, denn mit GALAXY Gear kann man telefonieren ohne den Touchscreen berühren zu müssen. Textentwürfe, neue Kalendereinträge, Alarmeinstellungen und einen kurzen Wettercheck sind beim GALAXY Gear dank S Voice schnell gemacht. Mit dem Samsung GALAXY Gear lassen sich nicht nur Smart Devices bedienen, sondern es bietet auch zahlreiche Features, um die bedeutenden Momente im Leben festzuhalten. Mit dem Memographer Feature, einer 1,9 Megapixel Kamera, können User auch von unterwegs oder während sie sportlich aktiv sind, schnelle Aufnahmen wichtiger Ereignisse machen und diese auf ihren Social Network-Kanälen teilen. Das Konzept für Schnellaufnahmen wurde ausgebaut und mit Voice Memo können User wichtige Gedanken oder Gesprächsnotizen am Handgelenk speichern und diese Tonaufnahmen auf Samsung GALAXY Devices in Textform bringen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -111,12295890,111_12295890,Sony SmartWatch,Sony SmartWatch,,,,,,,,,,"Your world at your fingertips SmartWatch features an easy-to-use, ultra-responsive touch display. Finding your way around SmartWatch is super simple. Your world’s just a tap, swipe or press away. Want to do more with your SmartWatch? Download compatible applications on Google Play™. And customise your SmartWatch to make it exclusively yours. Customise your SmartWatch with a 20mm wristband. Or wear its stylish wristband. You can even use it as a clip. This ultra-thin Android™ remote was designed to impress. An elegant Android watch that’ll keep you discreetly updated and your hands free. ","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -112,312526171,112_312526171,Acer Extensa M2610,Acer Extensa M2610,processor_frequency,3.7 GHz,,,,,processor_cache,3 MB,//icecat.de/en/p/acer/dt.x0cet.035/pcs-workstations-4713392506673-Acer-Extensa-M2610-3-7GHz-i3-4170-Black-31252617.html,"Get more done The latest Intel Core processors and HD graphics give you essential performance to power through the work day. Extensa M2 series PCs come with up to 8GB of DDR3 memory and 2TB HDD. They also offer optional 16X Super Multi drives that are compatible with various DVD formats and USB 3.0 ports. The PCs support multi monitor set-ups for additional viewing space. With Extensa M2 series PCs, you can rest assured and stay focused on getting work done. TPM 1.2 encryption protects files, passwords and vital data, and the Acer ProShield console unifies security and management features for easy administration. Plus, the PCs are Acer Commercial Reliability qualified and have been tested for maximum trustworthiness.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -112,306918001,112_306918001,Acer Extensa M2610,Acer Extensa M2610,processor_frequency,3.2 GHz,,,,,processor_cache,6 MB,//icecat.de/en/p/acer/dt.x0cek.009/pcs-workstations-4713392523120-Acer-Extensa-M2610-3-2GHz-i5-4460-Black-30691800.html,"Get more done The latest Intel Core processors and HD graphics give you essential performance to power through the work day. Extensa M2 series PCs come with up to 8GB of DDR3 memory and 2TB HDD. They also offer optional 16X Super Multi drives that are compatible with various DVD formats and USB 3.0 ports. The PCs support multi monitor set-ups for additional viewing space. With Extensa M2 series PCs, you can rest assured and stay focused on getting work done. TPM 1.2 encryption protects files, passwords and vital data, and the Acer ProShield console unifies security and management features for easy administration. Plus, the PCs are Acer Commercial Reliability qualified and have been tested for maximum trustworthiness.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -112,312526191,112_312526191,Acer Extensa M2610,Acer Extensa M2610,processor_frequency,3.3 GHz,,,,,processor_cache,12 MB,//icecat.de/en/p/acer/dt.x0cet.039/pcs-workstations-4713392554308-Acer-Extensa-M2610-3-3GHz-G3260-1L-sized-PC-31252619.html,"Get more done The latest Intel Core processors and HD graphics give you essential performance to power through the work day. Extensa M2 series PCs come with up to 8GB of DDR3 memory and 2TB HDD. They also offer optional 16X Super Multi drives that are compatible with various DVD formats and USB 3.0 ports. The PCs support multi monitor set-ups for additional viewing space. With Extensa M2 series PCs, you can rest assured and stay focused on getting work done. TPM 1.2 encryption protects files, passwords and vital data, and the Acer ProShield console unifies security and management features for easy administration. Plus, the PCs are Acer Commercial Reliability qualified and have been tested for maximum trustworthiness.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -112,312526172,112_312526172,Acer Extensa M2610,Acer Extensa M2610,processor_frequency,3.7 GHz,,,,,processor_cache,6 MB,//icecat.de/en/p/acer/dt.x0cet.035/pcs-workstations-4713392506673-Acer-Extensa-M2610-3-7GHz-i3-4170-Black-31252617.html,"Get more done The latest Intel Core processors and HD graphics give you essential performance to power through the work day. Extensa M2 series PCs come with up to 8GB of DDR3 memory and 2TB HDD. They also offer optional 16X Super Multi drives that are compatible with various DVD formats and USB 3.0 ports. The PCs support multi monitor set-ups for additional viewing space. With Extensa M2 series PCs, you can rest assured and stay focused on getting work done. TPM 1.2 encryption protects files, passwords and vital data, and the Acer ProShield console unifies security and management features for easy administration. Plus, the PCs are Acer Commercial Reliability qualified and have been tested for maximum trustworthiness.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -112,306918002,112_306918002,Acer Extensa M2610,Acer Extensa M2610,processor_frequency,3.2 GHz,,,,,processor_cache,3 MB,//icecat.de/en/p/acer/dt.x0cek.009/pcs-workstations-4713392523120-Acer-Extensa-M2610-3-2GHz-i5-4460-Black-30691800.html,"Get more done The latest Intel Core processors and HD graphics give you essential performance to power through the work day. Extensa M2 series PCs come with up to 8GB of DDR3 memory and 2TB HDD. They also offer optional 16X Super Multi drives that are compatible with various DVD formats and USB 3.0 ports. The PCs support multi monitor set-ups for additional viewing space. With Extensa M2 series PCs, you can rest assured and stay focused on getting work done. TPM 1.2 encryption protects files, passwords and vital data, and the Acer ProShield console unifies security and management features for easy administration. Plus, the PCs are Acer Commercial Reliability qualified and have been tested for maximum trustworthiness.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -112,312526192,112_312526192,Acer Extensa M2610,Acer Extensa M2610,processor_frequency,3.7 GHz,,,,,processor_cache,12 MB,//icecat.de/en/p/acer/dt.x0cet.039/pcs-workstations-4713392554308-Acer-Extensa-M2610-3-3GHz-G3260-1L-sized-PC-31252619.html,"Get more done The latest Intel Core processors and HD graphics give you essential performance to power through the work day. Extensa M2 series PCs come with up to 8GB of DDR3 memory and 2TB HDD. They also offer optional 16X Super Multi drives that are compatible with various DVD formats and USB 3.0 ports. The PCs support multi monitor set-ups for additional viewing space. With Extensa M2 series PCs, you can rest assured and stay focused on getting work done. TPM 1.2 encryption protects files, passwords and vital data, and the Acer ProShield console unifies security and management features for easy administration. Plus, the PCs are Acer Commercial Reliability qualified and have been tested for maximum trustworthiness.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -112,306918003,112_306918003,Acer Extensa M2610,Acer Extensa M2610,processor_frequency,3.2 GHz,,,,,processor_cache,12 MB,//icecat.de/en/p/acer/dt.x0cet.035/pcs-workstations-4713392506673-Acer-Extensa-M2610-3-7GHz-i3-4170-Black-31252617.html,"Get more done The latest Intel Core processors and HD graphics give you essential performance to power through the work day. Extensa M2 series PCs come with up to 8GB of DDR3 memory and 2TB HDD. They also offer optional 16X Super Multi drives that are compatible with various DVD formats and USB 3.0 ports. The PCs support multi monitor set-ups for additional viewing space. With Extensa M2 series PCs, you can rest assured and stay focused on getting work done. TPM 1.2 encryption protects files, passwords and vital data, and the Acer ProShield console unifies security and management features for easy administration. Plus, the PCs are Acer Commercial Reliability qualified and have been tested for maximum trustworthiness.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -112,312526193,112_312526193,Acer Extensa M2610,Acer Extensa M2610,processor_frequency,3.3 GHz,,,,,processor_cache,3 MB,//icecat.de/en/p/acer/dt.x0cek.009/pcs-workstations-4713392523120-Acer-Extensa-M2610-3-2GHz-i5-4460-Black-30691800.html,"Get more done The latest Intel Core processors and HD graphics give you essential performance to power through the work day. Extensa M2 series PCs come with up to 8GB of DDR3 memory and 2TB HDD. They also offer optional 16X Super Multi drives that are compatible with various DVD formats and USB 3.0 ports. The PCs support multi monitor set-ups for additional viewing space. With Extensa M2 series PCs, you can rest assured and stay focused on getting work done. TPM 1.2 encryption protects files, passwords and vital data, and the Acer ProShield console unifies security and management features for easy administration. Plus, the PCs are Acer Commercial Reliability qualified and have been tested for maximum trustworthiness.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -113,29885591,113_29885591,Acer Veriton 6,Acer Veriton 6,,,,,,,,,//icecat.de/en/p/acer/dt.vn1eh.002/pcs-workstations-4713392396762-Acer-Veriton-6-M6640G-29885591.html,"Rock-solid technology drives business The Veriton 6 Series comes in a wide range of form factors to meet various business needs. Intel® Core™ processors and fast DDR4 memory deliver premium performance, while a powerful software suite offers security and manageability to drive business efficiency. The Veriton 6 Series comes in form factors ranging from 3 to 30 liters, to fit all office spaces and business demands. Perform more tasks at once with 3 rd generation Intel ® Core ™ processors supporting Intel ™ vPro Technology plus up to 32 GB of fast DDR4 memory. Storage options from a DVD drive to Intel ® Rapid Storage Technology with RAID ensure a solid match for your needs. The 100% solid capacitor design provides the stability, reliability and longevity essential to meet the power needs of the high-end processors and other components in the Veriton 6 Series, enabling them to run today's most demanding applications. A convenient, modular design allows components to be easily swapped or upgraded.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -114,29911081,114_29911081,ASUS M,ASUS M,processor_frequency,3.2 GHz,,,,,,,//icecat.de/en/p/asus/90pd00u3-m13260/pcs-workstations-M32AD-BE012T-29911081.html,"The Perfect Home Computer ASUS M32 desktop PC performs everything from your daily tasks to playing 4K Ultra HD video with enhanced energy efficiency. Multitask with several apps at once thanks to the 4th gen Intel® Core™ processor. Power visually demanding programs with discrete NVIDIA graphics. Whatever you choose to do, M32 makes it happen with unique optimization for increased performance or energy savings when you need it. M32 desktop PC features discrete NVIDIA or AMD graphics card that delivers twice the performance of the previous generation. Watch up to 4K Ultra HD video and enjoy smoother visuals and more responsiveness when playing the latest games. Giving you reliability with convenience, M32 desktop PC monitors internal temperatures and intelligently adjusts fan speed to ensure efficient cooling while staying under 25dB of sound at idle—quieter than a library.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -114,30580483,114_30580483,ASUS M,ASUS M,processor_frequency,2.7 GHz,,,,,,,//icecat.de/en/p/asus/90pd01j4-m07300/pcs-workstations-M32CD-NL019T-30580483.html,"The Perfect Home Computer ASUS M32 desktop PC performs everything from your daily tasks to playing 4K Ultra HD video with enhanced energy efficiency. Multitask with several apps at once thanks to the 4th gen Intel® Core™ processor. Power visually demanding programs with discrete NVIDIA graphics. Whatever you choose to do, M32 makes it happen with unique optimization for increased performance or energy savings when you need it. M32 desktop PC features discrete NVIDIA or AMD graphics card that delivers twice the performance of the previous generation. Watch up to 4K Ultra HD video and enjoy smoother visuals and more responsiveness when playing the latest games. Giving you reliability with convenience, M32 desktop PC monitors internal temperatures and intelligently adjusts fan speed to ensure efficient cooling while staying under 25dB of sound at idle—quieter than a library.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -115,27295368,115_27295368,DELL OptiPlex 3020,DELL OptiPlex 3020,processor_frequency,3.2 GHz,,,,,,,//icecat.de/en/p/dell/tky32/pcs-workstations-3020-27295368.html,"Great performance. Outstanding value Get the job done with business-ready desktops offering superb value with strong performance, exceptional security and easy serviceability. Stop advanced threats and zero-day attacks with Dell Data Protection | Protected Workspace — a proactive, real-time solution for malware protection. Ensure authorized access through multifactor, single sign-on (SSO) and preboot authentication with Dell Data Protection | Security Tools. Streamline administration with integration into Dell KACE appliances, Microsoft System Center and industry-standard tools. Deploy with flexibility through multiple chassis options. Select the small form factor chassis, optimized for constrained workspaces, or the expandable mini tower with support for up to four PCIe cards.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -115,26440118,115_26440118,DELL OptiPlex 3020,DELL OptiPlex 3020,processor_frequency,3.6 GHz,,,,,,,//icecat.de/en/p/dell/3020-8260/pcs-workstations-3020-26440118.html,"Great performance. Outstanding value Get the job done with business-ready desktops offering superb value with strong performance, exceptional security and easy serviceability. Stop advanced threats and zero-day attacks with Dell Data Protection | Protected Workspace — a proactive, real-time solution for malware protection. Ensure authorized access through multifactor, single sign-on (SSO) and preboot authentication with Dell Data Protection | Security Tools. Streamline administration with integration into Dell KACE appliances, Microsoft System Center and industry-standard tools. Deploy with flexibility through multiple chassis options. Select the small form factor chassis, optimized for constrained workspaces, or the expandable mini tower with support for up to four PCIe cards.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -115,26408656,115_26408656,DELL OptiPlex 3020,DELL OptiPlex 3020,processor_frequency,3.3 GHz,,,,,,,//icecat.de/en/p/dell/3020-8291/pcs-workstations-3020-26408656.html,"Great performance. Outstanding value Get the job done with business-ready desktops offering superb value with strong performance, exceptional security and easy serviceability. Stop advanced threats and zero-day attacks with Dell Data Protection | Protected Workspace — a proactive, real-time solution for malware protection. Ensure authorized access through multifactor, single sign-on (SSO) and preboot authentication with Dell Data Protection | Security Tools. Streamline administration with integration into Dell KACE appliances, Microsoft System Center and industry-standard tools. Deploy with flexibility through multiple chassis options. Select the small form factor chassis, optimized for constrained workspaces, or the expandable mini tower with support for up to four PCIe cards.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -116,29743424,116_29743424,Fujitsu CELSIUS M740,Fujitsu CELSIUS M740,processor_frequency,3.1 GHZ,,,,,,,//icecat.de/en/p/fujitsu/vfy-m7400w78abit/pcs-workstations-M740-29743424.html,"Perfomance you can count on. Next generation Intel® Xeon® processors, high performing graphics subsystems, quad-channel memory technology and high-speed hard disk drives. The CELSIUS M740 desktop workstation has been optimized to combat today’s professional and technical challenges. It can be individually configured, helping you to enhance your productivity. The CELSIUS M740power is certified for Medical EMC standards IEC60601-1-2 to perform in healthcare environments. To round things off, a near-silent noise emission of 20 dB(A) allows you to work comfortably in the most quiet of working environments. High product standards thanks to top-quality components and comprehensive testing in certified in-house laboratories for 24/7 operation.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -116,28684053,116_28684053,Fujitsu CELSIUS M740,Fujitsu CELSIUS M740,processor_frequency,3.4 GHZ,,,,,,,//icecat.de/en/p/fujitsu/vfy-m7400w48dbgb/pcs-workstations-M740-28684053.html,"Perfomance you can count on. Next generation Intel® Xeon® processors, high performing graphics subsystems, quad-channel memory technology and high-speed hard disk drives. The CELSIUS M740 desktop workstation has been optimized to combat today’s professional and technical challenges. It can be individually configured, helping you to enhance your productivity. The CELSIUS M740power is certified for Medical EMC standards IEC60601-1-2 to perform in healthcare environments. To round things off, a near-silent noise emission of 20 dB(A) allows you to work comfortably in the most quiet of working environments. High product standards thanks to top-quality components and comprehensive testing in certified in-house laboratories for 24/7 operation.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -117,29890338,117_29890338,Fujitsu ESPRIMO D556,Fujitsu ESPRIMO D556,internal_memory,8 GB,,,,,,,//icecat.de/en/p/fujitsu/vfy-d0556p73yogb/pcs-workstations-D556-29890338.html,The FUJITSU ESPRIMO Desktop provides high-quality computing for your daily office tasks. It supports attractive price points and delivers the continuity needed for daily operations. Your valuable business data is protected by the latest TPM controller and the Erasedisk option. To meet your specific hardware needs it can be either individually configured or customized.,"Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -117,30585828,117_30585828,Fujitsu ESPRIMO D556,Fujitsu ESPRIMO D556,internal_memory,4 GB,,,,,,,//icecat.de/en/p/fujitsu/vfy-d0556p735ode/pcs-workstations-D556-30585828.html,The FUJITSU ESPRIMO Desktop provides high-quality computing for your daily office tasks. It supports attractive price points and delivers the continuity needed for daily operations. Your valuable business data is protected by the latest TPM controller and the Erasedisk option. To meet your specific hardware needs it can be either individually configured or customized.,"Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -118,29804739,118_29804739,Fujitsu ESPRIMO E420,Fujitsu ESPRIMO E420,,,,,,,,,//icecat.de/en/p/fujitsu/vfy-e0420p751obe/pcs-workstations-4054681970738-E420-29804739.html,"Energy Efficiency As energy saving is one of the core components of Fujitsu’ approach to the environment, we permanently try to improve the energy efficiency of our products. The Fujitsu ESPRIMO E420 features proven technology regarding Intel® chipset and processor and an 85% energy efficient power supply. Fujitsu is committed to eliminating the use of harmful and potentially harmful substances in its products and production processes in order to minimize risk to end users and to the environment. This strategy is captured in Environmental Guideline FTS03230 and forms the basis on which all Fujitsu's products are designed. Especially for Fujitsu ESPRIMO PCs this means that all used printed circuit boards are halogen free. Furthermore they are compliant with several certificates awarding environmental conscience such as ENERGY STAR® and EPEAT.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -119,29804808,119_29804808,Fujitsu ESPRIMO E920,Fujitsu ESPRIMO E920,,,,,,,,,//icecat.de/en/p/fujitsu/vfy-e0920p75sgbe/pcs-workstations-4054681970776-E920-29804808.html,"Green IT Fujitsu is committed to eliminating the use of harmful and potentially harmful substances in its products and production processes in order to minimize risk to end users and to the environment. This strategy is captured in Environmental Guideline FTS03230 and forms the basis on which all Fujitsu's products are designed. Especially for Fujitsu ESPRIMO PCs this means that all used printed circuit boards are halogen free. Furthermore they are compliant with several certificates awarding environmental conscience such as ENERGY STAR® and EPEAT. As energy saving is one of the core components of Fujitsu’ approach to the environment, we permanently try to improve the energy efficiency of our products. The Fujitsu ESPRIMO E920 features latest technology regarding Intel® chipset and processor and optional an up to 94% energy efficient power supply. Furthermore it delivers enhanced power management settings and optional 0-Watt power consumption in off-mode.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -120,29890350,120_29890350,Fujitsu ESPRIMO P556,Fujitsu ESPRIMO P556,processor_frequency,3.7 GHz,,,,,,,//icecat.de/en/p/fujitsu/vfy-p0556p735ogb/pcs-workstations-P556-29890350.html,"High performance and best price/performance ratio As energy saving is one of the core components of Fujitsu’ approach to the environment, we permanently try to improve the energy efficiency of our products. The Fujitsu ESPRIMO E920 features latest technology regarding Intel® chipset and processor and optional an up to 94% energy efficient power supply. Furthermore it delivers enhanced power management settings and optional 0-Watt power consumption in off-mode. Outstanding quality and stable functions based on German production standards. The development, production and functionality tests - all under one roof in Germany","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -120,30069636,120_30069636,Fujitsu ESPRIMO P556,Fujitsu ESPRIMO P556,processor_frequency,3.4 GHz,,,,,,,//icecat.de/en/p/fujitsu/vfy-p0556p77aoit/pcs-workstations-P556-30069636.html,"High performance and best price/performance ratio As energy saving is one of the core components of Fujitsu’ approach to the environment, we permanently try to improve the energy efficiency of our products. The Fujitsu ESPRIMO E920 features latest technology regarding Intel® chipset and processor and optional an up to 94% energy efficient power supply. Furthermore it delivers enhanced power management settings and optional 0-Watt power consumption in off-mode. Outstanding quality and stable functions based on German production standards. The development, production and functionality tests - all under one roof in Germany","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -120,30069631,120_30069631,Fujitsu ESPRIMO P556,Fujitsu ESPRIMO P556,processor_frequency,2.7 GHz,,,,,,,//icecat.de/en/p/fujitsu/vfy-p0556p75a5it/pcs-workstations-P556-30069631.html,"High performance and best price/performance ratio As energy saving is one of the core components of Fujitsu’ approach to the environment, we permanently try to improve the energy efficiency of our products. The Fujitsu ESPRIMO E920 features latest technology regarding Intel® chipset and processor and optional an up to 94% energy efficient power supply. Furthermore it delivers enhanced power management settings and optional 0-Watt power consumption in off-mode. Outstanding quality and stable functions based on German production standards. The development, production and functionality tests - all under one roof in Germany","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -121,29406823,121_29406823,HP 200 280 G1,HP 200 280 G1,processor_frequency,3 GHz,,,,,,,//icecat.de/en/p/hp/n9e78ea/pcs-workstations-280+G1-29406823.html,Ready for work The HP 280 G1 MT provides a strong performing PC for your agency with the tools you need to accomplish your everyday tasks. Take on your everyday work at an affordable price with the HP 280 G1 desktop PC. Get the computing power you need while minimizing the total cost of ownership—now that’s a smart investment. The HP 280 G1 MT provides a strong performing PC for your agency with the tools you need to accomplish your everyday tasks. Take up less space than a traditional tower with the HP 280 G1 Micro Tower with a stylish design to compliment your workspace.,"Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -121,28542963,121_28542963,HP 200 280 G1,HP 200 280 G1,processor_frequency,2.8 GHz,,,,,,,//icecat.de/en/p/hp/n9e67ea/pcs-workstations-280+G1-28542963.html,Ready for work The HP 280 G1 MT provides a strong performing PC for your agency with the tools you need to accomplish your everyday tasks. Take on your everyday work at an affordable price with the HP 280 G1 desktop PC. Get the computing power you need while minimizing the total cost of ownership—now that’s a smart investment. The HP 280 G1 MT provides a strong performing PC for your agency with the tools you need to accomplish your everyday tasks. Take up less space than a traditional tower with the HP 280 G1 Micro Tower with a stylish design to compliment your workspace.,"Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -121,28549476,121_28549476,HP 200 280 G1,HP 200 280 G1,processor_frequency,3.2 GHz,,,,,,,//icecat.de/en/p/hp/n0d97ea-abh/pcs-workstations-280+G1+MT-28549476.html,Ready for work The HP 280 G1 MT provides a strong performing PC for your agency with the tools you need to accomplish your everyday tasks. Take on your everyday work at an affordable price with the HP 280 G1 desktop PC. Get the computing power you need while minimizing the total cost of ownership—now that’s a smart investment. The HP 280 G1 MT provides a strong performing PC for your agency with the tools you need to accomplish your everyday tasks. Take up less space than a traditional tower with the HP 280 G1 Micro Tower with a stylish design to compliment your workspace.,"Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -122,22308524,122_22308524,HP EliteDesk 800 G1 Mini,HP EliteDesk 800 G1 Mini,processor_frequency,2.9 GHz,,,,,,,//icecat.de/en/p/hp/f6x31ea/pcs-workstations-800+G1+Mini-22308524.html,"Big power. Space saving design. Smaller than some desk phones, this Desktop Mini can fit almost anywhere vertically or horizontally. The clean, easily serviceable design with integrated wireless antenna allows flexible deployment options1 to help optimize the workspace. Keep productivity high and downtime low with HP BIOSphere firmware-level automation. Your PCs have extra protection thanks to automatic updates and security checks. Enjoy customization that allows your PC to evolve with your business.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -122,26145672,122_26145672,HP EliteDesk 800 G1 Mini,HP EliteDesk 800 G1 Mini,processor_frequency,3.1 GHz,,,,,,,//icecat.de/en/p/hp/j7d10ea/pcs-workstations-800+G1+Mini-26145672.html,"Big power. Space saving design. Smaller than some desk phones, this Desktop Mini can fit almost anywhere vertically or horizontally. The clean, easily serviceable design with integrated wireless antenna allows flexible deployment options1 to help optimize the workspace. Keep productivity high and downtime low with HP BIOSphere firmware-level automation. Your PCs have extra protection thanks to automatic updates and security checks. Enjoy customization that allows your PC to evolve with your business.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -123,29866607,123_29866607,HP EliteDesk 800 G2,HP EliteDesk 800 G2,total_storage_capacity,128 GB,,,,,,,//icecat.de/en/p/hp/t4j17et/pcs-workstations-800+G2+SFF-29866607.html,"Designed for every demand Experience top-notch productivity plus industry-leading reliability, security, and manageability, plus a unique portfolio of solutions in a compact, space-saving design with the powerful HP EliteDesk 800 SFF. Extend the life of your investment with a tool-less chassis and a range of expansion slots, bays, ports, and connectors for the most demanding business needs. Help protect your PC and maintain maximum uptime with a suite of solutions that help stop security breaches, including HP BIOSphere4 with SureStart.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -123,30610368,123_30610368,HP EliteDesk 800 G2,HP EliteDesk 800 G2,total_storage_capacity,500 GB,,,,,,,//icecat.de/en/p/hp/v1e82et/pcs-workstations-800+G2+MT-30610368.html,"Designed for every demand Experience top-notch productivity plus industry-leading reliability, security, and manageability, plus a unique portfolio of solutions in a compact, space-saving design with the powerful HP EliteDesk 800 SFF. Extend the life of your investment with a tool-less chassis and a range of expansion slots, bays, ports, and connectors for the most demanding business needs. Help protect your PC and maintain maximum uptime with a suite of solutions that help stop security breaches, including HP BIOSphere4 with SureStart.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -123,29866603,123_29866603,HP EliteDesk 800 G2,HP EliteDesk 800 G2,total_storage_capacity,1000 GB,,,,,,,//icecat.de/en/p/hp/p1g93et/pcs-workstations-800+G2-29866603.html,"Designed for every demand Experience top-notch productivity plus industry-leading reliability, security, and manageability, plus a unique portfolio of solutions in a compact, space-saving design with the powerful HP EliteDesk 800 SFF. Extend the life of your investment with a tool-less chassis and a range of expansion slots, bays, ports, and connectors for the most demanding business needs. Help protect your PC and maintain maximum uptime with a suite of solutions that help stop security breaches, including HP BIOSphere4 with SureStart.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -124,31623088,124_31623088,HP ProDesk 400 G3,HP ProDesk 400 G3,total_storage_capacity,128 GB,,,,,,,//icecat.de/en/p/hp/t4r73ea-abd-cp/pcs-workstations-400+G3+SFF-31623088.html,"New powerful processors Give your business the strong foundation it needs for growth with the affordable and reliable HP ProDesk 400 SFF. Designed with essential security and manageability features, the HP ProDesk 400 helps keep your business growing. New 6th Gen Intel® Core™ processors bring powerful processing with Intel® HD 530 Graphics. Available DDR4 memory helps meet the demands of today’s businesses. HP ProDesks are rigorously tested to help ensure reliability. During the HP Total Test Process, PCs experience 120,000 hours of performance trials to help get you through your business day. The HP ProDesk 400 SFF helps affordably build a solid IT infrastructure for your growing business and fits in smaller workspaces for easy deployment. ","Neue leistungsstarke Prozessoren Verleihen Sie Ihrem Unternehmen mit dem kostengünstigen und zuverlässigen HP ProDesk 400 SFF eine solide Grundlage, auf der es wachsen kann. Der HP ProDesk 400 wurde mit grundlegenden Sicherheits- und Verwaltungsfunktionen konzipiert, die das Unternehmenswachstum unterstützen. Die neuen Intel® Core™ Prozessoren der 6. Generation sorgen für hervorragende Verarbeitungsleistung mit Intel® HD-Grafikkarte 530. Der verfügbare DDR4-Speicher trägt zur Erfüllung der modernen Unternehmensanforderungen bei. HP BIOSphere und HP Client Security erhöhen die Sicherheit und halten geschäftskritische Daten und Systeme mit individuell anpassbarer Authentifizierung und Kennwörtern auf BIOS-Ebene sicher unter Verschluss.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -124,29866591,124_29866591,HP ProDesk 400 G3,HP ProDesk 400 G3,total_storage_capacity,500 GB,,,,,,,//icecat.de/en/p/hp/p5k01et/pcs-workstations-400+G3+MT-29866591.html,"New powerful processors Give your business the strong foundation it needs for growth with the affordable and reliable HP ProDesk 400 SFF. Designed with essential security and manageability features, the HP ProDesk 400 helps keep your business growing. New 6th Gen Intel® Core™ processors bring powerful processing with Intel® HD 530 Graphics. Available DDR4 memory helps meet the demands of today’s businesses. HP ProDesks are rigorously tested to help ensure reliability. During the HP Total Test Process, PCs experience 120,000 hours of performance trials to help get you through your business day. The HP ProDesk 400 SFF helps affordably build a solid IT infrastructure for your growing business and fits in smaller workspaces for easy deployment. ","Neue leistungsstarke Prozessoren Verleihen Sie Ihrem Unternehmen mit dem kostengünstigen und zuverlässigen HP ProDesk 400 SFF eine solide Grundlage, auf der es wachsen kann. Der HP ProDesk 400 wurde mit grundlegenden Sicherheits- und Verwaltungsfunktionen konzipiert, die das Unternehmenswachstum unterstützen. Die neuen Intel® Core™ Prozessoren der 6. Generation sorgen für hervorragende Verarbeitungsleistung mit Intel® HD-Grafikkarte 530. Der verfügbare DDR4-Speicher trägt zur Erfüllung der modernen Unternehmensanforderungen bei. HP BIOSphere und HP Client Security erhöhen die Sicherheit und halten geschäftskritische Daten und Systeme mit individuell anpassbarer Authentifizierung und Kennwörtern auf BIOS-Ebene sicher unter Verschluss.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -125,30703764,125_30703764,HP ProDesk 600 G2,HP ProDesk 600 G2,processor_frequency,3.2 GHz,,,,,,,//icecat.de/en/p/hp/t6g01aw/pcs-workstations-600+G2-30703764.html,"Perform at the speed of work Power through your day with speed and performance. Get the latest in processing technology with your choice of 6th Generation Intel® Core™ processors and Intel® HD 530 Graphics. IT efficiency reigns supreme when it’s backed by a full portfolio of security solutions, including HP BIOSphere and Device Guard4 available on Windows 101 Enterprise Edition. IT efficiency reigns supreme when it’s backed by a full portfolio of security solutions, including HP BIOSphere and Device Guard4 available on Windows 101 Enterprise Edition. The HP ProDesk 600 Desktop MT/SFF delivers powerful performance, security, and manageability at a value that enables you to keep focused on your businesses. ","Geschwindigkeit ist keine Hexerei. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. HP ProDesks wurden mit strikten Vorgaben auf Zuverlässigkeit getestet. Beim HP Total Test Process wird die Leistung von PCs während einer Dauer von 120.000 Stunden getestet, um sicherzustellen, dass unsere Geräte Sie an Ihrem Arbeitstag nicht im Stich lassen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -125,30350012,125_30350012,HP ProDesk 600 G2,HP ProDesk 600 G2,processor_frequency,3.7 GHz,,,,,,,//icecat.de/en/p/hp/t4j52ea/pcs-workstations-600+G2+SFF-30350012.html,"Perform at the speed of work Power through your day with speed and performance. Get the latest in processing technology with your choice of 6th Generation Intel® Core™ processors and Intel® HD 530 Graphics. IT efficiency reigns supreme when it’s backed by a full portfolio of security solutions, including HP BIOSphere and Device Guard4 available on Windows 101 Enterprise Edition. IT efficiency reigns supreme when it’s backed by a full portfolio of security solutions, including HP BIOSphere and Device Guard4 available on Windows 101 Enterprise Edition. The HP ProDesk 600 Desktop MT/SFF delivers powerful performance, security, and manageability at a value that enables you to keep focused on your businesses. ","Geschwindigkeit ist keine Hexerei. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. HP ProDesks wurden mit strikten Vorgaben auf Zuverlässigkeit getestet. Beim HP Total Test Process wird die Leistung von PCs während einer Dauer von 120.000 Stunden getestet, um sicherzustellen, dass unsere Geräte Sie an Ihrem Arbeitstag nicht im Stich lassen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -126,24722439,126_24722439,HP Z 440,HP Z 440,processor_frequency,3 GHz,,,,,,,//icecat.de/en/p/hp/g1x60ea/pcs-workstations-440+MT-24722439.html,"Get the job done fast Cross items off your to-do list fast. Achieve massive computational performance with a single processor personal workstation delivering support for up to 8 cores of processing power. Add in powerful graphics and performance features like optional Thunderbolt™ 23, HP Z Turbo Drive4, and HP Remote Graphics Software, and you get a world-class workstation experience that never slows you down. Take your business to the next level of performance, expandability, and no compromise reliability in one complete package. Featuring a perfect mix of HP Z DNA in a performance workstation package with up to 8 discrete processor cores, up to 128 GB of RAM, and multiple storage and PCIe configuration options. Protect your investment and make downtime a thing of the past. Get no-compromise reliability and a standard 3/3/3 limited warranty from the HP Z440 Workstation.","Aufgaben sind schnell erledigt Erledigen Sie Ihre Aufgaben noch schneller. Erzielen Sie eine hohe Rechenleistung dank einer Personal Workstation mit nur einem Prozessor, der bis zu 8 Prozessorkerne unterstützt. Ergänzen Sie Grafik- und Leistungsmerkmale wie optionales Thunderbolt™ 21, ein HP Z Turbo Drive2 und HP Remote Graphics Software2 und profitieren Sie von einer erstklassigen Workstation-Leistung, mit der Sie schneller arbeiten können. Bieten Sie Ihrem Business mehr Leistung, Erweiterbarkeit und kompromisslose Zuverlässigkeit in einem Komplettpaket. Eine perfekte Kombination aus Funktionen der HP Z Modellreihe in einem Performance-Workstation-Paket mit bis zu acht separaten Prozessorkernen, bis zu 128 GB RAM sowie mehreren Speicher- und PCIe-Konfigurationsoptionen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -126,30407844,126_30407844,HP Z 440,HP Z 440,processor_frequency,3.5 GHz,,,,,,,//icecat.de/en/p/hp/j9b88ea/pcs-workstations-440+MT-30407844.html,"Get the job done fast Cross items off your to-do list fast. Achieve massive computational performance with a single processor personal workstation delivering support for up to 8 cores of processing power. Add in powerful graphics and performance features like optional Thunderbolt™ 23, HP Z Turbo Drive4, and HP Remote Graphics Software, and you get a world-class workstation experience that never slows you down. Take your business to the next level of performance, expandability, and no compromise reliability in one complete package. Featuring a perfect mix of HP Z DNA in a performance workstation package with up to 8 discrete processor cores, up to 128 GB of RAM, and multiple storage and PCIe configuration options. Protect your investment and make downtime a thing of the past. Get no-compromise reliability and a standard 3/3/3 limited warranty from the HP Z440 Workstation.","Aufgaben sind schnell erledigt Erledigen Sie Ihre Aufgaben noch schneller. Erzielen Sie eine hohe Rechenleistung dank einer Personal Workstation mit nur einem Prozessor, der bis zu 8 Prozessorkerne unterstützt. Ergänzen Sie Grafik- und Leistungsmerkmale wie optionales Thunderbolt™ 21, ein HP Z Turbo Drive2 und HP Remote Graphics Software2 und profitieren Sie von einer erstklassigen Workstation-Leistung, mit der Sie schneller arbeiten können. Bieten Sie Ihrem Business mehr Leistung, Erweiterbarkeit und kompromisslose Zuverlässigkeit in einem Komplettpaket. Eine perfekte Kombination aus Funktionen der HP Z Modellreihe in einem Performance-Workstation-Paket mit bis zu acht separaten Prozessorkernen, bis zu 128 GB RAM sowie mehreren Speicher- und PCIe-Konfigurationsoptionen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -126,26280142,126_26280142,HP Z 440,HP Z 440,processor_frequency,2.8 GHz,,,,,,,//icecat.de/en/p/hp/j9b45ea/pcs-workstations-Z440-26280142.html,"Get the job done fast Cross items off your to-do list fast. Achieve massive computational performance with a single processor personal workstation delivering support for up to 8 cores of processing power. Add in powerful graphics and performance features like optional Thunderbolt™ 23, HP Z Turbo Drive4, and HP Remote Graphics Software, and you get a world-class workstation experience that never slows you down. Take your business to the next level of performance, expandability, and no compromise reliability in one complete package. Featuring a perfect mix of HP Z DNA in a performance workstation package with up to 8 discrete processor cores, up to 128 GB of RAM, and multiple storage and PCIe configuration options. Protect your investment and make downtime a thing of the past. Get no-compromise reliability and a standard 3/3/3 limited warranty from the HP Z440 Workstation.","Aufgaben sind schnell erledigt Erledigen Sie Ihre Aufgaben noch schneller. Erzielen Sie eine hohe Rechenleistung dank einer Personal Workstation mit nur einem Prozessor, der bis zu 8 Prozessorkerne unterstützt. Ergänzen Sie Grafik- und Leistungsmerkmale wie optionales Thunderbolt™ 21, ein HP Z Turbo Drive2 und HP Remote Graphics Software2 und profitieren Sie von einer erstklassigen Workstation-Leistung, mit der Sie schneller arbeiten können. Bieten Sie Ihrem Business mehr Leistung, Erweiterbarkeit und kompromisslose Zuverlässigkeit in einem Komplettpaket. Eine perfekte Kombination aus Funktionen der HP Z Modellreihe in einem Performance-Workstation-Paket mit bis zu acht separaten Prozessorkernen, bis zu 128 GB RAM sowie mehreren Speicher- und PCIe-Konfigurationsoptionen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -127,22828284,127_22828284,HP Z 620,HP Z 620,total_storage_capacity,240 GB,,,,,,,//icecat.de/en/p/hp/bwm678ea10-aby/pcs-workstations-620-22828284.html,"Big Possibilities. Compact Form Factor. More versatile than ever before. With up to 16 discrete processor cores, the HP Z620 Workstation packs a ton of computing and visualization power into a quiet, compact footprint. This dual-socket system helps you boost productivity with next-generation Intel® Xeon® processors and support for up to 8 displays. Get massive system performance with a small footprint. The HP Z620 features the next evolution in processor technology and system architecture, setting the standard for versatility with support for a single Intel E5-1600 Series Xeon® processor or dual Intel E5-2600 Series Xeon® processors. With 800W 90% efficient power supply and support for up to 8 displays, the HP Z620 gives you the freedom of doing and seeing more.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -127,22613708,127_22613708,HP Z 620,HP Z 620,total_storage_capacity,256 GB,,,,,,,//icecat.de/en/p/hp/wm682ea/pcs-workstations-620-22613708.html,"Big Possibilities. Compact Form Factor. More versatile than ever before. With up to 16 discrete processor cores, the HP Z620 Workstation packs a ton of computing and visualization power into a quiet, compact footprint. This dual-socket system helps you boost productivity with next-generation Intel® Xeon® processors and support for up to 8 displays. Get massive system performance with a small footprint. The HP Z620 features the next evolution in processor technology and system architecture, setting the standard for versatility with support for a single Intel E5-1600 Series Xeon® processor or dual Intel E5-2600 Series Xeon® processors. With 800W 90% efficient power supply and support for up to 8 displays, the HP Z620 gives you the freedom of doing and seeing more.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -127,20723326,127_20723326,HP Z 620,HP Z 620,total_storage_capacity,1000 GB,,,,,,,//icecat.de/en/p/hp/bwm596et1/pcs-workstations-620-20723326.html,"Big Possibilities. Compact Form Factor. More versatile than ever before. With up to 16 discrete processor cores, the HP Z620 Workstation packs a ton of computing and visualization power into a quiet, compact footprint. This dual-socket system helps you boost productivity with next-generation Intel® Xeon® processors and support for up to 8 displays. Get massive system performance with a small footprint. The HP Z620 features the next evolution in processor technology and system architecture, setting the standard for versatility with support for a single Intel E5-1600 Series Xeon® processor or dual Intel E5-2600 Series Xeon® processors. With 800W 90% efficient power supply and support for up to 8 displays, the HP Z620 gives you the freedom of doing and seeing more.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -127,22613709,127_22613709,HP Z 620,HP Z 620,total_storage_capacity,512 GB,,,,,,,//icecat.de/en/p/hp/wm683ea/pcs-workstations-620-22613709.html,"Big Possibilities. Compact Form Factor. More versatile than ever before. With up to 16 discrete processor cores, the HP Z620 Workstation packs a ton of computing and visualization power into a quiet, compact footprint. This dual-socket system helps you boost productivity with next-generation Intel® Xeon® processors and support for up to 8 displays. Get massive system performance with a small footprint. The HP Z620 features the next evolution in processor technology and system architecture, setting the standard for versatility with support for a single Intel E5-1600 Series Xeon® processor or dual Intel E5-2600 Series Xeon® processors. With 800W 90% efficient power supply and support for up to 8 displays, the HP Z620 gives you the freedom of doing and seeing more.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -128,29955336,128_29955336,Lenovo ThinkCentre E73,Lenovo ThinkCentre E73,processor_frequency,3.2 GHz,,,,,,,//icecat.de/en/p/lenovo/10du0010ix/pcs-workstations-E73-29955336.html,"Small Form Factor Small Form Factor desktops provide the ultimate performance with full-featured scalability, yet weigh as little as 13.2 lbs / 6 kgs. Keep your business-critical information safe through USB port disablement and the password-protected BIOS and HDD. You can also safeguard your hardware by physically securing your mouse and keyboard, while the Kensington slot enables you to lock down your E73. Lenovo Desktop Power Manager lets you balance power management and performance to save energy and lower costs. The E73 is also ENERGY STAR compliant, EPEAT® Gold and Cisco EnergyWise™ certified—so you can feel good about the planet and your bottom line. With SuperSpeed USB 3.0, transfer data up to 10 times faster than previous USB technologies. You can also connect to audio- and video-related devices with WiFi and Bluetooth® technology.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -128,27314278,128_27314278,Lenovo ThinkCentre E73,Lenovo ThinkCentre E73,processor_frequency,3.6 GHz,,,,,,,//icecat.de/en/p/lenovo/10ds000hmh/pcs-workstations-E73-27314278.html,"Small Form Factor Small Form Factor desktops provide the ultimate performance with full-featured scalability, yet weigh as little as 13.2 lbs / 6 kgs. Keep your business-critical information safe through USB port disablement and the password-protected BIOS and HDD. You can also safeguard your hardware by physically securing your mouse and keyboard, while the Kensington slot enables you to lock down your E73. Lenovo Desktop Power Manager lets you balance power management and performance to save energy and lower costs. The E73 is also ENERGY STAR compliant, EPEAT® Gold and Cisco EnergyWise™ certified—so you can feel good about the planet and your bottom line. With SuperSpeed USB 3.0, transfer data up to 10 times faster than previous USB technologies. You can also connect to audio- and video-related devices with WiFi and Bluetooth® technology.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -129,30706500,129_30706500,Lenovo ThinkCenter E73,Lenovo ThinkCenter E73,processor_frequency,3.2 GHz,,,,,,,//icecat.de/en/p/lenovo/10ds000yuk/pcs-workstations-E73-30706500.html,"Eco-friendly and Energy Efficient Lenovo Desktop Power Manager lets you balance power management and performance to save energy and lower costs. The E73 is also ENERGY STAR compliant, EPEAT® Gold and Cisco EnergyWise™ certified—so you can feel good about the planet and your bottom line. With SuperSpeed USB 3.0, transfer data up to 10 times faster than previous USB technologies. You can also connect to audio- and video-related devices with WiFi and Bluetooth® technology. With 10% more processing power, 4th generation Intel® Core™ processors deliver the performance to increase business productivity for your business. They can also guard against identity theft and ensure safe access to your network with built-in security features.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -129,27107297,129_27107297,Lenovo ThinkCenter E73,Lenovo ThinkCenter E73,processor_frequency,3.6 GHz,,,,,,,//icecat.de/en/p/lenovo/10b5000yuk/pcs-workstations-M73-27107297.html,"Eco-friendly and Energy Efficient Lenovo Desktop Power Manager lets you balance power management and performance to save energy and lower costs. The E73 is also ENERGY STAR compliant, EPEAT® Gold and Cisco EnergyWise™ certified—so you can feel good about the planet and your bottom line. With SuperSpeed USB 3.0, transfer data up to 10 times faster than previous USB technologies. You can also connect to audio- and video-related devices with WiFi and Bluetooth® technology. With 10% more processing power, 4th generation Intel® Core™ processors deliver the performance to increase business productivity for your business. They can also guard against identity theft and ensure safe access to your network with built-in security features.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -129,24325712,129_24325712,Lenovo ThinkCenter E73,Lenovo ThinkCenter E73,processor_frequency,3 GHz,,,,,,,//icecat.de/en/p/lenovo/10b1a0f3pb/pcs-workstations-M73-24325712.html,"Eco-friendly and Energy Efficient Lenovo Desktop Power Manager lets you balance power management and performance to save energy and lower costs. The E73 is also ENERGY STAR compliant, EPEAT® Gold and Cisco EnergyWise™ certified—so you can feel good about the planet and your bottom line. With SuperSpeed USB 3.0, transfer data up to 10 times faster than previous USB technologies. You can also connect to audio- and video-related devices with WiFi and Bluetooth® technology. With 10% more processing power, 4th generation Intel® Core™ processors deliver the performance to increase business productivity for your business. They can also guard against identity theft and ensure safe access to your network with built-in security features.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -130,29285281,130_29285281,Lenovo ThinkStation P300,Lenovo ThinkStation P300,processor_frequency,3.6 GHz,,,,,,,//icecat.de/en/p/lenovo/30ah005rix/pcs-workstations-P300-29285281.html,"Optional Flex Module The innovative Flex Module lets you customize I/O ports, so you add only what you need. With the 2 available 5.25"" bays on the P300 Tower, you can mix and match components including an ultraslim ODD, 29-in-1 media card reader, Firewire, and eSATA – up to 8 configurations among an ODD, HDD, and Flex Module. We've redesigned our ThinkStations. No more bulky handles, just a clean-looking, functional design. An extended lip on the top lid that includes a red touch point, combined with a ledge on the back-side, make the P300 exceptionally easy to lift and carry. The P300 workstation features a 15-month life cycle with no planned hardware changes that affect the preloaded software image. Image stability for long-term deployments helps to reduce transition, qualification, and testing costs to ensure savings for your business.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -130,24326086,130_24326086,Lenovo ThinkStation P300,Lenovo ThinkStation P300,processor_frequency,3.3 GHz,,,,,,,//icecat.de/en/p/lenovo/30ak000cmc/pcs-workstations-P300+SFF-24326086.html,"Optional Flex Module The innovative Flex Module lets you customize I/O ports, so you add only what you need. With the 2 available 5.25"" bays on the P300 Tower, you can mix and match components including an ultraslim ODD, 29-in-1 media card reader, Firewire, and eSATA – up to 8 configurations among an ODD, HDD, and Flex Module. We've redesigned our ThinkStations. No more bulky handles, just a clean-looking, functional design. An extended lip on the top lid that includes a red touch point, combined with a ledge on the back-side, make the P300 exceptionally easy to lift and carry. The P300 workstation features a 15-month life cycle with no planned hardware changes that affect the preloaded software image. Image stability for long-term deployments helps to reduce transition, qualification, and testing costs to ensure savings for your business.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -130,24725761,130_24725761,Lenovo ThinkStation P300,Lenovo ThinkStation P300,processor_frequency,3.5 GHz,,,,,,,//icecat.de/en/p/lenovo/30ah0047ge/pcs-workstations-P300-24725761.html,"Optional Flex Module The innovative Flex Module lets you customize I/O ports, so you add only what you need. With the 2 available 5.25"" bays on the P300 Tower, you can mix and match components including an ultraslim ODD, 29-in-1 media card reader, Firewire, and eSATA – up to 8 configurations among an ODD, HDD, and Flex Module. We've redesigned our ThinkStations. No more bulky handles, just a clean-looking, functional design. An extended lip on the top lid that includes a red touch point, combined with a ledge on the back-side, make the P300 exceptionally easy to lift and carry. The P300 workstation features a 15-month life cycle with no planned hardware changes that affect the preloaded software image. Image stability for long-term deployments helps to reduce transition, qualification, and testing costs to ensure savings for your business.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -131,24872891,131_24872891,Lenovo ThinkStation P900,Lenovo ThinkStation P900,,,,,,,,,//icecat.de/en/p/lenovo/30a5000ege/pcs-workstations-P900-24872891.html,"Thermal Design: Elegant & Efficient. Patented tri-channel cooling with just 3 system fans – as opposed to 10 that other workstations typically rely on — and a direct cooling air baffle directs fresh air into the CPU and memory. ThinkStation P900 delivers new technologies and design to keep your workstation cool and quiet. The innovative Flex Module lets you customize I/O ports, so you add only what you need. Using the 5.25"" bays, you can mix and match components including an ultraslim ODD, 29-in-1 media card reader, Firewire, and eSATA. The Flex Connector is a mezzanine card that fits into the motherboard and allows for expanded storage and I/O, without sacrificing the use of rear PCI. It supports SATA/SAS/PCIe advanced RAID solution. ThinkStation P900 includes two available connectors (enabled with each CPU).","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -132,30619567,132_30619567,Acer Aspire Switch 10 E,Acer Aspire Switch 10 E,,,,,,,,,,"Eye-catching trendsetter The Aspire Switch 10 E comes in a range of trendy colours that all work perfectly with its dynamic shape and elegant textile-pattern texturing to create one great-looking device. Choose the colour that suits you and watch your friends turn green with envy. This device’s perfectly designed Acer Snap Hinge 2 lets you snap the keyboard part on or off with a simple push or pull. Switch effortlessly between four very useful modes: notebook, tablet, tent, and display. Acer SwitchLock lets you lock this keyboard dock’s HDD so it only works with the tablet part. Use the tablet as the HDD’s key – simply snap the tablet off the keyboard to lock the HDD. All your HDD data is now protected and can’t be stolen. Simply snap the tablet back on to unlock all that data.","Geschwindigkeit ist keine Hexerei. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. HP ProDesks wurden mit strikten Vorgaben auf Zuverlässigkeit getestet. Beim HP Total Test Process wird die Leistung von PCs während einer Dauer von 120.000 Stunden getestet, um sicherzustellen, dass unsere Geräte Sie an Ihrem Arbeitstag nicht im Stich lassen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -133,31743669,133_31743669,Acer Aspire Switch 10 E,Acer Aspire Switch 10 E,,,,,,,,,,"Eye-catching trendsetter The Aspire Switch 10 E comes in a range of trendy colours that all work perfectly with its dynamic shape and elegant textile-pattern texturing to create one great-looking device. Choose the colour that suits you and watch your friends turn green with envy. This device’s perfectly designed Acer Snap Hinge 2 lets you snap the keyboard part on or off with a simple push or pull. Switch effortlessly between four very useful modes: notebook, tablet, tent, and display. Acer SwitchLock lets you lock this keyboard dock’s HDD so it only works with the tablet part. Use the tablet as the HDD’s key – simply snap the tablet off the keyboard to lock the HDD. All your HDD data is now protected and can’t be stolen. Simply snap the tablet back on to unlock all that data.","Geschwindigkeit ist keine Hexerei. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. HP ProDesks wurden mit strikten Vorgaben auf Zuverlässigkeit getestet. Beim HP Total Test Process wird die Leistung von PCs während einer Dauer von 120.000 Stunden getestet, um sicherzustellen, dass unsere Geräte Sie an Ihrem Arbeitstag nicht im Stich lassen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -134,29759322,134_29759322,Acer Aspire S7,Acer Aspire S7,os_installed,Windows 10 Home,,,,,,,//icecat.de/en/p/acer/nx.mt2ek.016/notebooks-393-75508G25-29759322.html,"MORE power The new Aspire S7 (the S7-393 to be precise) comes with your choice of Intel's new 5th Generation Core™ processors. These deliver improved overall performance and graphics, while also using less power. That's why the new Aspire S7 is even more powerful, and has a longer battery life. You can now go even longer between charge times. The new Aspire S7’s improved hardware doesn’t just make it more powerful, it also helps it score even higher in battery-life tests. With up to 8.5 hours2 of on-the-road power, you can go all day and do it all. With cutting-edge 802.11ac wireless technology firing on dual channels, the new Aspire S7 transmits and receives airborne data up to three times faster than the average laptop does3. Download and upload movies (and do pretty much anything on the web) at breathtaking speeds. The new Aspire S7 is beautifully thin and delightfully light. With a thickness of only 12.9 mm, and a weight of only 1.3 kg, this slender-but-strong beauty disappears into your carry bag without a whisper. It's so easy to carry; you'll forget it's there.","Geschwindigkeit ist keine Hexerei. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. HP ProDesks wurden mit strikten Vorgaben auf Zuverlässigkeit getestet. Beim HP Total Test Process wird die Leistung von PCs während einer Dauer von 120.000 Stunden getestet, um sicherzustellen, dass unsere Geräte Sie an Ihrem Arbeitstag nicht im Stich lassen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -134,26145012,134_26145012,Acer Aspire S7,Acer Aspire S7,os_installed,Windows 8.1 Pro,,,,,,,//icecat.de/en/p/acer/nx.mt5ek.002/notebooks-S7-393-75508G12ews-26145012.html,"MORE power The new Aspire S7 (the S7-393 to be precise) comes with your choice of Intel's new 5th Generation Core™ processors. These deliver improved overall performance and graphics, while also using less power. That's why the new Aspire S7 is even more powerful, and has a longer battery life. You can now go even longer between charge times. The new Aspire S7’s improved hardware doesn’t just make it more powerful, it also helps it score even higher in battery-life tests. With up to 8.5 hours2 of on-the-road power, you can go all day and do it all. With cutting-edge 802.11ac wireless technology firing on dual channels, the new Aspire S7 transmits and receives airborne data up to three times faster than the average laptop does3. Download and upload movies (and do pretty much anything on the web) at breathtaking speeds. The new Aspire S7 is beautifully thin and delightfully light. With a thickness of only 12.9 mm, and a weight of only 1.3 kg, this slender-but-strong beauty disappears into your carry bag without a whisper. It's so easy to carry; you'll forget it's there.","Geschwindigkeit ist keine Hexerei. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. HP ProDesks wurden mit strikten Vorgaben auf Zuverlässigkeit getestet. Beim HP Total Test Process wird die Leistung von PCs während einer Dauer von 120.000 Stunden getestet, um sicherzustellen, dass unsere Geräte Sie an Ihrem Arbeitstag nicht im Stich lassen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -135,29836399,135_29836399,Acer Chromebook CB5-311,Acer Chromebook CB5-311,storage_media,SSD,,,,,,,//icecat.de/en/p/acer/nx.mpreh.009/notebooks-CB5-311-T17X-29836399.html,"Amazing mobility Slip the Acer Chromebook into your bag and work from anywhere, without recharging, because it has enough battery life to last all day long on a single charge. Indulge your eyes and see everything in vivid detail on the Acer Chromebook's Full HD display. The Acer Chromebook features the latest 802.11ac wireless technology, for a smooth internet experience at connection speeds that are up to three times faster than that of previous-generation wireless technologies. The Acer Chromebook starts within 8 seconds, so you can wait less and do more. At less than an inch thin and extremely light, the Acer Chromebook is the perfect tool for on-the-go computing. Plus, it sports a fanless design for whisper-quiet computing.","Geschwindigkeit ist keine Hexerei. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. HP ProDesks wurden mit strikten Vorgaben auf Zuverlässigkeit getestet. Beim HP Total Test Process wird die Leistung von PCs während einer Dauer von 120.000 Stunden getestet, um sicherzustellen, dass unsere Geräte Sie an Ihrem Arbeitstag nicht im Stich lassen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -135,30359386,135_30359386,Acer Chromebook CB5-311,Acer Chromebook CB5-311,storage_media,Flash,,,,,,,//icecat.de/en/p/acer/nx.mpreh.006-nl/notebooks-CB5-311-T4S0-30359386.html,"Amazing mobility Slip the Acer Chromebook into your bag and work from anywhere, without recharging, because it has enough battery life to last all day long on a single charge. Indulge your eyes and see everything in vivid detail on the Acer Chromebook's Full HD display. The Acer Chromebook features the latest 802.11ac wireless technology, for a smooth internet experience at connection speeds that are up to three times faster than that of previous-generation wireless technologies. The Acer Chromebook starts within 8 seconds, so you can wait less and do more. At less than an inch thin and extremely light, the Acer Chromebook is the perfect tool for on-the-go computing. Plus, it sports a fanless design for whisper-quiet computing.","Geschwindigkeit ist keine Hexerei. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. HP ProDesks wurden mit strikten Vorgaben auf Zuverlässigkeit getestet. Beim HP Total Test Process wird die Leistung von PCs während einer Dauer von 120.000 Stunden getestet, um sicherzustellen, dass unsere Geräte Sie an Ihrem Arbeitstag nicht im Stich lassen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -136,24425591,136_24425591,Acer Chromebook C730-C8T7,Acer Chromebook C730-C8T7,,,,,,,,,//icecat.co.uk/en/p/acer/nx.g85ek.001/notebooks-4713392480010-Acer-Chromebook-11-CB3-131-C8D2-2-16GHz-N2840-11-6-1366-x-768pixels-White-31250836.html,"Amazing mobility Slip the Acer Chromebook into your bag and work from anywhere, without recharging, because it has enough battery life to last all day long on a single charge. Indulge your eyes and see everything in vivid detail on the Acer Chromebook's Full HD display. The Acer Chromebook features the latest 802.11ac wireless technology, for a smooth internet experience at connection speeds that are up to three times faster than that of previous-generation wireless technologies. The Acer Chromebook starts within 8 seconds, so you can wait less and do more. At less than an inch thin and extremely light, the Acer Chromebook is the perfect tool for on-the-go computing. Plus, it sports a fanless design for whisper-quiet computing.","Geschwindigkeit ist keine Hexerei. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. HP ProDesks wurden mit strikten Vorgaben auf Zuverlässigkeit getestet. Beim HP Total Test Process wird die Leistung von PCs während einer Dauer von 120.000 Stunden getestet, um sicherzustellen, dass unsere Geräte Sie an Ihrem Arbeitstag nicht im Stich lassen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -137,29283479,137_29283479,Acer TravelMate P246-M,Acer TravelMate P246-M,total_storage_capacity,500 GB,,,,,,,//icecat.de/en/p/acer/nx.v9vek.014/notebooks-P246-M-50JL-29283479.html,"Work with style and simplicity The TravelMate P2 Series comes in 13.3"", 14"", 15.6"" and 17.3"" sizes to meet various business needs. Clad in a refined textile finish that both looks and feels great, these notebooks pack the latest Intel® Core™ processors1 and discrete graphics1 to keep you at your productive best. They are also loaded with tailor-made management and security software for easy, centralised control. The P2 series now comes with a fine linen textile pattern embossed on the outer covers. This lends a professional refined look and feel to the line that adds distinction to functionality. There are also practical benefits, as the pattern makes it a bit easier to keep a firm grip on the go, while also resisting scratches. The TravelMate P2 Series is certified to deliver the high audio and visual standards of Skype for Business1. Optimised hardware ensures that every word will be heard clearly with no gap or lag in speech, minimal background noise and zero echo. That means you can call or video chat with superior audio and visual quality.",,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -137,29283480,137_29283480,Acer TravelMate P246-M,Acer TravelMate P246-M,total_storage_capacity,128 GB,,,,,,,//icecat.de/en/p/acer/nx.v9vek.016/notebooks-P246-M-29283480.html,"Work with style and simplicity The TravelMate P2 Series comes in 13.3"", 14"", 15.6"" and 17.3"" sizes to meet various business needs. Clad in a refined textile finish that both looks and feels great, these notebooks pack the latest Intel® Core™ processors1 and discrete graphics1 to keep you at your productive best. They are also loaded with tailor-made management and security software for easy, centralised control. The P2 series now comes with a fine linen textile pattern embossed on the outer covers. This lends a professional refined look and feel to the line that adds distinction to functionality. There are also practical benefits, as the pattern makes it a bit easier to keep a firm grip on the go, while also resisting scratches. The TravelMate P2 Series is certified to deliver the high audio and visual standards of Skype for Business1. Optimised hardware ensures that every word will be heard clearly with no gap or lag in speech, minimal background noise and zero echo. That means you can call or video chat with superior audio and visual quality.",,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -138,30046855,138_30046855,Acer TravelMate P258-M,Acer TravelMate P258-M,processor_frequency,2.8 GHz,,,,,,,//icecat.de/en/p/acer/nx.vc7eg.002/notebooks-P258-M-53Z3-30046855.html,"Tactile textile The P2 series now comes with a fine linen textile pattern embossed on the outer covers. This lends a professional refined look and feel to the line that adds distinction to functionality. There are also practical benefits, as the pattern makes it a bit easier to keep a firm grip on the go, while also resisting scratches. The TravelMate P2 Series is certified to deliver the high audio and visual standards of Skype for Business1. Optimised hardware ensures that every word will be heard clearly with no gap or lag in speech, minimal background noise and zero echo. That means you can call or video chat with superior audio and visual quality. The TravelMate P2 is packed with features that make it easier to do business. Work faster with smoother gestures on the large Precision Touchpad. Quickly share business contacts with a smartphone via Contact Pickup. Log in to the TravelMate P2 faster thanks to Face Login. ","Einzigartige Haptik Die P2-Serie verfügt jetzt über ein Textilmuster auf dem äußeren Cover. Dies verleiht den Produkten einen professionellen, edlen Look und ist so die perfekte Ergänzung zu ihrer Funktionalität. Dies hat auch einen praktischen Nutzen, da die Struktur Kratzern widersteht und dafür sorgt, dass Sie auch unterwegs alles im Griff haben. Die TravelMate P2-Serie erfüllt die hohen Audio- und Grafik-Standards der Skype-Zertifizierung für Unternehmen1. Dank der optimierten Hardware kann jedes Wort klar und ohne Echo, Lücken oder Verzögerungen bei minimalen Hintergrundgeräuschen verstanden werden. Das bedeutet, Sie können Anrufe oder Videochats mit überragender Audio- und Grafikqualität tätigen. Das TravelMate P2 verfügt über unzählige Funktionen, die Ihre Aufgaben vereinfachen. Das große Precison-Touchpad lässt Sie dank fließender Gesten ihre Arbeit auf intuitive Art und Weise bewältigen. Geben Sie mit Ihrem Smartphone per Contact Pickup Geschäftskontakte im Handumdrehen frei oder melden Sie sich dank Face Login schneller bei Ihrem TravelMate P2 an. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -138,30657838,138_30657838,Acer TravelMate P258-M,Acer TravelMate P258-M,processor_frequency,3.1 GHz,,,,,,,//icecat.de/en/p/acer/nx.vc7eh.012/notebooks-P258-M-785T-30657838.html,"Tactile textile The P2 series now comes with a fine linen textile pattern embossed on the outer covers. This lends a professional refined look and feel to the line that adds distinction to functionality. There are also practical benefits, as the pattern makes it a bit easier to keep a firm grip on the go, while also resisting scratches. The TravelMate P2 Series is certified to deliver the high audio and visual standards of Skype for Business1. Optimised hardware ensures that every word will be heard clearly with no gap or lag in speech, minimal background noise and zero echo. That means you can call or video chat with superior audio and visual quality. The TravelMate P2 is packed with features that make it easier to do business. Work faster with smoother gestures on the large Precision Touchpad. Quickly share business contacts with a smartphone via Contact Pickup. Log in to the TravelMate P2 faster thanks to Face Login. ","Einzigartige Haptik Die P2-Serie verfügt jetzt über ein Textilmuster auf dem äußeren Cover. Dies verleiht den Produkten einen professionellen, edlen Look und ist so die perfekte Ergänzung zu ihrer Funktionalität. Dies hat auch einen praktischen Nutzen, da die Struktur Kratzern widersteht und dafür sorgt, dass Sie auch unterwegs alles im Griff haben. Die TravelMate P2-Serie erfüllt die hohen Audio- und Grafik-Standards der Skype-Zertifizierung für Unternehmen1. Dank der optimierten Hardware kann jedes Wort klar und ohne Echo, Lücken oder Verzögerungen bei minimalen Hintergrundgeräuschen verstanden werden. Das bedeutet, Sie können Anrufe oder Videochats mit überragender Audio- und Grafikqualität tätigen. Das TravelMate P2 verfügt über unzählige Funktionen, die Ihre Aufgaben vereinfachen. Das große Precison-Touchpad lässt Sie dank fließender Gesten ihre Arbeit auf intuitive Art und Weise bewältigen. Geben Sie mit Ihrem Smartphone per Contact Pickup Geschäftskontakte im Handumdrehen frei oder melden Sie sich dank Face Login schneller bei Ihrem TravelMate P2 an. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -139,24699831,139_24699831,Asus Transformer Book T200TA,Asus Transformer Book T200TA,,,,,,,,,,"As light as you like Transformer Book T200 is sleek, slim and oh so light — just 26mm tall and 1.5kg docked. And when need to travel even lighter, detach the 11.6-inch tablet for 11.95mm slenderness and a mere 750g weight! With up to 10.4 hours of battery life that lasts all day long, you’re free to work or play from dawn to dusk. And ASUS Instant On technology ensures that Transformer Book T200 is always responsive and ready for action! Experience outstanding performance from the latest Intel® quad-core processor. You’ll multitask seamlessly and get more done in less time. Transformer Book T200 also delivers exceptional graphics performance — with Intel HD graphics that are up to 30% faster than ever before! Transformer Book T200 is equipped with USB 3.0 connectivity for data transfers that never leave you waiting. Just attach your USB 3.0 devices to enjoy speeds that are up to 10X faster than USB 2.0!","Einfach zweifach brillant Das ASUS Transformer Book T200 ist ein aufregendes 11,6“ Entertainment-Tablet, das zugleich ein hocheffizientes, voll vernetztes und voll ausgestattetes Windows 8.1 Notebook ist. Und es ist noch mehr: Es ist die perfekte Kombination von Funktion und Leistung, Spaß und Produktivität, Style und Flexibilität. Von früh bis spät, im Businesseinsatz oder rein zu Ihrer Unterhaltung – das T200 hält Sie mit gewaltigen Akkulaufzeiten den ganzen Tag über in Bewegung. Und dank ASUS Instant-On-Technologie ist es immer sofort einsatzbereit. Damit jedes Detail beeindruckt und jede Toucheingabe mit extremer Präzision erkannt wird, kommt das T200 mit einem exzellenten 16:9 HD (1366 x 768) Multi-Touch-Display. Dank IPS-Technologie und breitem 178°-Betrachtungswinkel werden sämtliche Inhalte aus nahezu jeder Perspektive gestochen scharf wiedergegeben.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -140,22766487,140_22766487,Asus Transformer Book T200TA,Asus Transformer Book T200TA,,,,,,,,,,"As light as you like Transformer Book T200 is sleek, slim and oh so light — just 26mm tall and 1.5kg docked. And when need to travel even lighter, detach the 11.6-inch tablet for 11.95mm slenderness and a mere 750g weight! With up to 10.4 hours of battery life that lasts all day long, you’re free to work or play from dawn to dusk. And ASUS Instant On technology ensures that Transformer Book T200 is always responsive and ready for action! Experience outstanding performance from the latest Intel® quad-core processor. You’ll multitask seamlessly and get more done in less time. Transformer Book T200 also delivers exceptional graphics performance — with Intel HD graphics that are up to 30% faster than ever before! Transformer Book T200 is equipped with USB 3.0 connectivity for data transfers that never leave you waiting. Just attach your USB 3.0 devices to enjoy speeds that are up to 10X faster than USB 2.0!","Einfach zweifach brillant Das ASUS Transformer Book T200 ist ein aufregendes 11,6“ Entertainment-Tablet, das zugleich ein hocheffizientes, voll vernetztes und voll ausgestattetes Windows 8.1 Notebook ist. Und es ist noch mehr: Es ist die perfekte Kombination von Funktion und Leistung, Spaß und Produktivität, Style und Flexibilität. Von früh bis spät, im Businesseinsatz oder rein zu Ihrer Unterhaltung – das T200 hält Sie mit gewaltigen Akkulaufzeiten den ganzen Tag über in Bewegung. Und dank ASUS Instant-On-Technologie ist es immer sofort einsatzbereit. Damit jedes Detail beeindruckt und jede Toucheingabe mit extremer Präzision erkannt wird, kommt das T200 mit einem exzellenten 16:9 HD (1366 x 768) Multi-Touch-Display. Dank IPS-Technologie und breitem 178°-Betrachtungswinkel werden sämtliche Inhalte aus nahezu jeder Perspektive gestochen scharf wiedergegeben.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -141,29380410,141_29380410,Asus Zenbook US303UB,Asus Zenbook US303UB,,,,,,,,,,"Classic design,stylish new color ASUS ZenBook series represents the essence of ASUS design spirit, and UX303 takes this to another level of sophistication with fresh and gorgeous color Smoky Brown. The elegant color is further enhanced by the iconic spun-metal finish that echoes the spirit of Zen. The classic lines of the ultra-light, all-aluminum ZenBook have been enhanced with a slimmer profile, tapering to just 3mm at the front. It's chic, elegant, timeless, and powerful — it's ZenBook UX303. Developed by the ASUS Golden Eye team, exclusive ASUS Splendid technology gives you vivid, accurate colors no matter what you're watching. It works by automatically fine-tuning various display settings to optimize all kinds of images. The result is richer, deeper colors and stunning visuals whether you're watching videos and movies, playing games or browsing through your photos.","Einfach noch mehr sehen Dank Wide View IPS-Paneltechnologie ermöglicht das UX303 mit breitem 170° Betrachtungswinkel kontrastreiche Bilder, lebendige, intensive Farben, eine herausragende Farbtreue und eine unvergleichliche Detailschärfe aus nahezu jeder Blickperspektive. Das 13,3“ QHD Display des ASUS ZENBOOK™ UX303 begeistert mit einer akkuraten Farbdarstellung, einer hohen Leuchtkraft und ausgezeichneten Kontrasten. Websites und Texte werden knackscharf dargestellt - Filme, Games oder Fotos werden atemberaubend brillant wiedergegeben. Das ZENBOOK™ UX303UB sorgt dafür, dass Sie mit Ihren Lieben bestens verbunden bleiben. Ergänzend zur hohen Displayqualität garantiert die leistungsstarke HD-Webcam, dass Sie in Videochats, selbst bei ungünstigen Lichtverhältnissen, umwerfend aussehen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -142,30943081,142_30943081,Asus Zenbook US303UB,Asus Zenbook US303UB,,,,,,,,,,"Classic design,stylish new color ASUS ZenBook series represents the essence of ASUS design spirit, and UX303 takes this to another level of sophistication with fresh and gorgeous color Smoky Brown. The elegant color is further enhanced by the iconic spun-metal finish that echoes the spirit of Zen. The classic lines of the ultra-light, all-aluminum ZenBook have been enhanced with a slimmer profile, tapering to just 3mm at the front. It's chic, elegant, timeless, and powerful — it's ZenBook UX303. Developed by the ASUS Golden Eye team, exclusive ASUS Splendid technology gives you vivid, accurate colors no matter what you're watching. It works by automatically fine-tuning various display settings to optimize all kinds of images. The result is richer, deeper colors and stunning visuals whether you're watching videos and movies, playing games or browsing through your photos.","Einfach noch mehr sehen Dank Wide View IPS-Paneltechnologie ermöglicht das UX303 mit breitem 170° Betrachtungswinkel kontrastreiche Bilder, lebendige, intensive Farben, eine herausragende Farbtreue und eine unvergleichliche Detailschärfe aus nahezu jeder Blickperspektive. Das 13,3“ QHD Display des ASUS ZENBOOK™ UX303 begeistert mit einer akkuraten Farbdarstellung, einer hohen Leuchtkraft und ausgezeichneten Kontrasten. Websites und Texte werden knackscharf dargestellt - Filme, Games oder Fotos werden atemberaubend brillant wiedergegeben. Das ZENBOOK™ UX303UB sorgt dafür, dass Sie mit Ihren Lieben bestens verbunden bleiben. Ergänzend zur hohen Displayqualität garantiert die leistungsstarke HD-Webcam, dass Sie in Videochats, selbst bei ungünstigen Lichtverhältnissen, umwerfend aussehen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -143,31035196,143_31035196,Asus Zenbook US303UB,Asus Zenbook US303UB,,,,,,,,,,"Classic design,stylish new color ASUS ZenBook series represents the essence of ASUS design spirit, and UX303 takes this to another level of sophistication with fresh and gorgeous color Smoky Brown. The elegant color is further enhanced by the iconic spun-metal finish that echoes the spirit of Zen. The classic lines of the ultra-light, all-aluminum ZenBook have been enhanced with a slimmer profile, tapering to just 3mm at the front. It's chic, elegant, timeless, and powerful — it's ZenBook UX303. Developed by the ASUS Golden Eye team, exclusive ASUS Splendid technology gives you vivid, accurate colors no matter what you're watching. It works by automatically fine-tuning various display settings to optimize all kinds of images. The result is richer, deeper colors and stunning visuals whether you're watching videos and movies, playing games or browsing through your photos.","Einfach noch mehr sehen Dank Wide View IPS-Paneltechnologie ermöglicht das UX303 mit breitem 170° Betrachtungswinkel kontrastreiche Bilder, lebendige, intensive Farben, eine herausragende Farbtreue und eine unvergleichliche Detailschärfe aus nahezu jeder Blickperspektive. Das 13,3“ QHD Display des ASUS ZENBOOK™ UX303 begeistert mit einer akkuraten Farbdarstellung, einer hohen Leuchtkraft und ausgezeichneten Kontrasten. Websites und Texte werden knackscharf dargestellt - Filme, Games oder Fotos werden atemberaubend brillant wiedergegeben. Das ZENBOOK™ UX303UB sorgt dafür, dass Sie mit Ihren Lieben bestens verbunden bleiben. Ergänzend zur hohen Displayqualität garantiert die leistungsstarke HD-Webcam, dass Sie in Videochats, selbst bei ungünstigen Lichtverhältnissen, umwerfend aussehen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -144,29804740,144_29804740,Asus Zenbook UX301LA,Asus Zenbook UX301LA,total_storage_capacity,512 GB,,,,,,,//icecat.de/en/p/asus/90nb0193-m05560/notebooks-UX301LA-DE150H-26516355.html,"Technology with a human touch Zenbook UX301 is wonderfully tactile, but that goes well beyond just the feel of its sleek, smooth and durable glass design. Windows 8 is designed with touch in mind and a dedicated ASUS Human Computer Interface team help make it even more intuitive to use with features like a responsive multi-touch display, and a large touch pad with multi-touch support. The backlit keyboard with automatic brightness control also means you'll always have a clear view of the keys, so you can stay productive, even in complete darkness. So whichever way you like to work, Zenbook UX301 has you covered. Creating the perfect Ultrabook™ means striking a perfect balance between form and function. Zenbook UX301 has a strikingly gorgeous design refined with crystalline glass and classic hairline metallic finish that's just 15.5mm thick — 14% thinner than the previous Zenbook. Lift the lid and inside is a vibrant 13.3-inch WQHD display that brings images to life and makes everything from browsing the web to working with documents an absolute pleasure. Zenbook UX301is the Ultrabook™ you'll want with you, wherever you go.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -144,30312874,144_30312874,Asus Zenbook UX301LA,Asus Zenbook UX301LA,total_storage_capacity,128 GB,,,,,,,//icecat.de/en/p/asus/ux301la-c4161t/notebooks-UX301LA-C4161T-30312874.html,"Technology with a human touch Zenbook UX301 is wonderfully tactile, but that goes well beyond just the feel of its sleek, smooth and durable glass design. Windows 8 is designed with touch in mind and a dedicated ASUS Human Computer Interface team help make it even more intuitive to use with features like a responsive multi-touch display, and a large touch pad with multi-touch support. The backlit keyboard with automatic brightness control also means you'll always have a clear view of the keys, so you can stay productive, even in complete darkness. So whichever way you like to work, Zenbook UX301 has you covered. Creating the perfect Ultrabook™ means striking a perfect balance between form and function. Zenbook UX301 has a strikingly gorgeous design refined with crystalline glass and classic hairline metallic finish that's just 15.5mm thick — 14% thinner than the previous Zenbook. Lift the lid and inside is a vibrant 13.3-inch WQHD display that brings images to life and makes everything from browsing the web to working with documents an absolute pleasure. Zenbook UX301is the Ultrabook™ you'll want with you, wherever you go.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -144,29804741,144_29804741,Asus Zenbook UX301LA,Asus Zenbook UX301LA,total_storage_capacity,256 GB,,,,,,,//icecat.de/en/p/asus/90nb0193-m06560/notebooks-UX301LA-C4145T-29804740.html,"Technology with a human touch Zenbook UX301 is wonderfully tactile, but that goes well beyond just the feel of its sleek, smooth and durable glass design. Windows 8 is designed with touch in mind and a dedicated ASUS Human Computer Interface team help make it even more intuitive to use with features like a responsive multi-touch display, and a large touch pad with multi-touch support. The backlit keyboard with automatic brightness control also means you'll always have a clear view of the keys, so you can stay productive, even in complete darkness. So whichever way you like to work, Zenbook UX301 has you covered. Creating the perfect Ultrabook™ means striking a perfect balance between form and function. Zenbook UX301 has a strikingly gorgeous design refined with crystalline glass and classic hairline metallic finish that's just 15.5mm thick — 14% thinner than the previous Zenbook. Lift the lid and inside is a vibrant 13.3-inch WQHD display that brings images to life and makes everything from browsing the web to working with documents an absolute pleasure. Zenbook UX301is the Ultrabook™ you'll want with you, wherever you go.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -145,29885470,145_29885470,DELL Chromebook 13,DELL Chromebook 13,processor_frequency,2 GHz,,,,,,,//icecat.de/en/p/dell/7310-6719/notebooks-13-29885470.html,"The industry’s finest Sleek. Smooth. Strong: The carbon fiber finish with magnesium alloy is light, durable, cool to the touch and designed to impress. The Google ecosystem at your service: Expect Speed - boots in seconds, Simplicity - easy to use and manage, Secure - with virus protection built-in, encrypted user data and automated updates. A wide range of magnificence: Bring business projects to full light with industry leading brightness and viewing angles on a 13.3"" FHD IPS display with optional scratch-resistant Corning® Gorilla® Glass NBT™ touch display. Business class performance - Browse faster using up to core i5 5th gen intel Core processors and experience the performance of Dell's most powerful chromebook. Professional looks and productivity: Thoughtfully designed to be sleek and useful with a carbon fiber lid, dark gray alloy chassis, backlit keyboard, glass track pad and 1080p display. Work on the go: Securely and easily access servers, mirror desktops and improve lifecycle management with Dell unique IP from KACE, SonicWALL (VPN) and Wyse.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -145,29885471,145_29885471,DELL Chromebook 13,DELL Chromebook 13,processor_frequency,1.5 GHz,,,,,,,//icecat.de/en/p/dell/7310-6696/notebooks-13-29885471.html,"The industry’s finest Sleek. Smooth. Strong: The carbon fiber finish with magnesium alloy is light, durable, cool to the touch and designed to impress. The Google ecosystem at your service: Expect Speed - boots in seconds, Simplicity - easy to use and manage, Secure - with virus protection built-in, encrypted user data and automated updates. A wide range of magnificence: Bring business projects to full light with industry leading brightness and viewing angles on a 13.3"" FHD IPS display with optional scratch-resistant Corning® Gorilla® Glass NBT™ touch display. Business class performance - Browse faster using up to core i5 5th gen intel Core processors and experience the performance of Dell's most powerful chromebook. Professional looks and productivity: Thoughtfully designed to be sleek and useful with a carbon fiber lid, dark gray alloy chassis, backlit keyboard, glass track pad and 1080p display. Work on the go: Securely and easily access servers, mirror desktops and improve lifecycle management with Dell unique IP from KACE, SonicWALL (VPN) and Wyse.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -145,29885473,145_29885473,DELL Chromebook 13,DELL Chromebook 13,processor_frequency,2.3 GHz,,,,,,,//icecat.de/en/p/dell/7310-6740/notebooks-13-29885473.html,"The industry’s finest Sleek. Smooth. Strong: The carbon fiber finish with magnesium alloy is light, durable, cool to the touch and designed to impress. The Google ecosystem at your service: Expect Speed - boots in seconds, Simplicity - easy to use and manage, Secure - with virus protection built-in, encrypted user data and automated updates. A wide range of magnificence: Bring business projects to full light with industry leading brightness and viewing angles on a 13.3"" FHD IPS display with optional scratch-resistant Corning® Gorilla® Glass NBT™ touch display. Business class performance - Browse faster using up to core i5 5th gen intel Core processors and experience the performance of Dell's most powerful chromebook. Professional looks and productivity: Thoughtfully designed to be sleek and useful with a carbon fiber lid, dark gray alloy chassis, backlit keyboard, glass track pad and 1080p display. Work on the go: Securely and easily access servers, mirror desktops and improve lifecycle management with Dell unique IP from KACE, SonicWALL (VPN) and Wyse.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -146,30706737,146_30706737,DELL Inspiron 7359,DELL Inspiron 7359,processor_frequency,2.3 GHz,,,,,,,//icecat.de/en/p/dell/wgwy0/notebooks-7359-30706737.html,"Two powerful devices. One elegant design The new Inspiron 13 7000 Series 2-in-1 combines the powerful performance of a premium laptop and the versatility of a 13.3"" tablet with built-in stylus. The best Windows ever meets the best Dell ever. The result? A whole new era of power, performance and productivity. Windows 10 gives you all the features you know from the world’s most popular operating system, plus great improvements you’ll love. Enhance all you do with new Windows 10 features: Start it up - You’ll feel like an expert from the get-go since your Windows Start menu is back in an expanded form.Plus, all your pinned applications will carry over so your experience is familiar, productive and better than ever. The speed you need - Windows 10 starts up and resumes fast with InstaGo so there’s no buffer between you and your to-do list. Even your updates reach you as soon as they are available so you always have the latest and greatest features that are built to keep up with your on-the-go lifestyle.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -146,30213351,146_30213351,DELL Inspiron 7359,DELL Inspiron 7359,processor_frequency,2.5 GHz,,,,,,,//icecat.de/en/p/dell/7359-8577/notebooks-7359-30213351.html,"Two powerful devices. One elegant design The new Inspiron 13 7000 Series 2-in-1 combines the powerful performance of a premium laptop and the versatility of a 13.3"" tablet with built-in stylus. The best Windows ever meets the best Dell ever. The result? A whole new era of power, performance and productivity. Windows 10 gives you all the features you know from the world’s most popular operating system, plus great improvements you’ll love. Enhance all you do with new Windows 10 features: Start it up - You’ll feel like an expert from the get-go since your Windows Start menu is back in an expanded form.Plus, all your pinned applications will carry over so your experience is familiar, productive and better than ever. The speed you need - Windows 10 starts up and resumes fast with InstaGo so there’s no buffer between you and your to-do list. Even your updates reach you as soon as they are available so you always have the latest and greatest features that are built to keep up with your on-the-go lifestyle.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -147,27295351,147_27295351,DELL Latitude E5450,DELL Latitude E5450,processor_frequency,2.2 GHz,,,,,,,//icecat.de/en/p/dell/9g66n/notebooks-E5450-27295351.html,"Built for work. Designed to impress. Thin and light for mobile productivity: Introducing Dell’s thinnest and lightest mainstream laptop yet. With all-day battery life, you can stay productive wherever your work takes you with the Dell Latitude 14 5000 Series. Full features for business professionals: Get the latest generation of Intel® Core™ processors, optional backlit keyboard, and the most options of ports, storage, connectivity and displays of any Latitude. Durability you can depend on: Your Dell Latitude 14 5000 Series is built to last, with spill-proof keyboard and vigorous anodized hinge solution, plus an optional structure enhanced Magnesium display cover for touch models. E-family docking: Work seamlessly with an e-dock and charging solution that is consistent across multi-generations.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -147,30046188,147_30046188,DELL Latitude E5450,DELL Latitude E5450,processor_frequency,2.3 GHz,,,,,,,//icecat.de/en/p/dell/yn9r3/notebooks-E5450-30046188.html,"Built for work. Designed to impress. Thin and light for mobile productivity: Introducing Dell’s thinnest and lightest mainstream laptop yet. With all-day battery life, you can stay productive wherever your work takes you with the Dell Latitude 14 5000 Series. Full features for business professionals: Get the latest generation of Intel® Core™ processors, optional backlit keyboard, and the most options of ports, storage, connectivity and displays of any Latitude. Durability you can depend on: Your Dell Latitude 14 5000 Series is built to last, with spill-proof keyboard and vigorous anodized hinge solution, plus an optional structure enhanced Magnesium display cover for touch models. E-family docking: Work seamlessly with an e-dock and charging solution that is consistent across multi-generations.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -148,25977678,148_25977678,Fujitsu LIFEBOOK U745,Fujitsu LIFEBOOK U745,processor_frequency,2.6 GHz,,,,,,,//icecat.de/en/p/fujitsu/vfy-u7450m47bbgb/notebooks-U745-25977678.html,"The FUJITSU Notebook LIFEBOOK U745 is a slim and light Ultrabook™ for professionals supporting optimum mobility for business trips and ergonomics in the office. Its low weight from 1.55 kg combined with a 35.6 cm (14-inch) anti-glare display with touch panel and backlit keyboard options offers you mobile comfort. The 4G/LTE or 3G/UMTS option and the pull-out LAN connector grant you added connectivity. Moreover, an embedded palm vein sensor option guarantees ultimate protection of your data. The common port replicator with the LIFEBOOK E family facilitates workplace sharing; the VGA port allows you to present on demand. ","Das FUJITSU Notebook LIFEBOOK U745 ist ein schlankes und leichtes Ultrabook™ für berufliche Nutzer, das optimale Mobilität auf Geschäftsreisen und Ergonomie im Büro gewährleistet. Das geringe Gewicht ab 1,55 kg in Verbindung mit dem 35,6 cm (14 Zoll)-Anti-Glare-Display mit Touchpanel und der optional beleuchteten Tastatur steigern den Komfort, wenn Sie unterwegs sind. Das optionale 4G/LTE oder 3G/UMTS und der herausziehbare LAN-Stecker sorgen für eine bessere Konnektivität. Darüber hinaus gewährleistet ein optional integrierter Palm-Vein-Sensor den ultimativen Schutz Ihrer Daten. Der gemeinsame Port-Replikator mit der LIFEBOOK E Familie vereinfacht die gemeinsame Nutzung von Arbeitsplätzen, und der VGA-Anschluss ermöglicht Ihnen, bei Bedarf Inhalte zu präsentieren.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -148,25977676,148_25977676,Fujitsu LIFEBOOK U745,Fujitsu LIFEBOOK U745,processor_frequency,2.2 GHz,,,,,,,//icecat.de/en/p/fujitsu/vfy-u7450m45cbgb/notebooks-U745-25977676.html,"The FUJITSU Notebook LIFEBOOK U745 is a slim and light Ultrabook™ for professionals supporting optimum mobility for business trips and ergonomics in the office. Its low weight from 1.55 kg combined with a 35.6 cm (14-inch) anti-glare display with touch panel and backlit keyboard options offers you mobile comfort. The 4G/LTE or 3G/UMTS option and the pull-out LAN connector grant you added connectivity. Moreover, an embedded palm vein sensor option guarantees ultimate protection of your data. The common port replicator with the LIFEBOOK E family facilitates workplace sharing; the VGA port allows you to present on demand. ","Das FUJITSU Notebook LIFEBOOK U745 ist ein schlankes und leichtes Ultrabook™ für berufliche Nutzer, das optimale Mobilität auf Geschäftsreisen und Ergonomie im Büro gewährleistet. Das geringe Gewicht ab 1,55 kg in Verbindung mit dem 35,6 cm (14 Zoll)-Anti-Glare-Display mit Touchpanel und der optional beleuchteten Tastatur steigern den Komfort, wenn Sie unterwegs sind. Das optionale 4G/LTE oder 3G/UMTS und der herausziehbare LAN-Stecker sorgen für eine bessere Konnektivität. Darüber hinaus gewährleistet ein optional integrierter Palm-Vein-Sensor den ultimativen Schutz Ihrer Daten. Der gemeinsame Port-Replikator mit der LIFEBOOK E Familie vereinfacht die gemeinsame Nutzung von Arbeitsplätzen, und der VGA-Anschluss ermöglicht Ihnen, bei Bedarf Inhalte zu präsentieren.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -148,27282150,148_27282150,Fujitsu LIFEBOOK U745,Fujitsu LIFEBOOK U745,processor_frequency,2.1 GHz,,,,,,,//icecat.de/en/p/fujitsu/vfy-u7450m63sbde/notebooks-U745-27282150.html,"The FUJITSU Notebook LIFEBOOK U745 is a slim and light Ultrabook™ for professionals supporting optimum mobility for business trips and ergonomics in the office. Its low weight from 1.55 kg combined with a 35.6 cm (14-inch) anti-glare display with touch panel and backlit keyboard options offers you mobile comfort. The 4G/LTE or 3G/UMTS option and the pull-out LAN connector grant you added connectivity. Moreover, an embedded palm vein sensor option guarantees ultimate protection of your data. The common port replicator with the LIFEBOOK E family facilitates workplace sharing; the VGA port allows you to present on demand. ","Das FUJITSU Notebook LIFEBOOK U745 ist ein schlankes und leichtes Ultrabook™ für berufliche Nutzer, das optimale Mobilität auf Geschäftsreisen und Ergonomie im Büro gewährleistet. Das geringe Gewicht ab 1,55 kg in Verbindung mit dem 35,6 cm (14 Zoll)-Anti-Glare-Display mit Touchpanel und der optional beleuchteten Tastatur steigern den Komfort, wenn Sie unterwegs sind. Das optionale 4G/LTE oder 3G/UMTS und der herausziehbare LAN-Stecker sorgen für eine bessere Konnektivität. Darüber hinaus gewährleistet ein optional integrierter Palm-Vein-Sensor den ultimativen Schutz Ihrer Daten. Der gemeinsame Port-Replikator mit der LIFEBOOK E Familie vereinfacht die gemeinsame Nutzung von Arbeitsplätzen, und der VGA-Anschluss ermöglicht Ihnen, bei Bedarf Inhalte zu präsentieren.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -149,30283566,149_30283566,HP 200 250 G4,HP 200 250 G4,processor_frequency,2 GHz,,,,,,,//icecat.de/en/p/hp/p5t03ea/notebooks-250+G4-30283566.html,"Durable mobile design Rest assured that the HP 250 can keep up with assignments on the run. The durable chassis protects the notebook so it looks as professional as you do. Get connected with the value-priced HP 250 Notebook PC. Complete business tasks with Intel technology, essential multimedia tools and Windows 8.1 loaded on the HP 250. The durable chassis helps protect the notebook from the rigors of the day. HP, a world leader in PCs and touch technology helps equip you with a fully functional notebook ready to connect to all your peripherals and designed to fit the needs of business. HP, a world leader in PCs and touch technology helps equip you with a fully functional notebook ready to connect to all your peripherals and designed to fit the needs of business. ","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -149,28346778,149_28346778,HP 200 250 G4,HP 200 250 G4,processor_frequency,1.6 GHz,,,,,,,//icecat.de/en/p/hp/m9s73ea/notebooks-250+G4-28346778.html,"Durable mobile design Rest assured that the HP 250 can keep up with assignments on the run. The durable chassis protects the notebook so it looks as professional as you do. Get connected with the value-priced HP 250 Notebook PC. Complete business tasks with Intel technology, essential multimedia tools and Windows 8.1 loaded on the HP 250. The durable chassis helps protect the notebook from the rigors of the day. HP, a world leader in PCs and touch technology helps equip you with a fully functional notebook ready to connect to all your peripherals and designed to fit the needs of business. HP, a world leader in PCs and touch technology helps equip you with a fully functional notebook ready to connect to all your peripherals and designed to fit the needs of business. ","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -150,29554292,150_29554292,HP Chromebook 11,HP Chromebook 11,,,,,,,,,,"Processing power Get trusted processing power from an Intel® Celeron® processor2 that quickly launches apps, allows fast web browsing, and efficiently manages battery power. Enhance visual connections during collaboration and group discussions with an optional IPS panel1 for a wide viewing angle. Optimize Google Hangouts and video collaboration with noise suppression software for improved audio clarity. Inspire learning and help elevate productivity to the next level with HP Chromebook 11. Affordable collaboration at school and work has never been so easy with Intel® processors, long battery life, and an optional HD IPS panel.1 The Chrome OS™ delivers a low maintenance highly manageable platform with automatic software updates and virus protection built in. The optional Chrome Management Console1 provides easy and comprehensive web-based management tools.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -151,30983682,151_30983682,HP Chromebook 11,HP Chromebook 11,,,,,,,,,,"Processing power Get trusted processing power from an Intel® Celeron® processor2 that quickly launches apps, allows fast web browsing, and efficiently manages battery power. Enhance visual connections during collaboration and group discussions with an optional IPS panel1 for a wide viewing angle. Optimize Google Hangouts and video collaboration with noise suppression software for improved audio clarity. Inspire learning and help elevate productivity to the next level with HP Chromebook 11. Affordable collaboration at school and work has never been so easy with Intel® processors, long battery life, and an optional HD IPS panel.1 The Chrome OS™ delivers a low maintenance highly manageable platform with automatic software updates and virus protection built in. The optional Chrome Management Console1 provides easy and comprehensive web-based management tools.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -152,27104941,152_27104941,Lenovo Essential B70-80,Lenovo Essential B70-80,processor_frequency,2.2 GHz,,,,,,,//icecat.de/en/p/lenovo/80mr0008ix/notebooks-B70-80-27104941.html,"Multimedia Powerhouse A perfect business companion and desktop replacement, the B70 laptop also delivers great cinema-style multimedia features - a DVD Rambo drive, 2GB of video RAM and Dolby® certified speakers for an immersive surround sound experience. So whether you're catching up on work, gaming or relaxing to your favourite music, the B70 ticks all the boxes. Premium performance, powerful possibilities. With stunning visuals and performance, the new 5th gen Intel® Core™ processor delivers processing power that takes your computing to the next level so that you can work smarter and play harder. Enjoy amazing battery life that keeps you productive on the go so that you don’t have to worry about recharging. That’s serious processing. Only with Intel Inside®. The B70 spares nothing when it comes to robust graphics performance. With up to NVIDIA® GeForce® 920M graphics, you'll encounter enhanced graphics when work demands it, and a vivid gaming and video experience when it’s time for fun.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -152,29810130,152_29810130,Lenovo Essential B70-80,Lenovo Essential B70-80,processor_frequency,1.9 GHz,,,,,,,//icecat.de/en/p/lenovo/80mr00rlge/notebooks-B70-80-29810130.html,"Multimedia Powerhouse A perfect business companion and desktop replacement, the B70 laptop also delivers great cinema-style multimedia features - a DVD Rambo drive, 2GB of video RAM and Dolby® certified speakers for an immersive surround sound experience. So whether you're catching up on work, gaming or relaxing to your favourite music, the B70 ticks all the boxes. Premium performance, powerful possibilities. With stunning visuals and performance, the new 5th gen Intel® Core™ processor delivers processing power that takes your computing to the next level so that you can work smarter and play harder. Enjoy amazing battery life that keeps you productive on the go so that you don’t have to worry about recharging. That’s serious processing. Only with Intel Inside®. The B70 spares nothing when it comes to robust graphics performance. With up to NVIDIA® GeForce® 920M graphics, you'll encounter enhanced graphics when work demands it, and a vivid gaming and video experience when it’s time for fun.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -153,26178487,153_26178487,Lenovo Essential G50-80,Lenovo Essential G50-80,processor_frequency,1.7 GHz,,,,,,,//icecat.de/en/p/lenovo/80l00023ge/notebooks-G50-80-26178487.html,"Epic Sound and Vision Thanks to its stereo speakers with Dolby® Advanced Audio™, and Intel® HD Gaphics, the G50 offers stunning, stutter-free visuals and immersive sound for a fuller, more satisfying home entertainment experience. Optimized for Windows 8.1 features, this touchpad lets you toggle charms and apps, switch between apps, rotate, zoom, and use other functions with various easy swipes and gestures. Featuring a modern look and feel, the acclaimed AccuType keyboard has island-style, ergonomic keys that allow a more fluid, spacious, comfortable, and accurate typing experience than standard keyboard designs. Move data between the G50 and other devices quickly with USB 3.0 SuperSpeed; it's up to ten times faster than previous USB technologies, and it's backward-compatible.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -153,29805122,153_29805122,Lenovo Essential G50-80,Lenovo Essential G50-80,processor_frequency,2.2 GHz,,,,,,,//icecat.de/en/p/lenovo/80e502ufnx/notebooks-G50-80-29805122.html,"Epic Sound and Vision Thanks to its stereo speakers with Dolby® Advanced Audio™, and Intel® HD Gaphics, the G50 offers stunning, stutter-free visuals and immersive sound for a fuller, more satisfying home entertainment experience. Optimized for Windows 8.1 features, this touchpad lets you toggle charms and apps, switch between apps, rotate, zoom, and use other functions with various easy swipes and gestures. Featuring a modern look and feel, the acclaimed AccuType keyboard has island-style, ergonomic keys that allow a more fluid, spacious, comfortable, and accurate typing experience than standard keyboard designs. Move data between the G50 and other devices quickly with USB 3.0 SuperSpeed; it's up to ten times faster than previous USB technologies, and it's backward-compatible.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -153,29805124,153_29805124,Lenovo Essential G50-80,Lenovo Essential G50-80,processor_frequency,2.4 GHz,,,,,,,//icecat.de/en/p/lenovo/80e50350nx/notebooks-G50-80-29805124.html,"Epic Sound and Vision Thanks to its stereo speakers with Dolby® Advanced Audio™, and Intel® HD Gaphics, the G50 offers stunning, stutter-free visuals and immersive sound for a fuller, more satisfying home entertainment experience. Optimized for Windows 8.1 features, this touchpad lets you toggle charms and apps, switch between apps, rotate, zoom, and use other functions with various easy swipes and gestures. Featuring a modern look and feel, the acclaimed AccuType keyboard has island-style, ergonomic keys that allow a more fluid, spacious, comfortable, and accurate typing experience than standard keyboard designs. Move data between the G50 and other devices quickly with USB 3.0 SuperSpeed; it's up to ten times faster than previous USB technologies, and it's backward-compatible.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -154,31980499,154_31980499,Lenovo Yoga 500 14,Lenovo Yoga 500 14,processor_frequency,2.3 GHz,,,,,,,//icecat.de/en/p/lenovo/80r5009tsp/notebooks-Yoga+500+14-31980499.html,"360-Degree Flip-and-Fold Design A PC when you need it, a tablet when you want it, and more. Easily change between four modes — Laptop, Stand, Tent, and Tablet. The secret: Yoga 500's innovative design and touchscreen display, which allows the screen to flip around 360 degrees. That means Yoga 500 adapts to you with four ways to do almost anything. With the blazing-fast 802.11 a/c WiFi option, you'll be able to connect to the internet wherever you go.802.11 a/c WiFi delivers up to 3 times the connection speeds of 802.11 b/g/n. Enjoy a PC with the new Intel® processor. Experience brilliant PC performance as you multitask effortlessly – communicate with friends and family, enjoy entertainment, and get your work done. Get the impressive performance and quality you’ve come to expect with an Intel® processor. That’s serious processing. Only with Intel Inside®.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -154,31266921,154_31266921,Lenovo Yoga 500 14,Lenovo Yoga 500 14,processor_frequency,2 GHz,,,,,,,//icecat.de/en/p/lenovo/80n400tnsp/notebooks-500+14-31266921.html,"360-Degree Flip-and-Fold Design A PC when you need it, a tablet when you want it, and more. Easily change between four modes — Laptop, Stand, Tent, and Tablet. The secret: Yoga 500's innovative design and touchscreen display, which allows the screen to flip around 360 degrees. That means Yoga 500 adapts to you with four ways to do almost anything. With the blazing-fast 802.11 a/c WiFi option, you'll be able to connect to the internet wherever you go.802.11 a/c WiFi delivers up to 3 times the connection speeds of 802.11 b/g/n. Enjoy a PC with the new Intel® processor. Experience brilliant PC performance as you multitask effortlessly – communicate with friends and family, enjoy entertainment, and get your work done. Get the impressive performance and quality you’ve come to expect with an Intel® processor. That’s serious processing. Only with Intel Inside®.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -155,32122450,155_32122450,Lenovo IdeaPad Yoga 500,Lenovo IdeaPad Yoga 500,internal_memory,4 GB,,,,,,,//icecat.de/en/p/lenovo/80r60092ck/notebooks-Yoga+500+15-32122450.html,"360º Flip-and-Fold Design A PC when you need it, a tablet when you want it, and more. Easily change between four modes — Laptop, Stand, Tent, and Tablet. The secret: Yoga 500's unique design and touchscreen display. It allows the screen to flip around 360º, which means you can select the mode you use based on what you choose to Do. Starting at a mere 4.3 lbs and just 2.15cm (0.85) thin, the Yoga 500 is ultra portable — it's perfect for doers on the go. And with up to 8 hours on a standard battery, you can go all day without recharging. Lenovo Harmony adapts to you by intuitively optimizing settings, making app recommendations by mode, and sharing statistics about how you use your device. Built for business. Built for life. Windows 8.1 brings together everything you do across all your devices — whether at home, at work, or on the go.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -155,30149933,155_30149933,Lenovo IdeaPad Yoga 500,Lenovo IdeaPad Yoga 500,internal_memory,8 GB,,,,,,,//icecat.de/en/p/lenovo/80r6002uck/notebooks-Yoga+500+15-30149933.html,"360º Flip-and-Fold Design A PC when you need it, a tablet when you want it, and more. Easily change between four modes — Laptop, Stand, Tent, and Tablet. The secret: Yoga 500's unique design and touchscreen display. It allows the screen to flip around 360º, which means you can select the mode you use based on what you choose to Do. Starting at a mere 4.3 lbs and just 2.15cm (0.85) thin, the Yoga 500 is ultra portable — it's perfect for doers on the go. And with up to 8 hours on a standard battery, you can go all day without recharging. Lenovo Harmony adapts to you by intuitively optimizing settings, making app recommendations by mode, and sharing statistics about how you use your device. Built for business. Built for life. Windows 8.1 brings together everything you do across all your devices — whether at home, at work, or on the go.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -156,32018944,156_32018944,Acer Iconia B1-850,Acer Iconia B1-850,form_factor,Slate,,,,,,,//icecat.de/en/p/acer/nt.lc3eg.001/tablets-B1-850-32018944.html,"Portable charm With a bevy of trendy, eye catching colours to suit any lifestyle and show your personality, this slim and lightweight tablet designed to be travel friendly. Plus its beautifully textured anti-slip finish helps you keep a firm grip wherever you go. Looks sharp and stays sharp. The HD LCD with IPS1 technology brings out every detail of the display from any angle. Put that together with Zero Air Gap technology and you get brighter and crisper images with higher contrast and considerably better visibility in sunlight. A highly effective anti-fingerprint coating reduces messy fingerprints and smudges, and makes the screen much easier to clean. Add to that Acer’s innovative Touch WakeApp which adds new one-touch gestures to both wake the tablet up and pop it right into whatever app you want instant access to.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -157,29525342,157_29525342,Asus ZenPad Z170C,Asus ZenPad Z170C,,,,,,,,,,"Portable charm With a bevy of trendy, eye catching colours to suit any lifestyle and show your personality, this slim and lightweight tablet designed to be travel friendly. Plus its beautifully textured anti-slip finish helps you keep a firm grip wherever you go. Looks sharp and stays sharp. The HD LCD with IPS1 technology brings out every detail of the display from any angle. Put that together with Zero Air Gap technology and you get brighter and crisper images with higher contrast and considerably better visibility in sunlight. A highly effective anti-fingerprint coating reduces messy fingerprints and smudges, and makes the screen much easier to clean. Add to that Acer’s innovative Touch WakeApp which adds new one-touch gestures to both wake the tablet up and pop it right into whatever app you want instant access to. ","Gestochen scharfe Videos Sieht scharf aus und bleibt auch scharf. Das HD-LCD mit IPS-Technologie bringt jedes Detail des Displays aus jedem Blickwinkel perfekt zur Geltung. Zusammen mit der Zero Air Gap-Technologie erhalten Sie hellere und schärfere Bilder mit höheren Kontrasten und wesentlich besserer Sichtbarkeit bei Sonnenlicht. Mit Intel Quad-Core-Leistung für Spiele, Videos und Internet liefert Ihnen das Iconia One 8 die Leistung, die Sie benötigen. Einen zusätzlichen Schub erhalten Sie durch die verbesserte Leistung von Android 4.4 und bis zu 7 Stunden Akkuleistung. Die ausgeklügelte Beschichtung gegen Fingerabdrücke reduziert unschöne Fingerabdrücke sowie Verschmutzungen und sorgt für eine einfachere Reinigung des Bildschirms. Hinzu kommt noch die innovative Touch WakeApp von Acer: Mit nur einer Berührung können Sie sowohl das Tablet wieder aktivieren als auch direkt Ihre Lieblings-App öffnen. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -158,29885222,158_29885222,Asus ZenPad Z170C,Asus ZenPad Z170C,,,,,,,,,,"Portable charm With a bevy of trendy, eye catching colours to suit any lifestyle and show your personality, this slim and lightweight tablet designed to be travel friendly. Plus its beautifully textured anti-slip finish helps you keep a firm grip wherever you go. Looks sharp and stays sharp. The HD LCD with IPS1 technology brings out every detail of the display from any angle. Put that together with Zero Air Gap technology and you get brighter and crisper images with higher contrast and considerably better visibility in sunlight. A highly effective anti-fingerprint coating reduces messy fingerprints and smudges, and makes the screen much easier to clean. Add to that Acer’s innovative Touch WakeApp which adds new one-touch gestures to both wake the tablet up and pop it right into whatever app you want instant access to. ","Gestochen scharfe Videos Sieht scharf aus und bleibt auch scharf. Das HD-LCD mit IPS-Technologie bringt jedes Detail des Displays aus jedem Blickwinkel perfekt zur Geltung. Zusammen mit der Zero Air Gap-Technologie erhalten Sie hellere und schärfere Bilder mit höheren Kontrasten und wesentlich besserer Sichtbarkeit bei Sonnenlicht. Mit Intel Quad-Core-Leistung für Spiele, Videos und Internet liefert Ihnen das Iconia One 8 die Leistung, die Sie benötigen. Einen zusätzlichen Schub erhalten Sie durch die verbesserte Leistung von Android 4.4 und bis zu 7 Stunden Akkuleistung. Die ausgeklügelte Beschichtung gegen Fingerabdrücke reduziert unschöne Fingerabdrücke sowie Verschmutzungen und sorgt für eine einfachere Reinigung des Bildschirms. Hinzu kommt noch die innovative Touch WakeApp von Acer: Mit nur einer Berührung können Sie sowohl das Tablet wieder aktivieren als auch direkt Ihre Lieblings-App öffnen. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -159,29885260,159_29885260,Asus ZenPad Z370C,Asus ZenPad Z370C,internal_memory,2 GB,,,,,,,//icecat.de/en/p/asus/90np01w3-m01060/tablets-Z370C-1L039A-29885260.html,"Fashion-inspired design The design of ASUS ZenPad 7.0 carries modern influences and a simple, clean look that gives it a universal and stylish appeal. These elements are inspired by our Zen design philosophy of balancing beauty and strength. ASUS ZenPad 7.0 is a 7-inch tablet with a 72% screen-to-body ratio — an incredible engineering achievement made possible by reducing the bezel width to the bare minimum. Intelligent contrast enhancement analyzes and optimizes each pixel in an image before it is reproduced, rendering more detail in the highlights and shadows to reveal the true beauty in your pictures. Dramatically-enhanced detail for sharper, more lifelike images. ASUS ZenPad 7.0’s PixelMaster camera captures stunning, high-resolution photos. PixelMaster Camera comes with best technology that combines software and optical design to deliver incredible images.",Großartige Aussichten Das ZenPad 7.0 ist ein besonders kompaktes 7-Zoll-Tablet mit einem besonders schmalen Rahmen. Das Display dominiert nahezu die gesamte Frontseite. Wesentlich bei einem Tablet ist vor allem eines: das Display. Aus diesem Grund wurde beim 7“ 16:10 WXGA (1280 x 800) VisualMaster-Display des ZenPad 7.0 besonderes Augenmerk auf die Qualität gelegt. Exklusive Technologien sorgen für eine sichtbar natürlichere und farbbrillantere Darstellung. Die Tru2Life Kontrast-Optimierung analysiert jeden einzelnen Pixel eines Bildes vor der Wiedergabe und stimmt helle und dunkle Bereiche automatisch ideal aufeinander ab.,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -159,29885269,159_29885269,Asus ZenPad Z370C,Asus ZenPad Z370C,internal_memory,8 GB,,,,,,,//icecat.de/en/p/asus/90np01w3-m01090/tablets-Z370C-1L040A-29885269.html,"Fashion-inspired design The design of ASUS ZenPad 7.0 carries modern influences and a simple, clean look that gives it a universal and stylish appeal. These elements are inspired by our Zen design philosophy of balancing beauty and strength. ASUS ZenPad 7.0 is a 7-inch tablet with a 72% screen-to-body ratio — an incredible engineering achievement made possible by reducing the bezel width to the bare minimum. Intelligent contrast enhancement analyzes and optimizes each pixel in an image before it is reproduced, rendering more detail in the highlights and shadows to reveal the true beauty in your pictures. Dramatically-enhanced detail for sharper, more lifelike images. ASUS ZenPad 7.0’s PixelMaster camera captures stunning, high-resolution photos. PixelMaster Camera comes with best technology that combines software and optical design to deliver incredible images.",Großartige Aussichten Das ZenPad 7.0 ist ein besonders kompaktes 7-Zoll-Tablet mit einem besonders schmalen Rahmen. Das Display dominiert nahezu die gesamte Frontseite. Wesentlich bei einem Tablet ist vor allem eines: das Display. Aus diesem Grund wurde beim 7“ 16:10 WXGA (1280 x 800) VisualMaster-Display des ZenPad 7.0 besonderes Augenmerk auf die Qualität gelegt. Exklusive Technologien sorgen für eine sichtbar natürlichere und farbbrillantere Darstellung. Die Tru2Life Kontrast-Optimierung analysiert jeden einzelnen Pixel eines Bildes vor der Wiedergabe und stimmt helle und dunkle Bereiche automatisch ideal aufeinander ab.,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -160,29533301,160_29533301,Asus ZenPad Z370C-1A,Asus ZenPad Z370C-1A,,,,,,,,,//icecat.de/en/p/asus/z370c-1l048a/tablets-Z370C-1L048A-29533301.html,"Fashion-inspired design The design of ASUS ZenPad 7.0 carries modern influences and a simple, clean look that gives it a universal and stylish appeal. These elements are inspired by our Zen design philosophy of balancing beauty and strength. ASUS ZenPad 7.0 is a 7-inch tablet with a 72% screen-to-body ratio — an incredible engineering achievement made possible by reducing the bezel width to the bare minimum. Intelligent contrast enhancement analyzes and optimizes each pixel in an image before it is reproduced, rendering more detail in the highlights and shadows to reveal the true beauty in your pictures. Dramatically-enhanced detail for sharper, more lifelike images. ASUS ZenPad 7.0’s PixelMaster camera captures stunning, high-resolution photos. PixelMaster Camera comes with best technology that combines software and optical design to deliver incredible images.",Großartige Aussichten Das ZenPad 7.0 ist ein besonders kompaktes 7-Zoll-Tablet mit einem besonders schmalen Rahmen. Das Display dominiert nahezu die gesamte Frontseite. Wesentlich bei einem Tablet ist vor allem eines: das Display. Aus diesem Grund wurde beim 7“ 16:10 WXGA (1280 x 800) VisualMaster-Display des ZenPad 7.0 besonderes Augenmerk auf die Qualität gelegt. Exklusive Technologien sorgen für eine sichtbar natürlichere und farbbrillantere Darstellung. Die Tru2Life Kontrast-Optimierung analysiert jeden einzelnen Pixel eines Bildes vor der Wiedergabe und stimmt helle und dunkle Bereiche automatisch ideal aufeinander ab.,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -161,29533300,161_29533300,Asus ZenPad Z370C-1A,Asus ZenPad Z370C-1A,,,,,,,,,//icecat.de/en/p/asus/z370c-1b045a/tablets-Z370C-1B045A-29533300.html,"Bigger while smaller ASUS ZenPad 7.0 is a 7-inch tablet with a body that’s as small as that of a traditional 7-inch device. This incredible engineering achievement was made possible by reducing the bezel width to the bare minimum, giving ASUS ZenPad 7.0 a remarkable 72% screen-to-body ratio. ASUS VisualMaster is a suite of exclusive visual enhancement technologies that combine hardware and software to optimize all aspects of the display — including contrast, sharpness, color, clarity, and brightness — resulting in an incredibly realistic viewing experience. With ASUS VisualMaster, it’s just like being there. ASUS Audio Cover is an entertainment accessory that brings cinematic, 5.1-channel surround sound to ASUS ZenPad 7.0. DTS-HD Premium Sound and SonicMaster technology provide further enhancement, ensuring the ultimate audio experience on ASUS ZenPad 7.0.",Großartige Aussichten Das ZenPad 7.0 ist ein besonders kompaktes 7-Zoll-Tablet mit einem besonders schmalen Rahmen. Das Display dominiert nahezu die gesamte Frontseite. Wesentlich bei einem Tablet ist vor allem eines: das Display. Aus diesem Grund wurde beim 7“ 16:10 WXGA (1280 x 800) VisualMaster-Display des ZenPad 7.0 besonderes Augenmerk auf die Qualität gelegt. Exklusive Technologien sorgen für eine sichtbar natürlichere und farbbrillantere Darstellung. Die Tru2Life Kontrast-Optimierung analysiert jeden einzelnen Pixel eines Bildes vor der Wiedergabe und stimmt helle und dunkle Bereiche automatisch ideal aufeinander ab.,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -162,29533299,162_29533299,Asus ZenPad Z370C-1A,Asus ZenPad Z370C-1A,,,,,,,,,//icecat.de/en/p/asus/z370c-1a054a/tablets-Z370C-1A054A-29533299.html,"Bigger while smaller ASUS ZenPad 7.0 is a 7-inch tablet with a body that’s as small as that of a traditional 7-inch device. This incredible engineering achievement was made possible by reducing the bezel width to the bare minimum, giving ASUS ZenPad 7.0 a remarkable 72% screen-to-body ratio. ASUS VisualMaster is a suite of exclusive visual enhancement technologies that combine hardware and software to optimize all aspects of the display — including contrast, sharpness, color, clarity, and brightness — resulting in an incredibly realistic viewing experience. With ASUS VisualMaster, it’s just like being there. ASUS Audio Cover is an entertainment accessory that brings cinematic, 5.1-channel surround sound to ASUS ZenPad 7.0. DTS-HD Premium Sound and SonicMaster technology provide further enhancement, ensuring the ultimate audio experience on ASUS ZenPad 7.0.",Großartige Aussichten Das ZenPad 7.0 ist ein besonders kompaktes 7-Zoll-Tablet mit einem besonders schmalen Rahmen. Das Display dominiert nahezu die gesamte Frontseite. Wesentlich bei einem Tablet ist vor allem eines: das Display. Aus diesem Grund wurde beim 7“ 16:10 WXGA (1280 x 800) VisualMaster-Display des ZenPad 7.0 besonderes Augenmerk auf die Qualität gelegt. Exklusive Technologien sorgen für eine sichtbar natürlichere und farbbrillantere Darstellung. Die Tru2Life Kontrast-Optimierung analysiert jeden einzelnen Pixel eines Bildes vor der Wiedergabe und stimmt helle und dunkle Bereiche automatisch ideal aufeinander ab.,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -163,29728850,163_29728850,Asus ZenPad Z380C-1B,Asus ZenPad Z380C-1B,,,,,,,,,//icecat.de/en/p/asus/90np0221-m01320/tablets-Z380C-1A038A-29728850.html,"Bigger while smaller ASUS ZenPad 8.0 is an 8-inch tablet with a 76.5% screen-to-body ratio — an incredible engineering achievement made possible by reducing the bezel width to the bare minimum. ASUS VisualMaster is a suite of exclusive visual enhancement technologies that combine hardware and software to optimize all aspects of the display — including contrast, sharpness, color, clarity, and brightness — resulting in an incredibly realistic viewing experience. With ASUS VisualMaster, it’s just like being there. ASUS Audio Cover is an entertainment accessory that brings cinematic, 5.1-channel surround sound to ASUS ZenPad 8.0. DTS-HD Premium Sound and SonicMaster technology provide further enhancement, ensuring the ultimate audio experience on ASUS ZenPad 8.0. Intelligent contrast enhancement analyzes and optimizes each pixel in an image before it is reproduced, rendering more detail in the highlights and shadows to reveal the true beauty in your pictures.","ASUS VisualMaster IPS-Display Wesentlich bei einem Tablet ist vor allem eines: das Display. Aus diesem Grund wurde beim 8“ 16:10 WXGA (1280 x 800) VisualMaster-Display des ZenPad 8.0 besonderes Augenmerk auf die Qualität gelegt. Exklusive Technologien sorgen für eine sichtbar natürlichere und farbbrillantere Darstellung. Die Tru2Life Kontrast-Optimierung analysiert jeden einzelnen Pixel eines Bildes vor der Wiedergabe und stimmt helle und dunkle Bereiche automatisch ideal aufeinander ab. Das ASUS ZenPad 8.0 folgt, wie der Name verspricht, der ASUS ZEN-Designphilosophie. Es ist elegant, dünn, leicht und durchdacht - gleichzeitig setzt es mit seinem Clutchbag-Look und der Möglichkeit die Rückschale auszutauschen einzigartige Akzente.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -164,29565390,164_29565390,Asus ZenPad Z380C-1B,Asus ZenPad Z380C-1B,,,,,,,,,//icecat.de/en/p/asus/90np0222-m01870/tablets-Z380C-1B055A-29565390.html,"Bigger while smaller ASUS ZenPad 8.0 is an 8-inch tablet with a 76.5% screen-to-body ratio — an incredible engineering achievement made possible by reducing the bezel width to the bare minimum. ASUS VisualMaster is a suite of exclusive visual enhancement technologies that combine hardware and software to optimize all aspects of the display — including contrast, sharpness, color, clarity, and brightness — resulting in an incredibly realistic viewing experience. With ASUS VisualMaster, it’s just like being there. ASUS Audio Cover is an entertainment accessory that brings cinematic, 5.1-channel surround sound to ASUS ZenPad 8.0. DTS-HD Premium Sound and SonicMaster technology provide further enhancement, ensuring the ultimate audio experience on ASUS ZenPad 8.0. Intelligent contrast enhancement analyzes and optimizes each pixel in an image before it is reproduced, rendering more detail in the highlights and shadows to reveal the true beauty in your pictures.","ASUS VisualMaster IPS-Display Wesentlich bei einem Tablet ist vor allem eines: das Display. Aus diesem Grund wurde beim 8“ 16:10 WXGA (1280 x 800) VisualMaster-Display des ZenPad 8.0 besonderes Augenmerk auf die Qualität gelegt. Exklusive Technologien sorgen für eine sichtbar natürlichere und farbbrillantere Darstellung. Die Tru2Life Kontrast-Optimierung analysiert jeden einzelnen Pixel eines Bildes vor der Wiedergabe und stimmt helle und dunkle Bereiche automatisch ideal aufeinander ab. Das ASUS ZenPad 8.0 folgt, wie der Name verspricht, der ASUS ZEN-Designphilosophie. Es ist elegant, dünn, leicht und durchdacht - gleichzeitig setzt es mit seinem Clutchbag-Look und der Möglichkeit die Rückschale auszutauschen einzigartige Akzente.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -165,29879507,165_29879507,Asus ZenPad Z580CA,Asus ZenPad Z580CA,internal_storage_capacity,64 GB,,,,,,,//icecat.de/en/p/asus/90np01m1-m00660/tablets-Z580CA-1A027A-29879507.html,"Fashion-inspired design The design of ASUS ZenPad S 8.0 carries modern influences and a simple, clean look that gives it a universal and stylish appeal. These elements are inspired by our Zen design philosophy of balancing beauty and strength. ASUS ZenPad S 8.0 is an 8-inch tablet that is only 6.6mm thin, weighs just 298g, and has a 74% screen-to-body ratio — an incredible engineering achievement made possible by reducing the bezel width to the bare minimum. Intelligent contrast enhancement analyzes and optimizes each pixel in an image before it is reproduced, rendering more detail in the highlights and shadows to reveal the true beauty in your pictures. ASUS ZenPad S 8.0 is equipped with ASUS Tru2Life+ technology, which improves video with fast action scenes — such as sports — by increasing the screen refresh rate, resulting in reduced blur and smooth, detailed motion.","Großartige Aussichten Das ZenPad S 8.0 ist ein besonders kompaktes, wunderbar leichtes 8-Zoll-Tablet, mit einem besonders schmalen Rahmen. Das exzellente 2K-Display dominiert nahezu die gesamte Frontseite. Bis zu 4 GB Arbeitsspeicher, schnelles ac-WLAN, das 8“ IPS-Display mit beeindruckender 2K-Auflösung und nicht zuletzt der enorm leistungsfähige Intel® Atom™ Z3580* 64-Bit Quad-Core Prozessor inklusive kraftvoller PowerVR-Grafik sorgen für kompromissloses Tablet-Computing. Für Entertainment vom Feinsten und Tablet-Sound der Extraklasse bietet das ZenPad S 8.0 DTS-HD Premium Sound – powered by ASUS SonicMaster. Erhältlich in drei aufregenden Farben und für passgenauen Schutz mit praktischer Stand-Funktionalität gibt es das ultradünne und hochrobuste TriCover als Originalzubehör für das ZenPad S 8.0. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -165,29879528,165_29879528,Asus ZenPad Z580CA,Asus ZenPad Z580CA,internal_storage_capacity,32 GB,,,,,,,//icecat.de/en/p/asus/90np01m1-m00990/tablets-Z580CA-1A046A-29879528.html,"Fashion-inspired design The design of ASUS ZenPad S 8.0 carries modern influences and a simple, clean look that gives it a universal and stylish appeal. These elements are inspired by our Zen design philosophy of balancing beauty and strength. ASUS ZenPad S 8.0 is an 8-inch tablet that is only 6.6mm thin, weighs just 298g, and has a 74% screen-to-body ratio — an incredible engineering achievement made possible by reducing the bezel width to the bare minimum. Intelligent contrast enhancement analyzes and optimizes each pixel in an image before it is reproduced, rendering more detail in the highlights and shadows to reveal the true beauty in your pictures. ASUS ZenPad S 8.0 is equipped with ASUS Tru2Life+ technology, which improves video with fast action scenes — such as sports — by increasing the screen refresh rate, resulting in reduced blur and smooth, detailed motion.","Großartige Aussichten Das ZenPad S 8.0 ist ein besonders kompaktes, wunderbar leichtes 8-Zoll-Tablet, mit einem besonders schmalen Rahmen. Das exzellente 2K-Display dominiert nahezu die gesamte Frontseite. Bis zu 4 GB Arbeitsspeicher, schnelles ac-WLAN, das 8“ IPS-Display mit beeindruckender 2K-Auflösung und nicht zuletzt der enorm leistungsfähige Intel® Atom™ Z3580* 64-Bit Quad-Core Prozessor inklusive kraftvoller PowerVR-Grafik sorgen für kompromissloses Tablet-Computing. Für Entertainment vom Feinsten und Tablet-Sound der Extraklasse bietet das ZenPad S 8.0 DTS-HD Premium Sound – powered by ASUS SonicMaster. Erhältlich in drei aufregenden Farben und für passgenauen Schutz mit praktischer Stand-Funktionalität gibt es das ultradünne und hochrobuste TriCover als Originalzubehör für das ZenPad S 8.0. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -166,30230575,166_30230575,Asus ZenPad Z580CA-1B,Asus ZenPad Z580CA-1B,internal_storage_capacity,64 GB,,,,,,,//icecat.de/en/p/asus/90np01m2-m01130/tablets-Z580CA-1B035A-30230575.html,"Fashion-inspired design The design of ASUS ZenPad S 8.0 carries modern influences and a simple, clean look that gives it a universal and stylish appeal. These elements are inspired by our Zen design philosophy of balancing beauty and strength. ASUS VisualMaster is a suite of exclusive visual enhancement technologies that combine hardware and software to optimize all aspects of the display — including contrast, sharpness, color, clarity, and brightness — resulting in an incredibly realistic viewing experience. With ASUS VisualMaster, it’s just like being there. ASUS ZenPad S 8.0 is equipped with ASUS Tru2Life+ technology, which improves video with fast action scenes — such as sports — by increasing the screen refresh rate, resulting in reduced blur and smooth, detailed motion.","Leistung für heute und morgen Bis zu 4 GB Arbeitsspeicher, schnelles ac-WLAN, das 8“ IPS-Display mit beeindruckender 2K-Auflösung und nicht zuletzt der enorm leistungsfähige Intel® Atom™ Z3580* 64-Bit Quad-Core Prozessor inklusive kraftvoller PowerVR-Grafik sorgen für kompromissloses Tablet-Computing. Das ZenPad S 8.0 ist ein besonders kompaktes, wunderbar leichtes 8-Zoll-Tablet, mit einem besonders schmalen Rahmen. Das exzellente 2K-Display dominiert nahezu die gesamte Frontseite. Bis zu 4 GB Arbeitsspeicher, schnelles ac-WLAN, das 8“ IPS-Display mit beeindruckender 2K-Auflösung und nicht zuletzt der enorm leistungsfähige Intel® Atom™ Z3580* 64-Bit Quad-Core Prozessor inklusive kraftvoller PowerVR-Grafik sorgen für kompromissloses Tablet-Computing. Für Entertainment vom Feinsten und Tablet-Sound der Extraklasse bietet das ZenPad S 8.0 DTS-HD Premium Sound – powered by ASUS SonicMaster.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -166,29565389,166_29565389,Asus ZenPad Z580CA-1B,Asus ZenPad Z580CA-1B,internal_storage_capacity,32 GB,,,,,,,//icecat.de/en/p/asus/90np01m2-m00760/tablets-Z580CA-1B024A-29565389.html,"Fashion-inspired design The design of ASUS ZenPad S 8.0 carries modern influences and a simple, clean look that gives it a universal and stylish appeal. These elements are inspired by our Zen design philosophy of balancing beauty and strength. ASUS VisualMaster is a suite of exclusive visual enhancement technologies that combine hardware and software to optimize all aspects of the display — including contrast, sharpness, color, clarity, and brightness — resulting in an incredibly realistic viewing experience. With ASUS VisualMaster, it’s just like being there. ASUS ZenPad S 8.0 is equipped with ASUS Tru2Life+ technology, which improves video with fast action scenes — such as sports — by increasing the screen refresh rate, resulting in reduced blur and smooth, detailed motion.","Leistung für heute und morgen Bis zu 4 GB Arbeitsspeicher, schnelles ac-WLAN, das 8“ IPS-Display mit beeindruckender 2K-Auflösung und nicht zuletzt der enorm leistungsfähige Intel® Atom™ Z3580* 64-Bit Quad-Core Prozessor inklusive kraftvoller PowerVR-Grafik sorgen für kompromissloses Tablet-Computing. Das ZenPad S 8.0 ist ein besonders kompaktes, wunderbar leichtes 8-Zoll-Tablet, mit einem besonders schmalen Rahmen. Das exzellente 2K-Display dominiert nahezu die gesamte Frontseite. Bis zu 4 GB Arbeitsspeicher, schnelles ac-WLAN, das 8“ IPS-Display mit beeindruckender 2K-Auflösung und nicht zuletzt der enorm leistungsfähige Intel® Atom™ Z3580* 64-Bit Quad-Core Prozessor inklusive kraftvoller PowerVR-Grafik sorgen für kompromissloses Tablet-Computing. Für Entertainment vom Feinsten und Tablet-Sound der Extraklasse bietet das ZenPad S 8.0 DTS-HD Premium Sound – powered by ASUS SonicMaster.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -167,30375366,167_30375366,HP Elite x2 1012 G1,HP Elite x2 1012 G1,internal_storage_capacity,512 GB,,,,,,,//icecat.de/en/p/hp/l5h05ea/notebooks-Elite+x2+1012+G1-30375366.html,"Mobility and style without compromise Strikingly thin and elegant, the Elite x2 1012 is a 2 in 1 for the mobile workforce and executives who want no compromises when it comes to enterprise-class power, durability, optional LTE connectivity4 and productivity on the go, in a stylish design. Stunning IT friendly design. Elite x2 1012 incorporates Elite global enterprise-class security and manageability features, enterprise-class durability, on-site serviceability,2 global sku availability and support across 180 countries. At your desk or on the road, meet the specific needs of your work day with the included HP Active Pen with App Launch that uses Wacom technology. Accessorize to boost your efficiency. Add optional enterprise docking solutions3 and advanced keyboards.","Mobilität und Design ohne Kompromisse Das auffallend schlanke und elegante 2-in-1-Tablet Elite x2 1012 eignet sich optimal für mobile Mitarbeiter und Führungskräfte, die Wert auf erstklassige Leistung, Haltbarkeit, optionale LTE-Technologie 4 und Produktivität unterwegs sowie ein ansprechendes Design legen. Erfüllen Sie am Schreibtisch oder unterwegs die spezifischen Anforderungen Ihres Arbeitstages mit dem im Lieferumfang enthaltenen HP Active-Stift mit App Launch, der die Wacom-Technologie verwendet. Steigern Sie mit diesem Zubehör Ihre Produktivität. Nutzen Sie zudem die optionalen Unternehmens-Dockinglösungen3 und Tastaturerweiterungen. Erleben Sie mit dem HP Elite x2 1012 Eleganz und Leistung, die Sie nicht erwarten. Dieses getestete 2-in-1-Tablet mit präzisionsgefertigten Tastaturen ist ein schlankes und leichtes Kraftpaket für höchste Qualitätsstandards im Unternehmen. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -167,30375364,167_30375364,HP Elite x2 1012 G1,HP Elite x2 1012 G1,internal_storage_capacity,256 GB,,,,,,,//icecat.de/en/p/hp/l5h04ea/notebooks-Elite+x2+1012+G1-30375364.html,"Mobility and style without compromise Strikingly thin and elegant, the Elite x2 1012 is a 2 in 1 for the mobile workforce and executives who want no compromises when it comes to enterprise-class power, durability, optional LTE connectivity4 and productivity on the go, in a stylish design. Stunning IT friendly design. Elite x2 1012 incorporates Elite global enterprise-class security and manageability features, enterprise-class durability, on-site serviceability,2 global sku availability and support across 180 countries. At your desk or on the road, meet the specific needs of your work day with the included HP Active Pen with App Launch that uses Wacom technology. Accessorize to boost your efficiency. Add optional enterprise docking solutions3 and advanced keyboards.","Mobilität und Design ohne Kompromisse Das auffallend schlanke und elegante 2-in-1-Tablet Elite x2 1012 eignet sich optimal für mobile Mitarbeiter und Führungskräfte, die Wert auf erstklassige Leistung, Haltbarkeit, optionale LTE-Technologie 4 und Produktivität unterwegs sowie ein ansprechendes Design legen. Erfüllen Sie am Schreibtisch oder unterwegs die spezifischen Anforderungen Ihres Arbeitstages mit dem im Lieferumfang enthaltenen HP Active-Stift mit App Launch, der die Wacom-Technologie verwendet. Steigern Sie mit diesem Zubehör Ihre Produktivität. Nutzen Sie zudem die optionalen Unternehmens-Dockinglösungen3 und Tastaturerweiterungen. Erleben Sie mit dem HP Elite x2 1012 Eleganz und Leistung, die Sie nicht erwarten. Dieses getestete 2-in-1-Tablet mit präzisionsgefertigten Tastaturen ist ein schlankes und leichtes Kraftpaket für höchste Qualitätsstandards im Unternehmen. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -168,29379693,168_29379693,HP ElitePad 1000 G2,HP ElitePad 1000 G2,internal_storage_capacity,128 GB,,,,,,,//icecat.de/en/p/hp/h9x49ea/tablets-1000+G2-29379693.html,"Powerful productivity. Take the next step in productivity with the HP ElitePad 1000 G2 Tablet equipped with a 64-bit Intel® processor and the features you need to stay productive in the office or on the go. Control wireless connection, including optional worldwide 4G LTE,1 with HP Connection Manager. Dual cameras help you collaborate or capture the moment. Work the way that suits you best. The ElitePad 1000 G2 supports touch, pen or voice-based input. More than a tablet—a total business solution. The elegant and sleek HP ElitePad 1000 G2 has the performance and flexibility to transform the way you work. Redefine productivity and stay light with the confidence of the leading manageability, security, and support you expect from HP.","Zum Lernen konzipiert Profitieren Sie von sofortiger Einsatzfähigkeit mit den neuen HP School Pack Tools und Inhalten zur Unterstützung neuer Lernmethoden, darunter HP Classroom Manager, mit dem Lehrer das Klassenzimmer steuern, Klassen-PCs verwalten und mit Schülern kommunizieren können. Erzielen Sie ein 1:1-Lernerlebnis und steigern Sie das Engagement der Schüler mit diesem Android™-Tablet, das speziell für Schulen entwickelt wurde. Das zuverlässige und robuste HP Pro Tablet 10 EE umfasst Lerntools und flexible Konnektivitätsoptionen für ein Lernerlebnis über das Klassenzimmer hinweg. Darüber hinaus unterstützen professionelle Support- und Serviceleistungen das Lehrpersonal bei der Einbindung neuer IT-Komponenten.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -168,21844742,168_21844742,HP ElitePad 1000 G2,HP ElitePad 1000 G2,internal_storage_capacity,64 GB,,,,,,,//icecat.de/en/p/hp/g5f94aw/tablets-1000+G2-21844742.html,"Powerful productivity. Take the next step in productivity with the HP ElitePad 1000 G2 Tablet equipped with a 64-bit Intel® processor and the features you need to stay productive in the office or on the go. Control wireless connection, including optional worldwide 4G LTE,1 with HP Connection Manager. Dual cameras help you collaborate or capture the moment. Work the way that suits you best. The ElitePad 1000 G2 supports touch, pen or voice-based input. More than a tablet—a total business solution. The elegant and sleek HP ElitePad 1000 G2 has the performance and flexibility to transform the way you work. Redefine productivity and stay light with the confidence of the leading manageability, security, and support you expect from HP.","Zum Lernen konzipiert Profitieren Sie von sofortiger Einsatzfähigkeit mit den neuen HP School Pack Tools und Inhalten zur Unterstützung neuer Lernmethoden, darunter HP Classroom Manager, mit dem Lehrer das Klassenzimmer steuern, Klassen-PCs verwalten und mit Schülern kommunizieren können. Erzielen Sie ein 1:1-Lernerlebnis und steigern Sie das Engagement der Schüler mit diesem Android™-Tablet, das speziell für Schulen entwickelt wurde. Das zuverlässige und robuste HP Pro Tablet 10 EE umfasst Lerntools und flexible Konnektivitätsoptionen für ein Lernerlebnis über das Klassenzimmer hinweg. Darüber hinaus unterstützen professionelle Support- und Serviceleistungen das Lehrpersonal bei der Einbindung neuer IT-Komponenten.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -169,25880805,169_25880805,HP Slate 10 Pro EE,HP Slate 10 Pro EE,,,,,,,,,//icecat.de/en/p/hp/l2j96aa/tablets-0889296097754-HP-Slate-10-Pro-10-EE-G1-32GB-Grey-25880805.html,"Let tablet Improve 1:1 learning and elevate student engagement with the Android™ tablet built for schools. The mobility and durability of the HP Pro Slate 10 EE includes learning tools and flexible connectivity to expand education beyond the walls of the classroom, plus professional support and services to help educators confidently incorporate new IT. ","Für Schulen entwickelt Stellen Sie ein Tablet bereit, das speziell für die hohen Anforderungen im Schulalltag entwickelt wurde und dank Intel® Quad-Core-Prozessor, einem entspiegelten HD Touch-Display mit 25,65 cm (10 Zoll) Diagonale und Handschriftunterstützung (mit optimalem Eingabestift) ein 1:1-Lernerlebnis zu einem erschwinglichen Preis bietet. Erzielen Sie ein 1:1-Lernerlebnis und steigern Sie das Engagement der Schüler mit diesem Android™-Tablet, das speziell für Schulen entwickelt wurde. Das zuverlässige und robuste HP Pro Tablet 10 EE umfasst Lerntools und flexible Konnektivitätsoptionen für ein Lernerlebnis über das Klassenzimmer hinweg. Darüber hinaus unterstützen professionelle Support- und Serviceleistungen das Lehrpersonal bei der Einbindung neuer IT-Komponenten.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -170,28516206,170_28516206,HP Pro Tablet 608 G1,HP Pro Tablet 608 G1,internal_storage_capacity,128 GB,,,,,,,//icecat.de/en/p/hp/h9x41ea/tablets-608+G1-28516206.html,"Create efficiencies with mobile solutions Tailor your experience to the needs of your business with a keyboard, cases, portable docking station and more to customize your tablet. Transform your business with this small stylish business tablet equipped with a brilliant, high definition display and the pervasive connectivity to mobilize most any business process. Choose from an expansive choice of accessories for a customized experience. Get business-class security and manageability options on the HP Pro Tablet 608 with HP Client Security, HP Touchpoint Manager and more. ","Zum Lernen konzipiert Profitieren Sie von sofortiger Einsatzfähigkeit mit den neuen HP School Pack Tools und Inhalten zur Unterstützung neuer Lernmethoden, darunter HP Classroom Manager, mit dem Lehrer das Klassenzimmer steuern, Klassen-PCs verwalten und mit Schülern kommunizieren können. Erzielen Sie ein 1:1-Lernerlebnis und steigern Sie das Engagement der Schüler mit diesem Android™-Tablet, das speziell für Schulen entwickelt wurde. Das zuverlässige und robuste HP Pro Tablet 10 EE umfasst Lerntools und flexible Konnektivitätsoptionen für ein Lernerlebnis über das Klassenzimmer hinweg. Darüber hinaus unterstützen professionelle Support- und Serviceleistungen das Lehrpersonal bei der Einbindung neuer IT-Komponenten.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -170,28549472,170_28549472,HP Pro Tablet 608 G1,HP Pro Tablet 608 G1,internal_storage_capacity,64 GB,,,,,,,//icecat.de/en/p/hp/h9x40ea-abh/tablets-608+G1-28549472.html,"Create efficiencies with mobile solutions Tailor your experience to the needs of your business with a keyboard, cases, portable docking station and more to customize your tablet. Transform your business with this small stylish business tablet equipped with a brilliant, high definition display and the pervasive connectivity to mobilize most any business process. Choose from an expansive choice of accessories for a customized experience. Get business-class security and manageability options on the HP Pro Tablet 608 with HP Client Security, HP Touchpoint Manager and more. ","Zum Lernen konzipiert Profitieren Sie von sofortiger Einsatzfähigkeit mit den neuen HP School Pack Tools und Inhalten zur Unterstützung neuer Lernmethoden, darunter HP Classroom Manager, mit dem Lehrer das Klassenzimmer steuern, Klassen-PCs verwalten und mit Schülern kommunizieren können. Erzielen Sie ein 1:1-Lernerlebnis und steigern Sie das Engagement der Schüler mit diesem Android™-Tablet, das speziell für Schulen entwickelt wurde. Das zuverlässige und robuste HP Pro Tablet 10 EE umfasst Lerntools und flexible Konnektivitätsoptionen für ein Lernerlebnis über das Klassenzimmer hinweg. Darüber hinaus unterstützen professionelle Support- und Serviceleistungen das Lehrpersonal bei der Einbindung neuer IT-Komponenten.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -171,27262160,171_27262160,Lenovo TAB 2 A10,Lenovo TAB 2 A10,,,,,,,,,//de.icecat.biz/en/p/lenovo/za000049de/tablets-0889233451984-A10-70-27262160.html,"Be Immersed. You'll get the best audio experience the A Series line has to offer with the TAB 2 A10's exclusive multi-speaker sound bar. And, available exclusively on 8"" and 10"" TAB 2 models is Dolby Atmos® Cinematic Moving Audio. This unique technology delivers a profound audio experience that seemingly wraps itself around you Enjoy a surround sound-like experience and incredible multimedia immersion all on-the-go with the TAB 2 A8. Work, play, watch, or just tap away on the TAB 2 A10's Full HD (1920 x 1200) IPS display. IPS technology makes it easy to share what you're viewing with friends, and with an ultra-thin, high-transparent touchscreen, every image appears closer, clearer, and sharper. Carry the TAB 2 A10 wherever you go. It's incredibly light at just over a pound, and slim enough that you can store it just about anywhere for convenient mobility. The TAB 2 A10 is easy to keep by your side wherever life takes you. So when you need it, you’ll be reading, listening to music, watching videos, or surfing the Web, all in a snap.","Fesselndes Klangerlebnis Eine Soundbar mit mehreren Lautsprechern und Dolby Atmos® Cinematic Moving Audio sorgen für fesselnden Sound, der von allen Seiten zu kommen scheint. In Verbindung mit dem brillanten Full HD-Display ist das TAB 2 A10-70 das perfekte Tablet für Gaming und Multimedia. Für hohe Rechenleistung und flüssige Darstellung ist das TAB 2 A10-70 mit einem schnellen 64-Bit-Quad-Core-Prozessor ausgestattet. Der 7.000-mAh-Akku ermöglicht bis zu 10 Stunden unterbrechungsfreien Betrieb. Nutze dein Tablet einen ganzen Tag lang ohne aufzuladen. Das handliche TAB 2 A10-70 ist nicht einmal 9 mm dick. Wähle aus zwei verschiedenen Farben – Pearl White und Midnight Blue – das Modell, das am besten zu deinem Lebensstil passt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -172,29801891,172_29801891,Lenovo Yoga Tablet 3,Lenovo Yoga Tablet 3,,,,,,,,,//icecat.de/en/p/lenovo/za0a0010de/tablets-3+8-29801891.html,"IMMERSIVE AUDIO The YOGA Tab 3 8 delivers rich home theater sound that you will not experience on any other tablet. The two integrated front-facing speakers and powerfully immersive Dolby Atmos® sound give louder, clearer and dynamic audio… even without headphones! The YOGA Tab 3 8 keeps going and going with its outstanding battery life. With up to 20 hours on one charge, it’s enough to watch two series of your favorite TV show back to back. Scroll through recipes while you cook, check your social feeds while you eat, and watch movies while you work out. The unique kickstand works in four ways to Stand, Tilt, Hold or even Hang the YOGA Tab 3 8 to a way that suits you.","Fesselndes Klangerlebnis Eine Soundbar mit mehreren Lautsprechern und Dolby Atmos® Cinematic Moving Audio sorgen für fesselnden Sound, der von allen Seiten zu kommen scheint. In Verbindung mit dem brillanten Full HD-Display ist das TAB 2 A10-70 das perfekte Tablet für Gaming und Multimedia. Für hohe Rechenleistung und flüssige Darstellung ist das TAB 2 A10-70 mit einem schnellen 64-Bit-Quad-Core-Prozessor ausgestattet. Der 7.000-mAh-Akku ermöglicht bis zu 10 Stunden unterbrechungsfreien Betrieb. Nutze dein Tablet einen ganzen Tag lang ohne aufzuladen. Das handliche TAB 2 A10-70 ist nicht einmal 9 mm dick. Wähle aus zwei verschiedenen Farben – Pearl White und Midnight Blue – das Modell, das am besten zu deinem Lebensstil passt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -173,26973306,173_26973306,Samsung Galaxy Tab A SM-T550N,Samsung Galaxy Tab A SM-T550N,,,,,,,,,,"IMMERSIVE AUDIO The YOGA Tab 3 8 delivers rich home theater sound that you will not experience on any other tablet. The two integrated front-facing speakers and powerfully immersive Dolby Atmos® sound give louder, clearer and dynamic audio… even without headphones! The YOGA Tab 3 8 keeps going and going with its outstanding battery life. With up to 20 hours on one charge, it’s enough to watch two series of your favorite TV show back to back. Scroll through recipes while you cook, check your social feeds while you eat, and watch movies while you work out. The unique kickstand works in four ways to Stand, Tilt, Hold or even Hang the YOGA Tab 3 8 to a way that suits you.","Fesselndes Klangerlebnis Eine Soundbar mit mehreren Lautsprechern und Dolby Atmos® Cinematic Moving Audio sorgen für fesselnden Sound, der von allen Seiten zu kommen scheint. In Verbindung mit dem brillanten Full HD-Display ist das TAB 2 A10-70 das perfekte Tablet für Gaming und Multimedia. Für hohe Rechenleistung und flüssige Darstellung ist das TAB 2 A10-70 mit einem schnellen 64-Bit-Quad-Core-Prozessor ausgestattet. Der 7.000-mAh-Akku ermöglicht bis zu 10 Stunden unterbrechungsfreien Betrieb. Nutze dein Tablet einen ganzen Tag lang ohne aufzuladen. Das handliche TAB 2 A10-70 ist nicht einmal 9 mm dick. Wähle aus zwei verschiedenen Farben – Pearl White und Midnight Blue – das Modell, das am besten zu deinem Lebensstil passt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -174,27253016,174_27253016,Samsung Galaxy Tab A SM-T550N,Samsung Galaxy Tab A SM-T550N,,,,,,,,,,"IMMERSIVE AUDIO The YOGA Tab 3 8 delivers rich home theater sound that you will not experience on any other tablet. The two integrated front-facing speakers and powerfully immersive Dolby Atmos® sound give louder, clearer and dynamic audio… even without headphones! The YOGA Tab 3 8 keeps going and going with its outstanding battery life. With up to 20 hours on one charge, it’s enough to watch two series of your favorite TV show back to back. Scroll through recipes while you cook, check your social feeds while you eat, and watch movies while you work out. The unique kickstand works in four ways to Stand, Tilt, Hold or even Hang the YOGA Tab 3 8 to a way that suits you.","Fesselndes Klangerlebnis Eine Soundbar mit mehreren Lautsprechern und Dolby Atmos® Cinematic Moving Audio sorgen für fesselnden Sound, der von allen Seiten zu kommen scheint. In Verbindung mit dem brillanten Full HD-Display ist das TAB 2 A10-70 das perfekte Tablet für Gaming und Multimedia. Für hohe Rechenleistung und flüssige Darstellung ist das TAB 2 A10-70 mit einem schnellen 64-Bit-Quad-Core-Prozessor ausgestattet. Der 7.000-mAh-Akku ermöglicht bis zu 10 Stunden unterbrechungsfreien Betrieb. Nutze dein Tablet einen ganzen Tag lang ohne aufzuladen. Das handliche TAB 2 A10-70 ist nicht einmal 9 mm dick. Wähle aus zwei verschiedenen Farben – Pearl White und Midnight Blue – das Modell, das am besten zu deinem Lebensstil passt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -175,26564922,175_26564922,Samsung Galaxy Tab A SM-T550N 16 GB,Samsung Galaxy Tab A SM-T550N 16 GB,internal_storage_capacity,16 GB,,,,,,,//icecat.de/en/p/samsung/sm-t550nzka/tablets-SM-T550N-26564922.html,"Do Two Things at Once Make the most out of your tablet time with advanced multitasking tools. Easily open two apps side by side so you can flip through your photos while browsing online. Check social media and your social calendar at the same time. With Multi Window™ on the Galaxy Tab A, you can do more, faster. Kids Mode gives parents peace of mind while providing a colorful, engaging place for kids to play. Easily manage what your kids access and how long they spend using it, all while keeping your own documents private. Available for free from Samsung Galaxy Essentials™, Kids Mode keeps your content—and more importantly, your kids— safe and secure. Connecting your Samsung devices is easier than ever. With Samsung SideSync 3.0 and Quick Connect™, you can share content and work effortlessly between your Samsung tablet, smartphone and personal computer.","Schlankes und modernes Design Das 7,5 mm schlanke Gehäuse verleiht dem Samsung Galaxy Tab A (9.7, Wi-Fi) seine leichte Grazilität, die erkennen lässt wie bequem und griffig es in der Hand gehalten werden kann. Auch das Verstauen fällt dadurch leicht und Sie können es überall hin mitnehmen. Zudem überzeugt das Samsung Galaxy Tab A (9.7, Wi-Fi) mit seiner eleganten Form, den abgerundeten Kanten und den metallisch schimmernden Oberflächen. Dieses Design kombiniert für Ihren mobilen Alltag flexible Portabilität mit einer dem Auge schmeichelnden Optik. Gleich zwei integrierte Kameras sorgen beim Samsung Galaxy Tab A (9.7, Wi-Fi) dafür, dass Sie Ihre Erinnerungen als Foto oder Video festhalten können. Die 5 Megapixel-Hauptkamera hat einen Autofokus, der für knackig scharfe Aufnahmen sorgt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -175,26935356,175_26935356,Samsung Galaxy Tab A SM-T550N 32 GB,Samsung Galaxy Tab A SM-T550N 32 GB,internal_storage_capacity,32 GB,,,,,,,//icecat.de/en/p/samsung/sm-t550nzkaphn/tablets-SM-T550N-26935356.html,"Do Two Things at Once Make the most out of your tablet time with advanced multitasking tools. Easily open two apps side by side so you can flip through your photos while browsing online. Check social media and your social calendar at the same time. With Multi Window™ on the Galaxy Tab A, you can do more, faster. Kids Mode gives parents peace of mind while providing a colorful, engaging place for kids to play. Easily manage what your kids access and how long they spend using it, all while keeping your own documents private. Available for free from Samsung Galaxy Essentials™, Kids Mode keeps your content—and more importantly, your kids— safe and secure. Connecting your Samsung devices is easier than ever. With Samsung SideSync 3.0 and Quick Connect™, you can share content and work effortlessly between your Samsung tablet, smartphone and personal computer.","Schlankes und modernes Design Das 7,5 mm schlanke Gehäuse verleiht dem Samsung Galaxy Tab A (9.7, Wi-Fi) seine leichte Grazilität, die erkennen lässt wie bequem und griffig es in der Hand gehalten werden kann. Auch das Verstauen fällt dadurch leicht und Sie können es überall hin mitnehmen. Zudem überzeugt das Samsung Galaxy Tab A (9.7, Wi-Fi) mit seiner eleganten Form, den abgerundeten Kanten und den metallisch schimmernden Oberflächen. Dieses Design kombiniert für Ihren mobilen Alltag flexible Portabilität mit einer dem Auge schmeichelnden Optik. Gleich zwei integrierte Kameras sorgen beim Samsung Galaxy Tab A (9.7, Wi-Fi) dafür, dass Sie Ihre Erinnerungen als Foto oder Video festhalten können. Die 5 Megapixel-Hauptkamera hat einen Autofokus, der für knackig scharfe Aufnahmen sorgt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -176,29209306,176_29209306,Samsung Galaxy Tab E SM-T560 8 GB,Samsung Galaxy Tab E SM-T560 8 GB,internal_storage_capacity,8 GB,,,,,,,//icecat.de/en/p/samsung/sm-t560nzkabtu/tablets-SM-T560-29209306.html,"Do Two Things at Once Make the most out of your tablet time with advanced multitasking tools. Easily open two apps side by side so you can flip through your photos while browsing online. Check social media and your social calendar at the same time. With Multi Window™ on the Galaxy Tab A, you can do more, faster. Kids Mode gives parents peace of mind while providing a colorful, engaging place for kids to play. Easily manage what your kids access and how long they spend using it, all while keeping your own documents private. Available for free from Samsung Galaxy Essentials™, Kids Mode keeps your content—and more importantly, your kids— safe and secure. Connecting your Samsung devices is easier than ever. With Samsung SideSync 3.0 and Quick Connect™, you can share content and work effortlessly between your Samsung tablet, smartphone and personal computer.","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -176,29381409,176_29381409,Samsung Galaxy Tab E SM-T560 16 GB,Samsung Galaxy Tab E SM-T560 16 GB,internal_storage_capacity,16 GB,,,,,,,//icecat.de/en/p/samsung/sm-t560nzkaphn/tablets-SM-T560-29381409.html,"Do Two Things at Once Make the most out of your tablet time with advanced multitasking tools. Easily open two apps side by side so you can flip through your photos while browsing online. Check social media and your social calendar at the same time. With Multi Window™ on the Galaxy Tab A, you can do more, faster. Kids Mode gives parents peace of mind while providing a colorful, engaging place for kids to play. Easily manage what your kids access and how long they spend using it, all while keeping your own documents private. Available for free from Samsung Galaxy Essentials™, Kids Mode keeps your content—and more importantly, your kids— safe and secure. Connecting your Samsung devices is easier than ever. With Samsung SideSync 3.0 and Quick Connect™, you can share content and work effortlessly between your Samsung tablet, smartphone and personal computer.","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -176,29536449,176_29536449,Samsung Galaxy Tab E SM-T560 32 GB,Samsung Galaxy Tab E SM-T560 32 GB,internal_storage_capacity,32 GB,,,,,,,//icecat.de/en/p/samsung/sm-t560nzka/tablets-SM-T560-29536449.html,"Do Two Things at Once Make the most out of your tablet time with advanced multitasking tools. Easily open two apps side by side so you can flip through your photos while browsing online. Check social media and your social calendar at the same time. With Multi Window™ on the Galaxy Tab A, you can do more, faster. Kids Mode gives parents peace of mind while providing a colorful, engaging place for kids to play. Easily manage what your kids access and how long they spend using it, all while keeping your own documents private. Available for free from Samsung Galaxy Essentials™, Kids Mode keeps your content—and more importantly, your kids— safe and secure. Connecting your Samsung devices is easier than ever. With Samsung SideSync 3.0 and Quick Connect™, you can share content and work effortlessly between your Samsung tablet, smartphone and personal computer.","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -177,24867659,177_24867659,Samsung Galaxy Tab Active 8.0 8 GB,Samsung Galaxy Tab Active 8.0,internal_storage_capacity,8 GB,,,,,,,//icecat.de/en/p/samsung/sm-t365nngabtu/tablets-8.0-24867659.html,"Water and Dust Resistance (IP67) Keep working continuously in virtually any environment with IP67 environmental sealing that protects against damage from water and dust. Gain toughness and stability without sacrificing a premium design with 9.75-mm thickness(without cover) and a 393-gram light weight with rugged reinforcement. Don’t worry about drops or impacts in active business environments. With its included cover, Samsung Galaxy Tab Active is designed to handle drops of up to 1.2 meters with protective cover (3.9 feet). Save time on communications and work process management with easy NFC device pairing and tag reading. A 3.1-megapixel (MP) Auto Focus (AF) camera with a Flash feature enables easy, efficient barcode scanning to facilitate communication and workflow. ","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -177,24422865,177_24422865,Samsung Galaxy Tab Active 8.0 16 GB,Samsung Galaxy Tab Active 8.0,internal_storage_capacity,16 GB,,,,,,,//icecat.de/en/p/samsung/sm-t365nnga/tablets-8806086421799-Samsung-Galaxy-Tab-Active-8-0-16GB-3G-4G-Titanium-24422865.html,"Water and Dust Resistance (IP67) Keep working continuously in virtually any environment with IP67 environmental sealing that protects against damage from water and dust. Gain toughness and stability without sacrificing a premium design with 9.75-mm thickness(without cover) and a 393-gram light weight with rugged reinforcement. Don’t worry about drops or impacts in active business environments. With its included cover, Samsung Galaxy Tab Active is designed to handle drops of up to 1.2 meters with protective cover (3.9 feet). Save time on communications and work process management with easy NFC device pairing and tag reading. A 3.1-megapixel (MP) Auto Focus (AF) camera with a Flash feature enables easy, efficient barcode scanning to facilitate communication and workflow. ","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -177,25913296,177_25913296,Samsung Galaxy Tab Active 8.0 32 GB,Samsung Galaxy Tab Active 8.0,internal_storage_capacity,32 GB,,,,,,,//icecat.de/en/p/samsung/sm-t365nngaxez/tablets-8806086550444-Samsung-Galaxy-Tab-Active-SM-T365-16GB-3G-4G-Titanium-25913296.html,"Water and Dust Resistance (IP67) Keep working continuously in virtually any environment with IP67 environmental sealing that protects against damage from water and dust. Gain toughness and stability without sacrificing a premium design with 9.75-mm thickness(without cover) and a 393-gram light weight with rugged reinforcement. Don’t worry about drops or impacts in active business environments. With its included cover, Samsung Galaxy Tab Active is designed to handle drops of up to 1.2 meters with protective cover (3.9 feet). Save time on communications and work process management with easy NFC device pairing and tag reading. A 3.1-megapixel (MP) Auto Focus (AF) camera with a Flash feature enables easy, efficient barcode scanning to facilitate communication and workflow. ","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -178,29658415,178_29658415,Samsung Galaxy Tab S2 SM-T715,Samsung Galaxy Tab S2 SM-T715,,,,,,,,,,"Enjoy greater flexibility ...than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go. The Galaxy Tab S2’s 4:3 ratio display is optimised for magazine reading and web use. Switch to Reading Mode to adjust screen brightness and change wallpaper - create an ideal eBook reading environment designed to reduce the strain on your eyes. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. ","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -179,29658416,179_29658416,Samsung Galaxy Tab S2 SM-T715,Samsung Galaxy Tab S2 SM-T715,,,,,,,,,,"Enjoy greater flexibility ...than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go. The Galaxy Tab S2’s 4:3 ratio display is optimised for magazine reading and web use. Switch to Reading Mode to adjust screen brightness and change wallpaper - create an ideal eBook reading environment designed to reduce the strain on your eyes. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. ","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -180,32127058,180_32127058,Samsung Galaxy Tab S2 SM-T813,Samsung Galaxy Tab S2 SM-T813,,,,,,,,,,"Enjoy greater flexibility ...than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go. The Galaxy Tab S2’s 4:3 ratio display is optimised for magazine reading and web use. Switch to Reading Mode to adjust screen brightness and change wallpaper - create an ideal eBook reading environment designed to reduce the strain on your eyes. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. ","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -181,31995510,181_31995510,Samsung Galaxy Tab S2 SM-T813,Samsung Galaxy Tab S2 SM-T813,,,,,,,,,,"Enjoy greater flexibility ...than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go. The Galaxy Tab S2’s 4:3 ratio display is optimised for magazine reading and web use. Switch to Reading Mode to adjust screen brightness and change wallpaper - create an ideal eBook reading environment designed to reduce the strain on your eyes. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. ","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -182,30345097,182_30345097,Samsung Galaxy View SM-T670,Samsung Galaxy View SM-T670,,,,,,,,,,"Enjoy greater flexibility ...than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go. The Galaxy Tab S2’s 4:3 ratio display is optimised for magazine reading and web use. Switch to Reading Mode to adjust screen brightness and change wallpaper - create an ideal eBook reading environment designed to reduce the strain on your eyes. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. ","Ihre Streaming-Videothek Per WLAN Verbindung erhalten Sie Zugang zu einer riesigen Auswahl an Streaming-Inhalten. Wählen Sie aus zahlreichen Anbietern wie z.B. Netflix oder Maxdome aus und nutzen Sie YouTube™ sowie die Mediatheken vieler TV-Sender. Mit dem Galaxy View bleiben Sie über die Family Square-App auch mit Ihrer Familie und Ihren Freunden in Kontakt. Teilen Sie im Handumdrehen Fotos, Videos oder handschriftliche Notizen. Zusammen mit dem integrierten Standfuß des Samsung Galaxy View haben Sie die Möglichkeit zwei unterschiedliche Betrachtungswinkel einzustellen. Nutzen Sie die aufrechte Position, wenn Sie vor dem Display sitzen und einen Film anschauen wollen. Die flache Position eignet sich sowohl zur Bedienung beim Surfen oder bei den Office-Anwendungen, als auch wenn Sie darauf hinabblicken, z.B. wenn das Tablet auf der Küchenarbeitsplatte liegt und sie Sie ein Kochvideo nachzaubern.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -183,21811723,183_21811723,Sony Xperia SGP512E1,Sony Xperia SGP512E1,,,,,,,,,,"Enjoy greater flexibility ...than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go. The Galaxy Tab S2’s 4:3 ratio display is optimised for magazine reading and web use. Switch to Reading Mode to adjust screen brightness and change wallpaper - create an ideal eBook reading environment designed to reduce the strain on your eyes. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. ","Ihre Streaming-Videothek Per WLAN Verbindung erhalten Sie Zugang zu einer riesigen Auswahl an Streaming-Inhalten. Wählen Sie aus zahlreichen Anbietern wie z.B. Netflix oder Maxdome aus und nutzen Sie YouTube™ sowie die Mediatheken vieler TV-Sender. Mit dem Galaxy View bleiben Sie über die Family Square-App auch mit Ihrer Familie und Ihren Freunden in Kontakt. Teilen Sie im Handumdrehen Fotos, Videos oder handschriftliche Notizen. Zusammen mit dem integrierten Standfuß des Samsung Galaxy View haben Sie die Möglichkeit zwei unterschiedliche Betrachtungswinkel einzustellen. Nutzen Sie die aufrechte Position, wenn Sie vor dem Display sitzen und einen Film anschauen wollen. Die flache Position eignet sich sowohl zur Bedienung beim Surfen oder bei den Office-Anwendungen, als auch wenn Sie darauf hinabblicken, z.B. wenn das Tablet auf der Küchenarbeitsplatte liegt und sie Sie ein Kochvideo nachzaubern.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -184,17365820,184_17365820,Canon LEGRIA HF G25,Canon LEGRIA HF G25,internal_storage_capacity,8 GB,,,,,,,//icecat.de/en/p/canon/8063b004/camcorders-HF+G25-17365820.html,"Image Stabilization Technology With four types of Intelligent Image Stabilization technology the HF R606 will give you sharp videos every time. Capture those moments you cherish. You will never miss those special moments with the LEGRIA HF R606. Featuring advanced baby mode you can capture footage just before recording starts, to ensure you don’t miss your baby’s first steps. Parents can register up to three children and track their growth over the years. With Intelligent IS and an advanced DIGIC DV4 processor, capture those moments you cherish with the HF R606. Register up to three infants and easily capture and personalize moments as they grow up. The HFR606 will automatically pan out to help you relocate your subject, before zooming in again. ","Zoomobjektiv mit besonders großem Weitwinkel Die WG-5 GPS verfügt über ein 4-faches optisches Zoomobjektiv. Der Brennweitenbereich beginnt bereits bei 25 mm (entsprechend zum KB-Format) und bietet somit einen besonderen Aufnahmewinkel, der im Zusammenspiel mit einem der zahlreichen Kamerahalter tolle Per-spektiven ermöglicht. Mit der 100 mm Brennweite (entsprechend zum KB-Format) gelingen spannende Detailbilder. Der Nahaufnahmemodus ermöglicht faszinierende Fotos im Makrobereich. Mit einem Abstand von gerade mal 1 cm gelingen völlig neue Sichtweisen von Pflanzen, Insekten und vielen anderen kleinen Motiven. Ein im Lieferumfang enthaltener Makroring sorgt für die präzise Einhaltung des Aufnahmeabstands von 1 cm.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -184,17494387,184_17494387,Canon LEGRIA HF G25,Canon LEGRIA HF G25,internal_storage_capacity,16 GB,,,,,,,//icecat.de/en/p/canon/8063b011/camcorders-HF+G25-17494387.html,"Image Stabilization Technology With four types of Intelligent Image Stabilization technology the HF R606 will give you sharp videos every time. Capture those moments you cherish. You will never miss those special moments with the LEGRIA HF R606. Featuring advanced baby mode you can capture footage just before recording starts, to ensure you don’t miss your baby’s first steps. Parents can register up to three children and track their growth over the years. With Intelligent IS and an advanced DIGIC DV4 processor, capture those moments you cherish with the HF R606. Register up to three infants and easily capture and personalize moments as they grow up. The HFR606 will automatically pan out to help you relocate your subject, before zooming in again. ","Zoomobjektiv mit besonders großem Weitwinkel Die WG-5 GPS verfügt über ein 4-faches optisches Zoomobjektiv. Der Brennweitenbereich beginnt bereits bei 25 mm (entsprechend zum KB-Format) und bietet somit einen besonderen Aufnahmewinkel, der im Zusammenspiel mit einem der zahlreichen Kamerahalter tolle Per-spektiven ermöglicht. Mit der 100 mm Brennweite (entsprechend zum KB-Format) gelingen spannende Detailbilder. Der Nahaufnahmemodus ermöglicht faszinierende Fotos im Makrobereich. Mit einem Abstand von gerade mal 1 cm gelingen völlig neue Sichtweisen von Pflanzen, Insekten und vielen anderen kleinen Motiven. Ein im Lieferumfang enthaltener Makroring sorgt für die präzise Einhaltung des Aufnahmeabstands von 1 cm.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -184,17560323,184_17560323,Canon LEGRIA HF G25,Canon LEGRIA HF G25,internal_storage_capacity,32 GB,,,,,,,//icecat.de/en/p/canon/8063b012/camcorders-HF+G25-17560323.html,"Image Stabilization Technology With four types of Intelligent Image Stabilization technology the HF R606 will give you sharp videos every time. Capture those moments you cherish. You will never miss those special moments with the LEGRIA HF R606. Featuring advanced baby mode you can capture footage just before recording starts, to ensure you don’t miss your baby’s first steps. Parents can register up to three children and track their growth over the years. With Intelligent IS and an advanced DIGIC DV4 processor, capture those moments you cherish with the HF R606. Register up to three infants and easily capture and personalize moments as they grow up. The HFR606 will automatically pan out to help you relocate your subject, before zooming in again. ","Zoomobjektiv mit besonders großem Weitwinkel Die WG-5 GPS verfügt über ein 4-faches optisches Zoomobjektiv. Der Brennweitenbereich beginnt bereits bei 25 mm (entsprechend zum KB-Format) und bietet somit einen besonderen Aufnahmewinkel, der im Zusammenspiel mit einem der zahlreichen Kamerahalter tolle Per-spektiven ermöglicht. Mit der 100 mm Brennweite (entsprechend zum KB-Format) gelingen spannende Detailbilder. Der Nahaufnahmemodus ermöglicht faszinierende Fotos im Makrobereich. Mit einem Abstand von gerade mal 1 cm gelingen völlig neue Sichtweisen von Pflanzen, Insekten und vielen anderen kleinen Motiven. Ein im Lieferumfang enthaltener Makroring sorgt für die präzise Einhaltung des Aufnahmeabstands von 1 cm.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -185,25904533,185_25904533,Canon LEGRIA HF R606,Canon LEGRIA HF R606,,,,,,,,,,"Image Stabilization Technology With four types of Intelligent Image Stabilization technology the HF R606 will give you sharp videos every time. Capture those moments you cherish. You will never miss those special moments with the LEGRIA HF R606. Featuring advanced baby mode you can capture footage just before recording starts, to ensure you don’t miss your baby’s first steps. Parents can register up to three children and track their growth over the years. With Intelligent IS and an advanced DIGIC DV4 processor, capture those moments you cherish with the HF R606. With four types of Intelligent Image Stabilization technology the HF R606 will give you sharp videos every time. The HFR606 will automatically pan out to help you relocate your subject, before zooming in again. Slow motion images can be recorded at a speed down to 1/2x and fast motion images up to 1200x.","Zoomobjektiv mit besonders großem Weitwinkel Die WG-5 GPS verfügt über ein 4-faches optisches Zoomobjektiv. Der Brennweitenbereich beginnt bereits bei 25 mm (entsprechend zum KB-Format) und bietet somit einen besonderen Aufnahmewinkel, der im Zusammenspiel mit einem der zahlreichen Kamerahalter tolle Per-spektiven ermöglicht. Mit der 100 mm Brennweite (entsprechend zum KB-Format) gelingen spannende Detailbilder. Der Nahaufnahmemodus ermöglicht faszinierende Fotos im Makrobereich. Mit einem Abstand von gerade mal 1 cm gelingen völlig neue Sichtweisen von Pflanzen, Insekten und vielen anderen kleinen Motiven. Ein im Lieferumfang enthaltener Makroring sorgt für die präzise Einhaltung des Aufnahmeabstands von 1 cm.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -186,25904506,186_25904506,Canon LEGRIA HF R606,Canon LEGRIA HF R606,,,,,,,,,,"Image Stabilization Technology With four types of Intelligent Image Stabilization technology the HF R606 will give you sharp videos every time. Capture those moments you cherish. You will never miss those special moments with the LEGRIA HF R606. Featuring advanced baby mode you can capture footage just before recording starts, to ensure you don’t miss your baby’s first steps. Parents can register up to three children and track their growth over the years. With Intelligent IS and an advanced DIGIC DV4 processor, capture those moments you cherish with the HF R606. With four types of Intelligent Image Stabilization technology the HF R606 will give you sharp videos every time. The HFR606 will automatically pan out to help you relocate your subject, before zooming in again. Slow motion images can be recorded at a speed down to 1/2x and fast motion images up to 1200x.","Zoomobjektiv mit besonders großem Weitwinkel Die WG-5 GPS verfügt über ein 4-faches optisches Zoomobjektiv. Der Brennweitenbereich beginnt bereits bei 25 mm (entsprechend zum KB-Format) und bietet somit einen besonderen Aufnahmewinkel, der im Zusammenspiel mit einem der zahlreichen Kamerahalter tolle Per-spektiven ermöglicht. Mit der 100 mm Brennweite (entsprechend zum KB-Format) gelingen spannende Detailbilder. Der Nahaufnahmemodus ermöglicht faszinierende Fotos im Makrobereich. Mit einem Abstand von gerade mal 1 cm gelingen völlig neue Sichtweisen von Pflanzen, Insekten und vielen anderen kleinen Motiven. Ein im Lieferumfang enthaltener Makroring sorgt für die präzise Einhaltung des Aufnahmeabstands von 1 cm.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -187,26306352,187_26306352,Ricoh WG-5 GPS,Ricoh WG-5 GPS,,,,,,,,,,"Superior depiction and mobility. Superior image depiction under extreme conditions. The new WG-5 GPS. The camera has superior brightness with the folded optic zoom lens and is equipped with a high-performance 4.0x optical zoom lens of maximum aperture 2.0. Since the lens is bright, the sensitivity is suppressed even when shooting with the same shutter speed and allows recording in high image quality in dark scenes. [Auto Picture Mode] The camera automatically recognizes scenes and sets an optimal shooting mode. You can capture beautiful photos through automatic camera operations.","Zoomobjektiv mit besonders großem Weitwinkel Die WG-5 GPS verfügt über ein 4-faches optisches Zoomobjektiv. Der Brennweitenbereich beginnt bereits bei 25 mm (entsprechend zum KB-Format) und bietet somit einen besonderen Aufnahmewinkel, der im Zusammenspiel mit einem der zahlreichen Kamerahalter tolle Per-spektiven ermöglicht. Mit der 100 mm Brennweite (entsprechend zum KB-Format) gelingen spannende Detailbilder. Der Nahaufnahmemodus ermöglicht faszinierende Fotos im Makrobereich. Mit einem Abstand von gerade mal 1 cm gelingen völlig neue Sichtweisen von Pflanzen, Insekten und vielen anderen kleinen Motiven. Ein im Lieferumfang enthaltener Makroring sorgt für die präzise Einhaltung des Aufnahmeabstands von 1 cm.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -188,26306353,188_26306353,Ricoh WG-5 GPS,Ricoh WG-5 GPS,,,,,,,,,,"Superior depiction and mobility. Superior image depiction under extreme conditions. The new WG-5 GPS. The camera has superior brightness with the folded optic zoom lens and is equipped with a high-performance 4.0x optical zoom lens of maximum aperture 2.0. Since the lens is bright, the sensitivity is suppressed even when shooting with the same shutter speed and allows recording in high image quality in dark scenes. [Auto Picture Mode] The camera automatically recognizes scenes and sets an optimal shooting mode. You can capture beautiful photos through automatic camera operations.","Zoomobjektiv mit besonders großem Weitwinkel Die WG-5 GPS verfügt über ein 4-faches optisches Zoomobjektiv. Der Brennweitenbereich beginnt bereits bei 25 mm (entsprechend zum KB-Format) und bietet somit einen besonderen Aufnahmewinkel, der im Zusammenspiel mit einem der zahlreichen Kamerahalter tolle Per-spektiven ermöglicht. Mit der 100 mm Brennweite (entsprechend zum KB-Format) gelingen spannende Detailbilder. Der Nahaufnahmemodus ermöglicht faszinierende Fotos im Makrobereich. Mit einem Abstand von gerade mal 1 cm gelingen völlig neue Sichtweisen von Pflanzen, Insekten und vielen anderen kleinen Motiven. Ein im Lieferumfang enthaltener Makroring sorgt für die präzise Einhaltung des Aufnahmeabstands von 1 cm.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -189,30150732,189_30150732,Ricoh Theta,Ricoh Theta,,,,,,,,,,"High-spec model that captures the 360° world in spectacular beauty. Beauty as far as the eye can see, and a breathtaking sense of presence making you feel you are ""right there, right now"". From still images to long movies (max. 25 minutes long), record your memories in a vivid, high resolution 360° world. The new RICOH THETA S gives you even higher quality and performance. RICOH THETA S enables 25 minutes continuous shooting with 30fps.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -190,25111746,190_25111746,Ricoh Theta,Ricoh Theta,,,,,,,,,,"High-spec model that captures the 360° world in spectacular beauty. Beauty as far as the eye can see, and a breathtaking sense of presence making you feel you are ""right there, right now"". From still images to long movies (max. 25 minutes long), record your memories in a vivid, high resolution 360° world. The new RICOH THETA S gives you even higher quality and performance. RICOH THETA S enables 25 minutes continuous shooting with 30fps.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -191,17681791,191_17681791,Samsung F90BN,Samsung F90BN,,,,,,,,,,"High-spec model that captures the 360° world in spectacular beauty. Beauty as far as the eye can see, and a breathtaking sense of presence making you feel you are ""right there, right now"". From still images to long movies (max. 25 minutes long), record your memories in a vivid, high resolution 360° world. The new RICOH THETA S gives you even higher quality and performance. RICOH THETA S enables 25 minutes continuous shooting with 30fps.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -192,17738941,192_17738941,Samsung F90BN,Samsung F90BN,,,,,,,,,,"High-spec model that captures the 360° world in spectacular beauty. Beauty as far as the eye can see, and a breathtaking sense of presence making you feel you are ""right there, right now"". From still images to long movies (max. 25 minutes long), record your memories in a vivid, high resolution 360° world. The new RICOH THETA S gives you even higher quality and performance. RICOH THETA S enables 25 minutes continuous shooting with 30fps.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -193,32124735,193_32124735,Sony FDR-AX40,Sony FDR-AX40,,,,,,,,,,"Friendly features for fascinating movies The top-flight 4K Handycam® makes movies more magical. Balanced Optical SteadyShot™ and Fast Intelligent AF are reassuringly responsive. Surround sound recording enhances natural dimension. High-speed recording, Time-lapse Capture and other effects make movies more expressive. So many of the camcorder’s sophisticated functions are all so user-friendly. Superior image stabilisation lets you shoot steadily throughout the zoom range even as you walk. New mic structure captures sound from five directions with approximately 40% less noise for realistic ambience.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -194,25904145,194_25904145,Sony FDR-AXP33,Sony FDR-AXP33,,,,,,,,,,"Friendly features for fascinating movies The top-flight 4K Handycam® makes movies more magical. Balanced Optical SteadyShot™ and Fast Intelligent AF are reassuringly responsive. Surround sound recording enhances natural dimension. High-speed recording, Time-lapse Capture and other effects make movies more expressive. So many of the camcorder’s sophisticated functions are all so user-friendly. Superior image stabilisation lets you shoot steadily throughout the zoom range even as you walk. New mic structure captures sound from five directions with approximately 40% less noise for realistic ambience.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -195,25904159,195_25904159,Sony FDR-AXP33,Sony FDR-AXP33,,,,,,,,,,"Friendly features for fascinating movies The top-flight 4K Handycam® makes movies more magical. Balanced Optical SteadyShot™ and Fast Intelligent AF are reassuringly responsive. Surround sound recording enhances natural dimension. High-speed recording, Time-lapse Capture and other effects make movies more expressive. So many of the camcorder’s sophisticated functions are all so user-friendly. Superior image stabilisation lets you shoot steadily throughout the zoom range even as you walk. New mic structure captures sound from five directions with approximately 40% less noise for realistic ambience.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -196,23120327,196_23120327,Sony HDR-AS20,Sony HDR-AS20,,,,,,,,,,"Ideal for extreme sports and outdoor enthusiasts Exmor R™ CMOS sensor with enhanced sensitivity always gets the shot: Mountain-biking downhill at breakneck speed…at dusk? Kayaking at dawn? Your footage is still going to look great; thanks to the low-light sensitivity with improved image clarity and drastically reduced grain provided by Sony’s Exmor R™ CMOS sensor. Control up to five cameras with optional Live View Remote: Using the optional RM-LVR1 Live View Remote accessory you can control up to five cameras via Wi-Fi right from your wrist. Frame your shots, control the cameras’ recording settings, and start/stop recording to get impressive footage from five sources simultaneously. 4-video editing with Video Merge: Video Merge lets you combine up to four movie footage segments (even slow-motion parts) captured simultaneously by different cameras, and make a split-screen composite. With this unique feature anyone can create impressive movies without mastering complex editing software. (Available at PlayMemories Home: ver. 3.1.10 or later for Windows, and 1.1.10 or later for Mac.).","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -197,21421718,197_21421718,Sony HDR-AS20,Sony HDR-AS20,,,,,,,,,,"Ideal for extreme sports and outdoor enthusiasts Exmor R™ CMOS sensor with enhanced sensitivity always gets the shot: Mountain-biking downhill at breakneck speed…at dusk? Kayaking at dawn? Your footage is still going to look great; thanks to the low-light sensitivity with improved image clarity and drastically reduced grain provided by Sony’s Exmor R™ CMOS sensor. Control up to five cameras with optional Live View Remote: Using the optional RM-LVR1 Live View Remote accessory you can control up to five cameras via Wi-Fi right from your wrist. Frame your shots, control the cameras’ recording settings, and start/stop recording to get impressive footage from five sources simultaneously. 4-video editing with Video Merge: Video Merge lets you combine up to four movie footage segments (even slow-motion parts) captured simultaneously by different cameras, and make a split-screen composite. With this unique feature anyone can create impressive movies without mastering complex editing software. (Available at PlayMemories Home: ver. 3.1.10 or later for Windows, and 1.1.10 or later for Mac.).","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -198,19692589,198_19692589,Sony HDR-MV1,Sony HDR-MV1,,,,,,,,,,"Keep and treasure great performances HDR-MV1 lets you capture those magical musical moments in Full HD and better than CD-quality sound. Features such as a wide-angle Carl Zeiss lens, a sensitive Exmor R™ CMOS sensor and X-Y directional microphone system ensure great pictures and crisp, clear surround sound. Capture every detail of a musical performance in crisp, clear stereo sound. Record in Linear PCM format with no compression, and you'll enjoy sound quality that's better than CD. Or record in web-friendly AAC format – great for speedy Internet uploads. Whether in a music studio, rehearsal room or on stage, the HDR-MV1Music video recorder lets you capture every detail of the action in Full HD. And with audio lip sync your sound is always precisely matched to the video playback, with no irritating lag.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -199,7016823,199_7016823,Sony HXR-MC2500,Sony HXR-MC2500,flash_memory,16 GB,,,,,,,//icecat.de/en/p/sony/hxr-mc2000e/camcorders-HXR-MC2000E-7016823.html,"Keep and treasure great performances HDR-MV1 lets you capture those magical musical moments in Full HD and better than CD-quality sound. Features such as a wide-angle Carl Zeiss lens, a sensitive Exmor R™ CMOS sensor and X-Y directional microphone system ensure great pictures and crisp, clear surround sound. Capture every detail of a musical performance in crisp, clear stereo sound. Record in Linear PCM format with no compression, and you'll enjoy sound quality that's better than CD. Or record in web-friendly AAC format – great for speedy Internet uploads. Whether in a music studio, rehearsal room or on stage, the HDR-MV1Music video recorder lets you capture every detail of the action in Full HD. And with audio lip sync your sound is always precisely matched to the video playback, with no irritating lag.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -199,24788780,199_24788780,Sony HXR-MC2500,Sony HXR-MC2500,flash_memory,32 GB,,,,,,,,"Keep and treasure great performances HDR-MV1 lets you capture those magical musical moments in Full HD and better than CD-quality sound. Features such as a wide-angle Carl Zeiss lens, a sensitive Exmor R™ CMOS sensor and X-Y directional microphone system ensure great pictures and crisp, clear surround sound. Capture every detail of a musical performance in crisp, clear stereo sound. Record in Linear PCM format with no compression, and you'll enjoy sound quality that's better than CD. Or record in web-friendly AAC format – great for speedy Internet uploads. Whether in a music studio, rehearsal room or on stage, the HDR-MV1Music video recorder lets you capture every detail of the action in Full HD. And with audio lip sync your sound is always precisely matched to the video playback, with no irritating lag.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -200,5787536,200_5787536,Sony HXR-MC50E,Sony HXR-MC50E,,,,,,,,,,"Exceptional Optical Technologies With the HXR-MC50E you’ll see the difference in every shot, especially in those all important situations where lighting cannot be controlled. The HXR-MC50E is equipped with Optical SteadyShot Active Mode anti-shake technology which means you can capture steady, smooth, high-quality content with your camcorder, even when moving or zooming in or out. This product comes with the full PrimeSupport package. That’s fast, hassle-free repairs, a helpline offering expert technical advice, and a free loan unit while yours is repaired. Plus the peace of mind that Sony is looking after your equipment – and your business. ","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -201,11217755,201_11217755,Sony NEX-VG20EH,Sony NEX-VG20EH,total_megapixels,16.1 MP,,,,,,,,"Unlimited creative expression Shoot cinematic Full HD video with the pro-style creative flexibility of interchangeable lenses. Capture exquisite video and still photos with superb detail and shallow depth of field - just like a DSLR camera - plus high-quality stereo/5.1ch sound. Achieve that rich, cinematic look for your HD videos with sumptuous image quality, even in low light. Create stunning background defocus ('bokeh') effects - just like the expressive picture quality of a DSLR camera. Capture pristine dialogue and other sounds in stereo or 5.1 channel surround with the precision Quad Capsule Spatial Array Microphone. A handy level control plus jacks for an external mic and headphones add that extra professional touch.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -202,5782479,202_5782479,Sony NEX-VG20EH,Sony NEX-VG20EH,total_megapixels,14.6 MP,,,,,,,,"Take control and shoot your way Real cinematic images and sound: Explore a new dimension in creative artistry. Capture beautifully detailed, cinematic video images plus high-quality audio in cinematic 24 frames per second. Add some power to your shots: Add an E-mount lens with a power zoom and smoothly focus in on your subject with up to 11x magnification. Capture it all in HD: Capture all the detail with Full HD 1920 x 1080 video shooting (AVCHD format) at 24mbs for increased detail and clarity. DSLR quality photos: Shoot stills with DSLR-like picture quality and shallow depth of field for professional looking shots.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -203,15619960,203_15619960,Sony NEX-VG30E,Sony NEX-VG30E,,,,,,,,,,"Take control and shoot your way Real cinematic images and sound: Explore a new dimension in creative artistry. Capture beautifully detailed, cinematic video images plus high-quality audio in cinematic 24 frames per second. Add some power to your shots: Add an E-mount lens with a power zoom and smoothly focus in on your subject with up to 11x magnification. Capture it all in HD: Capture all the detail with Full HD 1920 x 1080 video shooting (AVCHD format) at 24mbs for increased detail and clarity. DSLR quality photos: Shoot stills with DSLR-like picture quality and shallow depth of field for professional looking shots.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -204,29851280,204_29851280,Sony PXW-FS5K,Sony PXW-FS5K,,,,,,,,,,"Take control and shoot your way Real cinematic images and sound: Explore a new dimension in creative artistry. Capture beautifully detailed, cinematic video images plus high-quality audio in cinematic 24 frames per second. Add some power to your shots: Add an E-mount lens with a power zoom and smoothly focus in on your subject with up to 11x magnification. Capture it all in HD: Capture all the detail with Full HD 1920 x 1080 video shooting (AVCHD format) at 24mbs for increased detail and clarity. DSLR quality photos: Shoot stills with DSLR-like picture quality and shallow depth of field for professional looking shots.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -205,6350138,205_6350138,Toshiba CAMILEO S30,Toshiba Camileo S30,,,,,,,,,,"Reach out Reach out with your 10x digital zoom and control recordings on the large 3-inch touchscreen LCD monitor. Create multi-scene video files thanks to the new Pause feature button! Save the best moments of your life with your CAMILEO S30 camcorder. Real cinematic images and sound: Explore a new dimension in creative artistry. Capture beautifully detailed, cinematic video images plus high-quality audio in cinematic 24 frames per second.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -206,6429825,206_6429825,Toshiba CAMILEO S30,Toshiba Camileo S30,,,,,,,,,,"Reach out Reach out with your 10x digital zoom and control recordings on the large 3-inch touchscreen LCD monitor. Create multi-scene video files thanks to the new Pause feature button! Save the best moments of your life with your CAMILEO S30 camcorder. Real cinematic images and sound: Explore a new dimension in creative artistry. Capture beautifully detailed, cinematic video images plus high-quality audio in cinematic 24 frames per second.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -207,15721464,207_15721464,Toshiba CAMILEO P20,Toshiba CAMILEO P20,,,,,,,,,,"Experience it The Toshiba Full HD Camileo S40 is eye catching in more ways than one. Its attractive, super-slim design allows you to take it everywhere, so you can capture everything that pleases you. Featuring a choice of colour accents, it also doubles as an elegant 16 megapixel digital still camera. Just pull it out of your pocket, and shoot stunning 1920x1080p Full HD video with up to 5x digital zoom. 10x digital zoom is available for HD and VGA resolution. Electronic Image Stabilisation (EIS) is built in for great results -- and sharing to social networks is a breeze thanks to Camileo Uploader software.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -208,14678762,208_14678762,Toshiba CAMILEO P20,Toshiba CAMILEO P20,,,,,,,,,,"Experience it The Toshiba Full HD Camileo S40 is eye catching in more ways than one. Its attractive, super-slim design allows you to take it everywhere, so you can capture everything that pleases you. Featuring a choice of colour accents, it also doubles as an elegant 16 megapixel digital still camera. Just pull it out of your pocket, and shoot stunning 1920x1080p Full HD video with up to 5x digital zoom. 10x digital zoom is available for HD and VGA resolution. Electronic Image Stabilisation (EIS) is built in for great results -- and sharing to social networks is a breeze thanks to Camileo Uploader software.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -209,12554247,209_12554247,Toshiba CAMILEO S20,Toshiba CAMILEO S20,,,,,,,,,,"Capture. Edit. Share. Previewing, watching and sharing your videos don't get any easier. The S30 is equipped with a large 3"" swiveling LCD with touch for convenient access to menus. Share your memories with your family and friends by uploading to YouTube, Facebook, TwitVid, and Picasa with the one-touch Internet upload button, or watch them directly on your TV with the included HDMI® cable. The CAMILEO® S30 sports 1920x1080p Full HD Video, 16x digital zoom, and video stabilization. The S30 also doubles as an 8 Megapixel digital still camera. The S30 has multiple recording modes: macro for close-up shots, motion detection for surveillance, slow motion for sports, time lapse for condensing extended footage, and pre-record so you won't miss those special moments.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -210,123,210_123,Sony Bundle,Sony Bündel,,,bundled_product,Yes,bundled_product,Ja,brand,Sony,//icecat.de/en/p/sony/hdras20b/action-sports-cameras-HDR-AS20-23120327.html,"This is a unique product bundle featuring various Sony products. Items in this bundle are 1 x Sony HDR-AS20, 1 x Sony SmartWatch 3, and 1 x Sony Xperia Z3 Compact.","Dies ist ein einzigartiges Produktbündel, welches verschiedene Produkte von Sony beinhaltet. Diese sind 1 x Sony HDR-AS20, 1 x Sony SmartWatch 3,sowie 1 x Sony Xperia Z3 Compact.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.","196_23120327/1, 090_24495844/1, 076_24394207/1" -211,123,211_123,HP Bundle,HP Bündel,,,bundled_product,Yes,bundled_product,Ja,brand,HP,//icecat.de/en/p/hp/n1a81ea/notebooks-11+G4-29554292.html,"This is a unique product bundle featuring various HP products. Items in this bundle are 1 x HP Chromebook 11, 1 x HP Z 620, and 1 x HP 200 280 G1.","Dies ist ein einzigartiges Produktbündel, welches verschiedene Produkte von HP beinhaltet. Diese sind 1 x HP Chromebook 11, 1 x HP Z 620,sowie 1 x HP 200 280 G1.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.","150_29554292/1, 127_22828284/1, 121_29406823/1" -212,123,212_123,ASUS Bundle,ASUS Bündel,,,bundled_product,Yes,bundled_product,Ja,brand,ASUS,//uk.icecat.biz/en/p/asus/90hc0021-m00h10/sport-watches-ASUS-VivoWatch-27207215.html,"This is a unique product bundle featuring various Asus products. Items in this bundle are 2 x ASUS VivoWatch, and 1 x ASUS M.","Dies ist ein einzigartiges Produktbündel, welches verschiedene Produkte von Asus beinhaltet. Diese sind 2 x ASUS VivoWatch, sowie 1 x ASUS M.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.","099_27207215/2, 114_29911081/1" -213,123,213_123,Lenovo Bundle,Lenovo Bündel,,,bundled_product,Yes,bundled_product,Ja,brand,Lenovo,//icecat.de/en/p/lenovo/30ah0047ge/pcs-workstations-P300-24725761.html,This is a unique product bundle featuring various Lenovo products. Items in this bundle are 3 x Lenovo ThinkStation P300.,"Dies ist ein einzigartiges Produktbündel, welches verschiedene Produkte von Lenovo beinhaltet. Diese sind 3 x Lenovo ThinkStation P300.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",130_24725761/3 -214,123,214_123,Samsung Bundle,Samsung Bündel,,,bundled_product,Yes,bundled_product,Ja,brand,Samsung,//icecat.de/en/p/samsung/sm-t550nzkaphn/tablets-SM-T550N-26935356.html,"This is a unique product bundle featuring various Samsung products. Items in this bundle are 2 x Samsung Galaxy Tab A SM-T550N 32 GB, 3 x Samsung Galaxy Gear, and 1 x Samsung Galaxy S5 mini","Dies ist ein einzigartiges Produktbündel, welches verschiedene Produkte von Samsung beinhaltet. Diese sind 2 x Samsung Galaxy Tab A SM-T550N 32 GB, 3 x Samsung Galaxy Gear,sowie 1 x Sony Xperia Z3 Compact",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.","175_26935356/2, 110_19682159/3, 067_24241408/1" -215,,215_123,ASUS HDMI-HDMI Black,ASUS HDMI-HDMI Schwarz,color,black,,,,,brand,ASUS,//de.icecat.biz/p/asus/90xb00p0-bca010/hdmi-kabel-4716659427889-ASUS-HDMI-HDMI-3m-3m-HDMI-HDMI-Schwarz-HDMI-Kabel-20757150.html,HDMI to HDMI High Speed Cable,Hochgeschwindigkeits HDMI zu HDMI Kabel,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -215,,215_124,ASUS HDMI-HDMI Red,ASUS HDMI-HDMI Rot,color,red,,,,,brand,ASUS,//de.icecat.biz/p/asus/90xb00p0-bca010/hdmi-kabel-4716659427889-ASUS-HDMI-HDMI-3m-3m-HDMI-HDMI-Schwarz-HDMI-Kabel-20757150.html,HDMI to HDMI High Speed Cable,Hochgeschwindigkeits HDMI zu HDMI Kabel,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -216,,216_123,Neklan 500m Cat6 UTP Cable (DRUM),Neklan 500m Cat6 UTP Kabel (Trommel),,,,,,,brand,Neklan,//de.icecat.biz/prefere/de/p/neklan/3010099/networking-cables-Neklan-500m-Cat6-UTP-500m-Cat6-U-UTP-UTP-Grey-networking-cable-9509292.html,"Neklan 500m Cat6 UTP. Cable length: 500 m, Cable standard: Cat6, Cable shielding: U/UTP (UTP), Cable colour: Grey","Neklan 500m Cat6 UTP. Kabellänge: 500 m, Kabelstandard: Cat6, Kabelschirmung: U/UTP (UTP), Kabelfarbe: Grau",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -217,,217_123,APC Cable parallel printer bi-directional (Ring),APC Kabel parallel printer bi-directional (Ring),,,,,,,brand,Neklan,//de.icecat.biz/p/apc/1602-5m-e/computerkabel-APC-kabel-parallel-printer-bi-directional-28129.html,APC cable parallel printer bi-directional. Ring: 5m,APC kabel parallel printer bi-directional. Ring: 5m,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -217,,217_1231,APC Cable parallel printer bi-directional (Ring 500m),,packaging_unit,Ring (500m),,,,,brand,Neklan,//de.icecat.biz/p/apc/1602-5m-e/computerkabel-APC-kabel-parallel-printer-bi-directional-28129.html,APC cable parallel printer bi-directional. Ring: 5m,APC kabel parallel printer bi-directional. Ring: 5m,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -218,,218_123,Chocolate Bar ,Schokoladentafel,,,,,,,,,//de.icecat.biz/p/chocolat-frey/7616500012004/schokoladentafeln-7616500012004-Chocolat-Frey-Splendor-100g-Milchschokolade-49752470.html,"Box of Chocolat Frey Splendor. Contents: From 3 until 5 100g bars . Type: Milkchocolate, Calories (per 100g): 2330kj","Chocolat Frey Splendor. Inhalt: 100 g, Typ: Milchschokolade, Brennwert (pro 100 g): 2330 kJ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.", -218,,218_1231,Chocolate Bar (Box 500g) ,Schokoladentafel (Box 500g),packaging_unit,Box,,,,,,,//de.icecat.biz/p/chocolat-frey/7616500012004/schokoladentafeln-7616500012004-Chocolat-Frey-Splendor-100g-Milchschokolade-49752470.html,"Box of Chocolat Frey Splendor. Contents: From 3 until 5 100g bars . Type: Milkchocolate, Calories (per 100g): 2330kj","Box mit Chocolat Frey Splendor. Inhalt: Von 3 bis zu 5 100 g tafeln, Typ: Milchschokolade, Brennwert (pro 100 g): 2330 kJ",1,1,, -218,,218_1232,Chocolate Bar (Palette) ,Schokoladentafel (Palette),packaging_unit,Palette,,,,,,,//de.icecat.biz/p/chocolat-frey/7616500012004/schokoladentafeln-7616500012004-Chocolat-Frey-Splendor-100g-Milchschokolade-49752470.html,"Palette of Chocolat Frey Splendor. Contents: 5000 - 100g bars . Type: Milkchocolate, Calories (per 100g): 2330kj","Palette mit Chocolat Frey Splendor. Inhalt: 5000 100 g tafeln, Typ: Milchschokolade, Brennwert (pro 100 g): 2330 kJ",1,1,, -218,,218_1233,Chocolate Bar (Giftbox) ,Schokoladentafel (Geschenkbox),packaging_unit,Giftbox,,,,,,,//de.icecat.biz/p/chocolat-frey/7616500012004/schokoladentafeln-7616500012004-Chocolat-Frey-Splendor-100g-Milchschokolade-49752470.html,"Giftbox of Chocolat Frey Splendor. Contents: 5x100g bars . Type: Milkchocolate, Calories (per 100g): 2330kj","Geschenkebox mit Chocolat Frey Splendor. Inhalt: 5 x 100 g tafeln, Typ: Milchschokolade, Brennwert (pro 100 g): 2330 kJ",1,1,, -218,,218_1234,Chocolate Bar (Valentine's special) ,Schokoladentafel (Valentinstag spezial),packaging_unit,Valentine's special,,,,,,,//de.icecat.biz/p/chocolat-frey/7616500012004/schokoladentafeln-7616500012004-Chocolat-Frey-Splendor-100g-Milchschokolade-49752470.html,"Valentine's special with Chocolat Frey Splendor. Contents: 10x100g bars . Type: Milkchocolate, Calories (per 100g): 2330kj","Valentinstag spezial mit Überraschungsschokolade Inhalt: 10 x 100 g tafeln, Typ: Milchschokolade, Brennwert (pro 100 g): 2330 kJ",1,1,, \ No newline at end of file +abstract_sku,old_sku,concrete_sku,name.en_US,name.de_DE,attribute_key_1,value_1,attribute_key_1.en_US,value_1.en_US,attribute_key_1.de_DE,value_1.de_DE,attribute_key_2,value_2,icecat_pdp_url,description.en_US,description.de_DE,is_searchable.en_US,is_searchable.de_DE,icecat_license,bundled,is_quantity_splittable +001,25904006,001_25904006,Canon IXUS 160,Canon IXUS 160,,,,,,,,,,"Add a personal touch Make shots your own with quick and easy control over picture settings such as brightness and colour intensity. Preview the results while framing using Live View Control and enjoy sharing them with friends using the 6.8 cm (2.7”) LCD screen. Combine with a Canon Connect Station and you can easily share your photos and movies with the world on social media sites and online albums like irista, plus enjoy watching them with family and friends on an HD TV. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions.","Beeindruckende Aufnahmen, ganz einfach Smart Auto ermöglicht die mühelose Aufnahme von fantastischen Fotos und Movies – die Kamera wählt in diesem Modus automatisch die idealen Einstellungen für die jeweilige Aufnahmesituation. Sie müssen nur noch das Motiv anvisieren und auslösen. Ein Druck auf die Hilfe-Taste führt zu leicht verständlichen Erklärungen der Kamerafunktionen. Zahlreiche Kreativfilter laden zum Experimentieren ein und bieten echten Fotospaß. So lässt sich neben vielen anderen Optionen der Verzeichnungseffekt eines Fisheye-Objektivs nachempfinden oder in Fotos und Movies werden die Dinge wie Miniaturmodelle dargestellt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +002,25904004,002_25904004,Canon IXUS 160,Canon IXUS 160,,,,,,,,,,"Add a personal touch Make shots your own with quick and easy control over picture settings such as brightness and colour intensity. Preview the results while framing using Live View Control and enjoy sharing them with friends using the 6.8 cm (2.7”) LCD screen. Combine with a Canon Connect Station and you can easily share your photos and movies with the world on social media sites and online albums like irista, plus enjoy watching them with family and friends on an HD TV. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions.","Beeindruckende Aufnahmen, ganz einfach Smart Auto ermöglicht die mühelose Aufnahme von fantastischen Fotos und Movies – die Kamera wählt in diesem Modus automatisch die idealen Einstellungen für die jeweilige Aufnahmesituation. Sie müssen nur noch das Motiv anvisieren und auslösen. Ein Druck auf die Hilfe-Taste führt zu leicht verständlichen Erklärungen der Kamerafunktionen. Zahlreiche Kreativfilter laden zum Experimentieren ein und bieten echten Fotospaß. So lässt sich neben vielen anderen Optionen der Verzeichnungseffekt eines Fisheye-Objektivs nachempfinden oder in Fotos und Movies werden die Dinge wie Miniaturmodelle dargestellt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +003,26138343,003_26138343,Canon IXUS 160,Canon IXUS 160,,,,,,,,,,"Add a personal touch Make shots your own with quick and easy control over picture settings such as brightness and colour intensity. Preview the results while framing using Live View Control and enjoy sharing them with friends using the 6.8 cm (2.7”) LCD screen. Combine with a Canon Connect Station and you can easily share your photos and movies with the world on social media sites and online albums like irista, plus enjoy watching them with family and friends on an HD TV. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions.","Beeindruckende Aufnahmen, ganz einfach Smart Auto ermöglicht die mühelose Aufnahme von fantastischen Fotos und Movies – die Kamera wählt in diesem Modus automatisch die idealen Einstellungen für die jeweilige Aufnahmesituation. Sie müssen nur noch das Motiv anvisieren und auslösen. Ein Druck auf die Hilfe-Taste führt zu leicht verständlichen Erklärungen der Kamerafunktionen. Zahlreiche Kreativfilter laden zum Experimentieren ein und bieten echten Fotospaß. So lässt sich neben vielen anderen Optionen der Verzeichnungseffekt eines Fisheye-Objektivs nachempfinden oder in Fotos und Movies werden die Dinge wie Miniaturmodelle dargestellt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +004,30663302,004_30663302,Canon IXUS 175,Canon IXUS 175,,,,,,,,,,"Creative play Play with your creativity using a range of Creative Filters. Re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more. Capture the stunning detail in everyday subjects using 1 cm Macro to get right up close. Enjoy exceptional quality, detailed images thanks to 20.0 Megapixels and DIGIC 4+ processing. Face Detection technology makes capturing great shots of friends effortless, while Auto Zoom intelligently helps you select the best framing at the touch of a button.","Stil im Taschenformat Diese ultraschlanke und schicke IXUS passt in jede Hand- oder Jackentasche und bietet dabei ein flexibles 28-mm-Weitwinkelobjektiv mit 8fach optischem Zoom (16fach ZoomPlus). Wo immer Sie also sind, können Sie jedes Motiv – von ganz nahen bis weit entfernt – in erstklassigen Fotos und Movies festhalten. Der Eco-Modus reduziert den Stromverbrauch der Kamera und ermöglicht längere Aufnahmezeiten. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Einfach nur die Taste drücken und schon beginnt die HD-Movieaufnahme (720p) im MP4-Format. Für kreative Vielseitigkeit lässt sich der optische Zoom auch im Movie-Modus einsetzen und die Aufnahmen werden hochwertig und gestochen scharf.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +005,30663301,005_30663301,Canon IXUS 175,Canon IXUS 175,,,,,,,,,,"Creative play Play with your creativity using a range of Creative Filters. Re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more. Capture the stunning detail in everyday subjects using 1 cm Macro to get right up close. Enjoy exceptional quality, detailed images thanks to 20.0 Megapixels and DIGIC 4+ processing. Face Detection technology makes capturing great shots of friends effortless, while Auto Zoom intelligently helps you select the best framing at the touch of a button.","Stil im Taschenformat Diese ultraschlanke und schicke IXUS passt in jede Hand- oder Jackentasche und bietet dabei ein flexibles 28-mm-Weitwinkelobjektiv mit 8fach optischem Zoom (16fach ZoomPlus). Wo immer Sie also sind, können Sie jedes Motiv – von ganz nahen bis weit entfernt – in erstklassigen Fotos und Movies festhalten. Der Eco-Modus reduziert den Stromverbrauch der Kamera und ermöglicht längere Aufnahmezeiten. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Einfach nur die Taste drücken und schon beginnt die HD-Movieaufnahme (720p) im MP4-Format. Für kreative Vielseitigkeit lässt sich der optische Zoom auch im Movie-Modus einsetzen und die Aufnahmen werden hochwertig und gestochen scharf.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +006,30692993,006_30692993,Canon IXUS 175,Canon IXUS 175,,,,,,,,,,"Creative play Play with your creativity using a range of Creative Filters. Re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more. Capture the stunning detail in everyday subjects using 1 cm Macro to get right up close. Enjoy exceptional quality, detailed images thanks to 20.0 Megapixels and DIGIC 4+ processing. Face Detection technology makes capturing great shots of friends effortless, while Auto Zoom intelligently helps you select the best framing at the touch of a button.","Stil im Taschenformat Diese ultraschlanke und schicke IXUS passt in jede Hand- oder Jackentasche und bietet dabei ein flexibles 28-mm-Weitwinkelobjektiv mit 8fach optischem Zoom (16fach ZoomPlus). Wo immer Sie also sind, können Sie jedes Motiv – von ganz nahen bis weit entfernt – in erstklassigen Fotos und Movies festhalten. Der Eco-Modus reduziert den Stromverbrauch der Kamera und ermöglicht längere Aufnahmezeiten. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Einfach nur die Taste drücken und schon beginnt die HD-Movieaufnahme (720p) im MP4-Format. Für kreative Vielseitigkeit lässt sich der optische Zoom auch im Movie-Modus einsetzen und die Aufnahmen werden hochwertig und gestochen scharf.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +007,30691822,007_30691822,Canon IXUS 285,Canon IXUS 285,,,,,,,,,,"Quick connections Connect to your compatible smart device with just one tap using Wi-Fi with Dynamic NFC for easy sharing. Use Image Sync to automatically back-up new images to cloud services and capture great group shots with wireless Remote Shooting from your smart device. The Wi-Fi Button offers a quick and easy shortcut to Wi-Fi functions. This ultra-slim and stylish metal-bodied IXUS is easy to carry with you wherever you go and features a flexible 25mm ultra-wide 12x optical zoom lens with 24x ZoomPlus; so you can easily capture every moment, near or far, in superb quality photos and movies. Auto Zoom helps you select the best framing at the touch of a button.",No Description,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +008,30692992,008_30692992,Canon IXUS 285,Canon IXUS 285,,,,,,,,,,"Quick connections Connect to your compatible smart device with just one tap using Wi-Fi with Dynamic NFC for easy sharing. Use Image Sync to automatically back-up new images to cloud services and capture great group shots with wireless Remote Shooting from your smart device. The Wi-Fi Button offers a quick and easy shortcut to Wi-Fi functions. This ultra-slim and stylish metal-bodied IXUS is easy to carry with you wherever you go and features a flexible 25mm ultra-wide 12x optical zoom lens with 24x ZoomPlus; so you can easily capture every moment, near or far, in superb quality photos and movies. Auto Zoom helps you select the best framing at the touch of a button.",No Description,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +009,30692991,009_30692991,Canon IXUS 285,Canon IXUS 285,,,,,,,,,,"Quick connections Connect to your compatible smart device with just one tap using Wi-Fi with Dynamic NFC for easy sharing. Use Image Sync to automatically back-up new images to cloud services and capture great group shots with wireless Remote Shooting from your smart device. The Wi-Fi Button offers a quick and easy shortcut to Wi-Fi functions. This ultra-slim and stylish metal-bodied IXUS is easy to carry with you wherever you go and features a flexible 25mm ultra-wide 12x optical zoom lens with 24x ZoomPlus; so you can easily capture every moment, near or far, in superb quality photos and movies. Auto Zoom helps you select the best framing at the touch of a button.",No Description,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +010,30692994,010_30692994,Canon IXUS 180,Canon IXUS 180,,,,,,,,,,"Effortless creativity Just point and shoot to capture fantastic photos or movies with one touch of the Auto Button, which allows Smart Auto to take control and choose the perfect camera settings for you. Play with your creativity in stills or movies using a range of Creative Filters such as Fish Eye, Miniature and Toy Camera. Enjoy exceptional quality, detailed images ideal for creating stunning poster sized prints thanks to 20.0 Megapixels and DIGIC 4+ processing. An intelligent optical Image Stabilizer ensures sharp stills and steady movies in any situation, while the 6.8 cm (2.7”) LCD screen allows easy viewing and sharing.",No Description,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +011,30775359,011_30775359,Canon IXUS 180,Canon IXUS 180,,,,,,,,,,"Effortless creativity Just point and shoot to capture fantastic photos or movies with one touch of the Auto Button, which allows Smart Auto to take control and choose the perfect camera settings for you. Play with your creativity in stills or movies using a range of Creative Filters such as Fish Eye, Miniature and Toy Camera. Enjoy exceptional quality, detailed images ideal for creating stunning poster sized prints thanks to 20.0 Megapixels and DIGIC 4+ processing. An intelligent optical Image Stabilizer ensures sharp stills and steady movies in any situation, while the 6.8 cm (2.7”) LCD screen allows easy viewing and sharing.",No Description,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +012,25904598,012_25904598,Canon IXUS 165,Canon IXUS 165,,,,,,,,,,"Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. All you have to do is point and shoot. Use the Help Button for quick, easy-to-follow guidance on using your camera and its functions. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions. Experiment and have fun with a range of Creative Filters. You can re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more.a","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +013,25904584,013_25904584,Canon IXUS 165,Canon IXUS 165,,,,,,,,,,"Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. All you have to do is point and shoot. Use the Help Button for quick, easy-to-follow guidance on using your camera and its functions. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions. Experiment and have fun with a range of Creative Filters. You can re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more.a","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +014,25919241,014_25919241,Canon IXUS 177,Canon IXUS 177,,,,,,,,,,"Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. All you have to do is point and shoot. Use the Help Button for quick, easy-to-follow guidance on using your camera and its functions. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions. Experiment and have fun with a range of Creative Filters. You can re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more.a","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +015,25904009,015_25904009,Canon IXUS 177,Canon IXUS 177,,,,,,,,,,"Stunning images with ease Easily shoot fantastic photos or movies with Smart Auto, which chooses the perfect camera settings for you – whatever the scene. All you have to do is point and shoot. Use the Help Button for quick, easy-to-follow guidance on using your camera and its functions. Effortlessly enjoy great shots of friends thanks to Face Detection technology. It detects multiple faces in a single frame making sure they remain in focus and with optimum brightness. Face Detection also ensures natural skin tones even in unusual lighting conditions. Experiment and have fun with a range of Creative Filters. You can re-create the distortion of a fish-eye lens, make scenes in stills or movies look like miniature scale models and much more.a","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +016,21748907,016_21748907,Sony Cyber-shot DSC-W800,Sony Cyber-shot DSC-W800,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +017,21748906,017_21748906,Sony Cyber-shot DSC-W800,Sony Cyber-shot DSC-W800,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +018,21081477,018_21081477,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +019,21081473,019_21081473,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +020,21081478,020_21081478,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +021,21081475,021_21081475,Sony Cyber-shot DSC-W830,Sony Cyber-shot DSC-W830,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +022,21994751,022_21994751,Sony Cyber-shot DSC-WX220,Sony Cyber-shot DSC-WX220,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +023,21758366,023_21758366,Sony Cyber-shot DSC-WX220,Sony Cyber-shot DSC-WX220,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +024,21987578,024_21987578,Sony Cyber-shot DSC-WX350,Sony Cyber-shot DSC-WX350,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +025,21764665,025_21764665,Sony Cyber-shot DSC-WX350,Sony Cyber-shot DSC-WX350,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +026,21748904,026_21748904,Sony Cyber-shot DSC-WX350,Sony Cyber-shot DSC-WX350,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +027,26976107,027_26976107,Sony Cyber-shot DSC-WX500,Sony Cyber-shot DSC-WX500,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +028,26976108,028_26976108,Sony Cyber-shot DSC-WX500,Sony Cyber-shot DSC-WX500,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +029,26976109,029_26976109,Sony Cyber-shot DSC-WX500,Sony Cyber-shot DSC-WX500,,,,,,,,,,"Styled for your pocket Precision photography meets the portability of a smartphone. The W800 is small enough to take great photos, look good while doing it, and slip in your pocket. Shooting great photos and videos is easy with the W800. Buttons are positioned for ease of use, while a dedicated movie button makes shooting movies simple. The vivid 2.7-type Clear Photo LCD display screen lets you view your stills and play back movies with minimal effort. Whip out the W800 to capture crisp, smooth footage in an instant. At the press of a button, you can record blur-free 720 HD images with digital sound. Breathe new life into a picture by using built-in Picture Effect technology. There’s a range of modes to choose from – you don’t even have to download image-editing software.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +030,30021698,030_30021698,Canon PowerShot G9 X,Canon PowerShot G9 X,,,,,,,,,,"Impressive image quality Stunning videos. A camera that’s slim and comfortable. The PowerShot G9 X camera is all this and more, featuring a 20.2 Megapixel, 1.0-inch High-Sensitivity CMOS sensor, Canon’s powerful DIGIC 6 Image Processor and a fast, f/2.0–4.9 lens that helps you capture inspiring images – even in low light – with detail and color to match. Whether you carry it in your hand, a bag or inside a pocket, the PowerShot G9 X can accompany you anywhere you go and is slim enough to quickly be in your grasp when opportunity knocks. Subjects in the distance become closer with a 3x Optical Zoom lens (28–84mm equivalent). Movement can be captured in stunning Full HD video, or frozen in beautiful increments with up to 6.0 fps continuous shooting.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +031,30021637,031_30021637,Canon PowerShot G9 X,Canon PowerShot G9 X,,,,,,,,,,"Impressive image quality Stunning videos. A camera that’s slim and comfortable. The PowerShot G9 X camera is all this and more, featuring a 20.2 Megapixel, 1.0-inch High-Sensitivity CMOS sensor, Canon’s powerful DIGIC 6 Image Processor and a fast, f/2.0–4.9 lens that helps you capture inspiring images – even in low light – with detail and color to match. Whether you carry it in your hand, a bag or inside a pocket, the PowerShot G9 X can accompany you anywhere you go and is slim enough to quickly be in your grasp when opportunity knocks. Subjects in the distance become closer with a 3x Optical Zoom lens (28–84mm equivalent). Movement can be captured in stunning Full HD video, or frozen in beautiful increments with up to 6.0 fps continuous shooting.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +032,32125551,032_32125551,Canon PowerShot SC620,Canon PowerShot SC620,,,,,,,,,,"Intelligent IS Whether you're taking a vacation, celebrating a special family occasion or just having some everyday fun, the slim and sleek PowerShot SX620 HS camera is ready for your next shot. Enjoy the versatility of a powerful 25x (25-625mm) Optical Zoom for subjects both near and far. Equipped with Intelligent IS for optimized image stabilization, it helps capture everything from lovely close-ups to distant sights virtually shake-free, with confidence. You can then show off your photos with built-in Wi-Fi® and NFC, which lets you transfer them to your compatible devices and upload to select social networking sites for your family, friends and the world to see. Stunning image quality comes via a 20.2 Megapixel CMOS sensor and the DIGIC 4+ Image Processor for beautiful shots whether you're picnicking during the day or camping at night. If videos are more your thing, rest assured they'll have gorgeous detail with 1080p Full HD video at your fingertips.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +033,32125568,033_32125568,Canon PowerShot SC620,Canon PowerShot SC620,,,,,,,,,,"Intelligent IS Whether you're taking a vacation, celebrating a special family occasion or just having some everyday fun, the slim and sleek PowerShot SX620 HS camera is ready for your next shot. Enjoy the versatility of a powerful 25x (25-625mm) Optical Zoom for subjects both near and far. Equipped with Intelligent IS for optimized image stabilization, it helps capture everything from lovely close-ups to distant sights virtually shake-free, with confidence. You can then show off your photos with built-in Wi-Fi® and NFC, which lets you transfer them to your compatible devices and upload to select social networking sites for your family, friends and the world to see. Stunning image quality comes via a 20.2 Megapixel CMOS sensor and the DIGIC 4+ Image Processor for beautiful shots whether you're picnicking during the day or camping at night. If videos are more your thing, rest assured they'll have gorgeous detail with 1080p Full HD video at your fingertips.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +034,32125390,034_32125390,Canon PowerShot SC620,Canon PowerShot SC620,,,,,,,,,,"Intelligent IS Whether you're taking a vacation, celebrating a special family occasion or just having some everyday fun, the slim and sleek PowerShot SX620 HS camera is ready for your next shot. Enjoy the versatility of a powerful 25x (25-625mm) Optical Zoom for subjects both near and far. Equipped with Intelligent IS for optimized image stabilization, it helps capture everything from lovely close-ups to distant sights virtually shake-free, with confidence. You can then show off your photos with built-in Wi-Fi® and NFC, which lets you transfer them to your compatible devices and upload to select social networking sites for your family, friends and the world to see. Stunning image quality comes via a 20.2 Megapixel CMOS sensor and the DIGIC 4+ Image Processor for beautiful shots whether you're picnicking during the day or camping at night. If videos are more your thing, rest assured they'll have gorgeous detail with 1080p Full HD video at your fingertips.","Außergewöhnlicher Detailreichtum, damit alles in Erinnerung bleibt Die Kamera bietet außergewöhnliche Bildqualität mit hohem Detailreichtum. Ihre 20 Megapixel ermöglichen eine flexible Motivwahl, das Zuschneiden der Aufnahmen und brillante Drucke im Posterformat. Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera kompensiert derartige Verwacklungen und ermöglicht immer gestochen scharfe und detailreiche Aufnahmen. Großartige Movies aufnehmen macht Spaß und ist ein Kinderspiel. Auf Knopfdruck zeichnen Sie ganz einfach HD-Movies (720p) auf – selbst aus der Bewegung und bei vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +035,17360369,035_17360369,Canon PowerShot N,Canon PowerShot N,,,,,,,,,,"Creative Shot Originality is effortless with Creative Shot. Simply take a shot and the camera will analyse the scene then automatically generate five creative images plus the original unaltered photo - capturing the same subject in a variety of artistic and surprising ways. The unique symmetrical, metal-bodied design is strikingly different with an ultra-modern minimalist style - small enough to keep in your pocket and stylish enough to take anywhere. HS System excels in low light allowing you to capture the real atmosphere of the moment without flash or a tripod. Advanced DIGIC 5 processing and a high-sensitivity 12.1 Megapixel CMOS sensor give excellent image quality in all situations.","Creative Shot Mit der Funktion „Creative Shot“ ist es ganz einfach, originelle Aufnahmen zu machen. Sie nehmen ein ganz normales Foto auf und die Kamera analysiert die Szene und erstellt daraus 5 kreative Bilder, die sie mit der Originalaufnahme zusammen speichert – so wird ein und das selbe Motiv auf 5 künstlerische und oft überraschenden Arten interpretiert. Das einzigartige, symmetrische Metallgehäuse ist erfrischend anders und beeindruckt mit einem ultra-modernen, minimalistischem Design – so kompakt, dass es in jede Tasche passt und so schick, dass es auch sonst überall hin passt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +036,17360368,036_17360368,Canon PowerShot N,Canon PowerShot N,,,,,,,,,,"Creative Shot Originality is effortless with Creative Shot. Simply take a shot and the camera will analyse the scene then automatically generate five creative images plus the original unaltered photo - capturing the same subject in a variety of artistic and surprising ways. The unique symmetrical, metal-bodied design is strikingly different with an ultra-modern minimalist style - small enough to keep in your pocket and stylish enough to take anywhere. HS System excels in low light allowing you to capture the real atmosphere of the moment without flash or a tripod. Advanced DIGIC 5 processing and a high-sensitivity 12.1 Megapixel CMOS sensor give excellent image quality in all situations.","Creative Shot Mit der Funktion „Creative Shot“ ist es ganz einfach, originelle Aufnahmen zu machen. Sie nehmen ein ganz normales Foto auf und die Kamera analysiert die Szene und erstellt daraus 5 kreative Bilder, die sie mit der Originalaufnahme zusammen speichert – so wird ein und das selbe Motiv auf 5 künstlerische und oft überraschenden Arten interpretiert. Das einzigartige, symmetrische Metallgehäuse ist erfrischend anders und beeindruckt mit einem ultra-modernen, minimalistischem Design – so kompakt, dass es in jede Tasche passt und so schick, dass es auch sonst überall hin passt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +037,25904011,037_25904011,Canon PowerShot SX710,Canon PowerShot SX710,,,,,,,,,,"Compact 30x superzoom, easy to take everywhere The pocket-sized PowerShot SX710 HS is packed with our most powerful imaging technology and an impressive 30x zoom for capturing detail at a distance. It’s designed to let you travel light and capture superb quality images and movies wherever life takes you. Share more of your adventures. Wi-Fi with Dynamic NFC makes it simple to transfer images to compatible smartphones, tablets or the Canon Connect Station, while Image Sync automatically backs up all new images to the cloud, your smartphone and your PC. A 20.3 Megapixel sensor and our powerful DIGIC 6 processor are combined in HS System to give you vivid, crisp and clear shots in any situation. It lets you preserve the true atmosphere, even of dark scenes, with accurate colours, low noise and without having to use the flash.","Kompakte 30fach Zoomkamera, die man überall mitnehmen kann Diese ultra-kompakte Kamera ist so klein, dass sie in jede Tasche passt und so überall mit hingenommen werden kann – das macht sie zum idealen Reisebegleiter. Mit dem 30fach optischen Zoom und 60fach ZoomPlus kommen Sie ganz nah ans Geschehen ran und halten jedes beeindruckende Detail fest. Der erweiterte Zoom-Assistent hilft Ihnen dabei immer die perfekte Bildkomposition zu halten. Der 5-achsige, intelligente optische Bildstabilisator passt sich automatisch der Situation an und ermöglicht gestochen scharfe und detailreiche Fotos und Movies – selbst bei wenig Licht oder vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +038,25905593,038_25905593,Canon PowerShot SX710,Canon PowerShot SX710,,,,,,,,,,"Compact 30x superzoom, easy to take everywhere The pocket-sized PowerShot SX710 HS is packed with our most powerful imaging technology and an impressive 30x zoom for capturing detail at a distance. It’s designed to let you travel light and capture superb quality images and movies wherever life takes you. Share more of your adventures. Wi-Fi with Dynamic NFC makes it simple to transfer images to compatible smartphones, tablets or the Canon Connect Station, while Image Sync automatically backs up all new images to the cloud, your smartphone and your PC. A 20.3 Megapixel sensor and our powerful DIGIC 6 processor are combined in HS System to give you vivid, crisp and clear shots in any situation. It lets you preserve the true atmosphere, even of dark scenes, with accurate colours, low noise and without having to use the flash.","Kompakte 30fach Zoomkamera, die man überall mitnehmen kann Diese ultra-kompakte Kamera ist so klein, dass sie in jede Tasche passt und so überall mit hingenommen werden kann – das macht sie zum idealen Reisebegleiter. Mit dem 30fach optischen Zoom und 60fach ZoomPlus kommen Sie ganz nah ans Geschehen ran und halten jedes beeindruckende Detail fest. Der erweiterte Zoom-Assistent hilft Ihnen dabei immer die perfekte Bildkomposition zu halten. Der 5-achsige, intelligente optische Bildstabilisator passt sich automatisch der Situation an und ermöglicht gestochen scharfe und detailreiche Fotos und Movies – selbst bei wenig Licht oder vollem Zoom.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +039,25904010,039_25904010,Canon PowerShot SX610,Canon PowerShot SX610,,,,,,,,,,"Optical Quality Capture quality images from a distance with a 20.2 MP, 25mm wide, 18x optical zoom lens. Hybrid Auto mode records 4 seconds of video before each shot then compiles them all into a single video. With built in NFC and Wi-Fi its so easy to share your happy snaps to your favourite social media platforms. Expand your creative photography skills through applying a range of artistic presets such as toy camera or fish eye effect. Capture images remotely and view live images from the camera via your phone and the Camera Connect app. Bring your memories to life as you experience videos on Full HD quality in 30p/MP4 recording. ","Stets beste Ergebnisse Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera ermöglicht selbst bei wenig Licht oder hohen Zoomwerten gestochen scharfe und detailreiche Aufnahmen aus der freien Hand. WLAN bietet Ihnen zahlreiche Möglichkeiten. Fotos und Movies können direkt von der Kamera auf soziale Netzwerke hochgeladen werden und per dynamischem NFC auf Smartphone oder Tablet. Mit der Canon Camera Connect App wird eine Fernbedienung der Kamera über ein Smartphone ermöglicht. Backup auf einem PC oder in der Cloud ist dank Image Sync kein Problem. Verbindet man die Kamera mit einer Canon Connect Station, lassen sich Fotos und Movies mit Freunden und Familie am heimischen HD-Fernsehgerät betrachten oder man teilt sie von dort aus mit der ganzen Welt über soziale Netzwerke und Online-Alben wie irista.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +040,25904665,040_25904665,Canon PowerShot SX610,Canon PowerShot SX610,,,,,,,,,,"Optical Quality Capture quality images from a distance with a 20.2 MP, 25mm wide, 18x optical zoom lens. Hybrid Auto mode records 4 seconds of video before each shot then compiles them all into a single video. With built in NFC and Wi-Fi its so easy to share your happy snaps to your favourite social media platforms. Expand your creative photography skills through applying a range of artistic presets such as toy camera or fish eye effect. Capture images remotely and view live images from the camera via your phone and the Camera Connect app. Bring your memories to life as you experience videos on Full HD quality in 30p/MP4 recording. ","Stets beste Ergebnisse Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera ermöglicht selbst bei wenig Licht oder hohen Zoomwerten gestochen scharfe und detailreiche Aufnahmen aus der freien Hand. WLAN bietet Ihnen zahlreiche Möglichkeiten. Fotos und Movies können direkt von der Kamera auf soziale Netzwerke hochgeladen werden und per dynamischem NFC auf Smartphone oder Tablet. Mit der Canon Camera Connect App wird eine Fernbedienung der Kamera über ein Smartphone ermöglicht. Backup auf einem PC oder in der Cloud ist dank Image Sync kein Problem. Verbindet man die Kamera mit einer Canon Connect Station, lassen sich Fotos und Movies mit Freunden und Familie am heimischen HD-Fernsehgerät betrachten oder man teilt sie von dort aus mit der ganzen Welt über soziale Netzwerke und Online-Alben wie irista.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +041,25904691,041_25904691,Canon PowerShot SX610,Canon PowerShot SX610,,,,,,,,,,"Optical Quality Capture quality images from a distance with a 20.2 MP, 25mm wide, 18x optical zoom lens. Hybrid Auto mode records 4 seconds of video before each shot then compiles them all into a single video. With built in NFC and Wi-Fi its so easy to share your happy snaps to your favourite social media platforms. Expand your creative photography skills through applying a range of artistic presets such as toy camera or fish eye effect. Capture images remotely and view live images from the camera via your phone and the Camera Connect app. Bring your memories to life as you experience videos on Full HD quality in 30p/MP4 recording. ","Stets beste Ergebnisse Dank des optischen Bildstabilisators werden Kamerawackler, die eine Aufnahme ruinieren könnten, ausgeglichen. Diese Kamera ermöglicht selbst bei wenig Licht oder hohen Zoomwerten gestochen scharfe und detailreiche Aufnahmen aus der freien Hand. WLAN bietet Ihnen zahlreiche Möglichkeiten. Fotos und Movies können direkt von der Kamera auf soziale Netzwerke hochgeladen werden und per dynamischem NFC auf Smartphone oder Tablet. Mit der Canon Camera Connect App wird eine Fernbedienung der Kamera über ein Smartphone ermöglicht. Backup auf einem PC oder in der Cloud ist dank Image Sync kein Problem. Verbindet man die Kamera mit einer Canon Connect Station, lassen sich Fotos und Movies mit Freunden und Familie am heimischen HD-Fernsehgerät betrachten oder man teilt sie von dort aus mit der ganzen Welt über soziale Netzwerke und Online-Alben wie irista.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +042,31040075,042_31040075,Samsung Galaxy S7,Samsung Galaxy S7,,,,,,,,,,"Smart Design The beauty of what we've engineered is to give you the slimmest feel in your hand without compromising the big screen size. The elegantly curved front and back fit in your palm just right. It's as beautiful to look at as it is to use. We spent a long time perfecting the curves of the Galaxy S7 edge and S7. Using a proprietary process called 3D Thermoforming, we melted 3D glass to curve with such precision that it meets the curved metal alloy to create an exquisitely seamless and strong unibody. The dual-curve backs on the Galaxy S7 edge and S7 are the reason why they feel so comfortable when you hold them. Everything about the design, from the naturally flowing lines to the thin form factor, come together to deliver a grip that's so satisfying, you won't want to let go.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +043,31040074,043_31040074,Samsung Galaxy S7,Samsung Galaxy S7,,,,,,,,,,"Smart Design The beauty of what we've engineered is to give you the slimmest feel in your hand without compromising the big screen size. The elegantly curved front and back fit in your palm just right. It's as beautiful to look at as it is to use. We spent a long time perfecting the curves of the Galaxy S7 edge and S7. Using a proprietary process called 3D Thermoforming, we melted 3D glass to curve with such precision that it meets the curved metal alloy to create an exquisitely seamless and strong unibody. The dual-curve backs on the Galaxy S7 edge and S7 are the reason why they feel so comfortable when you hold them. Everything about the design, from the naturally flowing lines to the thin form factor, come together to deliver a grip that's so satisfying, you won't want to let go.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +044,31040076,044_31040076,Samsung Galaxy S7,Samsung Galaxy S7,,,,,,,,,,"Smart Design The beauty of what we've engineered is to give you the slimmest feel in your hand without compromising the big screen size. The elegantly curved front and back fit in your palm just right. It's as beautiful to look at as it is to use. We spent a long time perfecting the curves of the Galaxy S7 edge and S7. Using a proprietary process called 3D Thermoforming, we melted 3D glass to curve with such precision that it meets the curved metal alloy to create an exquisitely seamless and strong unibody. The dual-curve backs on the Galaxy S7 edge and S7 are the reason why they feel so comfortable when you hold them. Everything about the design, from the naturally flowing lines to the thin form factor, come together to deliver a grip that's so satisfying, you won't want to let go.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +045,26408558,045_26408558,Samsung Galaxy S6,Samsung Galaxy S6,,,,,,,,,,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +046,26408563,046_26408563,Samsung Galaxy S6,Samsung Galaxy S6,,,,,,,,,,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +047,26408568,047_26408568,Samsung Galaxy S6,Samsung Galaxy S6,,,,,,,,,,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +048,26403666,048_26403666,Samsung Galaxy S6,Samsung Galaxy S6,,,,,,,,,,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +049,30395396,049_30395396,Samsung Galaxy A5,Samsung Galaxy A5,,,,,,,,,,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +050,31080444,050_31080444,Samsung Galaxy A5,Samsung Galaxy A5,,,,,,,,,,"Richer Interactions give you the edge Add some colour to your interactions with the Samsung Galaxy S6 edge. By colour-coding the five people you care most about, you can simply tab a contact’s colour on the edge display to call, text or email them. These innovative colour-coded notifications, let you easily see who is trying to get in touch, even when your device is upside down. Both of the Samsung Galaxy S6 edge's front and rear cameras feature higher resolution and F1.9 aperture, allowing you to take clearer images wherever you are. What's more, simply press the home button twice to go straight into camera mode – so you'll never miss an important moment again. Never worry about your battery again thanks to the Samsung Galaxy S6 Edge’s lightning-fast charging speed, which is up to 1.5 times faster than previous models. Its wireless charging compatibility means you can simply pop the Samsung Galaxy S6 Edge onto a compatible charging pad for a wire-free recharge.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +051,29567823,051_29567823,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,storage_capacity,32 GB,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +051,30107816,051_30107816,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,storage_capacity,64 GB,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +051,30614390,051_30614390,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,storage_capacity,128 GB,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +052,29567823,052_29567823,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,storage_capacity,32 GB,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +052,30107816,052_30107816,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,storage_capacity,64 GB,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +052,30614390,052_30614390,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,storage_capacity,128 GB,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +053,29567823,053_29567823,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,storage_capacity,32 GB,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +053,30107816,053_30107816,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,storage_capacity,64 GB,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +053,30614390,053_30614390,Samsung Galaxy S6 edge,Samsung Galaxy S6 edge,storage_capacity,128 GB,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Verbesserte Blende, schärfere Bilder Durch die hohe Auflösung und einer F1.9-Blende können Sie mit den beiden Kameras des SAMSUNG Galaxy S6 edge gestochen scharfe Bilder aufnehmen. Durch kurzes, zweimaliges Drücken der Home-Taste gelangen Sie direkt in den Kameramodus - so verpassen Sie keine wichtigen Momente. Das SAMSUNG Galaxy S6 edge überzeugt mit einer erhöhten Startgeschwindigkeit für Betriebssystem und Anwendungen sowie verbesserter Energieeffizienz gegenüber Vorgängermodellen. Durch seine 64-bit-Architektur, LPDDR4 und fortschrittliche GPU steht es für Leistung, Multitasking und Multimediafunktionen der neuen Generation. Ausgestattet mit einem 12,95 cm grossen Quad-HD-Super-AMOLED-Display (2.560 x 1.440 Pixel) beeindruckt das SAMSUNG Galaxy S6 edge mit einem unglaublich scharfen Seherlebnis, dank erhöhter Helligkeit und Pixeldichte.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +054,29406182,054_29406182,Acer Liquid Z630,Acer Liquid Z630,,,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Für mehr Spaß Das 13,97 cm (5,5 Zoll) große HD-Display wird von einem beeindruckenden 64-Bit-Quad-Core-Prozessor angetrieben, der schnelle Reaktionszeiten bietet und fehlerfreie Videos, Spiele sowie reibungsloses Surfen im Internet ermöglicht. Ein Akku mit 4000 mAh liefert mehr als genug Leistung für den ganzen Tag. Beeindrucken Sie Ihre Freunde mit einem Telefon, das schöne Weitwinkel-Selfies macht, sobald Sie „Cheese“ oder „Aufnahme“ oder „Lächeln“ sagen. Die 8-MP-Selfies machen sich sehr gut auf dem IPS1 -Display, auf dem Sie Bilder optimal aus jedem Winkel betrachten können. Seien Sie der Star, wenn Sie Ihren Freunden anbieten, mit Ihrem Telefon deren Telefone aufzuladen – das geht über den Micro-USB-Ladeanschluss2. Dieser Anschluss kann auch verwendet werden, um einen USB-Stick3 einzustecken – und dann Medien wiederzugeben, Dateien herunterzuladen, diese zu speichern und freizugeben. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +055,29406184,055_29406184,Acer Liquid Z630,Acer Liquid Z630,,,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Für mehr Spaß Das 13,97 cm (5,5 Zoll) große HD-Display wird von einem beeindruckenden 64-Bit-Quad-Core-Prozessor angetrieben, der schnelle Reaktionszeiten bietet und fehlerfreie Videos, Spiele sowie reibungsloses Surfen im Internet ermöglicht. Ein Akku mit 4000 mAh liefert mehr als genug Leistung für den ganzen Tag. Beeindrucken Sie Ihre Freunde mit einem Telefon, das schöne Weitwinkel-Selfies macht, sobald Sie „Cheese“ oder „Aufnahme“ oder „Lächeln“ sagen. Die 8-MP-Selfies machen sich sehr gut auf dem IPS1 -Display, auf dem Sie Bilder optimal aus jedem Winkel betrachten können. Seien Sie der Star, wenn Sie Ihren Freunden anbieten, mit Ihrem Telefon deren Telefone aufzuladen – das geht über den Micro-USB-Ladeanschluss2. Dieser Anschluss kann auch verwendet werden, um einen USB-Stick3 einzustecken – und dann Medien wiederzugeben, Dateien herunterzuladen, diese zu speichern und freizugeben. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +056,31714843,056_31714843,Acer Liquid Zest 4G,Acer Liquid Zest 4G,,,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Unvergessliche Momente einfangen Mit einer 8-MP-Kamera und 4G2 können Sie einzigartige Momente jederzeit einfangen und direkt mit anderen teilen, egal wo Sie sind. Dieser Moment ist nichts ohne Sie und Ihre Freunde? Kein Problem, denn dank des 85-Grad-Weitwinkelobjektivs der 5-MP-Frontkamera passen genügend Personen auf Ihre Fotos für unvergessliche Selfies. DTS® Studio Sound1 bietet satte Bässe und kristallklare Dialoge bei maximaler Lautstärke ohne jegliche Verzerrungen. Gleichzeitig sorgt DTS-HD® Premium für einen volleren Surround Sound und ein beeindruckendes 3D-Audioerlebnis über Ihre Kopfhörer. Erleben Sie grenzenlose Bildqualität aus fast jedem Betrachtungswinkel auf einem 12,7 cm (5-Zoll)-IPS-Display. Dank Zero Air Gap-Technologie bleibt die Bildqualität auch bei hellem Sonnenlicht gleich, während die On-Cell Touch-Technologie störende Bildschirmreflexionen reduziert. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +057,32007641,057_32007641,Acer Liquid Zest 4G,Acer Liquid Zest 4G,,,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Unvergessliche Momente einfangen Mit einer 8-MP-Kamera und 4G2 können Sie einzigartige Momente jederzeit einfangen und direkt mit anderen teilen, egal wo Sie sind. Dieser Moment ist nichts ohne Sie und Ihre Freunde? Kein Problem, denn dank des 85-Grad-Weitwinkelobjektivs der 5-MP-Frontkamera passen genügend Personen auf Ihre Fotos für unvergessliche Selfies. DTS® Studio Sound1 bietet satte Bässe und kristallklare Dialoge bei maximaler Lautstärke ohne jegliche Verzerrungen. Gleichzeitig sorgt DTS-HD® Premium für einen volleren Surround Sound und ein beeindruckendes 3D-Audioerlebnis über Ihre Kopfhörer. Erleben Sie grenzenlose Bildqualität aus fast jedem Betrachtungswinkel auf einem 12,7 cm (5-Zoll)-IPS-Display. Dank Zero Air Gap-Technologie bleibt die Bildqualität auch bei hellem Sonnenlicht gleich, während die On-Cell Touch-Technologie störende Bildschirmreflexionen reduziert. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +058,24245592,058_24245592,Acer Liquid Jade,Acer Liquid Jade,series,Jade Plus,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +058,26175504,058_26175504,Acer Liquid Jade,Acer Liquid Jade,series,Jade Z,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +059,24245592,059_24245592,Acer Liquid Jade,Acer Liquid Jade,series,Jade Plus,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +059,26175504,059_26175504,Acer Liquid Jade,Acer Liquid Jade,series,Jade Z,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +059,26027598,059_26027598,Acer Liquid Jade,Acer Liquid Jade,series,Jade S,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +060,24245592,060_24245592,Acer Liquid Jade,Acer Liquid Jade,series,Jade Plus,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +060,26175504,060_26175504,Acer Liquid Jade,Acer Liquid Jade,series,Jade Z,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +060,26027598,060_26027598,Acer Liquid Jade,Acer Liquid Jade,series,Jade S,,,,,,,,"Edge Handle Assign a colour and place on People Edge to five of your favourite contacts. Reach out to them at any time by simply swiping inwards from the Edge Handle. When words aren’t enough, send a poke or an emoticon to your People Edge contacts. OnCircle lets you communicate in ways that really count. When it comes to your favourite tracks, sound quality matters. Enjoy rich, balanced audio with Bluetooth audio accessories that support UHQ Audio. Celebrations are always better when you are sharing. Livestream the fun straight from your Galaxy S6 edge+ using the camera’s Live Broadcast function. 4GB RAM and LTE Cat.9 support ensure uninterrupted streaming. No more shaky handheld videos. Video Digital Imaging Stabilisation meets Optical Image Stabilisation to ensure you get clear and steady footage every time.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +061,24752508,061_24752508,Samsung Galaxy Note 4,Samsung Galaxy Note 4,,,,,,,,,,"Powerful Performance that Matters the Most to You ​The Galaxy Note 4 embraces Samsung’s heritage of an unrivaled Galaxy mobile experience. Its extraordinary 5.7-inch Quad HD (2560x1440) Super AMOLED display reproduces clearer and more vivid images with deep contrast, better viewing angles, and response times as fast as a millionth of a second, providing a tremendous viewing experience. Due to its large screen, the refined Multi Window feature is able to maximize the user’s experience providing them with the key to easier multi-tasking. Users can choose how they access their applications with full, split or pop-up screens, and easily change the size and positioning of apps on the screen with one intuitive swipe. ​The Galaxy Note 4 also offers an improved Fingerprint Scanner, to secure personal data and the world’s first UV sensor in a mobile device.​","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +062,24752467,062_24752467,Samsung Galaxy Note 4,Samsung Galaxy Note 4,,,,,,,,,,"Powerful Performance that Matters the Most to You ​The Galaxy Note 4 embraces Samsung’s heritage of an unrivaled Galaxy mobile experience. Its extraordinary 5.7-inch Quad HD (2560x1440) Super AMOLED display reproduces clearer and more vivid images with deep contrast, better viewing angles, and response times as fast as a millionth of a second, providing a tremendous viewing experience. Due to its large screen, the refined Multi Window feature is able to maximize the user’s experience providing them with the key to easier multi-tasking. Users can choose how they access their applications with full, split or pop-up screens, and easily change the size and positioning of apps on the screen with one intuitive swipe. ​The Galaxy Note 4 also offers an improved Fingerprint Scanner, to secure personal data and the world’s first UV sensor in a mobile device.​","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +063,29231675,063_29231675,Samsung Galaxy S4 Mini,Samsung Galaxy S4 Mini,,,,,,,,,,"Compact design that fits you perfectly well A more sleek and compact design has been integrated with the premium Samsung GALAXY S4. The beautifully slim design of the GALAXY S4 Mini means you can take it with you anywhere and anytime. Outstanding CMF with a vivid & wide 4.3 inch qHD sAMOLED display delivers great aesthetics without compromising performance. The artistically compact design delivers additional comfort and can perfectly fit in one hand. GALAXY S4 Mini is ready to fully support for any occasion. The outstanding hardware performance enables you to do more tasks easily and quickly. Upgraded processor, big enough memories, embedded high resolution camera system, and various connection options offer you a confidence to face endless challenge which turns daily routine into special moments. Even though you have no Wi-Fi or network connection, you can access to others and easily share all joys. The Group Play makes a group among Samsung GALAXY Series and offers various sharing options including becoming a part of speaker system, creating a photo collage, and playing a game against others and so on.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +064,18404924,064_18404924,Samsung Galaxy S4 Mini,Samsung Galaxy S4 Mini,,,,,,,,,,"Compact design that fits you perfectly well A more sleek and compact design has been integrated with the premium Samsung GALAXY S4. The beautifully slim design of the GALAXY S4 Mini means you can take it with you anywhere and anytime. Outstanding CMF with a vivid & wide 4.3 inch qHD sAMOLED display delivers great aesthetics without compromising performance. The artistically compact design delivers additional comfort and can perfectly fit in one hand. GALAXY S4 Mini is ready to fully support for any occasion. The outstanding hardware performance enables you to do more tasks easily and quickly. Upgraded processor, big enough memories, embedded high resolution camera system, and various connection options offer you a confidence to face endless challenge which turns daily routine into special moments. Even though you have no Wi-Fi or network connection, you can access to others and easily share all joys. The Group Play makes a group among Samsung GALAXY Series and offers various sharing options including becoming a part of speaker system, creating a photo collage, and playing a game against others and so on.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +065,23294027,065_23294027,Samsung Galaxy S5 mini,Samsung Galaxy S5 mini,,,,,,,,,,"Galaxy S5 mini continues Samsung design legacy and flagship experience Outfitted with a 4.5-inch HD Super AMOLED display, the Galaxy S5 mini delivers a wide and vivid viewing experience, and its compact size provides users with additional comfort, allowing for easy operation with only one hand. Like the Galaxy S5, the Galaxy S5 mini features a unique perforated pattern on the back cover creating a modern and sleek look, along with a premium, soft touch grip. The Galaxy S5 mini enables users to enjoy the same flagship experience as the Galaxy S5 with innovative features including IP67 certification, Ultra Power Saving Mode, a heart rate monitor, fingerprint scanner, and connectivity with the latest Samsung wearable devices.The Galaxy S5 mini comes equipped with a powerful Quad Core 1.4 GHz processor and 1.5GM RAM for seamless multi-tasking, faster webpage loading, softer UI transition, and quick power up. The high-resolution 8MP camera delivers crisp and clear photos and videos, while the Galaxy S5 mini’s support of LTE Category 4 provides users with ultra-fast downloads of movies and games on-the-go. ","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +066,23294028,066_23294028,Samsung Galaxy S5 mini,Samsung Galaxy S5 mini,,,,,,,,,,"Galaxy S5 mini continues Samsung design legacy and flagship experience Outfitted with a 4.5-inch HD Super AMOLED display, the Galaxy S5 mini delivers a wide and vivid viewing experience, and its compact size provides users with additional comfort, allowing for easy operation with only one hand. Like the Galaxy S5, the Galaxy S5 mini features a unique perforated pattern on the back cover creating a modern and sleek look, along with a premium, soft touch grip. The Galaxy S5 mini enables users to enjoy the same flagship experience as the Galaxy S5 with innovative features including IP67 certification, Ultra Power Saving Mode, a heart rate monitor, fingerprint scanner, and connectivity with the latest Samsung wearable devices.The Galaxy S5 mini comes equipped with a powerful Quad Core 1.4 GHz processor and 1.5GM RAM for seamless multi-tasking, faster webpage loading, softer UI transition, and quick power up. The high-resolution 8MP camera delivers crisp and clear photos and videos, while the Galaxy S5 mini’s support of LTE Category 4 provides users with ultra-fast downloads of movies and games on-the-go. ","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +067,24241408,067_24241408,Samsung Galaxy S5 mini,Samsung Galaxy S5 mini,,,,,,,,,,"Galaxy S5 mini continues Samsung design legacy and flagship experience Outfitted with a 4.5-inch HD Super AMOLED display, the Galaxy S5 mini delivers a wide and vivid viewing experience, and its compact size provides users with additional comfort, allowing for easy operation with only one hand. Like the Galaxy S5, the Galaxy S5 mini features a unique perforated pattern on the back cover creating a modern and sleek look, along with a premium, soft touch grip. The Galaxy S5 mini enables users to enjoy the same flagship experience as the Galaxy S5 with innovative features including IP67 certification, Ultra Power Saving Mode, a heart rate monitor, fingerprint scanner, and connectivity with the latest Samsung wearable devices.The Galaxy S5 mini comes equipped with a powerful Quad Core 1.4 GHz processor and 1.5GM RAM for seamless multi-tasking, faster webpage loading, softer UI transition, and quick power up. The high-resolution 8MP camera delivers crisp and clear photos and videos, while the Galaxy S5 mini’s support of LTE Category 4 provides users with ultra-fast downloads of movies and games on-the-go. ","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +068,21927453,068_21927453,Samsung Galaxy S5,Samsung Galaxy S5,,,,,,,,,,"Capture the moments that matter Capturing and saving precious memories is one of the most important smartphone features today. The new Galaxy S5 offers superior camera functionality, featuring a 16 megapixel camera with an enhanced menu and user interface that allow consumers to effortlessly take, edit and share photos. The Galaxy S5 offers the world’s fastest autofocus speed up to 0.3 seconds and the advanced High Dynamic Range (HDR), reproduce natural light and color with striking intensity at any circumstances. Also new Selective Focus feature allows users to focus on a specific area of an object while simultaneously blurring out the background. With this capability, consumers no longer need a special lens kit to create a shallow depth of field (DOF) effect. The Galaxy S5 offers the most advanced LTE experience and Wi-Fi performance available today, ensuring blazing fast data speeds for unrivaled media consumption and productivity.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +069,21919624,069_21919624,Samsung Galaxy S5,Samsung Galaxy S5,,,,,,,,,,"Capture the moments that matter Capturing and saving precious memories is one of the most important smartphone features today. The new Galaxy S5 offers superior camera functionality, featuring a 16 megapixel camera with an enhanced menu and user interface that allow consumers to effortlessly take, edit and share photos. The Galaxy S5 offers the world’s fastest autofocus speed up to 0.3 seconds and the advanced High Dynamic Range (HDR), reproduce natural light and color with striking intensity at any circumstances. Also new Selective Focus feature allows users to focus on a specific area of an object while simultaneously blurring out the background. With this capability, consumers no longer need a special lens kit to create a shallow depth of field (DOF) effect. The Galaxy S5 offers the most advanced LTE experience and Wi-Fi performance available today, ensuring blazing fast data speeds for unrivaled media consumption and productivity.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +070,133745031,070_133745031,Samsung Galaxy Ace,Samsung Galaxy Ace,series,Ace 2,,,,,internal_storage_capacity,2.1 GB,//uk.icecat.biz/en/p/samsung/gt-i8160okabtu/smartphones-8806085027312-Samsung-Galaxy-Ace-2-GT-I8160-2-1GB-16M-13374503.html,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +070,203704321,070_203704321,Samsung Galaxy Ace,Samsung Galaxy Ace,series,Ace 2,,,,,internal_storage_capacity,8 GB,//uk.icecat.biz/en/p/samsung/gt-s7275uwnbtu/smartphones-Samsung-Galaxy-Ace-3-GT-S7275-8GB-4G-White-20370432.html,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +070,133913221,070_133913221,Samsung Galaxy Ace,Samsung Galaxy Ace,series,Ace 3,,,,,internal_storage_capacity,2.1 GB,//uk.icecat.biz/en/p/samsung/gt-s7500ababtu/smartphones-Samsung-Galaxy-Ace-Plus-GT-S7500-2-7GB-Black-13391322.html,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +070,133745032,070_133745032,Samsung Galaxy Ace,Samsung Galaxy Ace,series,Ace 3,,,,,internal_storage_capacity,8 GB,//uk.icecat.biz/en/p/samsung/gt-i8160okabtu/smartphones-8806085027312-Samsung-Galaxy-Ace-2-GT-I8160-2-1GB-16M-13374503.html,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +070,203704322,070_203704322,Samsung Galaxy Ace,Samsung Galaxy Ace,series,Ace 3,,,,,internal_storage_capacity,2.7 GB,//uk.icecat.biz/en/p/samsung/gt-s7275uwnbtu/smartphones-Samsung-Galaxy-Ace-3-GT-S7275-8GB-4G-White-20370432.html,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +070,133913222,070_133913222,Samsung Galaxy Ace,Samsung Galaxy Ace,series,Ace Plus,,,,,internal_storage_capacity,8 GB,//uk.icecat.biz/en/p/samsung/gt-s7500ababtu/smartphones-Samsung-Galaxy-Ace-Plus-GT-S7500-2-7GB-Black-13391322.html,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +070,133745033,070_133745033,Samsung Galaxy Ace,Samsung Galaxy Ace,series,Ace Plus,,,,,internal_storage_capacity,2.7 GB,//uk.icecat.biz/en/p/samsung/gt-i8160okabtu/smartphones-8806085027312-Samsung-Galaxy-Ace-2-GT-I8160-2-1GB-16M-13374503.html,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Ein Kunstwerk Das 5-Zoll-Display des Liquid Jade ist ein ansprechender Anblick. Die HD-Auflösung in Kombination mit der IPS1-Technologie verleiht Videos, Bildern und Web-Inhalten noch mehr Leben. Außerdem lässt das Zero Air Gap-Design alle Bilder gut aussehen – auch bei Sonnenlicht. Der Name sagt alles: ein Smartphone, das ist so schön ist wie Jade. Dank der 7,5 mm flachen und geschwungenen, ergonomischen Oberflächen liegt das Liquid Jade angenehm in der Hand. Die geschwungene Corning® Gorilla® Glass-Display unterstreicht die robuste und doch ansprechende Bauweise des Liquid Jade.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +071,26974343,071_26974343,Samsung Galaxy Xcover 3,Samsung Galaxy Xcover 3,,,,,,,,,//uk.icecat.biz/en/p/samsung/sm-g388fdsaato/smartphones-Samsung-Galaxy-Xcover-3-8GB-4G-Grey-Silver-26974343.html,"Ace performance at an accessible price Choose a smartphone that offers great value and outstanding performance. The Samsung Galaxy Ace 2 packs a Dual Core 800MHz processor to handle all your games and applications smoothly and efficiently. You’ll see all your entertainment at its best too, via a spacious 3.8” WVGA display that offers great clarity. 4GB of memory and extended battery power mean that this is one phone that won’t let you down. The Galaxy Ace 2’s elegant and compact design means it will fit perfectly in your pocket, too – as well as fitting in with your style. GALAXY Ace 2 users enjoy unrivalled power and excellent performance thanks to robust dual core 800MHz processor that keeps up with heavy usage and demanding applications. Smart CPU manages power consumption across applications so your phone works efficiently and conserves energy, maximising your phone’s functionalities.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +072,19618271,072_19618271,Samsung Galaxy Note 3,Samsung Galaxy Note 3,storage_capacity,32 GB,,,,,,,//uk.icecat.biz/en/p/samsung/sm-n9005zkebtu/smartphones-8806085777316-Samsung-Galaxy-Note-3-SM-N9005-32GB-4G-Black-19618271.html,"Leather stitch design Expanding the groundbreaking Galaxy Note experience, Note3 neo tilts the balance towards distinctive design factor and innovative, remarkably easy functionality. Its winning style starts with attractive leather-look design and fun colour option. Sensational S Pen combines striking “air commands” with powerful usability and awesome multitasking. Perfect host device to Galaxy Gear, a smartwatch companion that provides the most integrated Note experience yet. Galaxy Note3 Neo sports a distinctively sleek, leather-like back cover with top-stitch design that sets it apart -- it’s no ordinary device. Protective and pleasing to the palm, it’s secure to grip or lay on any surface without slippage.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +072,21927455,072_21927455,Samsung Galaxy Note 3,Samsung Galaxy Note 3,storage_capacity,16 GB,,,,,,,//uk.icecat.biz/en/p/samsung/sm-n7505zwabtu/smartphones-Samsung-Galaxy-Note-3-Neo-SM-N7505-16GB-4G-White-21927455.html,"Leather stitch design Expanding the groundbreaking Galaxy Note experience, Note3 neo tilts the balance towards distinctive design factor and innovative, remarkably easy functionality. Its winning style starts with attractive leather-look design and fun colour option. Sensational S Pen combines striking “air commands” with powerful usability and awesome multitasking. Perfect host device to Galaxy Gear, a smartwatch companion that provides the most integrated Note experience yet. Galaxy Note3 Neo sports a distinctively sleek, leather-like back cover with top-stitch design that sets it apart -- it’s no ordinary device. Protective and pleasing to the palm, it’s secure to grip or lay on any surface without slippage.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +073,19618271,073_19618271,Samsung Galaxy Note 3,Samsung Galaxy Note 3,storage_capacity,32 GB,,,,,,,,"Leather stitch design Expanding the groundbreaking Galaxy Note experience, Note3 neo tilts the balance towards distinctive design factor and innovative, remarkably easy functionality. Its winning style starts with attractive leather-look design and fun colour option. Sensational S Pen combines striking “air commands” with powerful usability and awesome multitasking. Perfect host device to Galaxy Gear, a smartwatch companion that provides the most integrated Note experience yet. Galaxy Note3 Neo sports a distinctively sleek, leather-like back cover with top-stitch design that sets it apart -- it’s no ordinary device. Protective and pleasing to the palm, it’s secure to grip or lay on any surface without slippage.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +073,21927455,073_21927455,Samsung Galaxy Note 3,Samsung Galaxy Note 3,storage_capacity,16 GB,,,,,,,,"Leather stitch design Expanding the groundbreaking Galaxy Note experience, Note3 neo tilts the balance towards distinctive design factor and innovative, remarkably easy functionality. Its winning style starts with attractive leather-look design and fun colour option. Sensational S Pen combines striking “air commands” with powerful usability and awesome multitasking. Perfect host device to Galaxy Gear, a smartwatch companion that provides the most integrated Note experience yet. Galaxy Note3 Neo sports a distinctively sleek, leather-like back cover with top-stitch design that sets it apart -- it’s no ordinary device. Protective and pleasing to the palm, it’s secure to grip or lay on any surface without slippage.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +074,29641053,074_29641053,Samsung Galaxy Tab S2,Samsung Galaxy Tab S2,,,,,,,,,,"Seamless Multitasking Multitask like a pro with the Galaxy Tab S2. Watch HD movies while you are flicking through a digital magazine or an e-book, or surfing the net. Run multiple apps in split screen mode or in draggable pop-up windows. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. The Galaxy Tab S2’s 4 : 3 ratio display provides you with an ideal environment for performing office tasks. Use the Galaxy Tab S2’s Book Cover Keyboard, a desktop PC-like experience boon when you need to work on a range of documents. Enjoy greater flexibility than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +075,29401702,075_29401702,Samsung Galaxy Tab S2,Samsung Galaxy Tab S2,,,,,,,,,,"Seamless Multitasking Multitask like a pro with the Galaxy Tab S2. Watch HD movies while you are flicking through a digital magazine or an e-book, or surfing the net. Run multiple apps in split screen mode or in draggable pop-up windows. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. The Galaxy Tab S2’s 4 : 3 ratio display provides you with an ideal environment for performing office tasks. Use the Galaxy Tab S2’s Book Cover Keyboard, a desktop PC-like experience boon when you need to work on a range of documents. Enjoy greater flexibility than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +076,24394207,076_24394207,Sony Xperia Z3 Compact,Sony Xperia Z3 Compact,,,,,,,,,,"Dive into new experiences Xperia Z3 Compact is the smartphone designed to enhance your life. And life isn’t lived inside. With the highest waterproof rating*, Xperia Z3 Compact lets you answer calls in the rain or take pictures in the pool. And it can handle all the drops into the sink in between. Combined with a slim, compact design that’s easy to use with one hand, Xperia Z3 Compact is the Android smartphone that teams durability with beauty. Some of the best times happen in the lowest light. Years of Sony camera expertise have been brought to Xperia Z3 Compact, to deliver unparalleled low-light capability. Thanks to Cyber-shot and Handycam technologies you can record stunning videos on the move and take crisp shots under water. Want to take your shots to the next level? Get creative with our unique camera apps. It’s our best smartphone camera yet – for memories that deserve more than good.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +077,24584210,077_24584210,Sony Xperia Z3 Compact,Sony Xperia Z3 Compact,,,,,,,,,,"Dive into new experiences Xperia Z3 Compact is the smartphone designed to enhance your life. And life isn’t lived inside. With the highest waterproof rating*, Xperia Z3 Compact lets you answer calls in the rain or take pictures in the pool. And it can handle all the drops into the sink in between. Combined with a slim, compact design that’s easy to use with one hand, Xperia Z3 Compact is the Android smartphone that teams durability with beauty. Some of the best times happen in the lowest light. Years of Sony camera expertise have been brought to Xperia Z3 Compact, to deliver unparalleled low-light capability. Thanks to Cyber-shot and Handycam technologies you can record stunning videos on the move and take crisp shots under water. Want to take your shots to the next level? Get creative with our unique camera apps. It’s our best smartphone camera yet – for memories that deserve more than good.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +078,24602396,078_24602396,Sony Xperia Z3 Compact,Sony Xperia Z3 Compact,,,,,,,,,,"Dive into new experiences Xperia Z3 Compact is the smartphone designed to enhance your life. And life isn’t lived inside. With the highest waterproof rating*, Xperia Z3 Compact lets you answer calls in the rain or take pictures in the pool. And it can handle all the drops into the sink in between. Combined with a slim, compact design that’s easy to use with one hand, Xperia Z3 Compact is the Android smartphone that teams durability with beauty. Some of the best times happen in the lowest light. Years of Sony camera expertise have been brought to Xperia Z3 Compact, to deliver unparalleled low-light capability. Thanks to Cyber-shot and Handycam technologies you can record stunning videos on the move and take crisp shots under water. Want to take your shots to the next level? Get creative with our unique camera apps. It’s our best smartphone camera yet – for memories that deserve more than good.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +079,24394211,079_24394211,Sony Xperia Z3,Sony Xperia Z3,,,,,,,,,,"Dive into new experiences Xperia Z3 is the smartphone that does more and goes further – whether further is a run in the rain or a dive into the pool on a sunny summer holiday. With the highest waterproof rating*, you can find your way in a downpour, take pictures underwater or just wipe off your phone after an unexpected spill. Combined with a super-slim body and aluminium frame, Xperia Z3 is the Android smartphone that teams durability with beauty. Your best moments deserve more than dark, blurry shots. Years of Sony camera expertise have been brought to Xperia Z3, a premium phone with Cyber-shot and Handycam technologies. So you can capture the laughter in any light, shoot steady videos on the move and take crisp shots underwater. And when you want to make great pictures and videos even better? You can unleash your creativity with our widest ever choice of unique Xperia camera apps. It’s our best smartphone camera yet, to make sure your memories are as vibrant as real life.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +080,24394206,080_24394206,Sony Xperia Z3,Sony Xperia Z3,,,,,,,,,,"Dive into new experiences Xperia Z3 is the smartphone that does more and goes further – whether further is a run in the rain or a dive into the pool on a sunny summer holiday. With the highest waterproof rating*, you can find your way in a downpour, take pictures underwater or just wipe off your phone after an unexpected spill. Combined with a super-slim body and aluminium frame, Xperia Z3 is the Android smartphone that teams durability with beauty. Your best moments deserve more than dark, blurry shots. Years of Sony camera expertise have been brought to Xperia Z3, a premium phone with Cyber-shot and Handycam technologies. So you can capture the laughter in any light, shoot steady videos on the move and take crisp shots underwater. And when you want to make great pictures and videos even better? You can unleash your creativity with our widest ever choice of unique Xperia camera apps. It’s our best smartphone camera yet, to make sure your memories are as vibrant as real life.","Gut gewappnet Raue Umgebungen oder staubige Luft, für diese Herausforderungen zeigt sich das SAMSUNG GALAXY Xcover 3 gut gewappnet. Es bietet nicht nur Schutz vor kleinen Staubteilchen, sondern übersteht auch unbeschadet Stürze aus einer Höhe von bis zu 1,2 Metern* (MIL-STD 810G). Zudem ist es gemäß IP67-Zertifizierung staub- und wassergeschützt bis zu einem Meter Wassertiefe und 30 Minuten** Dauer. Mit gerade einmal 9,95 Millimeter und 154 Gramm ist es für ein Outdoor-Smartphone verblüffend schlank und fällt durch sein elegantes Design auf. Trotz der kompakten Maße bietet das GALAXY Xcover 3 viele technische Raffinessen. Haptische Bedienelemente – Home-, Menü- und Zurückknöpfe – erleichtern die Nutzung unter widrigen Bedingungen wie Feuchte oder Kälte. Die neue Xcover-Taste ermöglicht den Sofortzugriff auf wichtige Funktionen: Drücken Nutzer einmal kurz darauf, aktivieren Sie beispielsweise das LED-Licht, um sich auch im Dunkeln zu orientieren. Ein langer Knopfdruck öffnet unmittelbar die Kamera, damit Nutzer spontane Fotogelegenheiten nicht verpassen – und das nicht nur im Trockenen. Der Unterwassermodus erlaubt bei kleinen Tauchgängen Aufnahmen von unvergesslichen Momenten. GALAXY Xcover 3: Steckt viel ein, sieht schick aus.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +081,22196533,081_22196533,TomTom Multi-Sport Cardio,TomTom Multi-Sport Cardio,,,,,,,,,,"Multi-platform compatibility Get accurate heart-rate information without the need for a separate chest strap. Your heart rate is measured through a sensor in the watch that monitors changes in the blood flow in your wrist. This is done by shining light through the skin and detecting the changing light reflections. See real-time running, cycling and swimming information at a glance. Track your distance, time, pace, speed and calories burnt as you train on an extra-large display. Select a zone to match your training goal and always know whether you need to speed up or slow down.Heart rate monitoring is the single most accurate means to understand how your body is responding to exercise.","Innovative Technologie Erhalten Sie genaue Informationen zu Ihrer Herzfrequenz, ohne einen separaten Brustgurt tragen zu müssen. Ihre Herzfrequenz wird mithilfe eines Sensors in der Uhr gemessen, der Änderungen des Blutflusses an Ihrem Handgelenk feststellt. Dabei wird Licht durch die Haut geleitet, um Veränderungen bei den Lichtreflexionen festzustellen. Sehen Sie Echtzeitinformationen zu Ihrem Lauf, Ihrer Rad- und Schwimmeinheit auf einen Blick. Verfolgen Sie Ihre Distanz, Zeit, Ihr Tempo, Ihre Geschwindigkeit und Ihre verbrannten Kalorien während des Trainings auf einem extragroßen Display. Unabhängige Tests ergaben, dass der eingebaute Herzfrequenzmesser im Vergleich zur Elektrokardiografie „extrem präzise“ arbeitet. Die Überwachung der Herzfrequenz ist die beste Methode, um zu verstehen, wie Ihr Körper auf das Training reagiert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +082,22196536,082_22196536,TomTom Multi-Sport Cardio,TomTom Multi-Sport Cardio,,,,,,,,,,"Multi-platform compatibility Get accurate heart-rate information without the need for a separate chest strap. Your heart rate is measured through a sensor in the watch that monitors changes in the blood flow in your wrist. This is done by shining light through the skin and detecting the changing light reflections. See real-time running, cycling and swimming information at a glance. Track your distance, time, pace, speed and calories burnt as you train on an extra-large display. Select a zone to match your training goal and always know whether you need to speed up or slow down.Heart rate monitoring is the single most accurate means to understand how your body is responding to exercise.","Innovative Technologie Erhalten Sie genaue Informationen zu Ihrer Herzfrequenz, ohne einen separaten Brustgurt tragen zu müssen. Ihre Herzfrequenz wird mithilfe eines Sensors in der Uhr gemessen, der Änderungen des Blutflusses an Ihrem Handgelenk feststellt. Dabei wird Licht durch die Haut geleitet, um Veränderungen bei den Lichtreflexionen festzustellen. Sehen Sie Echtzeitinformationen zu Ihrem Lauf, Ihrer Rad- und Schwimmeinheit auf einen Blick. Verfolgen Sie Ihre Distanz, Zeit, Ihr Tempo, Ihre Geschwindigkeit und Ihre verbrannten Kalorien während des Trainings auf einem extragroßen Display. Unabhängige Tests ergaben, dass der eingebaute Herzfrequenzmesser im Vergleich zur Elektrokardiografie „extrem präzise“ arbeitet. Die Überwachung der Herzfrequenz ist die beste Methode, um zu verstehen, wie Ihr Körper auf das Training reagiert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +083,30964018,083_30964018,Samsung Gear 2 Classic,Samsung Gear 2 Classic,,,,,,,,,,"S Health Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages.Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. We've partnered up with a growing portfolio of amazing apps to make Gear S2 work for you. From going the distance to keeping your home secure, everything is possible. Gear S2 comes full circle with a durable stainless steel body that sits slim and sleek on your wrist. Customizing the watch face and changing watch bands is so easy, it's a device for all occasions. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Browse reviews to find the most highly recommended local businesses including restaurants, bars, shops and more. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","S Health In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +084,30964019,084_30964019,Samsung Gear 2 Classic,Samsung Gear 2 Classic,,,,,,,,,,"S Health Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages.Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. We've partnered up with a growing portfolio of amazing apps to make Gear S2 work for you. From going the distance to keeping your home secure, everything is possible. Gear S2 comes full circle with a durable stainless steel body that sits slim and sleek on your wrist. Customizing the watch face and changing watch bands is so easy, it's a device for all occasions. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Browse reviews to find the most highly recommended local businesses including restaurants, bars, shops and more. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","S Health In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +085,29901936,085_29901936,Samsung Gear 2 Classic,Samsung Gear 2 Classic,,,,,,,,,,"S Health Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages.Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. We've partnered up with a growing portfolio of amazing apps to make Gear S2 work for you. From going the distance to keeping your home secure, everything is possible. Gear S2 comes full circle with a durable stainless steel body that sits slim and sleek on your wrist. Customizing the watch face and changing watch bands is so easy, it's a device for all occasions. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Browse reviews to find the most highly recommended local businesses including restaurants, bars, shops and more. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","S Health In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +086,30521602,086_30521602,Samsung Gear S2,Samsung Gear S2,,,,,,,,,,"Gear S2 X Atelier Mendini In a beautiful partnership, Alessandro Mendini brings his taste, humor and sense of color to the Gear S2. The result is a range of watch faces and watch bands that completes your personal style. Things you need most from your smartphone are available with a simple twist on Gear S2. Gently turn the Bezel to scroll through long emails, zoom into a map and play the next track. Life keeps getting better with every turn. Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages. Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +087,29901938,087_29901938,Samsung Gear S2,Samsung Gear S2,,,,,,,,,,"Gear S2 X Atelier Mendini In a beautiful partnership, Alessandro Mendini brings his taste, humor and sense of color to the Gear S2. The result is a range of watch faces and watch bands that completes your personal style. Things you need most from your smartphone are available with a simple twist on Gear S2. Gently turn the Bezel to scroll through long emails, zoom into a map and play the next track. Life keeps getting better with every turn. Taking charge of your health is easy with Gear S2. Track your daily activity levels, heart rate and water vs. caffeine intake. Continue to stay fit with timely motivational messages. Stay in the loop, keep fit and even buy a latte with Gear S2. And when it's time for a recharge, simply place it on the wireless charging dock. Enrich your mobile life with LINE, a global messaging app that's both fast and easy to use. Pay for your coffee or grab a quick bite with a wave of your arm. Hold your wrist near the NFC reader and you're done.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +088,29634940,088_29634940,Sony SWR12,Sony SWR12,,,,,,,,,,"Be more you SmartBand 2 keeps an eye on your pulse and stress level, checking how your energy rises and falls. Then you can see what keeps you calm, what makes you excited and everything in between. So you can start doing more of what makes you, you. With an inbuilt heart rate monitor, the SmartBand 2 constantly checks your pulse, whether you’re on the move or sitting at a desk. See what activities raise your heart rate, and how your heart returns to its normal resting rate. Walking, running or just rushing between meetings. However you move, the SmartBand 2 captures it all so you can see how active you’ve been. Even while you sleep the tracker is still working hard, monitoring how long and how sound your zzz really is. Check SmartBand 2 data from the past week, month, year and beyond on the Lifelog app. View on the timeline alongside other Lifelog entries, including events, photos and music. See how different activities, like a holiday or listening to your favourite tune, can alter your pulse and stress levels and learn how to balance your life.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +089,29634947,089_29634947,Sony SWR12,Sony SWR12,,,,,,,,,,"Be more you SmartBand 2 keeps an eye on your pulse and stress level, checking how your energy rises and falls. Then you can see what keeps you calm, what makes you excited and everything in between. So you can start doing more of what makes you, you. With an inbuilt heart rate monitor, the SmartBand 2 constantly checks your pulse, whether you’re on the move or sitting at a desk. See what activities raise your heart rate, and how your heart returns to its normal resting rate. Walking, running or just rushing between meetings. However you move, the SmartBand 2 captures it all so you can see how active you’ve been. Even while you sleep the tracker is still working hard, monitoring how long and how sound your zzz really is. Check SmartBand 2 data from the past week, month, year and beyond on the Lifelog app. View on the timeline alongside other Lifelog entries, including events, photos and music. See how different activities, like a holiday or listening to your favourite tune, can alter your pulse and stress levels and learn how to balance your life.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +090,24495844,090_24495844,Sony SmartWatch 3,Sony SmartWatch 3,,,,,,,,,,"The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated, casual, vibrant colours and fitness style, all made from the finest materials. Designed to perform and impress, this smartphone watch delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it. Tell SmartWatch 3 SWR50 smartphone watch what you want and it will do it. Search. Command. Find.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +091,25873091,091_25873091,Sony SmartWatch 3,Sony SmartWatch 3,,,,,,,,,,"The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated, casual, vibrant colours and fitness style, all made from the finest materials. Designed to perform and impress, this smartphone watch delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it. Tell SmartWatch 3 SWR50 smartphone watch what you want and it will do it. Search. Command. Find.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +092,24495842,092_24495842,Sony SmartWatch 3,Sony SmartWatch 3,,,,,,,,,,"The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated, casual, vibrant colours and fitness style, all made from the finest materials. Designed to perform and impress, this smartphone watch delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it. Tell SmartWatch 3 SWR50 smartphone watch what you want and it will do it. Search. Command. Find.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +093,24495843,093_24495843,Sony SmartWatch 3,Sony SmartWatch 3,,,,,,,,,,"The way you like it Whatever your lifestyle SmartWatch 3 SWR50 can be made to suit it. You can choose from a range of wrist straps – formal, sophisticated, casual, vibrant colours and fitness style, all made from the finest materials. Designed to perform and impress, this smartphone watch delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it. Tell SmartWatch 3 SWR50 smartphone watch what you want and it will do it. Search. Command. Find.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +094,27033003,094_27033003,Sony SWR50,Sony SWR50,,,,,,,,,,"Talk to it Tell the SmartWatch 3 SWR50 what you want and it will do it. Search. Command. Find. Even without your smartphone, SmartWatch 3 SWR50 is a fun and useful accessory. You can fill it with music to take with you if you’re going for a run. When you’re out, you can track your activity and movements as well as sync with your Lifelog when you come home. Even without your smartphone, SmartWatch 3 SWR50 is a fun and useful accessory. You can fill it with music to take with you if you’re going for a run. When you’re out, you can track your activity and movements as well as sync with your Lifelog when you come home. Designed to perform and impress, the SmartWatch 3 SWR50 delivers a groundbreaking combination of technology and style. Downloadable apps let you customise your SmartWatch 3 SWR50 and how you use it.","Gear S2 X Atelier Mendini In einer wunderbaren Partnerschaft bringt Alessandro Mendini seinen Geschmack, Humor und Farbsinn in die Gestaltung der Gear S2 ein. Das Ergebnis ist eine Reihe von Zifferblättern und Armbändern, die Ihren persönlichen Stil zum Ausdruck bringen. Die wesentlichen Smartphone-Funktionen sind mit einer einfachen Drehung an der Gear S2 verfügbar. Drehen Sie leicht an der Blende, um lange E-Mails zu durchblättern, eine Karte zu vergrössern oder bei der Musikwiedergabe ein Stück zu überspringen. Mit jeder Drehung wird das Leben noch interessanter und bunter. Mit der Gear S2 können Sie sich sehr leicht um Ihre Gesundheit kümmern. Verfolgen Sie Ihre täglichen Aktivitäten, Ihren Puls und Ihren Wasserkonsum verglichen mit Ihrem Koffeinkonsum. Bleiben Sie fit mit zeitgerechten motivierenden Botschaften. Bleiben Sie auf dem Laufenden und fit. Und wenn es Zeit ist, die Smartwatch wieder aufzuladen, stellen Sie sie einfach auf eine drahtlose Ladestation.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +095,24235707,095_24235707,TomTom Golf,TomTom Golf,,,,,,,,,,"One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your shot. ","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +096,30856274,096_30856274,TomTom Golf,TomTom Golf,,,,,,,,,,"One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your shot. ","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +097,27290499,097_27290499,TomTom Golf,TomTom Golf,,,,,,,,,,"One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your shot. ","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +098,26192836,098_26192836,Hannspree sport watch,Hannspree Sportuhren,,,,,,,,,,"One-Button Control Navigate easily through menus. Precise yardages to front, center and back of green. View unique green and hazard graphics before your shot. ","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +099,27207215,099_27207215,ASUS VivoWatch,ASUS VivoWatch,,,,,,,,,,"ASUS VivoPulse Technology Built-in heart rate sensor works in real time to help you exercise more efficiently, track calories burned, and measure your sleep quality more precisely. Convenient LED indicator informs you if you are performing aerobic exercise or are overexerting yourself. Learn about your sleep patterns and quality to feel your best. An easy-to-understand rating of overall wellbeing based on your amount of exercise and sleep quality. Stay up-to-date with your loved ones' well-being via app or website. 10 days under normal operation. ASUS VivoWatch can be submerged in up to 1 meter of water for 30 minutes. Regular aerobic exercise provides numerous health benefits. ASUS VivoWatch has a convenient LED indicator that turns green when you are doing aerobic exercise and burning calories. If you push yourself to the limit, the indicator alerts you by turning red.","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +100,24675726,100_24675726,Acer Liquid Leap,Acer Liquid Leap,,,,,,,,,,"ASUS VivoPulse Technology Built-in heart rate sensor works in real time to help you exercise more efficiently, track calories burned, and measure your sleep quality more precisely. Convenient LED indicator informs you if you are performing aerobic exercise or are overexerting yourself. Learn about your sleep patterns and quality to feel your best. An easy-to-understand rating of overall wellbeing based on your amount of exercise and sleep quality. Stay up-to-date with your loved ones' well-being via app or website. 10 days under normal operation. ASUS VivoWatch can be submerged in up to 1 meter of water for 30 minutes. Regular aerobic exercise provides numerous health benefits. ASUS VivoWatch has a convenient LED indicator that turns green when you are doing aerobic exercise and burning calories. If you push yourself to the limit, the indicator alerts you by turning red.","Handgearbeitetes Lederarmband „Made in Italy“ Unsere stylische Premium-Edition wird mit einem handgearbeiteten Lederarmband „Made in Italy“ geliefert. Inklusive praktischem Ball-Marker von TomTom und einer Ball-Marker-Halterung, die sich an dem Uhrenarmband anbringen lässt. Mit der Trolley-Halterung lässt sich die Uhr ganz einfach verstauen, wenn du sie nicht trägst. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +101,29727910,101_29727910,Acer Leap Active,Acer Leap Active,,,,,,,,,,"Everyday fitness Track daily activities and get instant information about your active lifestyle. Liquid Leap Active can track your exercise and even monitor sleep patterns. Thanks to its splash-proof design3, bad weather won’t slow you down. Liquid Leap Active is a cool companion that tracks daily activities and keeps you constantly connected to your social circle. Staying active and social has never been easier. Sync with your smartphone to send social notifications directly to your wrist and control your music player1 without pulling out your phone. Power-efficient hardware and a long battery life make sure you'll never miss a message. Leap Active also features colourful wrist bands to match your outfit.","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +102,30727008,102_30727008,TomTom Runner 2 Music,TomTom Runner 2 Music,,,,,,,,,,"Get Active Liquid Leap Active is a cool companion that tracks daily activities and keeps you constantly connected to your social circle. Staying active and social has never been easier. Sync with your smartphone to send social notifications directly to your wrist and control your music player1 without pulling out your phone. Power-efficient hardware and a long battery life make sure you'll never miss a message. Leap Active also features colourful wrist bands to match your outfit. While paired with your smartphone2, Leap Active sends notifications from your social apps straight to your wrist. It’ll also alert you of incoming calls and upcoming calendar events so you don’t miss out on any fun. Track daily activities and get instant information about your active lifestyle. Liquid Leap Active can track your exercise and even monitor sleep patterns. Thanks to its splash-proof design3, bad weather won’t slow you down.","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +103,30727011,103_30727011,TomTom Runner 2 Music,TomTom Runner 2 Music,,,,,,,,,,"Get Active Liquid Leap Active is a cool companion that tracks daily activities and keeps you constantly connected to your social circle. Staying active and social has never been easier. Sync with your smartphone to send social notifications directly to your wrist and control your music player1 without pulling out your phone. Power-efficient hardware and a long battery life make sure you'll never miss a message. Leap Active also features colourful wrist bands to match your outfit. While paired with your smartphone2, Leap Active sends notifications from your social apps straight to your wrist. It’ll also alert you of incoming calls and upcoming calendar events so you don’t miss out on any fun. Track daily activities and get instant information about your active lifestyle. Liquid Leap Active can track your exercise and even monitor sleep patterns. Thanks to its splash-proof design3, bad weather won’t slow you down.","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +104,30727010,104_30727010,TomTom Runner 2 Music,TomTom Runner 2 Music,,,,,,,,,,"Get Active Liquid Leap Active is a cool companion that tracks daily activities and keeps you constantly connected to your social circle. Staying active and social has never been easier. Sync with your smartphone to send social notifications directly to your wrist and control your music player1 without pulling out your phone. Power-efficient hardware and a long battery life make sure you'll never miss a message. Leap Active also features colourful wrist bands to match your outfit. While paired with your smartphone2, Leap Active sends notifications from your social apps straight to your wrist. It’ll also alert you of incoming calls and upcoming calendar events so you don’t miss out on any fun. Track daily activities and get instant information about your active lifestyle. Liquid Leap Active can track your exercise and even monitor sleep patterns. Thanks to its splash-proof design3, bad weather won’t slow you down.","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +105,30727013,105_30727013,TomTom Runner 2 Cardio,TomTom Runner 2 Cardio,,,,,,,,,,"Built-in Heart-Rate Monitor Get accurate heart rate information on your wrist. Train in bike, swim, gym and treadmill modes. Run in 5 different zones to get results faster. Track your time, pace, distance and calories burnt. Capture your steps, active minutes and calories burnt. Select one of your past performances to race against. Improve speed and fitness with custom work-rest sessions. Track your performance on the treadmill or in the gym. Set and track your progress on daily and weekly goals. ","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +106,30727014,106_30727014,TomTom Runner 2 Cardio,TomTom Runner 2 Cardio,,,,,,,,,,"Built-in Heart-Rate Monitor Get accurate heart rate information on your wrist. Train in bike, swim, gym and treadmill modes. Run in 5 different zones to get results faster. Track your time, pace, distance and calories burnt. Capture your steps, active minutes and calories burnt. Select one of your past performances to race against. Improve speed and fitness with custom work-rest sessions. Track your performance on the treadmill or in the gym. Set and track your progress on daily and weekly goals. ","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +107,30727016,107_30727016,TomTom Runner 2 Cardio,TomTom Runner 2 Cardio,,,,,,,,,,"Built-in Heart-Rate Monitor Get accurate heart rate information on your wrist. Train in bike, swim, gym and treadmill modes. Run in 5 different zones to get results faster. Track your time, pace, distance and calories burnt. Capture your steps, active minutes and calories burnt. Select one of your past performances to race against. Improve speed and fitness with custom work-rest sessions. Track your performance on the treadmill or in the gym. Set and track your progress on daily and weekly goals. ","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +108,21047360,108_21047360,Sony SW2 SmartWatch,Sony SW2 SmartWatch,,,,,,,,,,"Anywhere. Any weather SmartWatch 2 is the wireless accessory that has something for everybody. If you are a busy communicator, you will appreciate being on top of everything. If you like to get out running, you can use SmartWatch as your phone remote. If it rains, you can keep on going. SmartWatch 2 can take the rain. If it is bright and sunny, SmartWatch 2 has an impressive sunlight-readable display. Take it anywhere. When you are using a wireless Bluetooth® headset for music, you can use SmartWatch 2 as a phone remote to make or receive calls. When a call comes in, you can see who’s calling in your SmartWatch display, press once to answer and enjoy hands-free calling at its easiest. You can also browse recent calls in your call log and use SmartWatch to initiate a call.","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +109,19416433,109_19416433,Sony SW2 SmartWatch,Sony SW2 SmartWatch,,,,,,,,,,"Anywhere. Any weather SmartWatch 2 is the wireless accessory that has something for everybody. If you are a busy communicator, you will appreciate being on top of everything. If you like to get out running, you can use SmartWatch as your phone remote. If it rains, you can keep on going. SmartWatch 2 can take the rain. If it is bright and sunny, SmartWatch 2 has an impressive sunlight-readable display. Take it anywhere. When you are using a wireless Bluetooth® headset for music, you can use SmartWatch 2 as a phone remote to make or receive calls. When a call comes in, you can see who’s calling in your SmartWatch display, press once to answer and enjoy hands-free calling at its easiest. You can also browse recent calls in your call log and use SmartWatch to initiate a call.","Multisport-Modus Im Rad-, Schwimm-, Fitness- und Laufbandmodus trainieren. Zeit, Tempo, Distanz und verbrannte Kalorien zum Nachverfolgen auf deiner Uhr. Erfasse deine Schritte, aktiven Minuten und verbrannten Kalorien. Wähle eine deiner vergangenen Leistungen aus, um dagegen anzutreten. Verbessere deine Geschwindigkeit und Ausdauer mit individuell zusammengestellten Trainings- und Ruhephasen. Motiviere dich selbst mit dem Audio-Feedback zu deiner Leistung. Überwache deine Leistung auf dem Laufband oder im Fitnessstudio. Setz dir Ziele und verfolge deinen Fortschritt, täglich oder wöchentlich. Über 500 Songs immer mit dabei, auch ohne Handy. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +110,19682159,110_19682159,Samsung Galaxy Gear,Samsung Galaxy Gear,,,,,,,,,,"Voice Operation With Samsung's latest groundbreaking innovation, the Galaxy Gear, it's clear that time's up on the traditional watch. It features the smart technology you love and the functionality that you still need, and is the perfect companion to the new Galaxy Note 3.","Voice Operation Der eingebaute Lautsprecher ermöglicht Anrufe direkt vom GALAXY Gear – ohne Benutzung der Hände. Auf diese Weise bleibt man stets erreichbar ohne in seiner alltäglichen Routine gestört zu werden. Ein Beispiel: Ein User verlässt den Supermarkt voll bepackt mit Einkaufstaschen. Kein Problem, denn mit GALAXY Gear kann man telefonieren ohne den Touchscreen berühren zu müssen. Textentwürfe, neue Kalendereinträge, Alarmeinstellungen und einen kurzen Wettercheck sind beim GALAXY Gear dank S Voice schnell gemacht. Mit dem Samsung GALAXY Gear lassen sich nicht nur Smart Devices bedienen, sondern es bietet auch zahlreiche Features, um die bedeutenden Momente im Leben festzuhalten. Mit dem Memographer Feature, einer 1,9 Megapixel Kamera, können User auch von unterwegs oder während sie sportlich aktiv sind, schnelle Aufnahmen wichtiger Ereignisse machen und diese auf ihren Social Network-Kanälen teilen. Das Konzept für Schnellaufnahmen wurde ausgebaut und mit Voice Memo können User wichtige Gedanken oder Gesprächsnotizen am Handgelenk speichern und diese Tonaufnahmen auf Samsung GALAXY Devices in Textform bringen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +111,12295890,111_12295890,Sony SmartWatch,Sony SmartWatch,,,,,,,,,,"Your world at your fingertips SmartWatch features an easy-to-use, ultra-responsive touch display. Finding your way around SmartWatch is super simple. Your world’s just a tap, swipe or press away. Want to do more with your SmartWatch? Download compatible applications on Google Play™. And customise your SmartWatch to make it exclusively yours. Customise your SmartWatch with a 20mm wristband. Or wear its stylish wristband. You can even use it as a clip. This ultra-thin Android™ remote was designed to impress. An elegant Android watch that’ll keep you discreetly updated and your hands free. ","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +112,312526171,112_312526171,Acer Extensa M2610,Acer Extensa M2610,processor_frequency,3.7 GHz,,,,,processor_cache,3 MB,//icecat.de/en/p/acer/dt.x0cet.035/pcs-workstations-4713392506673-Acer-Extensa-M2610-3-7GHz-i3-4170-Black-31252617.html,"Get more done The latest Intel Core processors and HD graphics give you essential performance to power through the work day. Extensa M2 series PCs come with up to 8GB of DDR3 memory and 2TB HDD. They also offer optional 16X Super Multi drives that are compatible with various DVD formats and USB 3.0 ports. The PCs support multi monitor set-ups for additional viewing space. With Extensa M2 series PCs, you can rest assured and stay focused on getting work done. TPM 1.2 encryption protects files, passwords and vital data, and the Acer ProShield console unifies security and management features for easy administration. Plus, the PCs are Acer Commercial Reliability qualified and have been tested for maximum trustworthiness.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +112,306918001,112_306918001,Acer Extensa M2610,Acer Extensa M2610,processor_frequency,3.2 GHz,,,,,processor_cache,6 MB,//icecat.de/en/p/acer/dt.x0cek.009/pcs-workstations-4713392523120-Acer-Extensa-M2610-3-2GHz-i5-4460-Black-30691800.html,"Get more done The latest Intel Core processors and HD graphics give you essential performance to power through the work day. Extensa M2 series PCs come with up to 8GB of DDR3 memory and 2TB HDD. They also offer optional 16X Super Multi drives that are compatible with various DVD formats and USB 3.0 ports. The PCs support multi monitor set-ups for additional viewing space. With Extensa M2 series PCs, you can rest assured and stay focused on getting work done. TPM 1.2 encryption protects files, passwords and vital data, and the Acer ProShield console unifies security and management features for easy administration. Plus, the PCs are Acer Commercial Reliability qualified and have been tested for maximum trustworthiness.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +112,312526191,112_312526191,Acer Extensa M2610,Acer Extensa M2610,processor_frequency,3.3 GHz,,,,,processor_cache,12 MB,//icecat.de/en/p/acer/dt.x0cet.039/pcs-workstations-4713392554308-Acer-Extensa-M2610-3-3GHz-G3260-1L-sized-PC-31252619.html,"Get more done The latest Intel Core processors and HD graphics give you essential performance to power through the work day. Extensa M2 series PCs come with up to 8GB of DDR3 memory and 2TB HDD. They also offer optional 16X Super Multi drives that are compatible with various DVD formats and USB 3.0 ports. The PCs support multi monitor set-ups for additional viewing space. With Extensa M2 series PCs, you can rest assured and stay focused on getting work done. TPM 1.2 encryption protects files, passwords and vital data, and the Acer ProShield console unifies security and management features for easy administration. Plus, the PCs are Acer Commercial Reliability qualified and have been tested for maximum trustworthiness.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +112,312526172,112_312526172,Acer Extensa M2610,Acer Extensa M2610,processor_frequency,3.7 GHz,,,,,processor_cache,6 MB,//icecat.de/en/p/acer/dt.x0cet.035/pcs-workstations-4713392506673-Acer-Extensa-M2610-3-7GHz-i3-4170-Black-31252617.html,"Get more done The latest Intel Core processors and HD graphics give you essential performance to power through the work day. Extensa M2 series PCs come with up to 8GB of DDR3 memory and 2TB HDD. They also offer optional 16X Super Multi drives that are compatible with various DVD formats and USB 3.0 ports. The PCs support multi monitor set-ups for additional viewing space. With Extensa M2 series PCs, you can rest assured and stay focused on getting work done. TPM 1.2 encryption protects files, passwords and vital data, and the Acer ProShield console unifies security and management features for easy administration. Plus, the PCs are Acer Commercial Reliability qualified and have been tested for maximum trustworthiness.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +112,306918002,112_306918002,Acer Extensa M2610,Acer Extensa M2610,processor_frequency,3.2 GHz,,,,,processor_cache,3 MB,//icecat.de/en/p/acer/dt.x0cek.009/pcs-workstations-4713392523120-Acer-Extensa-M2610-3-2GHz-i5-4460-Black-30691800.html,"Get more done The latest Intel Core processors and HD graphics give you essential performance to power through the work day. Extensa M2 series PCs come with up to 8GB of DDR3 memory and 2TB HDD. They also offer optional 16X Super Multi drives that are compatible with various DVD formats and USB 3.0 ports. The PCs support multi monitor set-ups for additional viewing space. With Extensa M2 series PCs, you can rest assured and stay focused on getting work done. TPM 1.2 encryption protects files, passwords and vital data, and the Acer ProShield console unifies security and management features for easy administration. Plus, the PCs are Acer Commercial Reliability qualified and have been tested for maximum trustworthiness.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +112,312526192,112_312526192,Acer Extensa M2610,Acer Extensa M2610,processor_frequency,3.7 GHz,,,,,processor_cache,12 MB,//icecat.de/en/p/acer/dt.x0cet.039/pcs-workstations-4713392554308-Acer-Extensa-M2610-3-3GHz-G3260-1L-sized-PC-31252619.html,"Get more done The latest Intel Core processors and HD graphics give you essential performance to power through the work day. Extensa M2 series PCs come with up to 8GB of DDR3 memory and 2TB HDD. They also offer optional 16X Super Multi drives that are compatible with various DVD formats and USB 3.0 ports. The PCs support multi monitor set-ups for additional viewing space. With Extensa M2 series PCs, you can rest assured and stay focused on getting work done. TPM 1.2 encryption protects files, passwords and vital data, and the Acer ProShield console unifies security and management features for easy administration. Plus, the PCs are Acer Commercial Reliability qualified and have been tested for maximum trustworthiness.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +112,306918003,112_306918003,Acer Extensa M2610,Acer Extensa M2610,processor_frequency,3.2 GHz,,,,,processor_cache,12 MB,//icecat.de/en/p/acer/dt.x0cet.035/pcs-workstations-4713392506673-Acer-Extensa-M2610-3-7GHz-i3-4170-Black-31252617.html,"Get more done The latest Intel Core processors and HD graphics give you essential performance to power through the work day. Extensa M2 series PCs come with up to 8GB of DDR3 memory and 2TB HDD. They also offer optional 16X Super Multi drives that are compatible with various DVD formats and USB 3.0 ports. The PCs support multi monitor set-ups for additional viewing space. With Extensa M2 series PCs, you can rest assured and stay focused on getting work done. TPM 1.2 encryption protects files, passwords and vital data, and the Acer ProShield console unifies security and management features for easy administration. Plus, the PCs are Acer Commercial Reliability qualified and have been tested for maximum trustworthiness.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +112,312526193,112_312526193,Acer Extensa M2610,Acer Extensa M2610,processor_frequency,3.3 GHz,,,,,processor_cache,3 MB,//icecat.de/en/p/acer/dt.x0cek.009/pcs-workstations-4713392523120-Acer-Extensa-M2610-3-2GHz-i5-4460-Black-30691800.html,"Get more done The latest Intel Core processors and HD graphics give you essential performance to power through the work day. Extensa M2 series PCs come with up to 8GB of DDR3 memory and 2TB HDD. They also offer optional 16X Super Multi drives that are compatible with various DVD formats and USB 3.0 ports. The PCs support multi monitor set-ups for additional viewing space. With Extensa M2 series PCs, you can rest assured and stay focused on getting work done. TPM 1.2 encryption protects files, passwords and vital data, and the Acer ProShield console unifies security and management features for easy administration. Plus, the PCs are Acer Commercial Reliability qualified and have been tested for maximum trustworthiness.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +113,29885591,113_29885591,Acer Veriton 6,Acer Veriton 6,,,,,,,,,//icecat.de/en/p/acer/dt.vn1eh.002/pcs-workstations-4713392396762-Acer-Veriton-6-M6640G-29885591.html,"Rock-solid technology drives business The Veriton 6 Series comes in a wide range of form factors to meet various business needs. Intel® Core™ processors and fast DDR4 memory deliver premium performance, while a powerful software suite offers security and manageability to drive business efficiency. The Veriton 6 Series comes in form factors ranging from 3 to 30 liters, to fit all office spaces and business demands. Perform more tasks at once with 3 rd generation Intel ® Core ™ processors supporting Intel ™ vPro Technology plus up to 32 GB of fast DDR4 memory. Storage options from a DVD drive to Intel ® Rapid Storage Technology with RAID ensure a solid match for your needs. The 100% solid capacitor design provides the stability, reliability and longevity essential to meet the power needs of the high-end processors and other components in the Veriton 6 Series, enabling them to run today's most demanding applications. A convenient, modular design allows components to be easily swapped or upgraded.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +114,29911081,114_29911081,ASUS M,ASUS M,processor_frequency,3.2 GHz,,,,,,,//icecat.de/en/p/asus/90pd00u3-m13260/pcs-workstations-M32AD-BE012T-29911081.html,"The Perfect Home Computer ASUS M32 desktop PC performs everything from your daily tasks to playing 4K Ultra HD video with enhanced energy efficiency. Multitask with several apps at once thanks to the 4th gen Intel® Core™ processor. Power visually demanding programs with discrete NVIDIA graphics. Whatever you choose to do, M32 makes it happen with unique optimization for increased performance or energy savings when you need it. M32 desktop PC features discrete NVIDIA or AMD graphics card that delivers twice the performance of the previous generation. Watch up to 4K Ultra HD video and enjoy smoother visuals and more responsiveness when playing the latest games. Giving you reliability with convenience, M32 desktop PC monitors internal temperatures and intelligently adjusts fan speed to ensure efficient cooling while staying under 25dB of sound at idle—quieter than a library.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +114,30580483,114_30580483,ASUS M,ASUS M,processor_frequency,2.7 GHz,,,,,,,//icecat.de/en/p/asus/90pd01j4-m07300/pcs-workstations-M32CD-NL019T-30580483.html,"The Perfect Home Computer ASUS M32 desktop PC performs everything from your daily tasks to playing 4K Ultra HD video with enhanced energy efficiency. Multitask with several apps at once thanks to the 4th gen Intel® Core™ processor. Power visually demanding programs with discrete NVIDIA graphics. Whatever you choose to do, M32 makes it happen with unique optimization for increased performance or energy savings when you need it. M32 desktop PC features discrete NVIDIA or AMD graphics card that delivers twice the performance of the previous generation. Watch up to 4K Ultra HD video and enjoy smoother visuals and more responsiveness when playing the latest games. Giving you reliability with convenience, M32 desktop PC monitors internal temperatures and intelligently adjusts fan speed to ensure efficient cooling while staying under 25dB of sound at idle—quieter than a library.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +115,27295368,115_27295368,DELL OptiPlex 3020,DELL OptiPlex 3020,processor_frequency,3.2 GHz,,,,,,,//icecat.de/en/p/dell/tky32/pcs-workstations-3020-27295368.html,"Great performance. Outstanding value Get the job done with business-ready desktops offering superb value with strong performance, exceptional security and easy serviceability. Stop advanced threats and zero-day attacks with Dell Data Protection | Protected Workspace — a proactive, real-time solution for malware protection. Ensure authorized access through multifactor, single sign-on (SSO) and preboot authentication with Dell Data Protection | Security Tools. Streamline administration with integration into Dell KACE appliances, Microsoft System Center and industry-standard tools. Deploy with flexibility through multiple chassis options. Select the small form factor chassis, optimized for constrained workspaces, or the expandable mini tower with support for up to four PCIe cards.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +115,26440118,115_26440118,DELL OptiPlex 3020,DELL OptiPlex 3020,processor_frequency,3.6 GHz,,,,,,,//icecat.de/en/p/dell/3020-8260/pcs-workstations-3020-26440118.html,"Great performance. Outstanding value Get the job done with business-ready desktops offering superb value with strong performance, exceptional security and easy serviceability. Stop advanced threats and zero-day attacks with Dell Data Protection | Protected Workspace — a proactive, real-time solution for malware protection. Ensure authorized access through multifactor, single sign-on (SSO) and preboot authentication with Dell Data Protection | Security Tools. Streamline administration with integration into Dell KACE appliances, Microsoft System Center and industry-standard tools. Deploy with flexibility through multiple chassis options. Select the small form factor chassis, optimized for constrained workspaces, or the expandable mini tower with support for up to four PCIe cards.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +115,26408656,115_26408656,DELL OptiPlex 3020,DELL OptiPlex 3020,processor_frequency,3.3 GHz,,,,,,,//icecat.de/en/p/dell/3020-8291/pcs-workstations-3020-26408656.html,"Great performance. Outstanding value Get the job done with business-ready desktops offering superb value with strong performance, exceptional security and easy serviceability. Stop advanced threats and zero-day attacks with Dell Data Protection | Protected Workspace — a proactive, real-time solution for malware protection. Ensure authorized access through multifactor, single sign-on (SSO) and preboot authentication with Dell Data Protection | Security Tools. Streamline administration with integration into Dell KACE appliances, Microsoft System Center and industry-standard tools. Deploy with flexibility through multiple chassis options. Select the small form factor chassis, optimized for constrained workspaces, or the expandable mini tower with support for up to four PCIe cards.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +116,29743424,116_29743424,Fujitsu CELSIUS M740,Fujitsu CELSIUS M740,processor_frequency,3.1 GHZ,,,,,,,//icecat.de/en/p/fujitsu/vfy-m7400w78abit/pcs-workstations-M740-29743424.html,"Perfomance you can count on. Next generation Intel® Xeon® processors, high performing graphics subsystems, quad-channel memory technology and high-speed hard disk drives. The CELSIUS M740 desktop workstation has been optimized to combat today’s professional and technical challenges. It can be individually configured, helping you to enhance your productivity. The CELSIUS M740power is certified for Medical EMC standards IEC60601-1-2 to perform in healthcare environments. To round things off, a near-silent noise emission of 20 dB(A) allows you to work comfortably in the most quiet of working environments. High product standards thanks to top-quality components and comprehensive testing in certified in-house laboratories for 24/7 operation.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +116,28684053,116_28684053,Fujitsu CELSIUS M740,Fujitsu CELSIUS M740,processor_frequency,3.4 GHZ,,,,,,,//icecat.de/en/p/fujitsu/vfy-m7400w48dbgb/pcs-workstations-M740-28684053.html,"Perfomance you can count on. Next generation Intel® Xeon® processors, high performing graphics subsystems, quad-channel memory technology and high-speed hard disk drives. The CELSIUS M740 desktop workstation has been optimized to combat today’s professional and technical challenges. It can be individually configured, helping you to enhance your productivity. The CELSIUS M740power is certified for Medical EMC standards IEC60601-1-2 to perform in healthcare environments. To round things off, a near-silent noise emission of 20 dB(A) allows you to work comfortably in the most quiet of working environments. High product standards thanks to top-quality components and comprehensive testing in certified in-house laboratories for 24/7 operation.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +117,29890338,117_29890338,Fujitsu ESPRIMO D556,Fujitsu ESPRIMO D556,internal_memory,8 GB,,,,,,,//icecat.de/en/p/fujitsu/vfy-d0556p73yogb/pcs-workstations-D556-29890338.html,The FUJITSU ESPRIMO Desktop provides high-quality computing for your daily office tasks. It supports attractive price points and delivers the continuity needed for daily operations. Your valuable business data is protected by the latest TPM controller and the Erasedisk option. To meet your specific hardware needs it can be either individually configured or customized.,"Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +117,30585828,117_30585828,Fujitsu ESPRIMO D556,Fujitsu ESPRIMO D556,internal_memory,4 GB,,,,,,,//icecat.de/en/p/fujitsu/vfy-d0556p735ode/pcs-workstations-D556-30585828.html,The FUJITSU ESPRIMO Desktop provides high-quality computing for your daily office tasks. It supports attractive price points and delivers the continuity needed for daily operations. Your valuable business data is protected by the latest TPM controller and the Erasedisk option. To meet your specific hardware needs it can be either individually configured or customized.,"Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +118,29804739,118_29804739,Fujitsu ESPRIMO E420,Fujitsu ESPRIMO E420,,,,,,,,,//icecat.de/en/p/fujitsu/vfy-e0420p751obe/pcs-workstations-4054681970738-E420-29804739.html,"Energy Efficiency As energy saving is one of the core components of Fujitsu’ approach to the environment, we permanently try to improve the energy efficiency of our products. The Fujitsu ESPRIMO E420 features proven technology regarding Intel® chipset and processor and an 85% energy efficient power supply. Fujitsu is committed to eliminating the use of harmful and potentially harmful substances in its products and production processes in order to minimize risk to end users and to the environment. This strategy is captured in Environmental Guideline FTS03230 and forms the basis on which all Fujitsu's products are designed. Especially for Fujitsu ESPRIMO PCs this means that all used printed circuit boards are halogen free. Furthermore they are compliant with several certificates awarding environmental conscience such as ENERGY STAR® and EPEAT.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +119,29804808,119_29804808,Fujitsu ESPRIMO E920,Fujitsu ESPRIMO E920,,,,,,,,,//icecat.de/en/p/fujitsu/vfy-e0920p75sgbe/pcs-workstations-4054681970776-E920-29804808.html,"Green IT Fujitsu is committed to eliminating the use of harmful and potentially harmful substances in its products and production processes in order to minimize risk to end users and to the environment. This strategy is captured in Environmental Guideline FTS03230 and forms the basis on which all Fujitsu's products are designed. Especially for Fujitsu ESPRIMO PCs this means that all used printed circuit boards are halogen free. Furthermore they are compliant with several certificates awarding environmental conscience such as ENERGY STAR® and EPEAT. As energy saving is one of the core components of Fujitsu’ approach to the environment, we permanently try to improve the energy efficiency of our products. The Fujitsu ESPRIMO E920 features latest technology regarding Intel® chipset and processor and optional an up to 94% energy efficient power supply. Furthermore it delivers enhanced power management settings and optional 0-Watt power consumption in off-mode.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +120,29890350,120_29890350,Fujitsu ESPRIMO P556,Fujitsu ESPRIMO P556,processor_frequency,3.7 GHz,,,,,,,//icecat.de/en/p/fujitsu/vfy-p0556p735ogb/pcs-workstations-P556-29890350.html,"High performance and best price/performance ratio As energy saving is one of the core components of Fujitsu’ approach to the environment, we permanently try to improve the energy efficiency of our products. The Fujitsu ESPRIMO E920 features latest technology regarding Intel® chipset and processor and optional an up to 94% energy efficient power supply. Furthermore it delivers enhanced power management settings and optional 0-Watt power consumption in off-mode. Outstanding quality and stable functions based on German production standards. The development, production and functionality tests - all under one roof in Germany","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +120,30069636,120_30069636,Fujitsu ESPRIMO P556,Fujitsu ESPRIMO P556,processor_frequency,3.4 GHz,,,,,,,//icecat.de/en/p/fujitsu/vfy-p0556p77aoit/pcs-workstations-P556-30069636.html,"High performance and best price/performance ratio As energy saving is one of the core components of Fujitsu’ approach to the environment, we permanently try to improve the energy efficiency of our products. The Fujitsu ESPRIMO E920 features latest technology regarding Intel® chipset and processor and optional an up to 94% energy efficient power supply. Furthermore it delivers enhanced power management settings and optional 0-Watt power consumption in off-mode. Outstanding quality and stable functions based on German production standards. The development, production and functionality tests - all under one roof in Germany","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +120,30069631,120_30069631,Fujitsu ESPRIMO P556,Fujitsu ESPRIMO P556,processor_frequency,2.7 GHz,,,,,,,//icecat.de/en/p/fujitsu/vfy-p0556p75a5it/pcs-workstations-P556-30069631.html,"High performance and best price/performance ratio As energy saving is one of the core components of Fujitsu’ approach to the environment, we permanently try to improve the energy efficiency of our products. The Fujitsu ESPRIMO E920 features latest technology regarding Intel® chipset and processor and optional an up to 94% energy efficient power supply. Furthermore it delivers enhanced power management settings and optional 0-Watt power consumption in off-mode. Outstanding quality and stable functions based on German production standards. The development, production and functionality tests - all under one roof in Germany","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +121,29406823,121_29406823,HP 200 280 G1,HP 200 280 G1,processor_frequency,3 GHz,,,,,,,//icecat.de/en/p/hp/n9e78ea/pcs-workstations-280+G1-29406823.html,Ready for work The HP 280 G1 MT provides a strong performing PC for your agency with the tools you need to accomplish your everyday tasks. Take on your everyday work at an affordable price with the HP 280 G1 desktop PC. Get the computing power you need while minimizing the total cost of ownership—now that’s a smart investment. The HP 280 G1 MT provides a strong performing PC for your agency with the tools you need to accomplish your everyday tasks. Take up less space than a traditional tower with the HP 280 G1 Micro Tower with a stylish design to compliment your workspace.,"Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +121,28542963,121_28542963,HP 200 280 G1,HP 200 280 G1,processor_frequency,2.8 GHz,,,,,,,//icecat.de/en/p/hp/n9e67ea/pcs-workstations-280+G1-28542963.html,Ready for work The HP 280 G1 MT provides a strong performing PC for your agency with the tools you need to accomplish your everyday tasks. Take on your everyday work at an affordable price with the HP 280 G1 desktop PC. Get the computing power you need while minimizing the total cost of ownership—now that’s a smart investment. The HP 280 G1 MT provides a strong performing PC for your agency with the tools you need to accomplish your everyday tasks. Take up less space than a traditional tower with the HP 280 G1 Micro Tower with a stylish design to compliment your workspace.,"Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +121,28549476,121_28549476,HP 200 280 G1,HP 200 280 G1,processor_frequency,3.2 GHz,,,,,,,//icecat.de/en/p/hp/n0d97ea-abh/pcs-workstations-280+G1+MT-28549476.html,Ready for work The HP 280 G1 MT provides a strong performing PC for your agency with the tools you need to accomplish your everyday tasks. Take on your everyday work at an affordable price with the HP 280 G1 desktop PC. Get the computing power you need while minimizing the total cost of ownership—now that’s a smart investment. The HP 280 G1 MT provides a strong performing PC for your agency with the tools you need to accomplish your everyday tasks. Take up less space than a traditional tower with the HP 280 G1 Micro Tower with a stylish design to compliment your workspace.,"Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +122,22308524,122_22308524,HP EliteDesk 800 G1 Mini,HP EliteDesk 800 G1 Mini,processor_frequency,2.9 GHz,,,,,,,//icecat.de/en/p/hp/f6x31ea/pcs-workstations-800+G1+Mini-22308524.html,"Big power. Space saving design. Smaller than some desk phones, this Desktop Mini can fit almost anywhere vertically or horizontally. The clean, easily serviceable design with integrated wireless antenna allows flexible deployment options1 to help optimize the workspace. Keep productivity high and downtime low with HP BIOSphere firmware-level automation. Your PCs have extra protection thanks to automatic updates and security checks. Enjoy customization that allows your PC to evolve with your business.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +122,26145672,122_26145672,HP EliteDesk 800 G1 Mini,HP EliteDesk 800 G1 Mini,processor_frequency,3.1 GHz,,,,,,,//icecat.de/en/p/hp/j7d10ea/pcs-workstations-800+G1+Mini-26145672.html,"Big power. Space saving design. Smaller than some desk phones, this Desktop Mini can fit almost anywhere vertically or horizontally. The clean, easily serviceable design with integrated wireless antenna allows flexible deployment options1 to help optimize the workspace. Keep productivity high and downtime low with HP BIOSphere firmware-level automation. Your PCs have extra protection thanks to automatic updates and security checks. Enjoy customization that allows your PC to evolve with your business.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +123,29866607,123_29866607,HP EliteDesk 800 G2,HP EliteDesk 800 G2,total_storage_capacity,128 GB,,,,,,,//icecat.de/en/p/hp/t4j17et/pcs-workstations-800+G2+SFF-29866607.html,"Designed for every demand Experience top-notch productivity plus industry-leading reliability, security, and manageability, plus a unique portfolio of solutions in a compact, space-saving design with the powerful HP EliteDesk 800 SFF. Extend the life of your investment with a tool-less chassis and a range of expansion slots, bays, ports, and connectors for the most demanding business needs. Help protect your PC and maintain maximum uptime with a suite of solutions that help stop security breaches, including HP BIOSphere4 with SureStart.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +123,30610368,123_30610368,HP EliteDesk 800 G2,HP EliteDesk 800 G2,total_storage_capacity,500 GB,,,,,,,//icecat.de/en/p/hp/v1e82et/pcs-workstations-800+G2+MT-30610368.html,"Designed for every demand Experience top-notch productivity plus industry-leading reliability, security, and manageability, plus a unique portfolio of solutions in a compact, space-saving design with the powerful HP EliteDesk 800 SFF. Extend the life of your investment with a tool-less chassis and a range of expansion slots, bays, ports, and connectors for the most demanding business needs. Help protect your PC and maintain maximum uptime with a suite of solutions that help stop security breaches, including HP BIOSphere4 with SureStart.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +123,29866603,123_29866603,HP EliteDesk 800 G2,HP EliteDesk 800 G2,total_storage_capacity,1000 GB,,,,,,,//icecat.de/en/p/hp/p1g93et/pcs-workstations-800+G2-29866603.html,"Designed for every demand Experience top-notch productivity plus industry-leading reliability, security, and manageability, plus a unique portfolio of solutions in a compact, space-saving design with the powerful HP EliteDesk 800 SFF. Extend the life of your investment with a tool-less chassis and a range of expansion slots, bays, ports, and connectors for the most demanding business needs. Help protect your PC and maintain maximum uptime with a suite of solutions that help stop security breaches, including HP BIOSphere4 with SureStart.","Erfüllt jede Anforderung Mit dem leistungsstarken HP EliteDesk 800 SFF erhalten Sie erstklassige Produktivität, branchenführende Zuverlässigkeit, Sicherheit und Verwaltbarkeit sowie ein einzigartiges Lösungsportfolio in einem kompakten, platzsparenden Design. - Schützen Sie Ihren PC und sorgen Sie für kontinuierlichen Betrieb mit verschiedenen Sicherheitslösungen, die Sicherheitslücken verhindern, darunter HP BIOSphere mit Sure Start. Erweitern Sie die Lebensdauer Ihrer Investitionen mit einem werkzeugfreien Gehäuse und einer Reihe von Erweiterungssteckplätzen, Einschüben und Anschlüssen für Ihre anspruchsvollsten Geschäftsanforderungen. Genießen Sie die Sicherheit eines PCs, der 120.000 Stunden im HP Total Test Process durchlaufen hat und die MIL-STD-Teststandards erfüllt. Erhöhen Sie die Zuverlässigkeit in staubigen Umgebungen mit dem optionalen Staubfilter.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +124,31623088,124_31623088,HP ProDesk 400 G3,HP ProDesk 400 G3,total_storage_capacity,128 GB,,,,,,,//icecat.de/en/p/hp/t4r73ea-abd-cp/pcs-workstations-400+G3+SFF-31623088.html,"New powerful processors Give your business the strong foundation it needs for growth with the affordable and reliable HP ProDesk 400 SFF. Designed with essential security and manageability features, the HP ProDesk 400 helps keep your business growing. New 6th Gen Intel® Core™ processors bring powerful processing with Intel® HD 530 Graphics. Available DDR4 memory helps meet the demands of today’s businesses. HP ProDesks are rigorously tested to help ensure reliability. During the HP Total Test Process, PCs experience 120,000 hours of performance trials to help get you through your business day. The HP ProDesk 400 SFF helps affordably build a solid IT infrastructure for your growing business and fits in smaller workspaces for easy deployment. ","Neue leistungsstarke Prozessoren Verleihen Sie Ihrem Unternehmen mit dem kostengünstigen und zuverlässigen HP ProDesk 400 SFF eine solide Grundlage, auf der es wachsen kann. Der HP ProDesk 400 wurde mit grundlegenden Sicherheits- und Verwaltungsfunktionen konzipiert, die das Unternehmenswachstum unterstützen. Die neuen Intel® Core™ Prozessoren der 6. Generation sorgen für hervorragende Verarbeitungsleistung mit Intel® HD-Grafikkarte 530. Der verfügbare DDR4-Speicher trägt zur Erfüllung der modernen Unternehmensanforderungen bei. HP BIOSphere und HP Client Security erhöhen die Sicherheit und halten geschäftskritische Daten und Systeme mit individuell anpassbarer Authentifizierung und Kennwörtern auf BIOS-Ebene sicher unter Verschluss.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +124,29866591,124_29866591,HP ProDesk 400 G3,HP ProDesk 400 G3,total_storage_capacity,500 GB,,,,,,,//icecat.de/en/p/hp/p5k01et/pcs-workstations-400+G3+MT-29866591.html,"New powerful processors Give your business the strong foundation it needs for growth with the affordable and reliable HP ProDesk 400 SFF. Designed with essential security and manageability features, the HP ProDesk 400 helps keep your business growing. New 6th Gen Intel® Core™ processors bring powerful processing with Intel® HD 530 Graphics. Available DDR4 memory helps meet the demands of today’s businesses. HP ProDesks are rigorously tested to help ensure reliability. During the HP Total Test Process, PCs experience 120,000 hours of performance trials to help get you through your business day. The HP ProDesk 400 SFF helps affordably build a solid IT infrastructure for your growing business and fits in smaller workspaces for easy deployment. ","Neue leistungsstarke Prozessoren Verleihen Sie Ihrem Unternehmen mit dem kostengünstigen und zuverlässigen HP ProDesk 400 SFF eine solide Grundlage, auf der es wachsen kann. Der HP ProDesk 400 wurde mit grundlegenden Sicherheits- und Verwaltungsfunktionen konzipiert, die das Unternehmenswachstum unterstützen. Die neuen Intel® Core™ Prozessoren der 6. Generation sorgen für hervorragende Verarbeitungsleistung mit Intel® HD-Grafikkarte 530. Der verfügbare DDR4-Speicher trägt zur Erfüllung der modernen Unternehmensanforderungen bei. HP BIOSphere und HP Client Security erhöhen die Sicherheit und halten geschäftskritische Daten und Systeme mit individuell anpassbarer Authentifizierung und Kennwörtern auf BIOS-Ebene sicher unter Verschluss.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +125,30703764,125_30703764,HP ProDesk 600 G2,HP ProDesk 600 G2,processor_frequency,3.2 GHz,,,,,,,//icecat.de/en/p/hp/t6g01aw/pcs-workstations-600+G2-30703764.html,"Perform at the speed of work Power through your day with speed and performance. Get the latest in processing technology with your choice of 6th Generation Intel® Core™ processors and Intel® HD 530 Graphics. IT efficiency reigns supreme when it’s backed by a full portfolio of security solutions, including HP BIOSphere and Device Guard4 available on Windows 101 Enterprise Edition. IT efficiency reigns supreme when it’s backed by a full portfolio of security solutions, including HP BIOSphere and Device Guard4 available on Windows 101 Enterprise Edition. The HP ProDesk 600 Desktop MT/SFF delivers powerful performance, security, and manageability at a value that enables you to keep focused on your businesses. ","Geschwindigkeit ist keine Hexerei. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. HP ProDesks wurden mit strikten Vorgaben auf Zuverlässigkeit getestet. Beim HP Total Test Process wird die Leistung von PCs während einer Dauer von 120.000 Stunden getestet, um sicherzustellen, dass unsere Geräte Sie an Ihrem Arbeitstag nicht im Stich lassen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +125,30350012,125_30350012,HP ProDesk 600 G2,HP ProDesk 600 G2,processor_frequency,3.7 GHz,,,,,,,//icecat.de/en/p/hp/t4j52ea/pcs-workstations-600+G2+SFF-30350012.html,"Perform at the speed of work Power through your day with speed and performance. Get the latest in processing technology with your choice of 6th Generation Intel® Core™ processors and Intel® HD 530 Graphics. IT efficiency reigns supreme when it’s backed by a full portfolio of security solutions, including HP BIOSphere and Device Guard4 available on Windows 101 Enterprise Edition. IT efficiency reigns supreme when it’s backed by a full portfolio of security solutions, including HP BIOSphere and Device Guard4 available on Windows 101 Enterprise Edition. The HP ProDesk 600 Desktop MT/SFF delivers powerful performance, security, and manageability at a value that enables you to keep focused on your businesses. ","Geschwindigkeit ist keine Hexerei. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. HP ProDesks wurden mit strikten Vorgaben auf Zuverlässigkeit getestet. Beim HP Total Test Process wird die Leistung von PCs während einer Dauer von 120.000 Stunden getestet, um sicherzustellen, dass unsere Geräte Sie an Ihrem Arbeitstag nicht im Stich lassen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +126,24722439,126_24722439,HP Z 440,HP Z 440,processor_frequency,3 GHz,,,,,,,//icecat.de/en/p/hp/g1x60ea/pcs-workstations-440+MT-24722439.html,"Get the job done fast Cross items off your to-do list fast. Achieve massive computational performance with a single processor personal workstation delivering support for up to 8 cores of processing power. Add in powerful graphics and performance features like optional Thunderbolt™ 23, HP Z Turbo Drive4, and HP Remote Graphics Software, and you get a world-class workstation experience that never slows you down. Take your business to the next level of performance, expandability, and no compromise reliability in one complete package. Featuring a perfect mix of HP Z DNA in a performance workstation package with up to 8 discrete processor cores, up to 128 GB of RAM, and multiple storage and PCIe configuration options. Protect your investment and make downtime a thing of the past. Get no-compromise reliability and a standard 3/3/3 limited warranty from the HP Z440 Workstation.","Aufgaben sind schnell erledigt Erledigen Sie Ihre Aufgaben noch schneller. Erzielen Sie eine hohe Rechenleistung dank einer Personal Workstation mit nur einem Prozessor, der bis zu 8 Prozessorkerne unterstützt. Ergänzen Sie Grafik- und Leistungsmerkmale wie optionales Thunderbolt™ 21, ein HP Z Turbo Drive2 und HP Remote Graphics Software2 und profitieren Sie von einer erstklassigen Workstation-Leistung, mit der Sie schneller arbeiten können. Bieten Sie Ihrem Business mehr Leistung, Erweiterbarkeit und kompromisslose Zuverlässigkeit in einem Komplettpaket. Eine perfekte Kombination aus Funktionen der HP Z Modellreihe in einem Performance-Workstation-Paket mit bis zu acht separaten Prozessorkernen, bis zu 128 GB RAM sowie mehreren Speicher- und PCIe-Konfigurationsoptionen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +126,30407844,126_30407844,HP Z 440,HP Z 440,processor_frequency,3.5 GHz,,,,,,,//icecat.de/en/p/hp/j9b88ea/pcs-workstations-440+MT-30407844.html,"Get the job done fast Cross items off your to-do list fast. Achieve massive computational performance with a single processor personal workstation delivering support for up to 8 cores of processing power. Add in powerful graphics and performance features like optional Thunderbolt™ 23, HP Z Turbo Drive4, and HP Remote Graphics Software, and you get a world-class workstation experience that never slows you down. Take your business to the next level of performance, expandability, and no compromise reliability in one complete package. Featuring a perfect mix of HP Z DNA in a performance workstation package with up to 8 discrete processor cores, up to 128 GB of RAM, and multiple storage and PCIe configuration options. Protect your investment and make downtime a thing of the past. Get no-compromise reliability and a standard 3/3/3 limited warranty from the HP Z440 Workstation.","Aufgaben sind schnell erledigt Erledigen Sie Ihre Aufgaben noch schneller. Erzielen Sie eine hohe Rechenleistung dank einer Personal Workstation mit nur einem Prozessor, der bis zu 8 Prozessorkerne unterstützt. Ergänzen Sie Grafik- und Leistungsmerkmale wie optionales Thunderbolt™ 21, ein HP Z Turbo Drive2 und HP Remote Graphics Software2 und profitieren Sie von einer erstklassigen Workstation-Leistung, mit der Sie schneller arbeiten können. Bieten Sie Ihrem Business mehr Leistung, Erweiterbarkeit und kompromisslose Zuverlässigkeit in einem Komplettpaket. Eine perfekte Kombination aus Funktionen der HP Z Modellreihe in einem Performance-Workstation-Paket mit bis zu acht separaten Prozessorkernen, bis zu 128 GB RAM sowie mehreren Speicher- und PCIe-Konfigurationsoptionen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +126,26280142,126_26280142,HP Z 440,HP Z 440,processor_frequency,2.8 GHz,,,,,,,//icecat.de/en/p/hp/j9b45ea/pcs-workstations-Z440-26280142.html,"Get the job done fast Cross items off your to-do list fast. Achieve massive computational performance with a single processor personal workstation delivering support for up to 8 cores of processing power. Add in powerful graphics and performance features like optional Thunderbolt™ 23, HP Z Turbo Drive4, and HP Remote Graphics Software, and you get a world-class workstation experience that never slows you down. Take your business to the next level of performance, expandability, and no compromise reliability in one complete package. Featuring a perfect mix of HP Z DNA in a performance workstation package with up to 8 discrete processor cores, up to 128 GB of RAM, and multiple storage and PCIe configuration options. Protect your investment and make downtime a thing of the past. Get no-compromise reliability and a standard 3/3/3 limited warranty from the HP Z440 Workstation.","Aufgaben sind schnell erledigt Erledigen Sie Ihre Aufgaben noch schneller. Erzielen Sie eine hohe Rechenleistung dank einer Personal Workstation mit nur einem Prozessor, der bis zu 8 Prozessorkerne unterstützt. Ergänzen Sie Grafik- und Leistungsmerkmale wie optionales Thunderbolt™ 21, ein HP Z Turbo Drive2 und HP Remote Graphics Software2 und profitieren Sie von einer erstklassigen Workstation-Leistung, mit der Sie schneller arbeiten können. Bieten Sie Ihrem Business mehr Leistung, Erweiterbarkeit und kompromisslose Zuverlässigkeit in einem Komplettpaket. Eine perfekte Kombination aus Funktionen der HP Z Modellreihe in einem Performance-Workstation-Paket mit bis zu acht separaten Prozessorkernen, bis zu 128 GB RAM sowie mehreren Speicher- und PCIe-Konfigurationsoptionen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +127,22828284,127_22828284,HP Z 620,HP Z 620,total_storage_capacity,240 GB,,,,,,,//icecat.de/en/p/hp/bwm678ea10-aby/pcs-workstations-620-22828284.html,"Big Possibilities. Compact Form Factor. More versatile than ever before. With up to 16 discrete processor cores, the HP Z620 Workstation packs a ton of computing and visualization power into a quiet, compact footprint. This dual-socket system helps you boost productivity with next-generation Intel® Xeon® processors and support for up to 8 displays. Get massive system performance with a small footprint. The HP Z620 features the next evolution in processor technology and system architecture, setting the standard for versatility with support for a single Intel E5-1600 Series Xeon® processor or dual Intel E5-2600 Series Xeon® processors. With 800W 90% efficient power supply and support for up to 8 displays, the HP Z620 gives you the freedom of doing and seeing more.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +127,22613708,127_22613708,HP Z 620,HP Z 620,total_storage_capacity,256 GB,,,,,,,//icecat.de/en/p/hp/wm682ea/pcs-workstations-620-22613708.html,"Big Possibilities. Compact Form Factor. More versatile than ever before. With up to 16 discrete processor cores, the HP Z620 Workstation packs a ton of computing and visualization power into a quiet, compact footprint. This dual-socket system helps you boost productivity with next-generation Intel® Xeon® processors and support for up to 8 displays. Get massive system performance with a small footprint. The HP Z620 features the next evolution in processor technology and system architecture, setting the standard for versatility with support for a single Intel E5-1600 Series Xeon® processor or dual Intel E5-2600 Series Xeon® processors. With 800W 90% efficient power supply and support for up to 8 displays, the HP Z620 gives you the freedom of doing and seeing more.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +127,20723326,127_20723326,HP Z 620,HP Z 620,total_storage_capacity,1000 GB,,,,,,,//icecat.de/en/p/hp/bwm596et1/pcs-workstations-620-20723326.html,"Big Possibilities. Compact Form Factor. More versatile than ever before. With up to 16 discrete processor cores, the HP Z620 Workstation packs a ton of computing and visualization power into a quiet, compact footprint. This dual-socket system helps you boost productivity with next-generation Intel® Xeon® processors and support for up to 8 displays. Get massive system performance with a small footprint. The HP Z620 features the next evolution in processor technology and system architecture, setting the standard for versatility with support for a single Intel E5-1600 Series Xeon® processor or dual Intel E5-2600 Series Xeon® processors. With 800W 90% efficient power supply and support for up to 8 displays, the HP Z620 gives you the freedom of doing and seeing more.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +127,22613709,127_22613709,HP Z 620,HP Z 620,total_storage_capacity,512 GB,,,,,,,//icecat.de/en/p/hp/wm683ea/pcs-workstations-620-22613709.html,"Big Possibilities. Compact Form Factor. More versatile than ever before. With up to 16 discrete processor cores, the HP Z620 Workstation packs a ton of computing and visualization power into a quiet, compact footprint. This dual-socket system helps you boost productivity with next-generation Intel® Xeon® processors and support for up to 8 displays. Get massive system performance with a small footprint. The HP Z620 features the next evolution in processor technology and system architecture, setting the standard for versatility with support for a single Intel E5-1600 Series Xeon® processor or dual Intel E5-2600 Series Xeon® processors. With 800W 90% efficient power supply and support for up to 8 displays, the HP Z620 gives you the freedom of doing and seeing more.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +128,29955336,128_29955336,Lenovo ThinkCentre E73,Lenovo ThinkCentre E73,processor_frequency,3.2 GHz,,,,,,,//icecat.de/en/p/lenovo/10du0010ix/pcs-workstations-E73-29955336.html,"Small Form Factor Small Form Factor desktops provide the ultimate performance with full-featured scalability, yet weigh as little as 13.2 lbs / 6 kgs. Keep your business-critical information safe through USB port disablement and the password-protected BIOS and HDD. You can also safeguard your hardware by physically securing your mouse and keyboard, while the Kensington slot enables you to lock down your E73. Lenovo Desktop Power Manager lets you balance power management and performance to save energy and lower costs. The E73 is also ENERGY STAR compliant, EPEAT® Gold and Cisco EnergyWise™ certified—so you can feel good about the planet and your bottom line. With SuperSpeed USB 3.0, transfer data up to 10 times faster than previous USB technologies. You can also connect to audio- and video-related devices with WiFi and Bluetooth® technology.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +128,27314278,128_27314278,Lenovo ThinkCentre E73,Lenovo ThinkCentre E73,processor_frequency,3.6 GHz,,,,,,,//icecat.de/en/p/lenovo/10ds000hmh/pcs-workstations-E73-27314278.html,"Small Form Factor Small Form Factor desktops provide the ultimate performance with full-featured scalability, yet weigh as little as 13.2 lbs / 6 kgs. Keep your business-critical information safe through USB port disablement and the password-protected BIOS and HDD. You can also safeguard your hardware by physically securing your mouse and keyboard, while the Kensington slot enables you to lock down your E73. Lenovo Desktop Power Manager lets you balance power management and performance to save energy and lower costs. The E73 is also ENERGY STAR compliant, EPEAT® Gold and Cisco EnergyWise™ certified—so you can feel good about the planet and your bottom line. With SuperSpeed USB 3.0, transfer data up to 10 times faster than previous USB technologies. You can also connect to audio- and video-related devices with WiFi and Bluetooth® technology.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +129,30706500,129_30706500,Lenovo ThinkCenter E73,Lenovo ThinkCenter E73,processor_frequency,3.2 GHz,,,,,,,//icecat.de/en/p/lenovo/10ds000yuk/pcs-workstations-E73-30706500.html,"Eco-friendly and Energy Efficient Lenovo Desktop Power Manager lets you balance power management and performance to save energy and lower costs. The E73 is also ENERGY STAR compliant, EPEAT® Gold and Cisco EnergyWise™ certified—so you can feel good about the planet and your bottom line. With SuperSpeed USB 3.0, transfer data up to 10 times faster than previous USB technologies. You can also connect to audio- and video-related devices with WiFi and Bluetooth® technology. With 10% more processing power, 4th generation Intel® Core™ processors deliver the performance to increase business productivity for your business. They can also guard against identity theft and ensure safe access to your network with built-in security features.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +129,27107297,129_27107297,Lenovo ThinkCenter E73,Lenovo ThinkCenter E73,processor_frequency,3.6 GHz,,,,,,,//icecat.de/en/p/lenovo/10b5000yuk/pcs-workstations-M73-27107297.html,"Eco-friendly and Energy Efficient Lenovo Desktop Power Manager lets you balance power management and performance to save energy and lower costs. The E73 is also ENERGY STAR compliant, EPEAT® Gold and Cisco EnergyWise™ certified—so you can feel good about the planet and your bottom line. With SuperSpeed USB 3.0, transfer data up to 10 times faster than previous USB technologies. You can also connect to audio- and video-related devices with WiFi and Bluetooth® technology. With 10% more processing power, 4th generation Intel® Core™ processors deliver the performance to increase business productivity for your business. They can also guard against identity theft and ensure safe access to your network with built-in security features.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +129,24325712,129_24325712,Lenovo ThinkCenter E73,Lenovo ThinkCenter E73,processor_frequency,3 GHz,,,,,,,//icecat.de/en/p/lenovo/10b1a0f3pb/pcs-workstations-M73-24325712.html,"Eco-friendly and Energy Efficient Lenovo Desktop Power Manager lets you balance power management and performance to save energy and lower costs. The E73 is also ENERGY STAR compliant, EPEAT® Gold and Cisco EnergyWise™ certified—so you can feel good about the planet and your bottom line. With SuperSpeed USB 3.0, transfer data up to 10 times faster than previous USB technologies. You can also connect to audio- and video-related devices with WiFi and Bluetooth® technology. With 10% more processing power, 4th generation Intel® Core™ processors deliver the performance to increase business productivity for your business. They can also guard against identity theft and ensure safe access to your network with built-in security features.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +130,29285281,130_29285281,Lenovo ThinkStation P300,Lenovo ThinkStation P300,processor_frequency,3.6 GHz,,,,,,,//icecat.de/en/p/lenovo/30ah005rix/pcs-workstations-P300-29285281.html,"Optional Flex Module The innovative Flex Module lets you customize I/O ports, so you add only what you need. With the 2 available 5.25"" bays on the P300 Tower, you can mix and match components including an ultraslim ODD, 29-in-1 media card reader, Firewire, and eSATA – up to 8 configurations among an ODD, HDD, and Flex Module. We've redesigned our ThinkStations. No more bulky handles, just a clean-looking, functional design. An extended lip on the top lid that includes a red touch point, combined with a ledge on the back-side, make the P300 exceptionally easy to lift and carry. The P300 workstation features a 15-month life cycle with no planned hardware changes that affect the preloaded software image. Image stability for long-term deployments helps to reduce transition, qualification, and testing costs to ensure savings for your business.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +130,24326086,130_24326086,Lenovo ThinkStation P300,Lenovo ThinkStation P300,processor_frequency,3.3 GHz,,,,,,,//icecat.de/en/p/lenovo/30ak000cmc/pcs-workstations-P300+SFF-24326086.html,"Optional Flex Module The innovative Flex Module lets you customize I/O ports, so you add only what you need. With the 2 available 5.25"" bays on the P300 Tower, you can mix and match components including an ultraslim ODD, 29-in-1 media card reader, Firewire, and eSATA – up to 8 configurations among an ODD, HDD, and Flex Module. We've redesigned our ThinkStations. No more bulky handles, just a clean-looking, functional design. An extended lip on the top lid that includes a red touch point, combined with a ledge on the back-side, make the P300 exceptionally easy to lift and carry. The P300 workstation features a 15-month life cycle with no planned hardware changes that affect the preloaded software image. Image stability for long-term deployments helps to reduce transition, qualification, and testing costs to ensure savings for your business.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +130,24725761,130_24725761,Lenovo ThinkStation P300,Lenovo ThinkStation P300,processor_frequency,3.5 GHz,,,,,,,//icecat.de/en/p/lenovo/30ah0047ge/pcs-workstations-P300-24725761.html,"Optional Flex Module The innovative Flex Module lets you customize I/O ports, so you add only what you need. With the 2 available 5.25"" bays on the P300 Tower, you can mix and match components including an ultraslim ODD, 29-in-1 media card reader, Firewire, and eSATA – up to 8 configurations among an ODD, HDD, and Flex Module. We've redesigned our ThinkStations. No more bulky handles, just a clean-looking, functional design. An extended lip on the top lid that includes a red touch point, combined with a ledge on the back-side, make the P300 exceptionally easy to lift and carry. The P300 workstation features a 15-month life cycle with no planned hardware changes that affect the preloaded software image. Image stability for long-term deployments helps to reduce transition, qualification, and testing costs to ensure savings for your business.","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +131,24872891,131_24872891,Lenovo ThinkStation P900,Lenovo ThinkStation P900,,,,,,,,,//icecat.de/en/p/lenovo/30a5000ege/pcs-workstations-P900-24872891.html,"Thermal Design: Elegant & Efficient. Patented tri-channel cooling with just 3 system fans – as opposed to 10 that other workstations typically rely on — and a direct cooling air baffle directs fresh air into the CPU and memory. ThinkStation P900 delivers new technologies and design to keep your workstation cool and quiet. The innovative Flex Module lets you customize I/O ports, so you add only what you need. Using the 5.25"" bays, you can mix and match components including an ultraslim ODD, 29-in-1 media card reader, Firewire, and eSATA. The Flex Connector is a mezzanine card that fits into the motherboard and allows for expanded storage and I/O, without sacrificing the use of rear PCI. It supports SATA/SAS/PCIe advanced RAID solution. ThinkStation P900 includes two available connectors (enabled with each CPU).","Optionales Flex Modul Das innovative Flex Modul ermöglicht die flexible Konfiguration der E/A-Anschlüsse. Nutzen Sie einfach, was Sie benötigen. Die beiden 5,25-Zoll-Schächte nehmen verschiedene Komponenten auf, zum Beispiel ein ultraflaches optisches Laufwerk, einen 29-in-1-Kartenleser, Firewire und eSATA. Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert). Der Flex Connector ist eine Mezzanine-Karte, die ins Motherboard passt und erweiterte Speicherkapazität und E/A-Optionen bereitstellt, ohne dass hierfür der PCI-Anschluss an der Rückseite verwendet werden muss. Er unterstützt eine Advanced RAID-Lösung mit SATA/SAS/PCIe. Die ThinkStation P900 umfasst zwei Anschlussmöglichkeiten (mit jeder CPU aktiviert).",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +132,30619567,132_30619567,Acer Aspire Switch 10 E,Acer Aspire Switch 10 E,,,,,,,,,,"Eye-catching trendsetter The Aspire Switch 10 E comes in a range of trendy colours that all work perfectly with its dynamic shape and elegant textile-pattern texturing to create one great-looking device. Choose the colour that suits you and watch your friends turn green with envy. This device’s perfectly designed Acer Snap Hinge 2 lets you snap the keyboard part on or off with a simple push or pull. Switch effortlessly between four very useful modes: notebook, tablet, tent, and display. Acer SwitchLock lets you lock this keyboard dock’s HDD so it only works with the tablet part. Use the tablet as the HDD’s key – simply snap the tablet off the keyboard to lock the HDD. All your HDD data is now protected and can’t be stolen. Simply snap the tablet back on to unlock all that data.","Geschwindigkeit ist keine Hexerei. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. HP ProDesks wurden mit strikten Vorgaben auf Zuverlässigkeit getestet. Beim HP Total Test Process wird die Leistung von PCs während einer Dauer von 120.000 Stunden getestet, um sicherzustellen, dass unsere Geräte Sie an Ihrem Arbeitstag nicht im Stich lassen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +133,31743669,133_31743669,Acer Aspire Switch 10 E,Acer Aspire Switch 10 E,,,,,,,,,,"Eye-catching trendsetter The Aspire Switch 10 E comes in a range of trendy colours that all work perfectly with its dynamic shape and elegant textile-pattern texturing to create one great-looking device. Choose the colour that suits you and watch your friends turn green with envy. This device’s perfectly designed Acer Snap Hinge 2 lets you snap the keyboard part on or off with a simple push or pull. Switch effortlessly between four very useful modes: notebook, tablet, tent, and display. Acer SwitchLock lets you lock this keyboard dock’s HDD so it only works with the tablet part. Use the tablet as the HDD’s key – simply snap the tablet off the keyboard to lock the HDD. All your HDD data is now protected and can’t be stolen. Simply snap the tablet back on to unlock all that data.","Geschwindigkeit ist keine Hexerei. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. HP ProDesks wurden mit strikten Vorgaben auf Zuverlässigkeit getestet. Beim HP Total Test Process wird die Leistung von PCs während einer Dauer von 120.000 Stunden getestet, um sicherzustellen, dass unsere Geräte Sie an Ihrem Arbeitstag nicht im Stich lassen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +134,29759322,134_29759322,Acer Aspire S7,Acer Aspire S7,os_installed,Windows 10 Home,,,,,,,//icecat.de/en/p/acer/nx.mt2ek.016/notebooks-393-75508G25-29759322.html,"MORE power The new Aspire S7 (the S7-393 to be precise) comes with your choice of Intel's new 5th Generation Core™ processors. These deliver improved overall performance and graphics, while also using less power. That's why the new Aspire S7 is even more powerful, and has a longer battery life. You can now go even longer between charge times. The new Aspire S7’s improved hardware doesn’t just make it more powerful, it also helps it score even higher in battery-life tests. With up to 8.5 hours2 of on-the-road power, you can go all day and do it all. With cutting-edge 802.11ac wireless technology firing on dual channels, the new Aspire S7 transmits and receives airborne data up to three times faster than the average laptop does3. Download and upload movies (and do pretty much anything on the web) at breathtaking speeds. The new Aspire S7 is beautifully thin and delightfully light. With a thickness of only 12.9 mm, and a weight of only 1.3 kg, this slender-but-strong beauty disappears into your carry bag without a whisper. It's so easy to carry; you'll forget it's there.","Geschwindigkeit ist keine Hexerei. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. HP ProDesks wurden mit strikten Vorgaben auf Zuverlässigkeit getestet. Beim HP Total Test Process wird die Leistung von PCs während einer Dauer von 120.000 Stunden getestet, um sicherzustellen, dass unsere Geräte Sie an Ihrem Arbeitstag nicht im Stich lassen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +134,26145012,134_26145012,Acer Aspire S7,Acer Aspire S7,os_installed,Windows 8.1 Pro,,,,,,,//icecat.de/en/p/acer/nx.mt5ek.002/notebooks-S7-393-75508G12ews-26145012.html,"MORE power The new Aspire S7 (the S7-393 to be precise) comes with your choice of Intel's new 5th Generation Core™ processors. These deliver improved overall performance and graphics, while also using less power. That's why the new Aspire S7 is even more powerful, and has a longer battery life. You can now go even longer between charge times. The new Aspire S7’s improved hardware doesn’t just make it more powerful, it also helps it score even higher in battery-life tests. With up to 8.5 hours2 of on-the-road power, you can go all day and do it all. With cutting-edge 802.11ac wireless technology firing on dual channels, the new Aspire S7 transmits and receives airborne data up to three times faster than the average laptop does3. Download and upload movies (and do pretty much anything on the web) at breathtaking speeds. The new Aspire S7 is beautifully thin and delightfully light. With a thickness of only 12.9 mm, and a weight of only 1.3 kg, this slender-but-strong beauty disappears into your carry bag without a whisper. It's so easy to carry; you'll forget it's there.","Geschwindigkeit ist keine Hexerei. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. HP ProDesks wurden mit strikten Vorgaben auf Zuverlässigkeit getestet. Beim HP Total Test Process wird die Leistung von PCs während einer Dauer von 120.000 Stunden getestet, um sicherzustellen, dass unsere Geräte Sie an Ihrem Arbeitstag nicht im Stich lassen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +135,29836399,135_29836399,Acer Chromebook CB5-311,Acer Chromebook CB5-311,storage_media,SSD,,,,,,,//icecat.de/en/p/acer/nx.mpreh.009/notebooks-CB5-311-T17X-29836399.html,"Amazing mobility Slip the Acer Chromebook into your bag and work from anywhere, without recharging, because it has enough battery life to last all day long on a single charge. Indulge your eyes and see everything in vivid detail on the Acer Chromebook's Full HD display. The Acer Chromebook features the latest 802.11ac wireless technology, for a smooth internet experience at connection speeds that are up to three times faster than that of previous-generation wireless technologies. The Acer Chromebook starts within 8 seconds, so you can wait less and do more. At less than an inch thin and extremely light, the Acer Chromebook is the perfect tool for on-the-go computing. Plus, it sports a fanless design for whisper-quiet computing.","Geschwindigkeit ist keine Hexerei. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. HP ProDesks wurden mit strikten Vorgaben auf Zuverlässigkeit getestet. Beim HP Total Test Process wird die Leistung von PCs während einer Dauer von 120.000 Stunden getestet, um sicherzustellen, dass unsere Geräte Sie an Ihrem Arbeitstag nicht im Stich lassen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +135,30359386,135_30359386,Acer Chromebook CB5-311,Acer Chromebook CB5-311,storage_media,Flash,,,,,,,//icecat.de/en/p/acer/nx.mpreh.006-nl/notebooks-CB5-311-T4S0-30359386.html,"Amazing mobility Slip the Acer Chromebook into your bag and work from anywhere, without recharging, because it has enough battery life to last all day long on a single charge. Indulge your eyes and see everything in vivid detail on the Acer Chromebook's Full HD display. The Acer Chromebook features the latest 802.11ac wireless technology, for a smooth internet experience at connection speeds that are up to three times faster than that of previous-generation wireless technologies. The Acer Chromebook starts within 8 seconds, so you can wait less and do more. At less than an inch thin and extremely light, the Acer Chromebook is the perfect tool for on-the-go computing. Plus, it sports a fanless design for whisper-quiet computing.","Geschwindigkeit ist keine Hexerei. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. HP ProDesks wurden mit strikten Vorgaben auf Zuverlässigkeit getestet. Beim HP Total Test Process wird die Leistung von PCs während einer Dauer von 120.000 Stunden getestet, um sicherzustellen, dass unsere Geräte Sie an Ihrem Arbeitstag nicht im Stich lassen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +136,24425591,136_24425591,Acer Chromebook C730-C8T7,Acer Chromebook C730-C8T7,,,,,,,,,//icecat.co.uk/en/p/acer/nx.g85ek.001/notebooks-4713392480010-Acer-Chromebook-11-CB3-131-C8D2-2-16GHz-N2840-11-6-1366-x-768pixels-White-31250836.html,"Amazing mobility Slip the Acer Chromebook into your bag and work from anywhere, without recharging, because it has enough battery life to last all day long on a single charge. Indulge your eyes and see everything in vivid detail on the Acer Chromebook's Full HD display. The Acer Chromebook features the latest 802.11ac wireless technology, for a smooth internet experience at connection speeds that are up to three times faster than that of previous-generation wireless technologies. The Acer Chromebook starts within 8 seconds, so you can wait less and do more. At less than an inch thin and extremely light, the Acer Chromebook is the perfect tool for on-the-go computing. Plus, it sports a fanless design for whisper-quiet computing.","Geschwindigkeit ist keine Hexerei. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. Profitieren Sie von Geschwindigkeit und Leistung während des ganzen Tages. Nutzen Sie die neueste Prozessortechnologie mit Intel® Core™-Prozessoren der 6. Generation und Intel® HD-Grafikkarten 530. HP ProDesks wurden mit strikten Vorgaben auf Zuverlässigkeit getestet. Beim HP Total Test Process wird die Leistung von PCs während einer Dauer von 120.000 Stunden getestet, um sicherzustellen, dass unsere Geräte Sie an Ihrem Arbeitstag nicht im Stich lassen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +137,29283479,137_29283479,Acer TravelMate P246-M,Acer TravelMate P246-M,total_storage_capacity,500 GB,,,,,,,//icecat.de/en/p/acer/nx.v9vek.014/notebooks-P246-M-50JL-29283479.html,"Work with style and simplicity The TravelMate P2 Series comes in 13.3"", 14"", 15.6"" and 17.3"" sizes to meet various business needs. Clad in a refined textile finish that both looks and feels great, these notebooks pack the latest Intel® Core™ processors1 and discrete graphics1 to keep you at your productive best. They are also loaded with tailor-made management and security software for easy, centralised control. The P2 series now comes with a fine linen textile pattern embossed on the outer covers. This lends a professional refined look and feel to the line that adds distinction to functionality. There are also practical benefits, as the pattern makes it a bit easier to keep a firm grip on the go, while also resisting scratches. The TravelMate P2 Series is certified to deliver the high audio and visual standards of Skype for Business1. Optimised hardware ensures that every word will be heard clearly with no gap or lag in speech, minimal background noise and zero echo. That means you can call or video chat with superior audio and visual quality.",,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +137,29283480,137_29283480,Acer TravelMate P246-M,Acer TravelMate P246-M,total_storage_capacity,128 GB,,,,,,,//icecat.de/en/p/acer/nx.v9vek.016/notebooks-P246-M-29283480.html,"Work with style and simplicity The TravelMate P2 Series comes in 13.3"", 14"", 15.6"" and 17.3"" sizes to meet various business needs. Clad in a refined textile finish that both looks and feels great, these notebooks pack the latest Intel® Core™ processors1 and discrete graphics1 to keep you at your productive best. They are also loaded with tailor-made management and security software for easy, centralised control. The P2 series now comes with a fine linen textile pattern embossed on the outer covers. This lends a professional refined look and feel to the line that adds distinction to functionality. There are also practical benefits, as the pattern makes it a bit easier to keep a firm grip on the go, while also resisting scratches. The TravelMate P2 Series is certified to deliver the high audio and visual standards of Skype for Business1. Optimised hardware ensures that every word will be heard clearly with no gap or lag in speech, minimal background noise and zero echo. That means you can call or video chat with superior audio and visual quality.",,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +138,30046855,138_30046855,Acer TravelMate P258-M,Acer TravelMate P258-M,processor_frequency,2.8 GHz,,,,,,,//icecat.de/en/p/acer/nx.vc7eg.002/notebooks-P258-M-53Z3-30046855.html,"Tactile textile The P2 series now comes with a fine linen textile pattern embossed on the outer covers. This lends a professional refined look and feel to the line that adds distinction to functionality. There are also practical benefits, as the pattern makes it a bit easier to keep a firm grip on the go, while also resisting scratches. The TravelMate P2 Series is certified to deliver the high audio and visual standards of Skype for Business1. Optimised hardware ensures that every word will be heard clearly with no gap or lag in speech, minimal background noise and zero echo. That means you can call or video chat with superior audio and visual quality. The TravelMate P2 is packed with features that make it easier to do business. Work faster with smoother gestures on the large Precision Touchpad. Quickly share business contacts with a smartphone via Contact Pickup. Log in to the TravelMate P2 faster thanks to Face Login. ","Einzigartige Haptik Die P2-Serie verfügt jetzt über ein Textilmuster auf dem äußeren Cover. Dies verleiht den Produkten einen professionellen, edlen Look und ist so die perfekte Ergänzung zu ihrer Funktionalität. Dies hat auch einen praktischen Nutzen, da die Struktur Kratzern widersteht und dafür sorgt, dass Sie auch unterwegs alles im Griff haben. Die TravelMate P2-Serie erfüllt die hohen Audio- und Grafik-Standards der Skype-Zertifizierung für Unternehmen1. Dank der optimierten Hardware kann jedes Wort klar und ohne Echo, Lücken oder Verzögerungen bei minimalen Hintergrundgeräuschen verstanden werden. Das bedeutet, Sie können Anrufe oder Videochats mit überragender Audio- und Grafikqualität tätigen. Das TravelMate P2 verfügt über unzählige Funktionen, die Ihre Aufgaben vereinfachen. Das große Precison-Touchpad lässt Sie dank fließender Gesten ihre Arbeit auf intuitive Art und Weise bewältigen. Geben Sie mit Ihrem Smartphone per Contact Pickup Geschäftskontakte im Handumdrehen frei oder melden Sie sich dank Face Login schneller bei Ihrem TravelMate P2 an. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +138,30657838,138_30657838,Acer TravelMate P258-M,Acer TravelMate P258-M,processor_frequency,3.1 GHz,,,,,,,//icecat.de/en/p/acer/nx.vc7eh.012/notebooks-P258-M-785T-30657838.html,"Tactile textile The P2 series now comes with a fine linen textile pattern embossed on the outer covers. This lends a professional refined look and feel to the line that adds distinction to functionality. There are also practical benefits, as the pattern makes it a bit easier to keep a firm grip on the go, while also resisting scratches. The TravelMate P2 Series is certified to deliver the high audio and visual standards of Skype for Business1. Optimised hardware ensures that every word will be heard clearly with no gap or lag in speech, minimal background noise and zero echo. That means you can call or video chat with superior audio and visual quality. The TravelMate P2 is packed with features that make it easier to do business. Work faster with smoother gestures on the large Precision Touchpad. Quickly share business contacts with a smartphone via Contact Pickup. Log in to the TravelMate P2 faster thanks to Face Login. ","Einzigartige Haptik Die P2-Serie verfügt jetzt über ein Textilmuster auf dem äußeren Cover. Dies verleiht den Produkten einen professionellen, edlen Look und ist so die perfekte Ergänzung zu ihrer Funktionalität. Dies hat auch einen praktischen Nutzen, da die Struktur Kratzern widersteht und dafür sorgt, dass Sie auch unterwegs alles im Griff haben. Die TravelMate P2-Serie erfüllt die hohen Audio- und Grafik-Standards der Skype-Zertifizierung für Unternehmen1. Dank der optimierten Hardware kann jedes Wort klar und ohne Echo, Lücken oder Verzögerungen bei minimalen Hintergrundgeräuschen verstanden werden. Das bedeutet, Sie können Anrufe oder Videochats mit überragender Audio- und Grafikqualität tätigen. Das TravelMate P2 verfügt über unzählige Funktionen, die Ihre Aufgaben vereinfachen. Das große Precison-Touchpad lässt Sie dank fließender Gesten ihre Arbeit auf intuitive Art und Weise bewältigen. Geben Sie mit Ihrem Smartphone per Contact Pickup Geschäftskontakte im Handumdrehen frei oder melden Sie sich dank Face Login schneller bei Ihrem TravelMate P2 an. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +139,24699831,139_24699831,Asus Transformer Book T200TA,Asus Transformer Book T200TA,,,,,,,,,,"As light as you like Transformer Book T200 is sleek, slim and oh so light — just 26mm tall and 1.5kg docked. And when need to travel even lighter, detach the 11.6-inch tablet for 11.95mm slenderness and a mere 750g weight! With up to 10.4 hours of battery life that lasts all day long, you’re free to work or play from dawn to dusk. And ASUS Instant On technology ensures that Transformer Book T200 is always responsive and ready for action! Experience outstanding performance from the latest Intel® quad-core processor. You’ll multitask seamlessly and get more done in less time. Transformer Book T200 also delivers exceptional graphics performance — with Intel HD graphics that are up to 30% faster than ever before! Transformer Book T200 is equipped with USB 3.0 connectivity for data transfers that never leave you waiting. Just attach your USB 3.0 devices to enjoy speeds that are up to 10X faster than USB 2.0!","Einfach zweifach brillant Das ASUS Transformer Book T200 ist ein aufregendes 11,6“ Entertainment-Tablet, das zugleich ein hocheffizientes, voll vernetztes und voll ausgestattetes Windows 8.1 Notebook ist. Und es ist noch mehr: Es ist die perfekte Kombination von Funktion und Leistung, Spaß und Produktivität, Style und Flexibilität. Von früh bis spät, im Businesseinsatz oder rein zu Ihrer Unterhaltung – das T200 hält Sie mit gewaltigen Akkulaufzeiten den ganzen Tag über in Bewegung. Und dank ASUS Instant-On-Technologie ist es immer sofort einsatzbereit. Damit jedes Detail beeindruckt und jede Toucheingabe mit extremer Präzision erkannt wird, kommt das T200 mit einem exzellenten 16:9 HD (1366 x 768) Multi-Touch-Display. Dank IPS-Technologie und breitem 178°-Betrachtungswinkel werden sämtliche Inhalte aus nahezu jeder Perspektive gestochen scharf wiedergegeben.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +140,22766487,140_22766487,Asus Transformer Book T200TA,Asus Transformer Book T200TA,,,,,,,,,,"As light as you like Transformer Book T200 is sleek, slim and oh so light — just 26mm tall and 1.5kg docked. And when need to travel even lighter, detach the 11.6-inch tablet for 11.95mm slenderness and a mere 750g weight! With up to 10.4 hours of battery life that lasts all day long, you’re free to work or play from dawn to dusk. And ASUS Instant On technology ensures that Transformer Book T200 is always responsive and ready for action! Experience outstanding performance from the latest Intel® quad-core processor. You’ll multitask seamlessly and get more done in less time. Transformer Book T200 also delivers exceptional graphics performance — with Intel HD graphics that are up to 30% faster than ever before! Transformer Book T200 is equipped with USB 3.0 connectivity for data transfers that never leave you waiting. Just attach your USB 3.0 devices to enjoy speeds that are up to 10X faster than USB 2.0!","Einfach zweifach brillant Das ASUS Transformer Book T200 ist ein aufregendes 11,6“ Entertainment-Tablet, das zugleich ein hocheffizientes, voll vernetztes und voll ausgestattetes Windows 8.1 Notebook ist. Und es ist noch mehr: Es ist die perfekte Kombination von Funktion und Leistung, Spaß und Produktivität, Style und Flexibilität. Von früh bis spät, im Businesseinsatz oder rein zu Ihrer Unterhaltung – das T200 hält Sie mit gewaltigen Akkulaufzeiten den ganzen Tag über in Bewegung. Und dank ASUS Instant-On-Technologie ist es immer sofort einsatzbereit. Damit jedes Detail beeindruckt und jede Toucheingabe mit extremer Präzision erkannt wird, kommt das T200 mit einem exzellenten 16:9 HD (1366 x 768) Multi-Touch-Display. Dank IPS-Technologie und breitem 178°-Betrachtungswinkel werden sämtliche Inhalte aus nahezu jeder Perspektive gestochen scharf wiedergegeben.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +141,29380410,141_29380410,Asus Zenbook US303UB,Asus Zenbook US303UB,,,,,,,,,,"Classic design,stylish new color ASUS ZenBook series represents the essence of ASUS design spirit, and UX303 takes this to another level of sophistication with fresh and gorgeous color Smoky Brown. The elegant color is further enhanced by the iconic spun-metal finish that echoes the spirit of Zen. The classic lines of the ultra-light, all-aluminum ZenBook have been enhanced with a slimmer profile, tapering to just 3mm at the front. It's chic, elegant, timeless, and powerful — it's ZenBook UX303. Developed by the ASUS Golden Eye team, exclusive ASUS Splendid technology gives you vivid, accurate colors no matter what you're watching. It works by automatically fine-tuning various display settings to optimize all kinds of images. The result is richer, deeper colors and stunning visuals whether you're watching videos and movies, playing games or browsing through your photos.","Einfach noch mehr sehen Dank Wide View IPS-Paneltechnologie ermöglicht das UX303 mit breitem 170° Betrachtungswinkel kontrastreiche Bilder, lebendige, intensive Farben, eine herausragende Farbtreue und eine unvergleichliche Detailschärfe aus nahezu jeder Blickperspektive. Das 13,3“ QHD Display des ASUS ZENBOOK™ UX303 begeistert mit einer akkuraten Farbdarstellung, einer hohen Leuchtkraft und ausgezeichneten Kontrasten. Websites und Texte werden knackscharf dargestellt - Filme, Games oder Fotos werden atemberaubend brillant wiedergegeben. Das ZENBOOK™ UX303UB sorgt dafür, dass Sie mit Ihren Lieben bestens verbunden bleiben. Ergänzend zur hohen Displayqualität garantiert die leistungsstarke HD-Webcam, dass Sie in Videochats, selbst bei ungünstigen Lichtverhältnissen, umwerfend aussehen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +142,30943081,142_30943081,Asus Zenbook US303UB,Asus Zenbook US303UB,,,,,,,,,,"Classic design,stylish new color ASUS ZenBook series represents the essence of ASUS design spirit, and UX303 takes this to another level of sophistication with fresh and gorgeous color Smoky Brown. The elegant color is further enhanced by the iconic spun-metal finish that echoes the spirit of Zen. The classic lines of the ultra-light, all-aluminum ZenBook have been enhanced with a slimmer profile, tapering to just 3mm at the front. It's chic, elegant, timeless, and powerful — it's ZenBook UX303. Developed by the ASUS Golden Eye team, exclusive ASUS Splendid technology gives you vivid, accurate colors no matter what you're watching. It works by automatically fine-tuning various display settings to optimize all kinds of images. The result is richer, deeper colors and stunning visuals whether you're watching videos and movies, playing games or browsing through your photos.","Einfach noch mehr sehen Dank Wide View IPS-Paneltechnologie ermöglicht das UX303 mit breitem 170° Betrachtungswinkel kontrastreiche Bilder, lebendige, intensive Farben, eine herausragende Farbtreue und eine unvergleichliche Detailschärfe aus nahezu jeder Blickperspektive. Das 13,3“ QHD Display des ASUS ZENBOOK™ UX303 begeistert mit einer akkuraten Farbdarstellung, einer hohen Leuchtkraft und ausgezeichneten Kontrasten. Websites und Texte werden knackscharf dargestellt - Filme, Games oder Fotos werden atemberaubend brillant wiedergegeben. Das ZENBOOK™ UX303UB sorgt dafür, dass Sie mit Ihren Lieben bestens verbunden bleiben. Ergänzend zur hohen Displayqualität garantiert die leistungsstarke HD-Webcam, dass Sie in Videochats, selbst bei ungünstigen Lichtverhältnissen, umwerfend aussehen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +143,31035196,143_31035196,Asus Zenbook US303UB,Asus Zenbook US303UB,,,,,,,,,,"Classic design,stylish new color ASUS ZenBook series represents the essence of ASUS design spirit, and UX303 takes this to another level of sophistication with fresh and gorgeous color Smoky Brown. The elegant color is further enhanced by the iconic spun-metal finish that echoes the spirit of Zen. The classic lines of the ultra-light, all-aluminum ZenBook have been enhanced with a slimmer profile, tapering to just 3mm at the front. It's chic, elegant, timeless, and powerful — it's ZenBook UX303. Developed by the ASUS Golden Eye team, exclusive ASUS Splendid technology gives you vivid, accurate colors no matter what you're watching. It works by automatically fine-tuning various display settings to optimize all kinds of images. The result is richer, deeper colors and stunning visuals whether you're watching videos and movies, playing games or browsing through your photos.","Einfach noch mehr sehen Dank Wide View IPS-Paneltechnologie ermöglicht das UX303 mit breitem 170° Betrachtungswinkel kontrastreiche Bilder, lebendige, intensive Farben, eine herausragende Farbtreue und eine unvergleichliche Detailschärfe aus nahezu jeder Blickperspektive. Das 13,3“ QHD Display des ASUS ZENBOOK™ UX303 begeistert mit einer akkuraten Farbdarstellung, einer hohen Leuchtkraft und ausgezeichneten Kontrasten. Websites und Texte werden knackscharf dargestellt - Filme, Games oder Fotos werden atemberaubend brillant wiedergegeben. Das ZENBOOK™ UX303UB sorgt dafür, dass Sie mit Ihren Lieben bestens verbunden bleiben. Ergänzend zur hohen Displayqualität garantiert die leistungsstarke HD-Webcam, dass Sie in Videochats, selbst bei ungünstigen Lichtverhältnissen, umwerfend aussehen.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +144,29804740,144_29804740,Asus Zenbook UX301LA,Asus Zenbook UX301LA,total_storage_capacity,512 GB,,,,,,,//icecat.de/en/p/asus/90nb0193-m05560/notebooks-UX301LA-DE150H-26516355.html,"Technology with a human touch Zenbook UX301 is wonderfully tactile, but that goes well beyond just the feel of its sleek, smooth and durable glass design. Windows 8 is designed with touch in mind and a dedicated ASUS Human Computer Interface team help make it even more intuitive to use with features like a responsive multi-touch display, and a large touch pad with multi-touch support. The backlit keyboard with automatic brightness control also means you'll always have a clear view of the keys, so you can stay productive, even in complete darkness. So whichever way you like to work, Zenbook UX301 has you covered. Creating the perfect Ultrabook™ means striking a perfect balance between form and function. Zenbook UX301 has a strikingly gorgeous design refined with crystalline glass and classic hairline metallic finish that's just 15.5mm thick — 14% thinner than the previous Zenbook. Lift the lid and inside is a vibrant 13.3-inch WQHD display that brings images to life and makes everything from browsing the web to working with documents an absolute pleasure. Zenbook UX301is the Ultrabook™ you'll want with you, wherever you go.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +144,30312874,144_30312874,Asus Zenbook UX301LA,Asus Zenbook UX301LA,total_storage_capacity,128 GB,,,,,,,//icecat.de/en/p/asus/ux301la-c4161t/notebooks-UX301LA-C4161T-30312874.html,"Technology with a human touch Zenbook UX301 is wonderfully tactile, but that goes well beyond just the feel of its sleek, smooth and durable glass design. Windows 8 is designed with touch in mind and a dedicated ASUS Human Computer Interface team help make it even more intuitive to use with features like a responsive multi-touch display, and a large touch pad with multi-touch support. The backlit keyboard with automatic brightness control also means you'll always have a clear view of the keys, so you can stay productive, even in complete darkness. So whichever way you like to work, Zenbook UX301 has you covered. Creating the perfect Ultrabook™ means striking a perfect balance between form and function. Zenbook UX301 has a strikingly gorgeous design refined with crystalline glass and classic hairline metallic finish that's just 15.5mm thick — 14% thinner than the previous Zenbook. Lift the lid and inside is a vibrant 13.3-inch WQHD display that brings images to life and makes everything from browsing the web to working with documents an absolute pleasure. Zenbook UX301is the Ultrabook™ you'll want with you, wherever you go.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +144,29804741,144_29804741,Asus Zenbook UX301LA,Asus Zenbook UX301LA,total_storage_capacity,256 GB,,,,,,,//icecat.de/en/p/asus/90nb0193-m06560/notebooks-UX301LA-C4145T-29804740.html,"Technology with a human touch Zenbook UX301 is wonderfully tactile, but that goes well beyond just the feel of its sleek, smooth and durable glass design. Windows 8 is designed with touch in mind and a dedicated ASUS Human Computer Interface team help make it even more intuitive to use with features like a responsive multi-touch display, and a large touch pad with multi-touch support. The backlit keyboard with automatic brightness control also means you'll always have a clear view of the keys, so you can stay productive, even in complete darkness. So whichever way you like to work, Zenbook UX301 has you covered. Creating the perfect Ultrabook™ means striking a perfect balance between form and function. Zenbook UX301 has a strikingly gorgeous design refined with crystalline glass and classic hairline metallic finish that's just 15.5mm thick — 14% thinner than the previous Zenbook. Lift the lid and inside is a vibrant 13.3-inch WQHD display that brings images to life and makes everything from browsing the web to working with documents an absolute pleasure. Zenbook UX301is the Ultrabook™ you'll want with you, wherever you go.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +145,29885470,145_29885470,DELL Chromebook 13,DELL Chromebook 13,processor_frequency,2 GHz,,,,,,,//icecat.de/en/p/dell/7310-6719/notebooks-13-29885470.html,"The industry’s finest Sleek. Smooth. Strong: The carbon fiber finish with magnesium alloy is light, durable, cool to the touch and designed to impress. The Google ecosystem at your service: Expect Speed - boots in seconds, Simplicity - easy to use and manage, Secure - with virus protection built-in, encrypted user data and automated updates. A wide range of magnificence: Bring business projects to full light with industry leading brightness and viewing angles on a 13.3"" FHD IPS display with optional scratch-resistant Corning® Gorilla® Glass NBT™ touch display. Business class performance - Browse faster using up to core i5 5th gen intel Core processors and experience the performance of Dell's most powerful chromebook. Professional looks and productivity: Thoughtfully designed to be sleek and useful with a carbon fiber lid, dark gray alloy chassis, backlit keyboard, glass track pad and 1080p display. Work on the go: Securely and easily access servers, mirror desktops and improve lifecycle management with Dell unique IP from KACE, SonicWALL (VPN) and Wyse.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +145,29885471,145_29885471,DELL Chromebook 13,DELL Chromebook 13,processor_frequency,1.5 GHz,,,,,,,//icecat.de/en/p/dell/7310-6696/notebooks-13-29885471.html,"The industry’s finest Sleek. Smooth. Strong: The carbon fiber finish with magnesium alloy is light, durable, cool to the touch and designed to impress. The Google ecosystem at your service: Expect Speed - boots in seconds, Simplicity - easy to use and manage, Secure - with virus protection built-in, encrypted user data and automated updates. A wide range of magnificence: Bring business projects to full light with industry leading brightness and viewing angles on a 13.3"" FHD IPS display with optional scratch-resistant Corning® Gorilla® Glass NBT™ touch display. Business class performance - Browse faster using up to core i5 5th gen intel Core processors and experience the performance of Dell's most powerful chromebook. Professional looks and productivity: Thoughtfully designed to be sleek and useful with a carbon fiber lid, dark gray alloy chassis, backlit keyboard, glass track pad and 1080p display. Work on the go: Securely and easily access servers, mirror desktops and improve lifecycle management with Dell unique IP from KACE, SonicWALL (VPN) and Wyse.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +145,29885473,145_29885473,DELL Chromebook 13,DELL Chromebook 13,processor_frequency,2.3 GHz,,,,,,,//icecat.de/en/p/dell/7310-6740/notebooks-13-29885473.html,"The industry’s finest Sleek. Smooth. Strong: The carbon fiber finish with magnesium alloy is light, durable, cool to the touch and designed to impress. The Google ecosystem at your service: Expect Speed - boots in seconds, Simplicity - easy to use and manage, Secure - with virus protection built-in, encrypted user data and automated updates. A wide range of magnificence: Bring business projects to full light with industry leading brightness and viewing angles on a 13.3"" FHD IPS display with optional scratch-resistant Corning® Gorilla® Glass NBT™ touch display. Business class performance - Browse faster using up to core i5 5th gen intel Core processors and experience the performance of Dell's most powerful chromebook. Professional looks and productivity: Thoughtfully designed to be sleek and useful with a carbon fiber lid, dark gray alloy chassis, backlit keyboard, glass track pad and 1080p display. Work on the go: Securely and easily access servers, mirror desktops and improve lifecycle management with Dell unique IP from KACE, SonicWALL (VPN) and Wyse.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +146,30706737,146_30706737,DELL Inspiron 7359,DELL Inspiron 7359,processor_frequency,2.3 GHz,,,,,,,//icecat.de/en/p/dell/wgwy0/notebooks-7359-30706737.html,"Two powerful devices. One elegant design The new Inspiron 13 7000 Series 2-in-1 combines the powerful performance of a premium laptop and the versatility of a 13.3"" tablet with built-in stylus. The best Windows ever meets the best Dell ever. The result? A whole new era of power, performance and productivity. Windows 10 gives you all the features you know from the world’s most popular operating system, plus great improvements you’ll love. Enhance all you do with new Windows 10 features: Start it up - You’ll feel like an expert from the get-go since your Windows Start menu is back in an expanded form.Plus, all your pinned applications will carry over so your experience is familiar, productive and better than ever. The speed you need - Windows 10 starts up and resumes fast with InstaGo so there’s no buffer between you and your to-do list. Even your updates reach you as soon as they are available so you always have the latest and greatest features that are built to keep up with your on-the-go lifestyle.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +146,30213351,146_30213351,DELL Inspiron 7359,DELL Inspiron 7359,processor_frequency,2.5 GHz,,,,,,,//icecat.de/en/p/dell/7359-8577/notebooks-7359-30213351.html,"Two powerful devices. One elegant design The new Inspiron 13 7000 Series 2-in-1 combines the powerful performance of a premium laptop and the versatility of a 13.3"" tablet with built-in stylus. The best Windows ever meets the best Dell ever. The result? A whole new era of power, performance and productivity. Windows 10 gives you all the features you know from the world’s most popular operating system, plus great improvements you’ll love. Enhance all you do with new Windows 10 features: Start it up - You’ll feel like an expert from the get-go since your Windows Start menu is back in an expanded form.Plus, all your pinned applications will carry over so your experience is familiar, productive and better than ever. The speed you need - Windows 10 starts up and resumes fast with InstaGo so there’s no buffer between you and your to-do list. Even your updates reach you as soon as they are available so you always have the latest and greatest features that are built to keep up with your on-the-go lifestyle.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +147,27295351,147_27295351,DELL Latitude E5450,DELL Latitude E5450,processor_frequency,2.2 GHz,,,,,,,//icecat.de/en/p/dell/9g66n/notebooks-E5450-27295351.html,"Built for work. Designed to impress. Thin and light for mobile productivity: Introducing Dell’s thinnest and lightest mainstream laptop yet. With all-day battery life, you can stay productive wherever your work takes you with the Dell Latitude 14 5000 Series. Full features for business professionals: Get the latest generation of Intel® Core™ processors, optional backlit keyboard, and the most options of ports, storage, connectivity and displays of any Latitude. Durability you can depend on: Your Dell Latitude 14 5000 Series is built to last, with spill-proof keyboard and vigorous anodized hinge solution, plus an optional structure enhanced Magnesium display cover for touch models. E-family docking: Work seamlessly with an e-dock and charging solution that is consistent across multi-generations.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +147,30046188,147_30046188,DELL Latitude E5450,DELL Latitude E5450,processor_frequency,2.3 GHz,,,,,,,//icecat.de/en/p/dell/yn9r3/notebooks-E5450-30046188.html,"Built for work. Designed to impress. Thin and light for mobile productivity: Introducing Dell’s thinnest and lightest mainstream laptop yet. With all-day battery life, you can stay productive wherever your work takes you with the Dell Latitude 14 5000 Series. Full features for business professionals: Get the latest generation of Intel® Core™ processors, optional backlit keyboard, and the most options of ports, storage, connectivity and displays of any Latitude. Durability you can depend on: Your Dell Latitude 14 5000 Series is built to last, with spill-proof keyboard and vigorous anodized hinge solution, plus an optional structure enhanced Magnesium display cover for touch models. E-family docking: Work seamlessly with an e-dock and charging solution that is consistent across multi-generations.","Intensität trifft Einfachheit Wenn Sie das ZENBOOK anfassen, wird es Sie mit seinen perfekten Formen, seinem geringen Gewicht und seinen edlen Oberflächenmaterialien berühren. Wenn Sie es aufklappen und es anmachen, wird es Sie packen und nicht mehr loslassen. Die gesamte Bedienung ist darauf ausgerichtet, dass Sie uneingeschränkt und auf einfachste Art immer genau das erleben können, was Sie erleben möchten. Ganz gleich, ob Sie entspannt durchs Web surfen, Entertainment genießen oder mit allen Möglichkeiten von Windows 8 konzentriert arbeiten wollen – mit dem ZENBOOK wird jede Berührung zum Erlebnis. Ohne den richtigen Sound ist Multimedia-Entertainment nur halb so packend. Für das volle Erlebnis und eine Klangqualität, die im Ultrabook™-Bereich Maßstäbe setzt, sorgt im neuen ZENBOOK die exklusive Kooperation von ASUS, Bang & Olufsen® ICEpower® und Waves. Dank speziell designter Lautsprecher und leistungsstarker Audiosoftware klingt jeder Song, jeder Film, jedes Game und jeder Ton so einzigartig umwerfend, dass Sie Ihren Ohren kaum trauen werden.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +148,25977678,148_25977678,Fujitsu LIFEBOOK U745,Fujitsu LIFEBOOK U745,processor_frequency,2.6 GHz,,,,,,,//icecat.de/en/p/fujitsu/vfy-u7450m47bbgb/notebooks-U745-25977678.html,"The FUJITSU Notebook LIFEBOOK U745 is a slim and light Ultrabook™ for professionals supporting optimum mobility for business trips and ergonomics in the office. Its low weight from 1.55 kg combined with a 35.6 cm (14-inch) anti-glare display with touch panel and backlit keyboard options offers you mobile comfort. The 4G/LTE or 3G/UMTS option and the pull-out LAN connector grant you added connectivity. Moreover, an embedded palm vein sensor option guarantees ultimate protection of your data. The common port replicator with the LIFEBOOK E family facilitates workplace sharing; the VGA port allows you to present on demand. ","Das FUJITSU Notebook LIFEBOOK U745 ist ein schlankes und leichtes Ultrabook™ für berufliche Nutzer, das optimale Mobilität auf Geschäftsreisen und Ergonomie im Büro gewährleistet. Das geringe Gewicht ab 1,55 kg in Verbindung mit dem 35,6 cm (14 Zoll)-Anti-Glare-Display mit Touchpanel und der optional beleuchteten Tastatur steigern den Komfort, wenn Sie unterwegs sind. Das optionale 4G/LTE oder 3G/UMTS und der herausziehbare LAN-Stecker sorgen für eine bessere Konnektivität. Darüber hinaus gewährleistet ein optional integrierter Palm-Vein-Sensor den ultimativen Schutz Ihrer Daten. Der gemeinsame Port-Replikator mit der LIFEBOOK E Familie vereinfacht die gemeinsame Nutzung von Arbeitsplätzen, und der VGA-Anschluss ermöglicht Ihnen, bei Bedarf Inhalte zu präsentieren.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +148,25977676,148_25977676,Fujitsu LIFEBOOK U745,Fujitsu LIFEBOOK U745,processor_frequency,2.2 GHz,,,,,,,//icecat.de/en/p/fujitsu/vfy-u7450m45cbgb/notebooks-U745-25977676.html,"The FUJITSU Notebook LIFEBOOK U745 is a slim and light Ultrabook™ for professionals supporting optimum mobility for business trips and ergonomics in the office. Its low weight from 1.55 kg combined with a 35.6 cm (14-inch) anti-glare display with touch panel and backlit keyboard options offers you mobile comfort. The 4G/LTE or 3G/UMTS option and the pull-out LAN connector grant you added connectivity. Moreover, an embedded palm vein sensor option guarantees ultimate protection of your data. The common port replicator with the LIFEBOOK E family facilitates workplace sharing; the VGA port allows you to present on demand. ","Das FUJITSU Notebook LIFEBOOK U745 ist ein schlankes und leichtes Ultrabook™ für berufliche Nutzer, das optimale Mobilität auf Geschäftsreisen und Ergonomie im Büro gewährleistet. Das geringe Gewicht ab 1,55 kg in Verbindung mit dem 35,6 cm (14 Zoll)-Anti-Glare-Display mit Touchpanel und der optional beleuchteten Tastatur steigern den Komfort, wenn Sie unterwegs sind. Das optionale 4G/LTE oder 3G/UMTS und der herausziehbare LAN-Stecker sorgen für eine bessere Konnektivität. Darüber hinaus gewährleistet ein optional integrierter Palm-Vein-Sensor den ultimativen Schutz Ihrer Daten. Der gemeinsame Port-Replikator mit der LIFEBOOK E Familie vereinfacht die gemeinsame Nutzung von Arbeitsplätzen, und der VGA-Anschluss ermöglicht Ihnen, bei Bedarf Inhalte zu präsentieren.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +148,27282150,148_27282150,Fujitsu LIFEBOOK U745,Fujitsu LIFEBOOK U745,processor_frequency,2.1 GHz,,,,,,,//icecat.de/en/p/fujitsu/vfy-u7450m63sbde/notebooks-U745-27282150.html,"The FUJITSU Notebook LIFEBOOK U745 is a slim and light Ultrabook™ for professionals supporting optimum mobility for business trips and ergonomics in the office. Its low weight from 1.55 kg combined with a 35.6 cm (14-inch) anti-glare display with touch panel and backlit keyboard options offers you mobile comfort. The 4G/LTE or 3G/UMTS option and the pull-out LAN connector grant you added connectivity. Moreover, an embedded palm vein sensor option guarantees ultimate protection of your data. The common port replicator with the LIFEBOOK E family facilitates workplace sharing; the VGA port allows you to present on demand. ","Das FUJITSU Notebook LIFEBOOK U745 ist ein schlankes und leichtes Ultrabook™ für berufliche Nutzer, das optimale Mobilität auf Geschäftsreisen und Ergonomie im Büro gewährleistet. Das geringe Gewicht ab 1,55 kg in Verbindung mit dem 35,6 cm (14 Zoll)-Anti-Glare-Display mit Touchpanel und der optional beleuchteten Tastatur steigern den Komfort, wenn Sie unterwegs sind. Das optionale 4G/LTE oder 3G/UMTS und der herausziehbare LAN-Stecker sorgen für eine bessere Konnektivität. Darüber hinaus gewährleistet ein optional integrierter Palm-Vein-Sensor den ultimativen Schutz Ihrer Daten. Der gemeinsame Port-Replikator mit der LIFEBOOK E Familie vereinfacht die gemeinsame Nutzung von Arbeitsplätzen, und der VGA-Anschluss ermöglicht Ihnen, bei Bedarf Inhalte zu präsentieren.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +149,30283566,149_30283566,HP 200 250 G4,HP 200 250 G4,processor_frequency,2 GHz,,,,,,,//icecat.de/en/p/hp/p5t03ea/notebooks-250+G4-30283566.html,"Durable mobile design Rest assured that the HP 250 can keep up with assignments on the run. The durable chassis protects the notebook so it looks as professional as you do. Get connected with the value-priced HP 250 Notebook PC. Complete business tasks with Intel technology, essential multimedia tools and Windows 8.1 loaded on the HP 250. The durable chassis helps protect the notebook from the rigors of the day. HP, a world leader in PCs and touch technology helps equip you with a fully functional notebook ready to connect to all your peripherals and designed to fit the needs of business. HP, a world leader in PCs and touch technology helps equip you with a fully functional notebook ready to connect to all your peripherals and designed to fit the needs of business. ","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +149,28346778,149_28346778,HP 200 250 G4,HP 200 250 G4,processor_frequency,1.6 GHz,,,,,,,//icecat.de/en/p/hp/m9s73ea/notebooks-250+G4-28346778.html,"Durable mobile design Rest assured that the HP 250 can keep up with assignments on the run. The durable chassis protects the notebook so it looks as professional as you do. Get connected with the value-priced HP 250 Notebook PC. Complete business tasks with Intel technology, essential multimedia tools and Windows 8.1 loaded on the HP 250. The durable chassis helps protect the notebook from the rigors of the day. HP, a world leader in PCs and touch technology helps equip you with a fully functional notebook ready to connect to all your peripherals and designed to fit the needs of business. HP, a world leader in PCs and touch technology helps equip you with a fully functional notebook ready to connect to all your peripherals and designed to fit the needs of business. ","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +150,29554292,150_29554292,HP Chromebook 11,HP Chromebook 11,,,,,,,,,,"Processing power Get trusted processing power from an Intel® Celeron® processor2 that quickly launches apps, allows fast web browsing, and efficiently manages battery power. Enhance visual connections during collaboration and group discussions with an optional IPS panel1 for a wide viewing angle. Optimize Google Hangouts and video collaboration with noise suppression software for improved audio clarity. Inspire learning and help elevate productivity to the next level with HP Chromebook 11. Affordable collaboration at school and work has never been so easy with Intel® processors, long battery life, and an optional HD IPS panel.1 The Chrome OS™ delivers a low maintenance highly manageable platform with automatic software updates and virus protection built in. The optional Chrome Management Console1 provides easy and comprehensive web-based management tools.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +151,30983682,151_30983682,HP Chromebook 11,HP Chromebook 11,,,,,,,,,,"Processing power Get trusted processing power from an Intel® Celeron® processor2 that quickly launches apps, allows fast web browsing, and efficiently manages battery power. Enhance visual connections during collaboration and group discussions with an optional IPS panel1 for a wide viewing angle. Optimize Google Hangouts and video collaboration with noise suppression software for improved audio clarity. Inspire learning and help elevate productivity to the next level with HP Chromebook 11. Affordable collaboration at school and work has never been so easy with Intel® processors, long battery life, and an optional HD IPS panel.1 The Chrome OS™ delivers a low maintenance highly manageable platform with automatic software updates and virus protection built in. The optional Chrome Management Console1 provides easy and comprehensive web-based management tools.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +152,27104941,152_27104941,Lenovo Essential B70-80,Lenovo Essential B70-80,processor_frequency,2.2 GHz,,,,,,,//icecat.de/en/p/lenovo/80mr0008ix/notebooks-B70-80-27104941.html,"Multimedia Powerhouse A perfect business companion and desktop replacement, the B70 laptop also delivers great cinema-style multimedia features - a DVD Rambo drive, 2GB of video RAM and Dolby® certified speakers for an immersive surround sound experience. So whether you're catching up on work, gaming or relaxing to your favourite music, the B70 ticks all the boxes. Premium performance, powerful possibilities. With stunning visuals and performance, the new 5th gen Intel® Core™ processor delivers processing power that takes your computing to the next level so that you can work smarter and play harder. Enjoy amazing battery life that keeps you productive on the go so that you don’t have to worry about recharging. That’s serious processing. Only with Intel Inside®. The B70 spares nothing when it comes to robust graphics performance. With up to NVIDIA® GeForce® 920M graphics, you'll encounter enhanced graphics when work demands it, and a vivid gaming and video experience when it’s time for fun.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +152,29810130,152_29810130,Lenovo Essential B70-80,Lenovo Essential B70-80,processor_frequency,1.9 GHz,,,,,,,//icecat.de/en/p/lenovo/80mr00rlge/notebooks-B70-80-29810130.html,"Multimedia Powerhouse A perfect business companion and desktop replacement, the B70 laptop also delivers great cinema-style multimedia features - a DVD Rambo drive, 2GB of video RAM and Dolby® certified speakers for an immersive surround sound experience. So whether you're catching up on work, gaming or relaxing to your favourite music, the B70 ticks all the boxes. Premium performance, powerful possibilities. With stunning visuals and performance, the new 5th gen Intel® Core™ processor delivers processing power that takes your computing to the next level so that you can work smarter and play harder. Enjoy amazing battery life that keeps you productive on the go so that you don’t have to worry about recharging. That’s serious processing. Only with Intel Inside®. The B70 spares nothing when it comes to robust graphics performance. With up to NVIDIA® GeForce® 920M graphics, you'll encounter enhanced graphics when work demands it, and a vivid gaming and video experience when it’s time for fun.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +153,26178487,153_26178487,Lenovo Essential G50-80,Lenovo Essential G50-80,processor_frequency,1.7 GHz,,,,,,,//icecat.de/en/p/lenovo/80l00023ge/notebooks-G50-80-26178487.html,"Epic Sound and Vision Thanks to its stereo speakers with Dolby® Advanced Audio™, and Intel® HD Gaphics, the G50 offers stunning, stutter-free visuals and immersive sound for a fuller, more satisfying home entertainment experience. Optimized for Windows 8.1 features, this touchpad lets you toggle charms and apps, switch between apps, rotate, zoom, and use other functions with various easy swipes and gestures. Featuring a modern look and feel, the acclaimed AccuType keyboard has island-style, ergonomic keys that allow a more fluid, spacious, comfortable, and accurate typing experience than standard keyboard designs. Move data between the G50 and other devices quickly with USB 3.0 SuperSpeed; it's up to ten times faster than previous USB technologies, and it's backward-compatible.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +153,29805122,153_29805122,Lenovo Essential G50-80,Lenovo Essential G50-80,processor_frequency,2.2 GHz,,,,,,,//icecat.de/en/p/lenovo/80e502ufnx/notebooks-G50-80-29805122.html,"Epic Sound and Vision Thanks to its stereo speakers with Dolby® Advanced Audio™, and Intel® HD Gaphics, the G50 offers stunning, stutter-free visuals and immersive sound for a fuller, more satisfying home entertainment experience. Optimized for Windows 8.1 features, this touchpad lets you toggle charms and apps, switch between apps, rotate, zoom, and use other functions with various easy swipes and gestures. Featuring a modern look and feel, the acclaimed AccuType keyboard has island-style, ergonomic keys that allow a more fluid, spacious, comfortable, and accurate typing experience than standard keyboard designs. Move data between the G50 and other devices quickly with USB 3.0 SuperSpeed; it's up to ten times faster than previous USB technologies, and it's backward-compatible.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +153,29805124,153_29805124,Lenovo Essential G50-80,Lenovo Essential G50-80,processor_frequency,2.4 GHz,,,,,,,//icecat.de/en/p/lenovo/80e50350nx/notebooks-G50-80-29805124.html,"Epic Sound and Vision Thanks to its stereo speakers with Dolby® Advanced Audio™, and Intel® HD Gaphics, the G50 offers stunning, stutter-free visuals and immersive sound for a fuller, more satisfying home entertainment experience. Optimized for Windows 8.1 features, this touchpad lets you toggle charms and apps, switch between apps, rotate, zoom, and use other functions with various easy swipes and gestures. Featuring a modern look and feel, the acclaimed AccuType keyboard has island-style, ergonomic keys that allow a more fluid, spacious, comfortable, and accurate typing experience than standard keyboard designs. Move data between the G50 and other devices quickly with USB 3.0 SuperSpeed; it's up to ten times faster than previous USB technologies, and it's backward-compatible.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +154,31980499,154_31980499,Lenovo Yoga 500 14,Lenovo Yoga 500 14,processor_frequency,2.3 GHz,,,,,,,//icecat.de/en/p/lenovo/80r5009tsp/notebooks-Yoga+500+14-31980499.html,"360-Degree Flip-and-Fold Design A PC when you need it, a tablet when you want it, and more. Easily change between four modes — Laptop, Stand, Tent, and Tablet. The secret: Yoga 500's innovative design and touchscreen display, which allows the screen to flip around 360 degrees. That means Yoga 500 adapts to you with four ways to do almost anything. With the blazing-fast 802.11 a/c WiFi option, you'll be able to connect to the internet wherever you go.802.11 a/c WiFi delivers up to 3 times the connection speeds of 802.11 b/g/n. Enjoy a PC with the new Intel® processor. Experience brilliant PC performance as you multitask effortlessly – communicate with friends and family, enjoy entertainment, and get your work done. Get the impressive performance and quality you’ve come to expect with an Intel® processor. That’s serious processing. Only with Intel Inside®.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +154,31266921,154_31266921,Lenovo Yoga 500 14,Lenovo Yoga 500 14,processor_frequency,2 GHz,,,,,,,//icecat.de/en/p/lenovo/80n400tnsp/notebooks-500+14-31266921.html,"360-Degree Flip-and-Fold Design A PC when you need it, a tablet when you want it, and more. Easily change between four modes — Laptop, Stand, Tent, and Tablet. The secret: Yoga 500's innovative design and touchscreen display, which allows the screen to flip around 360 degrees. That means Yoga 500 adapts to you with four ways to do almost anything. With the blazing-fast 802.11 a/c WiFi option, you'll be able to connect to the internet wherever you go.802.11 a/c WiFi delivers up to 3 times the connection speeds of 802.11 b/g/n. Enjoy a PC with the new Intel® processor. Experience brilliant PC performance as you multitask effortlessly – communicate with friends and family, enjoy entertainment, and get your work done. Get the impressive performance and quality you’ve come to expect with an Intel® processor. That’s serious processing. Only with Intel Inside®.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +155,32122450,155_32122450,Lenovo IdeaPad Yoga 500,Lenovo IdeaPad Yoga 500,internal_memory,4 GB,,,,,,,//icecat.de/en/p/lenovo/80r60092ck/notebooks-Yoga+500+15-32122450.html,"360º Flip-and-Fold Design A PC when you need it, a tablet when you want it, and more. Easily change between four modes — Laptop, Stand, Tent, and Tablet. The secret: Yoga 500's unique design and touchscreen display. It allows the screen to flip around 360º, which means you can select the mode you use based on what you choose to Do. Starting at a mere 4.3 lbs and just 2.15cm (0.85) thin, the Yoga 500 is ultra portable — it's perfect for doers on the go. And with up to 8 hours on a standard battery, you can go all day without recharging. Lenovo Harmony adapts to you by intuitively optimizing settings, making app recommendations by mode, and sharing statistics about how you use your device. Built for business. Built for life. Windows 8.1 brings together everything you do across all your devices — whether at home, at work, or on the go.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +155,30149933,155_30149933,Lenovo IdeaPad Yoga 500,Lenovo IdeaPad Yoga 500,internal_memory,8 GB,,,,,,,//icecat.de/en/p/lenovo/80r6002uck/notebooks-Yoga+500+15-30149933.html,"360º Flip-and-Fold Design A PC when you need it, a tablet when you want it, and more. Easily change between four modes — Laptop, Stand, Tent, and Tablet. The secret: Yoga 500's unique design and touchscreen display. It allows the screen to flip around 360º, which means you can select the mode you use based on what you choose to Do. Starting at a mere 4.3 lbs and just 2.15cm (0.85) thin, the Yoga 500 is ultra portable — it's perfect for doers on the go. And with up to 8 hours on a standard battery, you can go all day without recharging. Lenovo Harmony adapts to you by intuitively optimizing settings, making app recommendations by mode, and sharing statistics about how you use your device. Built for business. Built for life. Windows 8.1 brings together everything you do across all your devices — whether at home, at work, or on the go.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +156,32018944,156_32018944,Acer Iconia B1-850,Acer Iconia B1-850,form_factor,Slate,,,,,,,//icecat.de/en/p/acer/nt.lc3eg.001/tablets-B1-850-32018944.html,"Portable charm With a bevy of trendy, eye catching colours to suit any lifestyle and show your personality, this slim and lightweight tablet designed to be travel friendly. Plus its beautifully textured anti-slip finish helps you keep a firm grip wherever you go. Looks sharp and stays sharp. The HD LCD with IPS1 technology brings out every detail of the display from any angle. Put that together with Zero Air Gap technology and you get brighter and crisper images with higher contrast and considerably better visibility in sunlight. A highly effective anti-fingerprint coating reduces messy fingerprints and smudges, and makes the screen much easier to clean. Add to that Acer’s innovative Touch WakeApp which adds new one-touch gestures to both wake the tablet up and pop it right into whatever app you want instant access to.","ERSCHWINGLICHES 39,6 CM (15,6"") NOTEBOOK MIT OPTISCHEM LAUFWERK Arbeiten/spielen, wo immer du gerade bist. Erledige mehr mit den neuesten Prozessoren und Grafikeinheiten. Exzellentes HD-Display, brillanter Stereo-Sound. Einfache Navigation mit innovativem Touchpad. Nahtloser Videochat über HD-Webkamera. Unterwegs DVDs anschauen und Musik hören.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +157,29525342,157_29525342,Asus ZenPad Z170C,Asus ZenPad Z170C,,,,,,,,,,"Portable charm With a bevy of trendy, eye catching colours to suit any lifestyle and show your personality, this slim and lightweight tablet designed to be travel friendly. Plus its beautifully textured anti-slip finish helps you keep a firm grip wherever you go. Looks sharp and stays sharp. The HD LCD with IPS1 technology brings out every detail of the display from any angle. Put that together with Zero Air Gap technology and you get brighter and crisper images with higher contrast and considerably better visibility in sunlight. A highly effective anti-fingerprint coating reduces messy fingerprints and smudges, and makes the screen much easier to clean. Add to that Acer’s innovative Touch WakeApp which adds new one-touch gestures to both wake the tablet up and pop it right into whatever app you want instant access to. ","Gestochen scharfe Videos Sieht scharf aus und bleibt auch scharf. Das HD-LCD mit IPS-Technologie bringt jedes Detail des Displays aus jedem Blickwinkel perfekt zur Geltung. Zusammen mit der Zero Air Gap-Technologie erhalten Sie hellere und schärfere Bilder mit höheren Kontrasten und wesentlich besserer Sichtbarkeit bei Sonnenlicht. Mit Intel Quad-Core-Leistung für Spiele, Videos und Internet liefert Ihnen das Iconia One 8 die Leistung, die Sie benötigen. Einen zusätzlichen Schub erhalten Sie durch die verbesserte Leistung von Android 4.4 und bis zu 7 Stunden Akkuleistung. Die ausgeklügelte Beschichtung gegen Fingerabdrücke reduziert unschöne Fingerabdrücke sowie Verschmutzungen und sorgt für eine einfachere Reinigung des Bildschirms. Hinzu kommt noch die innovative Touch WakeApp von Acer: Mit nur einer Berührung können Sie sowohl das Tablet wieder aktivieren als auch direkt Ihre Lieblings-App öffnen. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +158,29885222,158_29885222,Asus ZenPad Z170C,Asus ZenPad Z170C,,,,,,,,,,"Portable charm With a bevy of trendy, eye catching colours to suit any lifestyle and show your personality, this slim and lightweight tablet designed to be travel friendly. Plus its beautifully textured anti-slip finish helps you keep a firm grip wherever you go. Looks sharp and stays sharp. The HD LCD with IPS1 technology brings out every detail of the display from any angle. Put that together with Zero Air Gap technology and you get brighter and crisper images with higher contrast and considerably better visibility in sunlight. A highly effective anti-fingerprint coating reduces messy fingerprints and smudges, and makes the screen much easier to clean. Add to that Acer’s innovative Touch WakeApp which adds new one-touch gestures to both wake the tablet up and pop it right into whatever app you want instant access to. ","Gestochen scharfe Videos Sieht scharf aus und bleibt auch scharf. Das HD-LCD mit IPS-Technologie bringt jedes Detail des Displays aus jedem Blickwinkel perfekt zur Geltung. Zusammen mit der Zero Air Gap-Technologie erhalten Sie hellere und schärfere Bilder mit höheren Kontrasten und wesentlich besserer Sichtbarkeit bei Sonnenlicht. Mit Intel Quad-Core-Leistung für Spiele, Videos und Internet liefert Ihnen das Iconia One 8 die Leistung, die Sie benötigen. Einen zusätzlichen Schub erhalten Sie durch die verbesserte Leistung von Android 4.4 und bis zu 7 Stunden Akkuleistung. Die ausgeklügelte Beschichtung gegen Fingerabdrücke reduziert unschöne Fingerabdrücke sowie Verschmutzungen und sorgt für eine einfachere Reinigung des Bildschirms. Hinzu kommt noch die innovative Touch WakeApp von Acer: Mit nur einer Berührung können Sie sowohl das Tablet wieder aktivieren als auch direkt Ihre Lieblings-App öffnen. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +159,29885260,159_29885260,Asus ZenPad Z370C,Asus ZenPad Z370C,internal_memory,2 GB,,,,,,,//icecat.de/en/p/asus/90np01w3-m01060/tablets-Z370C-1L039A-29885260.html,"Fashion-inspired design The design of ASUS ZenPad 7.0 carries modern influences and a simple, clean look that gives it a universal and stylish appeal. These elements are inspired by our Zen design philosophy of balancing beauty and strength. ASUS ZenPad 7.0 is a 7-inch tablet with a 72% screen-to-body ratio — an incredible engineering achievement made possible by reducing the bezel width to the bare minimum. Intelligent contrast enhancement analyzes and optimizes each pixel in an image before it is reproduced, rendering more detail in the highlights and shadows to reveal the true beauty in your pictures. Dramatically-enhanced detail for sharper, more lifelike images. ASUS ZenPad 7.0’s PixelMaster camera captures stunning, high-resolution photos. PixelMaster Camera comes with best technology that combines software and optical design to deliver incredible images.",Großartige Aussichten Das ZenPad 7.0 ist ein besonders kompaktes 7-Zoll-Tablet mit einem besonders schmalen Rahmen. Das Display dominiert nahezu die gesamte Frontseite. Wesentlich bei einem Tablet ist vor allem eines: das Display. Aus diesem Grund wurde beim 7“ 16:10 WXGA (1280 x 800) VisualMaster-Display des ZenPad 7.0 besonderes Augenmerk auf die Qualität gelegt. Exklusive Technologien sorgen für eine sichtbar natürlichere und farbbrillantere Darstellung. Die Tru2Life Kontrast-Optimierung analysiert jeden einzelnen Pixel eines Bildes vor der Wiedergabe und stimmt helle und dunkle Bereiche automatisch ideal aufeinander ab.,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +159,29885269,159_29885269,Asus ZenPad Z370C,Asus ZenPad Z370C,internal_memory,8 GB,,,,,,,//icecat.de/en/p/asus/90np01w3-m01090/tablets-Z370C-1L040A-29885269.html,"Fashion-inspired design The design of ASUS ZenPad 7.0 carries modern influences and a simple, clean look that gives it a universal and stylish appeal. These elements are inspired by our Zen design philosophy of balancing beauty and strength. ASUS ZenPad 7.0 is a 7-inch tablet with a 72% screen-to-body ratio — an incredible engineering achievement made possible by reducing the bezel width to the bare minimum. Intelligent contrast enhancement analyzes and optimizes each pixel in an image before it is reproduced, rendering more detail in the highlights and shadows to reveal the true beauty in your pictures. Dramatically-enhanced detail for sharper, more lifelike images. ASUS ZenPad 7.0’s PixelMaster camera captures stunning, high-resolution photos. PixelMaster Camera comes with best technology that combines software and optical design to deliver incredible images.",Großartige Aussichten Das ZenPad 7.0 ist ein besonders kompaktes 7-Zoll-Tablet mit einem besonders schmalen Rahmen. Das Display dominiert nahezu die gesamte Frontseite. Wesentlich bei einem Tablet ist vor allem eines: das Display. Aus diesem Grund wurde beim 7“ 16:10 WXGA (1280 x 800) VisualMaster-Display des ZenPad 7.0 besonderes Augenmerk auf die Qualität gelegt. Exklusive Technologien sorgen für eine sichtbar natürlichere und farbbrillantere Darstellung. Die Tru2Life Kontrast-Optimierung analysiert jeden einzelnen Pixel eines Bildes vor der Wiedergabe und stimmt helle und dunkle Bereiche automatisch ideal aufeinander ab.,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +160,29533301,160_29533301,Asus ZenPad Z370C-1A,Asus ZenPad Z370C-1A,,,,,,,,,//icecat.de/en/p/asus/z370c-1l048a/tablets-Z370C-1L048A-29533301.html,"Fashion-inspired design The design of ASUS ZenPad 7.0 carries modern influences and a simple, clean look that gives it a universal and stylish appeal. These elements are inspired by our Zen design philosophy of balancing beauty and strength. ASUS ZenPad 7.0 is a 7-inch tablet with a 72% screen-to-body ratio — an incredible engineering achievement made possible by reducing the bezel width to the bare minimum. Intelligent contrast enhancement analyzes and optimizes each pixel in an image before it is reproduced, rendering more detail in the highlights and shadows to reveal the true beauty in your pictures. Dramatically-enhanced detail for sharper, more lifelike images. ASUS ZenPad 7.0’s PixelMaster camera captures stunning, high-resolution photos. PixelMaster Camera comes with best technology that combines software and optical design to deliver incredible images.",Großartige Aussichten Das ZenPad 7.0 ist ein besonders kompaktes 7-Zoll-Tablet mit einem besonders schmalen Rahmen. Das Display dominiert nahezu die gesamte Frontseite. Wesentlich bei einem Tablet ist vor allem eines: das Display. Aus diesem Grund wurde beim 7“ 16:10 WXGA (1280 x 800) VisualMaster-Display des ZenPad 7.0 besonderes Augenmerk auf die Qualität gelegt. Exklusive Technologien sorgen für eine sichtbar natürlichere und farbbrillantere Darstellung. Die Tru2Life Kontrast-Optimierung analysiert jeden einzelnen Pixel eines Bildes vor der Wiedergabe und stimmt helle und dunkle Bereiche automatisch ideal aufeinander ab.,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +161,29533300,161_29533300,Asus ZenPad Z370C-1A,Asus ZenPad Z370C-1A,,,,,,,,,//icecat.de/en/p/asus/z370c-1b045a/tablets-Z370C-1B045A-29533300.html,"Bigger while smaller ASUS ZenPad 7.0 is a 7-inch tablet with a body that’s as small as that of a traditional 7-inch device. This incredible engineering achievement was made possible by reducing the bezel width to the bare minimum, giving ASUS ZenPad 7.0 a remarkable 72% screen-to-body ratio. ASUS VisualMaster is a suite of exclusive visual enhancement technologies that combine hardware and software to optimize all aspects of the display — including contrast, sharpness, color, clarity, and brightness — resulting in an incredibly realistic viewing experience. With ASUS VisualMaster, it’s just like being there. ASUS Audio Cover is an entertainment accessory that brings cinematic, 5.1-channel surround sound to ASUS ZenPad 7.0. DTS-HD Premium Sound and SonicMaster technology provide further enhancement, ensuring the ultimate audio experience on ASUS ZenPad 7.0.",Großartige Aussichten Das ZenPad 7.0 ist ein besonders kompaktes 7-Zoll-Tablet mit einem besonders schmalen Rahmen. Das Display dominiert nahezu die gesamte Frontseite. Wesentlich bei einem Tablet ist vor allem eines: das Display. Aus diesem Grund wurde beim 7“ 16:10 WXGA (1280 x 800) VisualMaster-Display des ZenPad 7.0 besonderes Augenmerk auf die Qualität gelegt. Exklusive Technologien sorgen für eine sichtbar natürlichere und farbbrillantere Darstellung. Die Tru2Life Kontrast-Optimierung analysiert jeden einzelnen Pixel eines Bildes vor der Wiedergabe und stimmt helle und dunkle Bereiche automatisch ideal aufeinander ab.,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +162,29533299,162_29533299,Asus ZenPad Z370C-1A,Asus ZenPad Z370C-1A,,,,,,,,,//icecat.de/en/p/asus/z370c-1a054a/tablets-Z370C-1A054A-29533299.html,"Bigger while smaller ASUS ZenPad 7.0 is a 7-inch tablet with a body that’s as small as that of a traditional 7-inch device. This incredible engineering achievement was made possible by reducing the bezel width to the bare minimum, giving ASUS ZenPad 7.0 a remarkable 72% screen-to-body ratio. ASUS VisualMaster is a suite of exclusive visual enhancement technologies that combine hardware and software to optimize all aspects of the display — including contrast, sharpness, color, clarity, and brightness — resulting in an incredibly realistic viewing experience. With ASUS VisualMaster, it’s just like being there. ASUS Audio Cover is an entertainment accessory that brings cinematic, 5.1-channel surround sound to ASUS ZenPad 7.0. DTS-HD Premium Sound and SonicMaster technology provide further enhancement, ensuring the ultimate audio experience on ASUS ZenPad 7.0.",Großartige Aussichten Das ZenPad 7.0 ist ein besonders kompaktes 7-Zoll-Tablet mit einem besonders schmalen Rahmen. Das Display dominiert nahezu die gesamte Frontseite. Wesentlich bei einem Tablet ist vor allem eines: das Display. Aus diesem Grund wurde beim 7“ 16:10 WXGA (1280 x 800) VisualMaster-Display des ZenPad 7.0 besonderes Augenmerk auf die Qualität gelegt. Exklusive Technologien sorgen für eine sichtbar natürlichere und farbbrillantere Darstellung. Die Tru2Life Kontrast-Optimierung analysiert jeden einzelnen Pixel eines Bildes vor der Wiedergabe und stimmt helle und dunkle Bereiche automatisch ideal aufeinander ab.,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +163,29728850,163_29728850,Asus ZenPad Z380C-1B,Asus ZenPad Z380C-1B,,,,,,,,,//icecat.de/en/p/asus/90np0221-m01320/tablets-Z380C-1A038A-29728850.html,"Bigger while smaller ASUS ZenPad 8.0 is an 8-inch tablet with a 76.5% screen-to-body ratio — an incredible engineering achievement made possible by reducing the bezel width to the bare minimum. ASUS VisualMaster is a suite of exclusive visual enhancement technologies that combine hardware and software to optimize all aspects of the display — including contrast, sharpness, color, clarity, and brightness — resulting in an incredibly realistic viewing experience. With ASUS VisualMaster, it’s just like being there. ASUS Audio Cover is an entertainment accessory that brings cinematic, 5.1-channel surround sound to ASUS ZenPad 8.0. DTS-HD Premium Sound and SonicMaster technology provide further enhancement, ensuring the ultimate audio experience on ASUS ZenPad 8.0. Intelligent contrast enhancement analyzes and optimizes each pixel in an image before it is reproduced, rendering more detail in the highlights and shadows to reveal the true beauty in your pictures.","ASUS VisualMaster IPS-Display Wesentlich bei einem Tablet ist vor allem eines: das Display. Aus diesem Grund wurde beim 8“ 16:10 WXGA (1280 x 800) VisualMaster-Display des ZenPad 8.0 besonderes Augenmerk auf die Qualität gelegt. Exklusive Technologien sorgen für eine sichtbar natürlichere und farbbrillantere Darstellung. Die Tru2Life Kontrast-Optimierung analysiert jeden einzelnen Pixel eines Bildes vor der Wiedergabe und stimmt helle und dunkle Bereiche automatisch ideal aufeinander ab. Das ASUS ZenPad 8.0 folgt, wie der Name verspricht, der ASUS ZEN-Designphilosophie. Es ist elegant, dünn, leicht und durchdacht - gleichzeitig setzt es mit seinem Clutchbag-Look und der Möglichkeit die Rückschale auszutauschen einzigartige Akzente.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +164,29565390,164_29565390,Asus ZenPad Z380C-1B,Asus ZenPad Z380C-1B,,,,,,,,,//icecat.de/en/p/asus/90np0222-m01870/tablets-Z380C-1B055A-29565390.html,"Bigger while smaller ASUS ZenPad 8.0 is an 8-inch tablet with a 76.5% screen-to-body ratio — an incredible engineering achievement made possible by reducing the bezel width to the bare minimum. ASUS VisualMaster is a suite of exclusive visual enhancement technologies that combine hardware and software to optimize all aspects of the display — including contrast, sharpness, color, clarity, and brightness — resulting in an incredibly realistic viewing experience. With ASUS VisualMaster, it’s just like being there. ASUS Audio Cover is an entertainment accessory that brings cinematic, 5.1-channel surround sound to ASUS ZenPad 8.0. DTS-HD Premium Sound and SonicMaster technology provide further enhancement, ensuring the ultimate audio experience on ASUS ZenPad 8.0. Intelligent contrast enhancement analyzes and optimizes each pixel in an image before it is reproduced, rendering more detail in the highlights and shadows to reveal the true beauty in your pictures.","ASUS VisualMaster IPS-Display Wesentlich bei einem Tablet ist vor allem eines: das Display. Aus diesem Grund wurde beim 8“ 16:10 WXGA (1280 x 800) VisualMaster-Display des ZenPad 8.0 besonderes Augenmerk auf die Qualität gelegt. Exklusive Technologien sorgen für eine sichtbar natürlichere und farbbrillantere Darstellung. Die Tru2Life Kontrast-Optimierung analysiert jeden einzelnen Pixel eines Bildes vor der Wiedergabe und stimmt helle und dunkle Bereiche automatisch ideal aufeinander ab. Das ASUS ZenPad 8.0 folgt, wie der Name verspricht, der ASUS ZEN-Designphilosophie. Es ist elegant, dünn, leicht und durchdacht - gleichzeitig setzt es mit seinem Clutchbag-Look und der Möglichkeit die Rückschale auszutauschen einzigartige Akzente.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +165,29879507,165_29879507,Asus ZenPad Z580CA,Asus ZenPad Z580CA,internal_storage_capacity,64 GB,,,,,,,//icecat.de/en/p/asus/90np01m1-m00660/tablets-Z580CA-1A027A-29879507.html,"Fashion-inspired design The design of ASUS ZenPad S 8.0 carries modern influences and a simple, clean look that gives it a universal and stylish appeal. These elements are inspired by our Zen design philosophy of balancing beauty and strength. ASUS ZenPad S 8.0 is an 8-inch tablet that is only 6.6mm thin, weighs just 298g, and has a 74% screen-to-body ratio — an incredible engineering achievement made possible by reducing the bezel width to the bare minimum. Intelligent contrast enhancement analyzes and optimizes each pixel in an image before it is reproduced, rendering more detail in the highlights and shadows to reveal the true beauty in your pictures. ASUS ZenPad S 8.0 is equipped with ASUS Tru2Life+ technology, which improves video with fast action scenes — such as sports — by increasing the screen refresh rate, resulting in reduced blur and smooth, detailed motion.","Großartige Aussichten Das ZenPad S 8.0 ist ein besonders kompaktes, wunderbar leichtes 8-Zoll-Tablet, mit einem besonders schmalen Rahmen. Das exzellente 2K-Display dominiert nahezu die gesamte Frontseite. Bis zu 4 GB Arbeitsspeicher, schnelles ac-WLAN, das 8“ IPS-Display mit beeindruckender 2K-Auflösung und nicht zuletzt der enorm leistungsfähige Intel® Atom™ Z3580* 64-Bit Quad-Core Prozessor inklusive kraftvoller PowerVR-Grafik sorgen für kompromissloses Tablet-Computing. Für Entertainment vom Feinsten und Tablet-Sound der Extraklasse bietet das ZenPad S 8.0 DTS-HD Premium Sound – powered by ASUS SonicMaster. Erhältlich in drei aufregenden Farben und für passgenauen Schutz mit praktischer Stand-Funktionalität gibt es das ultradünne und hochrobuste TriCover als Originalzubehör für das ZenPad S 8.0. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +165,29879528,165_29879528,Asus ZenPad Z580CA,Asus ZenPad Z580CA,internal_storage_capacity,32 GB,,,,,,,//icecat.de/en/p/asus/90np01m1-m00990/tablets-Z580CA-1A046A-29879528.html,"Fashion-inspired design The design of ASUS ZenPad S 8.0 carries modern influences and a simple, clean look that gives it a universal and stylish appeal. These elements are inspired by our Zen design philosophy of balancing beauty and strength. ASUS ZenPad S 8.0 is an 8-inch tablet that is only 6.6mm thin, weighs just 298g, and has a 74% screen-to-body ratio — an incredible engineering achievement made possible by reducing the bezel width to the bare minimum. Intelligent contrast enhancement analyzes and optimizes each pixel in an image before it is reproduced, rendering more detail in the highlights and shadows to reveal the true beauty in your pictures. ASUS ZenPad S 8.0 is equipped with ASUS Tru2Life+ technology, which improves video with fast action scenes — such as sports — by increasing the screen refresh rate, resulting in reduced blur and smooth, detailed motion.","Großartige Aussichten Das ZenPad S 8.0 ist ein besonders kompaktes, wunderbar leichtes 8-Zoll-Tablet, mit einem besonders schmalen Rahmen. Das exzellente 2K-Display dominiert nahezu die gesamte Frontseite. Bis zu 4 GB Arbeitsspeicher, schnelles ac-WLAN, das 8“ IPS-Display mit beeindruckender 2K-Auflösung und nicht zuletzt der enorm leistungsfähige Intel® Atom™ Z3580* 64-Bit Quad-Core Prozessor inklusive kraftvoller PowerVR-Grafik sorgen für kompromissloses Tablet-Computing. Für Entertainment vom Feinsten und Tablet-Sound der Extraklasse bietet das ZenPad S 8.0 DTS-HD Premium Sound – powered by ASUS SonicMaster. Erhältlich in drei aufregenden Farben und für passgenauen Schutz mit praktischer Stand-Funktionalität gibt es das ultradünne und hochrobuste TriCover als Originalzubehör für das ZenPad S 8.0. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +166,30230575,166_30230575,Asus ZenPad Z580CA-1B,Asus ZenPad Z580CA-1B,internal_storage_capacity,64 GB,,,,,,,//icecat.de/en/p/asus/90np01m2-m01130/tablets-Z580CA-1B035A-30230575.html,"Fashion-inspired design The design of ASUS ZenPad S 8.0 carries modern influences and a simple, clean look that gives it a universal and stylish appeal. These elements are inspired by our Zen design philosophy of balancing beauty and strength. ASUS VisualMaster is a suite of exclusive visual enhancement technologies that combine hardware and software to optimize all aspects of the display — including contrast, sharpness, color, clarity, and brightness — resulting in an incredibly realistic viewing experience. With ASUS VisualMaster, it’s just like being there. ASUS ZenPad S 8.0 is equipped with ASUS Tru2Life+ technology, which improves video with fast action scenes — such as sports — by increasing the screen refresh rate, resulting in reduced blur and smooth, detailed motion.","Leistung für heute und morgen Bis zu 4 GB Arbeitsspeicher, schnelles ac-WLAN, das 8“ IPS-Display mit beeindruckender 2K-Auflösung und nicht zuletzt der enorm leistungsfähige Intel® Atom™ Z3580* 64-Bit Quad-Core Prozessor inklusive kraftvoller PowerVR-Grafik sorgen für kompromissloses Tablet-Computing. Das ZenPad S 8.0 ist ein besonders kompaktes, wunderbar leichtes 8-Zoll-Tablet, mit einem besonders schmalen Rahmen. Das exzellente 2K-Display dominiert nahezu die gesamte Frontseite. Bis zu 4 GB Arbeitsspeicher, schnelles ac-WLAN, das 8“ IPS-Display mit beeindruckender 2K-Auflösung und nicht zuletzt der enorm leistungsfähige Intel® Atom™ Z3580* 64-Bit Quad-Core Prozessor inklusive kraftvoller PowerVR-Grafik sorgen für kompromissloses Tablet-Computing. Für Entertainment vom Feinsten und Tablet-Sound der Extraklasse bietet das ZenPad S 8.0 DTS-HD Premium Sound – powered by ASUS SonicMaster.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +166,29565389,166_29565389,Asus ZenPad Z580CA-1B,Asus ZenPad Z580CA-1B,internal_storage_capacity,32 GB,,,,,,,//icecat.de/en/p/asus/90np01m2-m00760/tablets-Z580CA-1B024A-29565389.html,"Fashion-inspired design The design of ASUS ZenPad S 8.0 carries modern influences and a simple, clean look that gives it a universal and stylish appeal. These elements are inspired by our Zen design philosophy of balancing beauty and strength. ASUS VisualMaster is a suite of exclusive visual enhancement technologies that combine hardware and software to optimize all aspects of the display — including contrast, sharpness, color, clarity, and brightness — resulting in an incredibly realistic viewing experience. With ASUS VisualMaster, it’s just like being there. ASUS ZenPad S 8.0 is equipped with ASUS Tru2Life+ technology, which improves video with fast action scenes — such as sports — by increasing the screen refresh rate, resulting in reduced blur and smooth, detailed motion.","Leistung für heute und morgen Bis zu 4 GB Arbeitsspeicher, schnelles ac-WLAN, das 8“ IPS-Display mit beeindruckender 2K-Auflösung und nicht zuletzt der enorm leistungsfähige Intel® Atom™ Z3580* 64-Bit Quad-Core Prozessor inklusive kraftvoller PowerVR-Grafik sorgen für kompromissloses Tablet-Computing. Das ZenPad S 8.0 ist ein besonders kompaktes, wunderbar leichtes 8-Zoll-Tablet, mit einem besonders schmalen Rahmen. Das exzellente 2K-Display dominiert nahezu die gesamte Frontseite. Bis zu 4 GB Arbeitsspeicher, schnelles ac-WLAN, das 8“ IPS-Display mit beeindruckender 2K-Auflösung und nicht zuletzt der enorm leistungsfähige Intel® Atom™ Z3580* 64-Bit Quad-Core Prozessor inklusive kraftvoller PowerVR-Grafik sorgen für kompromissloses Tablet-Computing. Für Entertainment vom Feinsten und Tablet-Sound der Extraklasse bietet das ZenPad S 8.0 DTS-HD Premium Sound – powered by ASUS SonicMaster.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +167,30375366,167_30375366,HP Elite x2 1012 G1,HP Elite x2 1012 G1,internal_storage_capacity,512 GB,,,,,,,//icecat.de/en/p/hp/l5h05ea/notebooks-Elite+x2+1012+G1-30375366.html,"Mobility and style without compromise Strikingly thin and elegant, the Elite x2 1012 is a 2 in 1 for the mobile workforce and executives who want no compromises when it comes to enterprise-class power, durability, optional LTE connectivity4 and productivity on the go, in a stylish design. Stunning IT friendly design. Elite x2 1012 incorporates Elite global enterprise-class security and manageability features, enterprise-class durability, on-site serviceability,2 global sku availability and support across 180 countries. At your desk or on the road, meet the specific needs of your work day with the included HP Active Pen with App Launch that uses Wacom technology. Accessorize to boost your efficiency. Add optional enterprise docking solutions3 and advanced keyboards.","Mobilität und Design ohne Kompromisse Das auffallend schlanke und elegante 2-in-1-Tablet Elite x2 1012 eignet sich optimal für mobile Mitarbeiter und Führungskräfte, die Wert auf erstklassige Leistung, Haltbarkeit, optionale LTE-Technologie 4 und Produktivität unterwegs sowie ein ansprechendes Design legen. Erfüllen Sie am Schreibtisch oder unterwegs die spezifischen Anforderungen Ihres Arbeitstages mit dem im Lieferumfang enthaltenen HP Active-Stift mit App Launch, der die Wacom-Technologie verwendet. Steigern Sie mit diesem Zubehör Ihre Produktivität. Nutzen Sie zudem die optionalen Unternehmens-Dockinglösungen3 und Tastaturerweiterungen. Erleben Sie mit dem HP Elite x2 1012 Eleganz und Leistung, die Sie nicht erwarten. Dieses getestete 2-in-1-Tablet mit präzisionsgefertigten Tastaturen ist ein schlankes und leichtes Kraftpaket für höchste Qualitätsstandards im Unternehmen. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +167,30375364,167_30375364,HP Elite x2 1012 G1,HP Elite x2 1012 G1,internal_storage_capacity,256 GB,,,,,,,//icecat.de/en/p/hp/l5h04ea/notebooks-Elite+x2+1012+G1-30375364.html,"Mobility and style without compromise Strikingly thin and elegant, the Elite x2 1012 is a 2 in 1 for the mobile workforce and executives who want no compromises when it comes to enterprise-class power, durability, optional LTE connectivity4 and productivity on the go, in a stylish design. Stunning IT friendly design. Elite x2 1012 incorporates Elite global enterprise-class security and manageability features, enterprise-class durability, on-site serviceability,2 global sku availability and support across 180 countries. At your desk or on the road, meet the specific needs of your work day with the included HP Active Pen with App Launch that uses Wacom technology. Accessorize to boost your efficiency. Add optional enterprise docking solutions3 and advanced keyboards.","Mobilität und Design ohne Kompromisse Das auffallend schlanke und elegante 2-in-1-Tablet Elite x2 1012 eignet sich optimal für mobile Mitarbeiter und Führungskräfte, die Wert auf erstklassige Leistung, Haltbarkeit, optionale LTE-Technologie 4 und Produktivität unterwegs sowie ein ansprechendes Design legen. Erfüllen Sie am Schreibtisch oder unterwegs die spezifischen Anforderungen Ihres Arbeitstages mit dem im Lieferumfang enthaltenen HP Active-Stift mit App Launch, der die Wacom-Technologie verwendet. Steigern Sie mit diesem Zubehör Ihre Produktivität. Nutzen Sie zudem die optionalen Unternehmens-Dockinglösungen3 und Tastaturerweiterungen. Erleben Sie mit dem HP Elite x2 1012 Eleganz und Leistung, die Sie nicht erwarten. Dieses getestete 2-in-1-Tablet mit präzisionsgefertigten Tastaturen ist ein schlankes und leichtes Kraftpaket für höchste Qualitätsstandards im Unternehmen. ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +168,29379693,168_29379693,HP ElitePad 1000 G2,HP ElitePad 1000 G2,internal_storage_capacity,128 GB,,,,,,,//icecat.de/en/p/hp/h9x49ea/tablets-1000+G2-29379693.html,"Powerful productivity. Take the next step in productivity with the HP ElitePad 1000 G2 Tablet equipped with a 64-bit Intel® processor and the features you need to stay productive in the office or on the go. Control wireless connection, including optional worldwide 4G LTE,1 with HP Connection Manager. Dual cameras help you collaborate or capture the moment. Work the way that suits you best. The ElitePad 1000 G2 supports touch, pen or voice-based input. More than a tablet—a total business solution. The elegant and sleek HP ElitePad 1000 G2 has the performance and flexibility to transform the way you work. Redefine productivity and stay light with the confidence of the leading manageability, security, and support you expect from HP.","Zum Lernen konzipiert Profitieren Sie von sofortiger Einsatzfähigkeit mit den neuen HP School Pack Tools und Inhalten zur Unterstützung neuer Lernmethoden, darunter HP Classroom Manager, mit dem Lehrer das Klassenzimmer steuern, Klassen-PCs verwalten und mit Schülern kommunizieren können. Erzielen Sie ein 1:1-Lernerlebnis und steigern Sie das Engagement der Schüler mit diesem Android™-Tablet, das speziell für Schulen entwickelt wurde. Das zuverlässige und robuste HP Pro Tablet 10 EE umfasst Lerntools und flexible Konnektivitätsoptionen für ein Lernerlebnis über das Klassenzimmer hinweg. Darüber hinaus unterstützen professionelle Support- und Serviceleistungen das Lehrpersonal bei der Einbindung neuer IT-Komponenten.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +168,21844742,168_21844742,HP ElitePad 1000 G2,HP ElitePad 1000 G2,internal_storage_capacity,64 GB,,,,,,,//icecat.de/en/p/hp/g5f94aw/tablets-1000+G2-21844742.html,"Powerful productivity. Take the next step in productivity with the HP ElitePad 1000 G2 Tablet equipped with a 64-bit Intel® processor and the features you need to stay productive in the office or on the go. Control wireless connection, including optional worldwide 4G LTE,1 with HP Connection Manager. Dual cameras help you collaborate or capture the moment. Work the way that suits you best. The ElitePad 1000 G2 supports touch, pen or voice-based input. More than a tablet—a total business solution. The elegant and sleek HP ElitePad 1000 G2 has the performance and flexibility to transform the way you work. Redefine productivity and stay light with the confidence of the leading manageability, security, and support you expect from HP.","Zum Lernen konzipiert Profitieren Sie von sofortiger Einsatzfähigkeit mit den neuen HP School Pack Tools und Inhalten zur Unterstützung neuer Lernmethoden, darunter HP Classroom Manager, mit dem Lehrer das Klassenzimmer steuern, Klassen-PCs verwalten und mit Schülern kommunizieren können. Erzielen Sie ein 1:1-Lernerlebnis und steigern Sie das Engagement der Schüler mit diesem Android™-Tablet, das speziell für Schulen entwickelt wurde. Das zuverlässige und robuste HP Pro Tablet 10 EE umfasst Lerntools und flexible Konnektivitätsoptionen für ein Lernerlebnis über das Klassenzimmer hinweg. Darüber hinaus unterstützen professionelle Support- und Serviceleistungen das Lehrpersonal bei der Einbindung neuer IT-Komponenten.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +169,25880805,169_25880805,HP Slate 10 Pro EE,HP Slate 10 Pro EE,,,,,,,,,//icecat.de/en/p/hp/l2j96aa/tablets-0889296097754-HP-Slate-10-Pro-10-EE-G1-32GB-Grey-25880805.html,"Let tablet Improve 1:1 learning and elevate student engagement with the Android™ tablet built for schools. The mobility and durability of the HP Pro Slate 10 EE includes learning tools and flexible connectivity to expand education beyond the walls of the classroom, plus professional support and services to help educators confidently incorporate new IT. ","Für Schulen entwickelt Stellen Sie ein Tablet bereit, das speziell für die hohen Anforderungen im Schulalltag entwickelt wurde und dank Intel® Quad-Core-Prozessor, einem entspiegelten HD Touch-Display mit 25,65 cm (10 Zoll) Diagonale und Handschriftunterstützung (mit optimalem Eingabestift) ein 1:1-Lernerlebnis zu einem erschwinglichen Preis bietet. Erzielen Sie ein 1:1-Lernerlebnis und steigern Sie das Engagement der Schüler mit diesem Android™-Tablet, das speziell für Schulen entwickelt wurde. Das zuverlässige und robuste HP Pro Tablet 10 EE umfasst Lerntools und flexible Konnektivitätsoptionen für ein Lernerlebnis über das Klassenzimmer hinweg. Darüber hinaus unterstützen professionelle Support- und Serviceleistungen das Lehrpersonal bei der Einbindung neuer IT-Komponenten.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +170,28516206,170_28516206,HP Pro Tablet 608 G1,HP Pro Tablet 608 G1,internal_storage_capacity,128 GB,,,,,,,//icecat.de/en/p/hp/h9x41ea/tablets-608+G1-28516206.html,"Create efficiencies with mobile solutions Tailor your experience to the needs of your business with a keyboard, cases, portable docking station and more to customize your tablet. Transform your business with this small stylish business tablet equipped with a brilliant, high definition display and the pervasive connectivity to mobilize most any business process. Choose from an expansive choice of accessories for a customized experience. Get business-class security and manageability options on the HP Pro Tablet 608 with HP Client Security, HP Touchpoint Manager and more. ","Zum Lernen konzipiert Profitieren Sie von sofortiger Einsatzfähigkeit mit den neuen HP School Pack Tools und Inhalten zur Unterstützung neuer Lernmethoden, darunter HP Classroom Manager, mit dem Lehrer das Klassenzimmer steuern, Klassen-PCs verwalten und mit Schülern kommunizieren können. Erzielen Sie ein 1:1-Lernerlebnis und steigern Sie das Engagement der Schüler mit diesem Android™-Tablet, das speziell für Schulen entwickelt wurde. Das zuverlässige und robuste HP Pro Tablet 10 EE umfasst Lerntools und flexible Konnektivitätsoptionen für ein Lernerlebnis über das Klassenzimmer hinweg. Darüber hinaus unterstützen professionelle Support- und Serviceleistungen das Lehrpersonal bei der Einbindung neuer IT-Komponenten.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +170,28549472,170_28549472,HP Pro Tablet 608 G1,HP Pro Tablet 608 G1,internal_storage_capacity,64 GB,,,,,,,//icecat.de/en/p/hp/h9x40ea-abh/tablets-608+G1-28549472.html,"Create efficiencies with mobile solutions Tailor your experience to the needs of your business with a keyboard, cases, portable docking station and more to customize your tablet. Transform your business with this small stylish business tablet equipped with a brilliant, high definition display and the pervasive connectivity to mobilize most any business process. Choose from an expansive choice of accessories for a customized experience. Get business-class security and manageability options on the HP Pro Tablet 608 with HP Client Security, HP Touchpoint Manager and more. ","Zum Lernen konzipiert Profitieren Sie von sofortiger Einsatzfähigkeit mit den neuen HP School Pack Tools und Inhalten zur Unterstützung neuer Lernmethoden, darunter HP Classroom Manager, mit dem Lehrer das Klassenzimmer steuern, Klassen-PCs verwalten und mit Schülern kommunizieren können. Erzielen Sie ein 1:1-Lernerlebnis und steigern Sie das Engagement der Schüler mit diesem Android™-Tablet, das speziell für Schulen entwickelt wurde. Das zuverlässige und robuste HP Pro Tablet 10 EE umfasst Lerntools und flexible Konnektivitätsoptionen für ein Lernerlebnis über das Klassenzimmer hinweg. Darüber hinaus unterstützen professionelle Support- und Serviceleistungen das Lehrpersonal bei der Einbindung neuer IT-Komponenten.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +171,27262160,171_27262160,Lenovo TAB 2 A10,Lenovo TAB 2 A10,,,,,,,,,//de.icecat.biz/en/p/lenovo/za000049de/tablets-0889233451984-A10-70-27262160.html,"Be Immersed. You'll get the best audio experience the A Series line has to offer with the TAB 2 A10's exclusive multi-speaker sound bar. And, available exclusively on 8"" and 10"" TAB 2 models is Dolby Atmos® Cinematic Moving Audio. This unique technology delivers a profound audio experience that seemingly wraps itself around you Enjoy a surround sound-like experience and incredible multimedia immersion all on-the-go with the TAB 2 A8. Work, play, watch, or just tap away on the TAB 2 A10's Full HD (1920 x 1200) IPS display. IPS technology makes it easy to share what you're viewing with friends, and with an ultra-thin, high-transparent touchscreen, every image appears closer, clearer, and sharper. Carry the TAB 2 A10 wherever you go. It's incredibly light at just over a pound, and slim enough that you can store it just about anywhere for convenient mobility. The TAB 2 A10 is easy to keep by your side wherever life takes you. So when you need it, you’ll be reading, listening to music, watching videos, or surfing the Web, all in a snap.","Fesselndes Klangerlebnis Eine Soundbar mit mehreren Lautsprechern und Dolby Atmos® Cinematic Moving Audio sorgen für fesselnden Sound, der von allen Seiten zu kommen scheint. In Verbindung mit dem brillanten Full HD-Display ist das TAB 2 A10-70 das perfekte Tablet für Gaming und Multimedia. Für hohe Rechenleistung und flüssige Darstellung ist das TAB 2 A10-70 mit einem schnellen 64-Bit-Quad-Core-Prozessor ausgestattet. Der 7.000-mAh-Akku ermöglicht bis zu 10 Stunden unterbrechungsfreien Betrieb. Nutze dein Tablet einen ganzen Tag lang ohne aufzuladen. Das handliche TAB 2 A10-70 ist nicht einmal 9 mm dick. Wähle aus zwei verschiedenen Farben – Pearl White und Midnight Blue – das Modell, das am besten zu deinem Lebensstil passt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +172,29801891,172_29801891,Lenovo Yoga Tablet 3,Lenovo Yoga Tablet 3,,,,,,,,,//icecat.de/en/p/lenovo/za0a0010de/tablets-3+8-29801891.html,"IMMERSIVE AUDIO The YOGA Tab 3 8 delivers rich home theater sound that you will not experience on any other tablet. The two integrated front-facing speakers and powerfully immersive Dolby Atmos® sound give louder, clearer and dynamic audio… even without headphones! The YOGA Tab 3 8 keeps going and going with its outstanding battery life. With up to 20 hours on one charge, it’s enough to watch two series of your favorite TV show back to back. Scroll through recipes while you cook, check your social feeds while you eat, and watch movies while you work out. The unique kickstand works in four ways to Stand, Tilt, Hold or even Hang the YOGA Tab 3 8 to a way that suits you.","Fesselndes Klangerlebnis Eine Soundbar mit mehreren Lautsprechern und Dolby Atmos® Cinematic Moving Audio sorgen für fesselnden Sound, der von allen Seiten zu kommen scheint. In Verbindung mit dem brillanten Full HD-Display ist das TAB 2 A10-70 das perfekte Tablet für Gaming und Multimedia. Für hohe Rechenleistung und flüssige Darstellung ist das TAB 2 A10-70 mit einem schnellen 64-Bit-Quad-Core-Prozessor ausgestattet. Der 7.000-mAh-Akku ermöglicht bis zu 10 Stunden unterbrechungsfreien Betrieb. Nutze dein Tablet einen ganzen Tag lang ohne aufzuladen. Das handliche TAB 2 A10-70 ist nicht einmal 9 mm dick. Wähle aus zwei verschiedenen Farben – Pearl White und Midnight Blue – das Modell, das am besten zu deinem Lebensstil passt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +173,26973306,173_26973306,Samsung Galaxy Tab A SM-T550N,Samsung Galaxy Tab A SM-T550N,,,,,,,,,,"IMMERSIVE AUDIO The YOGA Tab 3 8 delivers rich home theater sound that you will not experience on any other tablet. The two integrated front-facing speakers and powerfully immersive Dolby Atmos® sound give louder, clearer and dynamic audio… even without headphones! The YOGA Tab 3 8 keeps going and going with its outstanding battery life. With up to 20 hours on one charge, it’s enough to watch two series of your favorite TV show back to back. Scroll through recipes while you cook, check your social feeds while you eat, and watch movies while you work out. The unique kickstand works in four ways to Stand, Tilt, Hold or even Hang the YOGA Tab 3 8 to a way that suits you.","Fesselndes Klangerlebnis Eine Soundbar mit mehreren Lautsprechern und Dolby Atmos® Cinematic Moving Audio sorgen für fesselnden Sound, der von allen Seiten zu kommen scheint. In Verbindung mit dem brillanten Full HD-Display ist das TAB 2 A10-70 das perfekte Tablet für Gaming und Multimedia. Für hohe Rechenleistung und flüssige Darstellung ist das TAB 2 A10-70 mit einem schnellen 64-Bit-Quad-Core-Prozessor ausgestattet. Der 7.000-mAh-Akku ermöglicht bis zu 10 Stunden unterbrechungsfreien Betrieb. Nutze dein Tablet einen ganzen Tag lang ohne aufzuladen. Das handliche TAB 2 A10-70 ist nicht einmal 9 mm dick. Wähle aus zwei verschiedenen Farben – Pearl White und Midnight Blue – das Modell, das am besten zu deinem Lebensstil passt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +174,27253016,174_27253016,Samsung Galaxy Tab A SM-T550N,Samsung Galaxy Tab A SM-T550N,,,,,,,,,,"IMMERSIVE AUDIO The YOGA Tab 3 8 delivers rich home theater sound that you will not experience on any other tablet. The two integrated front-facing speakers and powerfully immersive Dolby Atmos® sound give louder, clearer and dynamic audio… even without headphones! The YOGA Tab 3 8 keeps going and going with its outstanding battery life. With up to 20 hours on one charge, it’s enough to watch two series of your favorite TV show back to back. Scroll through recipes while you cook, check your social feeds while you eat, and watch movies while you work out. The unique kickstand works in four ways to Stand, Tilt, Hold or even Hang the YOGA Tab 3 8 to a way that suits you.","Fesselndes Klangerlebnis Eine Soundbar mit mehreren Lautsprechern und Dolby Atmos® Cinematic Moving Audio sorgen für fesselnden Sound, der von allen Seiten zu kommen scheint. In Verbindung mit dem brillanten Full HD-Display ist das TAB 2 A10-70 das perfekte Tablet für Gaming und Multimedia. Für hohe Rechenleistung und flüssige Darstellung ist das TAB 2 A10-70 mit einem schnellen 64-Bit-Quad-Core-Prozessor ausgestattet. Der 7.000-mAh-Akku ermöglicht bis zu 10 Stunden unterbrechungsfreien Betrieb. Nutze dein Tablet einen ganzen Tag lang ohne aufzuladen. Das handliche TAB 2 A10-70 ist nicht einmal 9 mm dick. Wähle aus zwei verschiedenen Farben – Pearl White und Midnight Blue – das Modell, das am besten zu deinem Lebensstil passt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +175,26564922,175_26564922,Samsung Galaxy Tab A SM-T550N 16 GB,Samsung Galaxy Tab A SM-T550N 16 GB,internal_storage_capacity,16 GB,,,,,,,//icecat.de/en/p/samsung/sm-t550nzka/tablets-SM-T550N-26564922.html,"Do Two Things at Once Make the most out of your tablet time with advanced multitasking tools. Easily open two apps side by side so you can flip through your photos while browsing online. Check social media and your social calendar at the same time. With Multi Window™ on the Galaxy Tab A, you can do more, faster. Kids Mode gives parents peace of mind while providing a colorful, engaging place for kids to play. Easily manage what your kids access and how long they spend using it, all while keeping your own documents private. Available for free from Samsung Galaxy Essentials™, Kids Mode keeps your content—and more importantly, your kids— safe and secure. Connecting your Samsung devices is easier than ever. With Samsung SideSync 3.0 and Quick Connect™, you can share content and work effortlessly between your Samsung tablet, smartphone and personal computer.","Schlankes und modernes Design Das 7,5 mm schlanke Gehäuse verleiht dem Samsung Galaxy Tab A (9.7, Wi-Fi) seine leichte Grazilität, die erkennen lässt wie bequem und griffig es in der Hand gehalten werden kann. Auch das Verstauen fällt dadurch leicht und Sie können es überall hin mitnehmen. Zudem überzeugt das Samsung Galaxy Tab A (9.7, Wi-Fi) mit seiner eleganten Form, den abgerundeten Kanten und den metallisch schimmernden Oberflächen. Dieses Design kombiniert für Ihren mobilen Alltag flexible Portabilität mit einer dem Auge schmeichelnden Optik. Gleich zwei integrierte Kameras sorgen beim Samsung Galaxy Tab A (9.7, Wi-Fi) dafür, dass Sie Ihre Erinnerungen als Foto oder Video festhalten können. Die 5 Megapixel-Hauptkamera hat einen Autofokus, der für knackig scharfe Aufnahmen sorgt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +175,26935356,175_26935356,Samsung Galaxy Tab A SM-T550N 32 GB,Samsung Galaxy Tab A SM-T550N 32 GB,internal_storage_capacity,32 GB,,,,,,,//icecat.de/en/p/samsung/sm-t550nzkaphn/tablets-SM-T550N-26935356.html,"Do Two Things at Once Make the most out of your tablet time with advanced multitasking tools. Easily open two apps side by side so you can flip through your photos while browsing online. Check social media and your social calendar at the same time. With Multi Window™ on the Galaxy Tab A, you can do more, faster. Kids Mode gives parents peace of mind while providing a colorful, engaging place for kids to play. Easily manage what your kids access and how long they spend using it, all while keeping your own documents private. Available for free from Samsung Galaxy Essentials™, Kids Mode keeps your content—and more importantly, your kids— safe and secure. Connecting your Samsung devices is easier than ever. With Samsung SideSync 3.0 and Quick Connect™, you can share content and work effortlessly between your Samsung tablet, smartphone and personal computer.","Schlankes und modernes Design Das 7,5 mm schlanke Gehäuse verleiht dem Samsung Galaxy Tab A (9.7, Wi-Fi) seine leichte Grazilität, die erkennen lässt wie bequem und griffig es in der Hand gehalten werden kann. Auch das Verstauen fällt dadurch leicht und Sie können es überall hin mitnehmen. Zudem überzeugt das Samsung Galaxy Tab A (9.7, Wi-Fi) mit seiner eleganten Form, den abgerundeten Kanten und den metallisch schimmernden Oberflächen. Dieses Design kombiniert für Ihren mobilen Alltag flexible Portabilität mit einer dem Auge schmeichelnden Optik. Gleich zwei integrierte Kameras sorgen beim Samsung Galaxy Tab A (9.7, Wi-Fi) dafür, dass Sie Ihre Erinnerungen als Foto oder Video festhalten können. Die 5 Megapixel-Hauptkamera hat einen Autofokus, der für knackig scharfe Aufnahmen sorgt.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +176,29209306,176_29209306,Samsung Galaxy Tab E SM-T560 8 GB,Samsung Galaxy Tab E SM-T560 8 GB,internal_storage_capacity,8 GB,,,,,,,//icecat.de/en/p/samsung/sm-t560nzkabtu/tablets-SM-T560-29209306.html,"Do Two Things at Once Make the most out of your tablet time with advanced multitasking tools. Easily open two apps side by side so you can flip through your photos while browsing online. Check social media and your social calendar at the same time. With Multi Window™ on the Galaxy Tab A, you can do more, faster. Kids Mode gives parents peace of mind while providing a colorful, engaging place for kids to play. Easily manage what your kids access and how long they spend using it, all while keeping your own documents private. Available for free from Samsung Galaxy Essentials™, Kids Mode keeps your content—and more importantly, your kids— safe and secure. Connecting your Samsung devices is easier than ever. With Samsung SideSync 3.0 and Quick Connect™, you can share content and work effortlessly between your Samsung tablet, smartphone and personal computer.","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +176,29381409,176_29381409,Samsung Galaxy Tab E SM-T560 16 GB,Samsung Galaxy Tab E SM-T560 16 GB,internal_storage_capacity,16 GB,,,,,,,//icecat.de/en/p/samsung/sm-t560nzkaphn/tablets-SM-T560-29381409.html,"Do Two Things at Once Make the most out of your tablet time with advanced multitasking tools. Easily open two apps side by side so you can flip through your photos while browsing online. Check social media and your social calendar at the same time. With Multi Window™ on the Galaxy Tab A, you can do more, faster. Kids Mode gives parents peace of mind while providing a colorful, engaging place for kids to play. Easily manage what your kids access and how long they spend using it, all while keeping your own documents private. Available for free from Samsung Galaxy Essentials™, Kids Mode keeps your content—and more importantly, your kids— safe and secure. Connecting your Samsung devices is easier than ever. With Samsung SideSync 3.0 and Quick Connect™, you can share content and work effortlessly between your Samsung tablet, smartphone and personal computer.","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +176,29536449,176_29536449,Samsung Galaxy Tab E SM-T560 32 GB,Samsung Galaxy Tab E SM-T560 32 GB,internal_storage_capacity,32 GB,,,,,,,//icecat.de/en/p/samsung/sm-t560nzka/tablets-SM-T560-29536449.html,"Do Two Things at Once Make the most out of your tablet time with advanced multitasking tools. Easily open two apps side by side so you can flip through your photos while browsing online. Check social media and your social calendar at the same time. With Multi Window™ on the Galaxy Tab A, you can do more, faster. Kids Mode gives parents peace of mind while providing a colorful, engaging place for kids to play. Easily manage what your kids access and how long they spend using it, all while keeping your own documents private. Available for free from Samsung Galaxy Essentials™, Kids Mode keeps your content—and more importantly, your kids— safe and secure. Connecting your Samsung devices is easier than ever. With Samsung SideSync 3.0 and Quick Connect™, you can share content and work effortlessly between your Samsung tablet, smartphone and personal computer.","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +177,24867659,177_24867659,Samsung Galaxy Tab Active 8.0 8 GB,Samsung Galaxy Tab Active 8.0,internal_storage_capacity,8 GB,,,,,,,//icecat.de/en/p/samsung/sm-t365nngabtu/tablets-8.0-24867659.html,"Water and Dust Resistance (IP67) Keep working continuously in virtually any environment with IP67 environmental sealing that protects against damage from water and dust. Gain toughness and stability without sacrificing a premium design with 9.75-mm thickness(without cover) and a 393-gram light weight with rugged reinforcement. Don’t worry about drops or impacts in active business environments. With its included cover, Samsung Galaxy Tab Active is designed to handle drops of up to 1.2 meters with protective cover (3.9 feet). Save time on communications and work process management with easy NFC device pairing and tag reading. A 3.1-megapixel (MP) Auto Focus (AF) camera with a Flash feature enables easy, efficient barcode scanning to facilitate communication and workflow. ","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +177,24422865,177_24422865,Samsung Galaxy Tab Active 8.0 16 GB,Samsung Galaxy Tab Active 8.0,internal_storage_capacity,16 GB,,,,,,,//icecat.de/en/p/samsung/sm-t365nnga/tablets-8806086421799-Samsung-Galaxy-Tab-Active-8-0-16GB-3G-4G-Titanium-24422865.html,"Water and Dust Resistance (IP67) Keep working continuously in virtually any environment with IP67 environmental sealing that protects against damage from water and dust. Gain toughness and stability without sacrificing a premium design with 9.75-mm thickness(without cover) and a 393-gram light weight with rugged reinforcement. Don’t worry about drops or impacts in active business environments. With its included cover, Samsung Galaxy Tab Active is designed to handle drops of up to 1.2 meters with protective cover (3.9 feet). Save time on communications and work process management with easy NFC device pairing and tag reading. A 3.1-megapixel (MP) Auto Focus (AF) camera with a Flash feature enables easy, efficient barcode scanning to facilitate communication and workflow. ","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +177,25913296,177_25913296,Samsung Galaxy Tab Active 8.0 32 GB,Samsung Galaxy Tab Active 8.0,internal_storage_capacity,32 GB,,,,,,,//icecat.de/en/p/samsung/sm-t365nngaxez/tablets-8806086550444-Samsung-Galaxy-Tab-Active-SM-T365-16GB-3G-4G-Titanium-25913296.html,"Water and Dust Resistance (IP67) Keep working continuously in virtually any environment with IP67 environmental sealing that protects against damage from water and dust. Gain toughness and stability without sacrificing a premium design with 9.75-mm thickness(without cover) and a 393-gram light weight with rugged reinforcement. Don’t worry about drops or impacts in active business environments. With its included cover, Samsung Galaxy Tab Active is designed to handle drops of up to 1.2 meters with protective cover (3.9 feet). Save time on communications and work process management with easy NFC device pairing and tag reading. A 3.1-megapixel (MP) Auto Focus (AF) camera with a Flash feature enables easy, efficient barcode scanning to facilitate communication and workflow. ","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +178,29658415,178_29658415,Samsung Galaxy Tab S2 SM-T715,Samsung Galaxy Tab S2 SM-T715,,,,,,,,,,"Enjoy greater flexibility ...than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go. The Galaxy Tab S2’s 4:3 ratio display is optimised for magazine reading and web use. Switch to Reading Mode to adjust screen brightness and change wallpaper - create an ideal eBook reading environment designed to reduce the strain on your eyes. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. ","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +179,29658416,179_29658416,Samsung Galaxy Tab S2 SM-T715,Samsung Galaxy Tab S2 SM-T715,,,,,,,,,,"Enjoy greater flexibility ...than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go. The Galaxy Tab S2’s 4:3 ratio display is optimised for magazine reading and web use. Switch to Reading Mode to adjust screen brightness and change wallpaper - create an ideal eBook reading environment designed to reduce the strain on your eyes. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. ","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +180,32127058,180_32127058,Samsung Galaxy Tab S2 SM-T813,Samsung Galaxy Tab S2 SM-T813,,,,,,,,,,"Enjoy greater flexibility ...than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go. The Galaxy Tab S2’s 4:3 ratio display is optimised for magazine reading and web use. Switch to Reading Mode to adjust screen brightness and change wallpaper - create an ideal eBook reading environment designed to reduce the strain on your eyes. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. ","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +181,31995510,181_31995510,Samsung Galaxy Tab S2 SM-T813,Samsung Galaxy Tab S2 SM-T813,,,,,,,,,,"Enjoy greater flexibility ...than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go. The Galaxy Tab S2’s 4:3 ratio display is optimised for magazine reading and web use. Switch to Reading Mode to adjust screen brightness and change wallpaper - create an ideal eBook reading environment designed to reduce the strain on your eyes. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. ","Powerful Performance Beim Samsung Galaxy Tab A (9.7, Wi-Fi) sorgt ein 1,2 GHz Quad-Core-Prozessor, der 1,5 GB Arbeitsspeicher und die aktuellste Android™-Plattform 5.0 zusammen mit einer vereinfachten Nutzeroberfläche und dem neuen Displayformat für seine hohe Leistungsfähigkeit. Genießen Sie den direkten Zugang zu vielfältigen Multimedia-Inhalten wie Filme, Musik und Internet in atemberaubender Geschwindigkeit. Das Display des Samsung Galaxy Tab A (9.7, Wi-Fi) hat ein Seitenverhältnis von 4:3 und dadurch gegenüber einem Display im Format 16:10 bei gleicher Breite eine größere Anzeigefläche. Den Vorteil bemerken Sie, wenn Sie gerne lesen. Auf Webseiten wird mehr angezeigt und Sie müssen weniger scrollen. Bei E-Books fallen formatbedingte Leerflächen weg und werden stattdessen für eine angenehm vergrößerte Darstellung verwendet. Auch beim Lesen und Verfassen von E-Mails und Chats haben Sie einfach mehr Text im Blick, auch dann wenn die Tastatur eingeblendet ist.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +182,30345097,182_30345097,Samsung Galaxy View SM-T670,Samsung Galaxy View SM-T670,,,,,,,,,,"Enjoy greater flexibility ...than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go. The Galaxy Tab S2’s 4:3 ratio display is optimised for magazine reading and web use. Switch to Reading Mode to adjust screen brightness and change wallpaper - create an ideal eBook reading environment designed to reduce the strain on your eyes. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. ","Ihre Streaming-Videothek Per WLAN Verbindung erhalten Sie Zugang zu einer riesigen Auswahl an Streaming-Inhalten. Wählen Sie aus zahlreichen Anbietern wie z.B. Netflix oder Maxdome aus und nutzen Sie YouTube™ sowie die Mediatheken vieler TV-Sender. Mit dem Galaxy View bleiben Sie über die Family Square-App auch mit Ihrer Familie und Ihren Freunden in Kontakt. Teilen Sie im Handumdrehen Fotos, Videos oder handschriftliche Notizen. Zusammen mit dem integrierten Standfuß des Samsung Galaxy View haben Sie die Möglichkeit zwei unterschiedliche Betrachtungswinkel einzustellen. Nutzen Sie die aufrechte Position, wenn Sie vor dem Display sitzen und einen Film anschauen wollen. Die flache Position eignet sich sowohl zur Bedienung beim Surfen oder bei den Office-Anwendungen, als auch wenn Sie darauf hinabblicken, z.B. wenn das Tablet auf der Küchenarbeitsplatte liegt und sie Sie ein Kochvideo nachzaubern.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +183,21811723,183_21811723,Sony Xperia SGP512E1,Sony Xperia SGP512E1,,,,,,,,,,"Enjoy greater flexibility ...than ever before with the Galaxy Tab S2. Remarkably slim and ultra-lightweight, use this device to take your e-books, photos, videos and work-related files with you wherever you need to go. The Galaxy Tab S2’s 4:3 ratio display is optimised for magazine reading and web use. Switch to Reading Mode to adjust screen brightness and change wallpaper - create an ideal eBook reading environment designed to reduce the strain on your eyes. Get greater security with convenient and accurate fingerprint functionality. Activate fingerprint lock by pressing the home button. Use fingerprint verification to restrict / allow access to your web browser, screen lock mode and your Samsung account. ","Ihre Streaming-Videothek Per WLAN Verbindung erhalten Sie Zugang zu einer riesigen Auswahl an Streaming-Inhalten. Wählen Sie aus zahlreichen Anbietern wie z.B. Netflix oder Maxdome aus und nutzen Sie YouTube™ sowie die Mediatheken vieler TV-Sender. Mit dem Galaxy View bleiben Sie über die Family Square-App auch mit Ihrer Familie und Ihren Freunden in Kontakt. Teilen Sie im Handumdrehen Fotos, Videos oder handschriftliche Notizen. Zusammen mit dem integrierten Standfuß des Samsung Galaxy View haben Sie die Möglichkeit zwei unterschiedliche Betrachtungswinkel einzustellen. Nutzen Sie die aufrechte Position, wenn Sie vor dem Display sitzen und einen Film anschauen wollen. Die flache Position eignet sich sowohl zur Bedienung beim Surfen oder bei den Office-Anwendungen, als auch wenn Sie darauf hinabblicken, z.B. wenn das Tablet auf der Küchenarbeitsplatte liegt und sie Sie ein Kochvideo nachzaubern.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +184,17365820,184_17365820,Canon LEGRIA HF G25,Canon LEGRIA HF G25,internal_storage_capacity,8 GB,,,,,,,//icecat.de/en/p/canon/8063b004/camcorders-HF+G25-17365820.html,"Image Stabilization Technology With four types of Intelligent Image Stabilization technology the HF R606 will give you sharp videos every time. Capture those moments you cherish. You will never miss those special moments with the LEGRIA HF R606. Featuring advanced baby mode you can capture footage just before recording starts, to ensure you don’t miss your baby’s first steps. Parents can register up to three children and track their growth over the years. With Intelligent IS and an advanced DIGIC DV4 processor, capture those moments you cherish with the HF R606. Register up to three infants and easily capture and personalize moments as they grow up. The HFR606 will automatically pan out to help you relocate your subject, before zooming in again. ","Zoomobjektiv mit besonders großem Weitwinkel Die WG-5 GPS verfügt über ein 4-faches optisches Zoomobjektiv. Der Brennweitenbereich beginnt bereits bei 25 mm (entsprechend zum KB-Format) und bietet somit einen besonderen Aufnahmewinkel, der im Zusammenspiel mit einem der zahlreichen Kamerahalter tolle Per-spektiven ermöglicht. Mit der 100 mm Brennweite (entsprechend zum KB-Format) gelingen spannende Detailbilder. Der Nahaufnahmemodus ermöglicht faszinierende Fotos im Makrobereich. Mit einem Abstand von gerade mal 1 cm gelingen völlig neue Sichtweisen von Pflanzen, Insekten und vielen anderen kleinen Motiven. Ein im Lieferumfang enthaltener Makroring sorgt für die präzise Einhaltung des Aufnahmeabstands von 1 cm.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +184,17494387,184_17494387,Canon LEGRIA HF G25,Canon LEGRIA HF G25,internal_storage_capacity,16 GB,,,,,,,//icecat.de/en/p/canon/8063b011/camcorders-HF+G25-17494387.html,"Image Stabilization Technology With four types of Intelligent Image Stabilization technology the HF R606 will give you sharp videos every time. Capture those moments you cherish. You will never miss those special moments with the LEGRIA HF R606. Featuring advanced baby mode you can capture footage just before recording starts, to ensure you don’t miss your baby’s first steps. Parents can register up to three children and track their growth over the years. With Intelligent IS and an advanced DIGIC DV4 processor, capture those moments you cherish with the HF R606. Register up to three infants and easily capture and personalize moments as they grow up. The HFR606 will automatically pan out to help you relocate your subject, before zooming in again. ","Zoomobjektiv mit besonders großem Weitwinkel Die WG-5 GPS verfügt über ein 4-faches optisches Zoomobjektiv. Der Brennweitenbereich beginnt bereits bei 25 mm (entsprechend zum KB-Format) und bietet somit einen besonderen Aufnahmewinkel, der im Zusammenspiel mit einem der zahlreichen Kamerahalter tolle Per-spektiven ermöglicht. Mit der 100 mm Brennweite (entsprechend zum KB-Format) gelingen spannende Detailbilder. Der Nahaufnahmemodus ermöglicht faszinierende Fotos im Makrobereich. Mit einem Abstand von gerade mal 1 cm gelingen völlig neue Sichtweisen von Pflanzen, Insekten und vielen anderen kleinen Motiven. Ein im Lieferumfang enthaltener Makroring sorgt für die präzise Einhaltung des Aufnahmeabstands von 1 cm.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +184,17560323,184_17560323,Canon LEGRIA HF G25,Canon LEGRIA HF G25,internal_storage_capacity,32 GB,,,,,,,//icecat.de/en/p/canon/8063b012/camcorders-HF+G25-17560323.html,"Image Stabilization Technology With four types of Intelligent Image Stabilization technology the HF R606 will give you sharp videos every time. Capture those moments you cherish. You will never miss those special moments with the LEGRIA HF R606. Featuring advanced baby mode you can capture footage just before recording starts, to ensure you don’t miss your baby’s first steps. Parents can register up to three children and track their growth over the years. With Intelligent IS and an advanced DIGIC DV4 processor, capture those moments you cherish with the HF R606. Register up to three infants and easily capture and personalize moments as they grow up. The HFR606 will automatically pan out to help you relocate your subject, before zooming in again. ","Zoomobjektiv mit besonders großem Weitwinkel Die WG-5 GPS verfügt über ein 4-faches optisches Zoomobjektiv. Der Brennweitenbereich beginnt bereits bei 25 mm (entsprechend zum KB-Format) und bietet somit einen besonderen Aufnahmewinkel, der im Zusammenspiel mit einem der zahlreichen Kamerahalter tolle Per-spektiven ermöglicht. Mit der 100 mm Brennweite (entsprechend zum KB-Format) gelingen spannende Detailbilder. Der Nahaufnahmemodus ermöglicht faszinierende Fotos im Makrobereich. Mit einem Abstand von gerade mal 1 cm gelingen völlig neue Sichtweisen von Pflanzen, Insekten und vielen anderen kleinen Motiven. Ein im Lieferumfang enthaltener Makroring sorgt für die präzise Einhaltung des Aufnahmeabstands von 1 cm.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +185,25904533,185_25904533,Canon LEGRIA HF R606,Canon LEGRIA HF R606,,,,,,,,,,"Image Stabilization Technology With four types of Intelligent Image Stabilization technology the HF R606 will give you sharp videos every time. Capture those moments you cherish. You will never miss those special moments with the LEGRIA HF R606. Featuring advanced baby mode you can capture footage just before recording starts, to ensure you don’t miss your baby’s first steps. Parents can register up to three children and track their growth over the years. With Intelligent IS and an advanced DIGIC DV4 processor, capture those moments you cherish with the HF R606. With four types of Intelligent Image Stabilization technology the HF R606 will give you sharp videos every time. The HFR606 will automatically pan out to help you relocate your subject, before zooming in again. Slow motion images can be recorded at a speed down to 1/2x and fast motion images up to 1200x.","Zoomobjektiv mit besonders großem Weitwinkel Die WG-5 GPS verfügt über ein 4-faches optisches Zoomobjektiv. Der Brennweitenbereich beginnt bereits bei 25 mm (entsprechend zum KB-Format) und bietet somit einen besonderen Aufnahmewinkel, der im Zusammenspiel mit einem der zahlreichen Kamerahalter tolle Per-spektiven ermöglicht. Mit der 100 mm Brennweite (entsprechend zum KB-Format) gelingen spannende Detailbilder. Der Nahaufnahmemodus ermöglicht faszinierende Fotos im Makrobereich. Mit einem Abstand von gerade mal 1 cm gelingen völlig neue Sichtweisen von Pflanzen, Insekten und vielen anderen kleinen Motiven. Ein im Lieferumfang enthaltener Makroring sorgt für die präzise Einhaltung des Aufnahmeabstands von 1 cm.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +186,25904506,186_25904506,Canon LEGRIA HF R606,Canon LEGRIA HF R606,,,,,,,,,,"Image Stabilization Technology With four types of Intelligent Image Stabilization technology the HF R606 will give you sharp videos every time. Capture those moments you cherish. You will never miss those special moments with the LEGRIA HF R606. Featuring advanced baby mode you can capture footage just before recording starts, to ensure you don’t miss your baby’s first steps. Parents can register up to three children and track their growth over the years. With Intelligent IS and an advanced DIGIC DV4 processor, capture those moments you cherish with the HF R606. With four types of Intelligent Image Stabilization technology the HF R606 will give you sharp videos every time. The HFR606 will automatically pan out to help you relocate your subject, before zooming in again. Slow motion images can be recorded at a speed down to 1/2x and fast motion images up to 1200x.","Zoomobjektiv mit besonders großem Weitwinkel Die WG-5 GPS verfügt über ein 4-faches optisches Zoomobjektiv. Der Brennweitenbereich beginnt bereits bei 25 mm (entsprechend zum KB-Format) und bietet somit einen besonderen Aufnahmewinkel, der im Zusammenspiel mit einem der zahlreichen Kamerahalter tolle Per-spektiven ermöglicht. Mit der 100 mm Brennweite (entsprechend zum KB-Format) gelingen spannende Detailbilder. Der Nahaufnahmemodus ermöglicht faszinierende Fotos im Makrobereich. Mit einem Abstand von gerade mal 1 cm gelingen völlig neue Sichtweisen von Pflanzen, Insekten und vielen anderen kleinen Motiven. Ein im Lieferumfang enthaltener Makroring sorgt für die präzise Einhaltung des Aufnahmeabstands von 1 cm.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +187,26306352,187_26306352,Ricoh WG-5 GPS,Ricoh WG-5 GPS,,,,,,,,,,"Superior depiction and mobility. Superior image depiction under extreme conditions. The new WG-5 GPS. The camera has superior brightness with the folded optic zoom lens and is equipped with a high-performance 4.0x optical zoom lens of maximum aperture 2.0. Since the lens is bright, the sensitivity is suppressed even when shooting with the same shutter speed and allows recording in high image quality in dark scenes. [Auto Picture Mode] The camera automatically recognizes scenes and sets an optimal shooting mode. You can capture beautiful photos through automatic camera operations.","Zoomobjektiv mit besonders großem Weitwinkel Die WG-5 GPS verfügt über ein 4-faches optisches Zoomobjektiv. Der Brennweitenbereich beginnt bereits bei 25 mm (entsprechend zum KB-Format) und bietet somit einen besonderen Aufnahmewinkel, der im Zusammenspiel mit einem der zahlreichen Kamerahalter tolle Per-spektiven ermöglicht. Mit der 100 mm Brennweite (entsprechend zum KB-Format) gelingen spannende Detailbilder. Der Nahaufnahmemodus ermöglicht faszinierende Fotos im Makrobereich. Mit einem Abstand von gerade mal 1 cm gelingen völlig neue Sichtweisen von Pflanzen, Insekten und vielen anderen kleinen Motiven. Ein im Lieferumfang enthaltener Makroring sorgt für die präzise Einhaltung des Aufnahmeabstands von 1 cm.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +188,26306353,188_26306353,Ricoh WG-5 GPS,Ricoh WG-5 GPS,,,,,,,,,,"Superior depiction and mobility. Superior image depiction under extreme conditions. The new WG-5 GPS. The camera has superior brightness with the folded optic zoom lens and is equipped with a high-performance 4.0x optical zoom lens of maximum aperture 2.0. Since the lens is bright, the sensitivity is suppressed even when shooting with the same shutter speed and allows recording in high image quality in dark scenes. [Auto Picture Mode] The camera automatically recognizes scenes and sets an optimal shooting mode. You can capture beautiful photos through automatic camera operations.","Zoomobjektiv mit besonders großem Weitwinkel Die WG-5 GPS verfügt über ein 4-faches optisches Zoomobjektiv. Der Brennweitenbereich beginnt bereits bei 25 mm (entsprechend zum KB-Format) und bietet somit einen besonderen Aufnahmewinkel, der im Zusammenspiel mit einem der zahlreichen Kamerahalter tolle Per-spektiven ermöglicht. Mit der 100 mm Brennweite (entsprechend zum KB-Format) gelingen spannende Detailbilder. Der Nahaufnahmemodus ermöglicht faszinierende Fotos im Makrobereich. Mit einem Abstand von gerade mal 1 cm gelingen völlig neue Sichtweisen von Pflanzen, Insekten und vielen anderen kleinen Motiven. Ein im Lieferumfang enthaltener Makroring sorgt für die präzise Einhaltung des Aufnahmeabstands von 1 cm.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +189,30150732,189_30150732,Ricoh Theta,Ricoh Theta,,,,,,,,,,"High-spec model that captures the 360° world in spectacular beauty. Beauty as far as the eye can see, and a breathtaking sense of presence making you feel you are ""right there, right now"". From still images to long movies (max. 25 minutes long), record your memories in a vivid, high resolution 360° world. The new RICOH THETA S gives you even higher quality and performance. RICOH THETA S enables 25 minutes continuous shooting with 30fps.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +190,25111746,190_25111746,Ricoh Theta,Ricoh Theta,,,,,,,,,,"High-spec model that captures the 360° world in spectacular beauty. Beauty as far as the eye can see, and a breathtaking sense of presence making you feel you are ""right there, right now"". From still images to long movies (max. 25 minutes long), record your memories in a vivid, high resolution 360° world. The new RICOH THETA S gives you even higher quality and performance. RICOH THETA S enables 25 minutes continuous shooting with 30fps.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +191,17681791,191_17681791,Samsung F90BN,Samsung F90BN,,,,,,,,,,"High-spec model that captures the 360° world in spectacular beauty. Beauty as far as the eye can see, and a breathtaking sense of presence making you feel you are ""right there, right now"". From still images to long movies (max. 25 minutes long), record your memories in a vivid, high resolution 360° world. The new RICOH THETA S gives you even higher quality and performance. RICOH THETA S enables 25 minutes continuous shooting with 30fps.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +192,17738941,192_17738941,Samsung F90BN,Samsung F90BN,,,,,,,,,,"High-spec model that captures the 360° world in spectacular beauty. Beauty as far as the eye can see, and a breathtaking sense of presence making you feel you are ""right there, right now"". From still images to long movies (max. 25 minutes long), record your memories in a vivid, high resolution 360° world. The new RICOH THETA S gives you even higher quality and performance. RICOH THETA S enables 25 minutes continuous shooting with 30fps.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +193,32124735,193_32124735,Sony FDR-AX40,Sony FDR-AX40,,,,,,,,,,"Friendly features for fascinating movies The top-flight 4K Handycam® makes movies more magical. Balanced Optical SteadyShot™ and Fast Intelligent AF are reassuringly responsive. Surround sound recording enhances natural dimension. High-speed recording, Time-lapse Capture and other effects make movies more expressive. So many of the camcorder’s sophisticated functions are all so user-friendly. Superior image stabilisation lets you shoot steadily throughout the zoom range even as you walk. New mic structure captures sound from five directions with approximately 40% less noise for realistic ambience.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +194,25904145,194_25904145,Sony FDR-AXP33,Sony FDR-AXP33,,,,,,,,,,"Friendly features for fascinating movies The top-flight 4K Handycam® makes movies more magical. Balanced Optical SteadyShot™ and Fast Intelligent AF are reassuringly responsive. Surround sound recording enhances natural dimension. High-speed recording, Time-lapse Capture and other effects make movies more expressive. So many of the camcorder’s sophisticated functions are all so user-friendly. Superior image stabilisation lets you shoot steadily throughout the zoom range even as you walk. New mic structure captures sound from five directions with approximately 40% less noise for realistic ambience.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +195,25904159,195_25904159,Sony FDR-AXP33,Sony FDR-AXP33,,,,,,,,,,"Friendly features for fascinating movies The top-flight 4K Handycam® makes movies more magical. Balanced Optical SteadyShot™ and Fast Intelligent AF are reassuringly responsive. Surround sound recording enhances natural dimension. High-speed recording, Time-lapse Capture and other effects make movies more expressive. So many of the camcorder’s sophisticated functions are all so user-friendly. Superior image stabilisation lets you shoot steadily throughout the zoom range even as you walk. New mic structure captures sound from five directions with approximately 40% less noise for realistic ambience.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +196,23120327,196_23120327,Sony HDR-AS20,Sony HDR-AS20,,,,,,,,,,"Ideal for extreme sports and outdoor enthusiasts Exmor R™ CMOS sensor with enhanced sensitivity always gets the shot: Mountain-biking downhill at breakneck speed…at dusk? Kayaking at dawn? Your footage is still going to look great; thanks to the low-light sensitivity with improved image clarity and drastically reduced grain provided by Sony’s Exmor R™ CMOS sensor. Control up to five cameras with optional Live View Remote: Using the optional RM-LVR1 Live View Remote accessory you can control up to five cameras via Wi-Fi right from your wrist. Frame your shots, control the cameras’ recording settings, and start/stop recording to get impressive footage from five sources simultaneously. 4-video editing with Video Merge: Video Merge lets you combine up to four movie footage segments (even slow-motion parts) captured simultaneously by different cameras, and make a split-screen composite. With this unique feature anyone can create impressive movies without mastering complex editing software. (Available at PlayMemories Home: ver. 3.1.10 or later for Windows, and 1.1.10 or later for Mac.).","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +197,21421718,197_21421718,Sony HDR-AS20,Sony HDR-AS20,,,,,,,,,,"Ideal for extreme sports and outdoor enthusiasts Exmor R™ CMOS sensor with enhanced sensitivity always gets the shot: Mountain-biking downhill at breakneck speed…at dusk? Kayaking at dawn? Your footage is still going to look great; thanks to the low-light sensitivity with improved image clarity and drastically reduced grain provided by Sony’s Exmor R™ CMOS sensor. Control up to five cameras with optional Live View Remote: Using the optional RM-LVR1 Live View Remote accessory you can control up to five cameras via Wi-Fi right from your wrist. Frame your shots, control the cameras’ recording settings, and start/stop recording to get impressive footage from five sources simultaneously. 4-video editing with Video Merge: Video Merge lets you combine up to four movie footage segments (even slow-motion parts) captured simultaneously by different cameras, and make a split-screen composite. With this unique feature anyone can create impressive movies without mastering complex editing software. (Available at PlayMemories Home: ver. 3.1.10 or later for Windows, and 1.1.10 or later for Mac.).","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +198,19692589,198_19692589,Sony HDR-MV1,Sony HDR-MV1,,,,,,,,,,"Keep and treasure great performances HDR-MV1 lets you capture those magical musical moments in Full HD and better than CD-quality sound. Features such as a wide-angle Carl Zeiss lens, a sensitive Exmor R™ CMOS sensor and X-Y directional microphone system ensure great pictures and crisp, clear surround sound. Capture every detail of a musical performance in crisp, clear stereo sound. Record in Linear PCM format with no compression, and you'll enjoy sound quality that's better than CD. Or record in web-friendly AAC format – great for speedy Internet uploads. Whether in a music studio, rehearsal room or on stage, the HDR-MV1Music video recorder lets you capture every detail of the action in Full HD. And with audio lip sync your sound is always precisely matched to the video playback, with no irritating lag.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +199,7016823,199_7016823,Sony HXR-MC2500,Sony HXR-MC2500,flash_memory,16 GB,,,,,,,//icecat.de/en/p/sony/hxr-mc2000e/camcorders-HXR-MC2000E-7016823.html,"Keep and treasure great performances HDR-MV1 lets you capture those magical musical moments in Full HD and better than CD-quality sound. Features such as a wide-angle Carl Zeiss lens, a sensitive Exmor R™ CMOS sensor and X-Y directional microphone system ensure great pictures and crisp, clear surround sound. Capture every detail of a musical performance in crisp, clear stereo sound. Record in Linear PCM format with no compression, and you'll enjoy sound quality that's better than CD. Or record in web-friendly AAC format – great for speedy Internet uploads. Whether in a music studio, rehearsal room or on stage, the HDR-MV1Music video recorder lets you capture every detail of the action in Full HD. And with audio lip sync your sound is always precisely matched to the video playback, with no irritating lag.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +199,24788780,199_24788780,Sony HXR-MC2500,Sony HXR-MC2500,flash_memory,32 GB,,,,,,,,"Keep and treasure great performances HDR-MV1 lets you capture those magical musical moments in Full HD and better than CD-quality sound. Features such as a wide-angle Carl Zeiss lens, a sensitive Exmor R™ CMOS sensor and X-Y directional microphone system ensure great pictures and crisp, clear surround sound. Capture every detail of a musical performance in crisp, clear stereo sound. Record in Linear PCM format with no compression, and you'll enjoy sound quality that's better than CD. Or record in web-friendly AAC format – great for speedy Internet uploads. Whether in a music studio, rehearsal room or on stage, the HDR-MV1Music video recorder lets you capture every detail of the action in Full HD. And with audio lip sync your sound is always precisely matched to the video playback, with no irritating lag.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +200,5787536,200_5787536,Sony HXR-MC50E,Sony HXR-MC50E,,,,,,,,,,"Exceptional Optical Technologies With the HXR-MC50E you’ll see the difference in every shot, especially in those all important situations where lighting cannot be controlled. The HXR-MC50E is equipped with Optical SteadyShot Active Mode anti-shake technology which means you can capture steady, smooth, high-quality content with your camcorder, even when moving or zooming in or out. This product comes with the full PrimeSupport package. That’s fast, hassle-free repairs, a helpline offering expert technical advice, and a free loan unit while yours is repaired. Plus the peace of mind that Sony is looking after your equipment – and your business. ","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +201,11217755,201_11217755,Sony NEX-VG20EH,Sony NEX-VG20EH,total_megapixels,16.1 MP,,,,,,,,"Unlimited creative expression Shoot cinematic Full HD video with the pro-style creative flexibility of interchangeable lenses. Capture exquisite video and still photos with superb detail and shallow depth of field - just like a DSLR camera - plus high-quality stereo/5.1ch sound. Achieve that rich, cinematic look for your HD videos with sumptuous image quality, even in low light. Create stunning background defocus ('bokeh') effects - just like the expressive picture quality of a DSLR camera. Capture pristine dialogue and other sounds in stereo or 5.1 channel surround with the precision Quad Capsule Spatial Array Microphone. A handy level control plus jacks for an external mic and headphones add that extra professional touch.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +202,5782479,202_5782479,Sony NEX-VG20EH,Sony NEX-VG20EH,total_megapixels,14.6 MP,,,,,,,,"Take control and shoot your way Real cinematic images and sound: Explore a new dimension in creative artistry. Capture beautifully detailed, cinematic video images plus high-quality audio in cinematic 24 frames per second. Add some power to your shots: Add an E-mount lens with a power zoom and smoothly focus in on your subject with up to 11x magnification. Capture it all in HD: Capture all the detail with Full HD 1920 x 1080 video shooting (AVCHD format) at 24mbs for increased detail and clarity. DSLR quality photos: Shoot stills with DSLR-like picture quality and shallow depth of field for professional looking shots.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +203,15619960,203_15619960,Sony NEX-VG30E,Sony NEX-VG30E,,,,,,,,,,"Take control and shoot your way Real cinematic images and sound: Explore a new dimension in creative artistry. Capture beautifully detailed, cinematic video images plus high-quality audio in cinematic 24 frames per second. Add some power to your shots: Add an E-mount lens with a power zoom and smoothly focus in on your subject with up to 11x magnification. Capture it all in HD: Capture all the detail with Full HD 1920 x 1080 video shooting (AVCHD format) at 24mbs for increased detail and clarity. DSLR quality photos: Shoot stills with DSLR-like picture quality and shallow depth of field for professional looking shots.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +204,29851280,204_29851280,Sony PXW-FS5K,Sony PXW-FS5K,,,,,,,,,,"Take control and shoot your way Real cinematic images and sound: Explore a new dimension in creative artistry. Capture beautifully detailed, cinematic video images plus high-quality audio in cinematic 24 frames per second. Add some power to your shots: Add an E-mount lens with a power zoom and smoothly focus in on your subject with up to 11x magnification. Capture it all in HD: Capture all the detail with Full HD 1920 x 1080 video shooting (AVCHD format) at 24mbs for increased detail and clarity. DSLR quality photos: Shoot stills with DSLR-like picture quality and shallow depth of field for professional looking shots.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +205,6350138,205_6350138,Toshiba CAMILEO S30,Toshiba Camileo S30,,,,,,,,,,"Reach out Reach out with your 10x digital zoom and control recordings on the large 3-inch touchscreen LCD monitor. Create multi-scene video files thanks to the new Pause feature button! Save the best moments of your life with your CAMILEO S30 camcorder. Real cinematic images and sound: Explore a new dimension in creative artistry. Capture beautifully detailed, cinematic video images plus high-quality audio in cinematic 24 frames per second.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +206,6429825,206_6429825,Toshiba CAMILEO S30,Toshiba Camileo S30,,,,,,,,,,"Reach out Reach out with your 10x digital zoom and control recordings on the large 3-inch touchscreen LCD monitor. Create multi-scene video files thanks to the new Pause feature button! Save the best moments of your life with your CAMILEO S30 camcorder. Real cinematic images and sound: Explore a new dimension in creative artistry. Capture beautifully detailed, cinematic video images plus high-quality audio in cinematic 24 frames per second.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +207,15721464,207_15721464,Toshiba CAMILEO P20,Toshiba CAMILEO P20,,,,,,,,,,"Experience it The Toshiba Full HD Camileo S40 is eye catching in more ways than one. Its attractive, super-slim design allows you to take it everywhere, so you can capture everything that pleases you. Featuring a choice of colour accents, it also doubles as an elegant 16 megapixel digital still camera. Just pull it out of your pocket, and shoot stunning 1920x1080p Full HD video with up to 5x digital zoom. 10x digital zoom is available for HD and VGA resolution. Electronic Image Stabilisation (EIS) is built in for great results -- and sharing to social networks is a breeze thanks to Camileo Uploader software.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +208,14678762,208_14678762,Toshiba CAMILEO P20,Toshiba CAMILEO P20,,,,,,,,,,"Experience it The Toshiba Full HD Camileo S40 is eye catching in more ways than one. Its attractive, super-slim design allows you to take it everywhere, so you can capture everything that pleases you. Featuring a choice of colour accents, it also doubles as an elegant 16 megapixel digital still camera. Just pull it out of your pocket, and shoot stunning 1920x1080p Full HD video with up to 5x digital zoom. 10x digital zoom is available for HD and VGA resolution. Electronic Image Stabilisation (EIS) is built in for great results -- and sharing to social networks is a breeze thanks to Camileo Uploader software.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +209,12554247,209_12554247,Toshiba CAMILEO S20,Toshiba CAMILEO S20,,,,,,,,,,"Capture. Edit. Share. Previewing, watching and sharing your videos don't get any easier. The S30 is equipped with a large 3"" swiveling LCD with touch for convenient access to menus. Share your memories with your family and friends by uploading to YouTube, Facebook, TwitVid, and Picasa with the one-touch Internet upload button, or watch them directly on your TV with the included HDMI® cable. The CAMILEO® S30 sports 1920x1080p Full HD Video, 16x digital zoom, and video stabilization. The S30 also doubles as an 8 Megapixel digital still camera. The S30 has multiple recording modes: macro for close-up shots, motion detection for surveillance, slow motion for sports, time lapse for condensing extended footage, and pre-record so you won't miss those special moments.","Bilder in einer neuen Form erleben und genießen. Fangen Sie Ihren ganz eigenen Eindruck der Umgebung mit einem Tastendruck ein - und zwar einmal rundum 360°. Mit der neuen RICOH THETA S nehmen Sie Fotos und Videos auf und teilen diese per Internet mit der ganzen Welt. Dabei benötigen Sie keinen Computer mehr, um Videodateien zu erstellen. Mit der RICOH THETA S geschieht das direkt mit dem Smartphone oder dem Tablet. Die RICOH THETA S nimmt Bilder oder Videos bis zu 25 Minuten in Full-HD mit 30 B/Sek. im Vollsphärenformat auf. Diese 360° Rundumbilder und Videos können von der RICOH THETA S auf ein Smartphone übertragen und dann ganz einfach in den sozialen Netzwerken geteilt werden oder lokal gespeichert werden. Die neue RICOH THETA S ist mit einem neuen Prozessor ausgestattet, der die Rechenleistung deutlich verbessert. In Verbindung mit dem viermal schnelleren WiFi-Modul sind jetzt Videoaufnahmen bis 25 Minuten möglich, die direkt mit dem Smartphone oder einem Tablet in ein universelles Videoformat konvertiert werden. Gleichzeitig ist der Sensor verbessert, der jetzt mit 14 Megapixel aufzeichnet. Das notwendige Licht wird bei der neuen RICOH THETA S durch das lichtstarke F 2,0 Objektiv geliefert.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +210,123,210_123,Sony Bundle,Sony Bündel,,,bundled_product,Yes,bundled_product,Ja,brand,Sony,//icecat.de/en/p/sony/hdras20b/action-sports-cameras-HDR-AS20-23120327.html,"This is a unique product bundle featuring various Sony products. Items in this bundle are 1 x Sony HDR-AS20, 1 x Sony SmartWatch 3, and 1 x Sony Xperia Z3 Compact.","Dies ist ein einzigartiges Produktbündel, welches verschiedene Produkte von Sony beinhaltet. Diese sind 1 x Sony HDR-AS20, 1 x Sony SmartWatch 3,sowie 1 x Sony Xperia Z3 Compact.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.","196_23120327/1, 090_24495844/1, 076_24394207/1", +211,123,211_123,HP Bundle,HP Bündel,,,bundled_product,Yes,bundled_product,Ja,brand,HP,//icecat.de/en/p/hp/n1a81ea/notebooks-11+G4-29554292.html,"This is a unique product bundle featuring various HP products. Items in this bundle are 1 x HP Chromebook 11, 1 x HP Z 620, and 1 x HP 200 280 G1.","Dies ist ein einzigartiges Produktbündel, welches verschiedene Produkte von HP beinhaltet. Diese sind 1 x HP Chromebook 11, 1 x HP Z 620,sowie 1 x HP 200 280 G1.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.","150_29554292/1, 127_22828284/1, 121_29406823/1", +212,123,212_123,ASUS Bundle,ASUS Bündel,,,bundled_product,Yes,bundled_product,Ja,brand,ASUS,//uk.icecat.biz/en/p/asus/90hc0021-m00h10/sport-watches-ASUS-VivoWatch-27207215.html,"This is a unique product bundle featuring various Asus products. Items in this bundle are 2 x ASUS VivoWatch, and 1 x ASUS M.","Dies ist ein einzigartiges Produktbündel, welches verschiedene Produkte von Asus beinhaltet. Diese sind 2 x ASUS VivoWatch, sowie 1 x ASUS M.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.","099_27207215/2, 114_29911081/1", +213,123,213_123,Lenovo Bundle,Lenovo Bündel,,,bundled_product,Yes,bundled_product,Ja,brand,Lenovo,//icecat.de/en/p/lenovo/30ah0047ge/pcs-workstations-P300-24725761.html,This is a unique product bundle featuring various Lenovo products. Items in this bundle are 3 x Lenovo ThinkStation P300.,"Dies ist ein einzigartiges Produktbündel, welches verschiedene Produkte von Lenovo beinhaltet. Diese sind 3 x Lenovo ThinkStation P300.",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",130_24725761/3, +214,123,214_123,Samsung Bundle,Samsung Bündel,,,bundled_product,Yes,bundled_product,Ja,brand,Samsung,//icecat.de/en/p/samsung/sm-t550nzkaphn/tablets-SM-T550N-26935356.html,"This is a unique product bundle featuring various Samsung products. Items in this bundle are 2 x Samsung Galaxy Tab A SM-T550N 32 GB, 3 x Samsung Galaxy Gear, and 1 x Samsung Galaxy S5 mini","Dies ist ein einzigartiges Produktbündel, welches verschiedene Produkte von Samsung beinhaltet. Diese sind 2 x Samsung Galaxy Tab A SM-T550N 32 GB, 3 x Samsung Galaxy Gear,sowie 1 x Sony Xperia Z3 Compact",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.","175_26935356/2, 110_19682159/3, 067_24241408/1", +215,,215_123,ASUS HDMI-HDMI Black,ASUS HDMI-HDMI Schwarz,color,black,,,,,brand,ASUS,//de.icecat.biz/p/asus/90xb00p0-bca010/hdmi-kabel-4716659427889-ASUS-HDMI-HDMI-3m-3m-HDMI-HDMI-Schwarz-HDMI-Kabel-20757150.html,HDMI to HDMI High Speed Cable,Hochgeschwindigkeits HDMI zu HDMI Kabel,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +215,,215_124,ASUS HDMI-HDMI Red,ASUS HDMI-HDMI Rot,color,red,,,,,brand,ASUS,//de.icecat.biz/p/asus/90xb00p0-bca010/hdmi-kabel-4716659427889-ASUS-HDMI-HDMI-3m-3m-HDMI-HDMI-Schwarz-HDMI-Kabel-20757150.html,HDMI to HDMI High Speed Cable,Hochgeschwindigkeits HDMI zu HDMI Kabel,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +216,,216_123,Neklan 500m Cat6 UTP Cable (DRUM),Neklan 500m Cat6 UTP Kabel (Trommel),,,,,,,brand,Neklan,//de.icecat.biz/prefere/de/p/neklan/3010099/networking-cables-Neklan-500m-Cat6-UTP-500m-Cat6-U-UTP-UTP-Grey-networking-cable-9509292.html,"Neklan 500m Cat6 UTP. Cable length: 500 m, Cable standard: Cat6, Cable shielding: U/UTP (UTP), Cable colour: Grey","Neklan 500m Cat6 UTP. Kabellänge: 500 m, Kabelstandard: Cat6, Kabelschirmung: U/UTP (UTP), Kabelfarbe: Grau",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +217,,217_123,APC Cable parallel printer bi-directional (Ring),APC Kabel parallel printer bi-directional (Ring),,,,,,,brand,Neklan,//de.icecat.biz/p/apc/1602-5m-e/computerkabel-APC-kabel-parallel-printer-bi-directional-28129.html,APC cable parallel printer bi-directional. Ring: 5m,APC kabel parallel printer bi-directional. Ring: 5m,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +217,,217_1231,APC Cable parallel printer bi-directional (Ring 500m),,packaging_unit,Ring (500m),,,,,brand,Neklan,//de.icecat.biz/p/apc/1602-5m-e/computerkabel-APC-kabel-parallel-printer-bi-directional-28129.html,APC cable parallel printer bi-directional. Ring: 5m,APC kabel parallel printer bi-directional. Ring: 5m,1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +218,,218_123,Chocolate Bar,Schokoladentafel,,,,,,,,,//de.icecat.biz/p/chocolat-frey/7616500012004/schokoladentafeln-7616500012004-Chocolat-Frey-Splendor-100g-Milchschokolade-49752470.html,"Box of Chocolat Frey Splendor. Contents: From 3 until 5 100g bars . Type: Milkchocolate, Calories (per 100g): 2330kj","Chocolat Frey Splendor. Inhalt: 100 g, Typ: Milchschokolade, Brennwert (pro 100 g): 2330 kJ",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",, +218,,218_1230,Chocolate Bar (Box 100g) ,Schokoladentafel (Box 500g),packaging_unit,Item,,,,,,,//de.icecat.biz/p/chocolat-frey/7616500012004/schokoladentafeln-7616500012004-Chocolat-Frey-Splendor-100g-Milchschokolade-49752470.html,"Box of Chocolat Frey Splendor. Contents: From 3 until 5 100g bars . Type: Milkchocolate, Calories (per 100g): 2330kj","Box mit Chocolat Frey Splendor. Inhalt: Von 3 bis zu 5 100 g tafeln, Typ: Milchschokolade, Brennwert (pro 100 g): 2330 kJ",1,1,,,1 +218,,218_1231,Chocolate Bar (Box 500g),Schokoladentafel (Box 500g),packaging_unit,Box,,,,,,,//de.icecat.biz/p/chocolat-frey/7616500012004/schokoladentafeln-7616500012004-Chocolat-Frey-Splendor-100g-Milchschokolade-49752470.html,"Box of Chocolat Frey Splendor. Contents: From 3 until 5 100g bars . Type: Milkchocolate, Calories (per 100g): 2330kj","Box mit Chocolat Frey Splendor. Inhalt: Von 3 bis zu 5 100 g tafeln, Typ: Milchschokolade, Brennwert (pro 100 g): 2330 kJ",1,1,,,1 +218,,218_1232,Chocolate Bar (Palette),Schokoladentafel (Palette),packaging_unit,Palette,,,,,,,//de.icecat.biz/p/chocolat-frey/7616500012004/schokoladentafeln-7616500012004-Chocolat-Frey-Splendor-100g-Milchschokolade-49752470.html,"Palette of Chocolat Frey Splendor. Contents: 5000 - 100g bars . Type: Milkchocolate, Calories (per 100g): 2330kj","Palette mit Chocolat Frey Splendor. Inhalt: 5000 100 g tafeln, Typ: Milchschokolade, Brennwert (pro 100 g): 2330 kJ",1,1,,,1 +218,,218_1233,Chocolate Bar (Giftbox),Schokoladentafel (Geschenkbox),packaging_unit,Giftbox,,,,,,,//de.icecat.biz/p/chocolat-frey/7616500012004/schokoladentafeln-7616500012004-Chocolat-Frey-Splendor-100g-Milchschokolade-49752470.html,"Giftbox of Chocolat Frey Splendor. Contents: 5x100g bars . Type: Milkchocolate, Calories (per 100g): 2330kj","Geschenkebox mit Chocolat Frey Splendor. Inhalt: 5 x 100 g tafeln, Typ: Milchschokolade, Brennwert (pro 100 g): 2330 kJ",1,1,,,1 +218,,218_1234,Chocolate Bar (Valentine's special) ,Schokoladentafel (Valentinstag spezial),packaging_unit,Valentine's special,,,,,,,//de.icecat.biz/p/chocolat-frey/7616500012004/schokoladentafeln-7616500012004-Chocolat-Frey-Splendor-100g-Milchschokolade-49752470.html,"Valentine's special with Chocolat Frey Splendor. Contents: 10x100g bars . Type: Milkchocolate, Calories (per 100g): 2330kj","Valentinstag spezial mit Überraschungsschokolade Inhalt: 10 x 100 g tafeln, Typ: Milchschokolade, Brennwert (pro 100 g): 2330 kJ",1,1,,,1 +219,,219_01,Coca Cola 1.5L,Coca Cola 1.5L,,,,,,,,,//de.icecat.biz/p/coca-cola/5449000051981/sprudelwasser-soda-5449000051981-Coca-Cola-Coca-Cola-1-5L-1500ml-33303896.html,"Coca-Cola Coca Cola 1.5L. Contents: 1500 ml, Softdrink Flavour: Cola, Packaging type: Plastic bottle. Energy (per 100 ml): 42 kcal, Energy (pro 100 ml): 180 kJ, Sugar (per 100 ml): 10,6 g","Coca-Cola Coca Cola 1.5L. Inhalt: 1500 ml, Softdrink Geschmack: Cola, Verpackungsart: Plastikflasche. Brennwert (pro 100 ml): 42 kcal, Brennwert (pro 100 ml): 180 kJ, Zuckergehalt (pro 100 ml): 10,6 g",1,1,"This CSV is part of Open Icecat catalog, version March 2 2016, March 2, 2016 (see //www.icecat.biz), whereby the original XML source was transformed into CSV and product data was completed or optimized, where necessary. (c) Icecat.biz For the full copyright and license information, please view the LICENSE and DISCLAIMER file that was distributed with this source code. Open Icecat and its sponsors are providing you as a user a large quantity of free product data - for more details please view //www.icecat.biz.",,0 diff --git a/data/import/icecat_biz_data/product_image.csv b/data/import/icecat_biz_data/product_image.csv index 95c6a3f891..eb944d178b 100644 --- a/data/import/icecat_biz_data/product_image.csv +++ b/data/import/icecat_biz_data/product_image.csv @@ -1019,3 +1019,5 @@ default,//images.icecat.biz/img/norm/high/24725761-8168.jpg,//images.icecat.biz/ default,//images.icecat.biz/img/norm/high/24725761-8168.jpg,//images.icecat.biz/img/norm/medium/24725761-8168.jpg,en_US,,213_123 default,//images.icecat.biz/img/norm/high/26935356-6244.jpg,//images.icecat.biz/img/norm/medium/26935356-6244.jpg,de_DE,,214_123 default,//images.icecat.biz/img/norm/high/26935356-6244.jpg,//images.icecat.biz/img/norm/medium/26935356-6244.jpg,en_US,,214_123 +default,//images.icecat.biz/img/norm/high/25904006-8438.jpg,//images.icecat.biz/img/norm/medium/25904006-8438.jpg,de_DE,,219_01 +default,//images.icecat.biz/img/norm/high/25904006-8438.jpg,//images.icecat.biz/img/norm/medium/25904006-8438.jpg,en_US,,219_01 \ No newline at end of file diff --git a/data/import/navigation_node.csv b/data/import/navigation_node.csv index da7e04190f..2dcd0a7f10 100644 --- a/data/import/navigation_node.csv +++ b/data/import/navigation_node.csv @@ -41,4 +41,4 @@ SHIPMENT_PROVIDERS,node_key_35,,label,Rocket,,rocket,Rocket,,rocket,, SOCIAL_LINKS,node_key_36,,external_url,Twitter,https://twitter.com/sprysys?lang=de,twitter,Twitter,https://twitter.com/sprysys?lang=de,twitter,, SOCIAL_LINKS,node_key_37,,external_url,Xing,https://www.xing.com/companies/sprykersystemsgmbh,xing,Xing,https://www.xing.com/companies/sprykersystemsgmbh,xing,, SOCIAL_LINKS,node_key_38,,external_url,LinkedIn,https://www.linkedin.com/company/spryker-systems-gmbh,linkedin,LinkedIn,https://www.linkedin.com/company/spryker-systems-gmbh,linkedin,, -SOCIAL_LINKS,node_key_39,,external_url,YouTube,https://www.youtube.com/channel/UC6lVOEbqXxUh0W5FMTvlPDQ,youtube,YouTube,https://www.youtube.com,youtube,, +SOCIAL_LINKS,node_key_39,,external_url,YouTube,https://www.youtube.com/channel/UC6lVOEbqXxUh0W5FMTvlPDQ,picture__icon--youtube,YouTube,https://www.youtube.com/channel/UC6lVOEbqXxUh0W5FMTvlPDQ,picture__icon--youtube,, \ No newline at end of file diff --git a/data/import/product_price.csv b/data/import/product_price.csv index d3b3e5509d..e7400efde3 100644 --- a/data/import/product_price.csv +++ b/data/import/product_price.csv @@ -1428,11 +1428,26 @@ abstract_sku,concrete_sku,price_type,store,currency,value_net,value_gross 216,,DEFAULT,AT,EUR,2500,2750 216,,ORIGINAL,AT,CHF,3000,3500 216,,DEFAULT,AT,CHF,3500,3750 -217,,ORIGINAL,DE,EUR,3000,3250 -217,,DEFAULT,DE,EUR,3500,3750 -217,,ORIGINAL,DE,CHF,4000,4500 -217,,DEFAULT,DE,CHF,4500,4750 -217,,ORIGINAL,AT,EUR,3000,3250 -217,,DEFAULT,AT,EUR,3500,3750 -217,,ORIGINAL,AT,CHF,4000,4500 -217,,DEFAULT,AT,CHF,4500,4750 \ No newline at end of file +217,,DEFAULT,DE,EUR,3000,3250 +217,,ORIGINAL,DE,EUR,3500,3750 +217,,DEFAULT,DE,CHF,4000,4500 +217,,ORIGINAL,DE,CHF,4500,4750 +217,,DEFAULT,AT,EUR,3000,3250 +217,,ORIGINAL,AT,EUR,3500,3750 +217,,DEFAULT,AT,CHF,4000,4500 +217,,ORIGINAL,AT,CHF,4500,4750 +218,,DEFAULT,DE,EUR,3000,3250 +218,,ORIGINAL,DE,EUR,3500,3750 +218,,DEFAULT,DE,CHF,4000,4500 +218,,ORIGINAL,DE,CHF,4500,4750 +218,,DEFAULT,AT,EUR,3000,3250 +218,,ORIGINAL,AT,EUR,3500,3750 +218,,DEFAULT,AT,CHF,4000,4500 +218,,ORIGINAL,AT,CHF,4500,4750 +219,,DEFAULT,DE,EUR,150,162 +219,,ORIGINAL,DE,EUR,175,185 +219,,DEFAULT,DE,CHF,200,225 +219,,DEFAULT,AT,EUR,150,175 +219,,ORIGINAL,AT,EUR,175,185 +219,,DEFAULT,AT,CHF,200,225 +219,,ORIGINAL,AT,CHF,225,235 \ No newline at end of file diff --git a/data/import/product_stock.csv b/data/import/product_stock.csv index d6706e197e..ad727ac1b1 100644 --- a/data/import/product_stock.csv +++ b/data/import/product_stock.csv @@ -299,9 +299,12 @@ concrete_sku,name,quantity,is_never_out_of_stock,is_bundle 215_124,Warehouse1,0,1,0 216_123,Warehouse1,0,1,0 217_123,Warehouse1,0,1,0 -217_1231,Warehouse 1,0,1,0 -218_123,Warehouse 1,0,1,0 -218_1231,Warehouse 1,100,0,0 -218_1232,Warehouse 1,0,1,0 -218_1233,Warehouse 1,0,1,0 -218_1234,Warehouse 1,10,0,0 \ No newline at end of file +217_1231,Warehouse1,0,1,0 +218_123,Warehouse1,0,1,0 +218_1230,Warehouse1,100,1,0 +218_1230,Warehouse2,100,1,0 +218_1231,Warehouse1,100,0,0 +218_1232,Warehouse1,0,1,0 +218_1233,Warehouse1,0,1,0 +218_1234,Warehouse1,10,0,0 +219_01,Warehouse1,10,1,0 diff --git a/data/import/tax.csv b/data/import/tax.csv index a1879637ef..7b8b59a799 100644 --- a/data/import/tax.csv +++ b/data/import/tax.csv @@ -60,6 +60,8 @@ Shipment Taxes,Romania,Romania Standard,20 Shipment Taxes,Slovakia,Slovakia Standard,20 Shipment Taxes,Slovenia,Slovenia Standard,22 Tax Exempt,,Tax Exempt,0 +MOV Taxes,Austria,Austria Standard,20 +MOV Taxes,Germany,Germany Standard,19 ,Austria,Austria Reduced1,13 ,Austria,Austria Reduced2,10 ,Belgium,Belgium Reduced1,12 @@ -80,4 +82,4 @@ Tax Exempt,,Tax Exempt,0 ,Romania,Romania Reduced1,5 ,Romania,Romania Reduced2,9 ,Slovakia,Slovakia Reduced1,10 -,Slovenia,Slovenia Reduced1,9.5 \ No newline at end of file +,Slovenia,Slovenia Reduced1,9.5 diff --git a/package-lock.json b/package-lock.json index 4579a454e8..4e82f9ca67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,28 +53,6 @@ "uglifyjs-webpack-plugin": "1.2.5", "webpack": "4.6.0", "yargs": "11.0.0" - } - }, - "@spryker/suite-frontend-builder": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@spryker/suite-frontend-builder/-/suite-frontend-builder-0.3.0.tgz", - "integrity": "sha512-sOsEVGE0OxKrC9s/86KxbVyuXoU6Bme5p4B58N2RVKBokXSri93B8ykDZhzrv1pILi2etU8V2umbNo3ZLCaCWA==", - "dev": true, - "requires": { - "autoprefixer": "8.6.2", - "clean-webpack-plugin": "0.1.19", - "css-loader": "0.28.11", - "fast-glob": "2.2.2", - "mini-css-extract-plugin": "0.4.0", - "node-sass": "4.9.0", - "optimize-css-assets-webpack-plugin": "4.0.2", - "postcss-loader": "2.1.5", - "sass-loader": "7.0.3", - "sass-resources-loader": "1.3.3", - "ts-loader": "4.4.1", - "typescript": "2.9.2", - "uglifyjs-webpack-plugin": "1.2.5", - "webpack": "4.12.0" }, "dependencies": { "ansi-styles": { @@ -84,9 +62,9 @@ "dev": true }, "autoprefixer": { - "version": "8.6.2", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-8.6.2.tgz", - "integrity": "sha512-cv9v1mYYBcAnZq4MHseJ9AIdjQmNahnpCpPO46oTkQJS2GggsBp2azHjNpAuQ95Epvsg+AIsyjYhfI9YwFxGSA==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-8.3.0.tgz", + "integrity": "sha512-HY2K4efAvC97v6j83pgV97Lieal51xhIV8EitvS4SrWcI+IGVZgjpihvXImsmIUzA6kb/tglPKzERG1oRFOvRA==", "dev": true, "requires": { "browserslist": "3.2.8", @@ -99,7 +77,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -110,19 +88,10 @@ "supports-color": "2.0.0" } }, - "chrome-trace-event": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.0.tgz", - "integrity": "sha512-xDbVgyfDTT2piup/h8dK/y4QZfJRSa73bw1WZ8b4XM1o7fsFubUVGYcE+1ANtOzJJELGpYoG2961z0Z6OAld9A==", - "dev": true, - "requires": { - "tslib": "1.9.2" - } - }, "node-sass": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.9.0.tgz", - "integrity": "sha512-QFHfrZl6lqRU3csypwviz2XLgGNOoWQbo2GOvtsfQqOfL4cy1BtWnhx/XUeAO9LT3ahBzSRXcEO6DdvAH9DzSg==", + "version": "4.8.3", + "resolved": "http://registry.npmjs.org/node-sass/-/node-sass-4.8.3.tgz", + "integrity": "sha512-tfFWhUsCk/Y19zarDcPo5xpj+IW3qCfOjVdHtYeG6S1CKbQOh1zqylnQK6cV3z9k80yxAnFX9Y+a9+XysDhhfg==", "dev": true, "requires": { "async-foreach": "0.1.3", @@ -138,7 +107,7 @@ "meow": "3.7.0", "mkdirp": "0.5.1", "nan": "2.10.0", - "node-gyp": "3.7.0", + "node-gyp": "3.8.0", "npmlog": "4.1.2", "request": "2.79.0", "sass-graph": "2.2.4", @@ -153,24 +122,18 @@ "dev": true }, "webpack": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.12.0.tgz", - "integrity": "sha512-EJj2FfhgtjrTbJbJaNulcVpDxi9vsQVvTahHN7xJvIv6W+k4r/E6Hxy4eyOrj+IAFWqYgaUtnpxmSGYP8MSZJw==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.6.0.tgz", + "integrity": "sha512-Fu/k/3fZeGtIhuFkiYpIy1UDHhMiGKjG4FFPVuvG+5Os2lWA1ttWpmi9Qnn6AgfZqj9MvhZW/rmj/ip+nHr06g==", "dev": true, "requires": { - "@webassemblyjs/ast": "1.5.12", - "@webassemblyjs/helper-module-context": "1.5.12", - "@webassemblyjs/wasm-edit": "1.5.12", - "@webassemblyjs/wasm-opt": "1.5.12", - "@webassemblyjs/wasm-parser": "1.5.12", "acorn": "5.7.1", "acorn-dynamic-import": "3.0.0", "ajv": "6.5.1", "ajv-keywords": "3.2.0", - "chrome-trace-event": "1.0.0", + "chrome-trace-event": "0.1.3", "enhanced-resolve": "4.0.0", "eslint-scope": "3.7.1", - "json-parse-better-errors": "1.0.2", "loader-runner": "2.3.0", "loader-utils": "1.1.0", "memory-fs": "0.4.1", @@ -187,6 +150,28 @@ } } }, + "@spryker/suite-frontend-builder": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@spryker/suite-frontend-builder/-/suite-frontend-builder-0.3.2.tgz", + "integrity": "sha512-itIvBhfeqKMkIZOS6TD47AzKg1r4GO51SYcMR1WDv9CNelpa3yvu6xV4rFHlQzBr7tZQ7gcNwelT0cC/SuJ55A==", + "dev": true, + "requires": { + "autoprefixer": "8.6.5", + "clean-webpack-plugin": "0.1.19", + "css-loader": "0.28.11", + "fast-glob": "2.2.2", + "mini-css-extract-plugin": "0.4.0", + "node-sass": "4.9.4", + "optimize-css-assets-webpack-plugin": "4.0.2", + "postcss-loader": "2.1.5", + "sass-loader": "7.0.3", + "sass-resources-loader": "1.3.3", + "ts-loader": "4.4.1", + "typescript": "2.9.2", + "uglifyjs-webpack-plugin": "1.2.5", + "webpack": "4.12.2" + } + }, "@webassemblyjs/ast": { "version": "1.5.12", "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.5.12.tgz", @@ -466,7 +451,7 @@ }, "adjust-sourcemap-loader": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-1.2.0.tgz", + "resolved": "http://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-1.2.0.tgz", "integrity": "sha512-958oaHHVEXMvsY7v7cC5gEkNIcoaAVIhZ4mBReYVZJOTP9IgKmzLjIOhTtzpLMu+qriXvLsVjJ155EeInp45IQ==", "dev": true, "requires": { @@ -668,9 +653,9 @@ } }, "assert-plus": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz", - "integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", "dev": true }, "assign-symbols": { @@ -713,29 +698,48 @@ "dev": true }, "autoprefixer": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-8.3.0.tgz", - "integrity": "sha512-HY2K4efAvC97v6j83pgV97Lieal51xhIV8EitvS4SrWcI+IGVZgjpihvXImsmIUzA6kb/tglPKzERG1oRFOvRA==", + "version": "8.6.5", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-8.6.5.tgz", + "integrity": "sha512-PLWJN3Xo/rycNkx+mp8iBDMTm3FeWe4VmYaZDSqL5QQB9sLsQkG5k8n+LNDFnhh9kdq2K+egL/icpctOmDHwig==", "dev": true, "requires": { "browserslist": "3.2.8", - "caniuse-lite": "1.0.30000856", + "caniuse-lite": "1.0.30000892", "normalize-range": "0.1.2", "num2fraction": "1.2.2", - "postcss": "6.0.22", + "postcss": "6.0.23", "postcss-value-parser": "3.3.0" + }, + "dependencies": { + "caniuse-lite": { + "version": "1.0.30000892", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000892.tgz", + "integrity": "sha512-X9rxMaWZNbJB5qjkDqPtNv/yfViTeUL6ILk0QJNxLV3OhKC5Acn5vxsuUvllR6B48mog8lmS+whwHq/QIYSL9w==", + "dev": true + }, + "postcss": { + "version": "6.0.23", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz", + "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==", + "dev": true, + "requires": { + "chalk": "2.4.1", + "source-map": "0.6.1", + "supports-color": "5.4.0" + } + } } }, "aws-sign2": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz", - "integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", "dev": true }, "aws4": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.7.0.tgz", - "integrity": "sha512-32NDda82rhwD9/JBCCkB+MRYDp0oSvlo2IL6rQWA10PQi7tDUM3eqMSltXmY+Oyl/7N3P3qNtAlv7X0d9bI28w==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", + "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==", "dev": true }, "babel-code-frame": { @@ -757,7 +761,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -942,7 +946,7 @@ }, "browserify-aes": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "resolved": "http://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", "dev": true, "requires": { @@ -978,7 +982,7 @@ }, "browserify-rsa": { "version": "4.0.1", - "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", + "resolved": "http://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", "dev": true, "requires": { @@ -1022,7 +1026,7 @@ }, "buffer": { "version": "4.9.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz", + "resolved": "http://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz", "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=", "dev": true, "requires": { @@ -1160,9 +1164,9 @@ "dev": true }, "caseless": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz", - "integrity": "sha1-cVuW6phBWTzDMGeSP17GDr2k99c=", + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", "dev": true }, "chalk": { @@ -1235,7 +1239,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -1315,6 +1319,12 @@ "shallow-clone": "1.0.0" } }, + "co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", + "dev": true + }, "coa": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/coa/-/coa-1.0.4.tgz", @@ -1402,9 +1412,9 @@ } }, "commander": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz", - "integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==", + "version": "2.18.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.18.0.tgz", + "integrity": "sha512-6CYPa+JP2ftfRU2qkDK+UTVeQYosOg/2GbcjIcKPHfinyOLPVGXu/ovN86RP49Re5ndJK1N0kuiidFFuepc4ZQ==", "dev": true }, "commondir": { @@ -1568,7 +1578,7 @@ }, "create-hash": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "resolved": "http://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", "dev": true, "requires": { @@ -1581,7 +1591,7 @@ }, "create-hmac": { "version": "1.1.7", - "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", + "resolved": "http://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", "dev": true, "requires": { @@ -1690,7 +1700,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -1763,7 +1773,7 @@ }, "cssnano": { "version": "3.10.0", - "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-3.10.0.tgz", + "resolved": "http://registry.npmjs.org/cssnano/-/cssnano-3.10.0.tgz", "integrity": "sha1-Tzj2zqK5sX+gFJDyPx3GjqZcHDg=", "dev": true, "requires": { @@ -1833,7 +1843,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -2035,7 +2045,7 @@ }, "diffie-hellman": { "version": "5.0.3", - "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "resolved": "http://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", "dev": true, "requires": { @@ -2166,7 +2176,7 @@ }, "es6-promise": { "version": "4.0.5", - "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.0.5.tgz", + "resolved": "http://registry.npmjs.org/es6-promise/-/es6-promise-4.0.5.tgz", "integrity": "sha1-eILzCt3lskDM+n99eMVIMwlRrkI=", "dev": true }, @@ -2215,7 +2225,7 @@ }, "events": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz", + "resolved": "http://registry.npmjs.org/events/-/events-1.1.1.tgz", "integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=", "dev": true }, @@ -2293,9 +2303,9 @@ } }, "extend": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", - "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", "dev": true }, "extend-shallow": { @@ -2514,14 +2524,14 @@ "dev": true }, "form-data": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz", - "integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.2.tgz", + "integrity": "sha1-SXBJi+YEwgwAXU9cI67NIda0kJk=", "dev": true, "requires": { "asynckit": "0.4.0", "combined-stream": "1.0.6", - "mime-types": "2.1.18" + "mime-types": "2.1.20" } }, "fragment-cache": { @@ -3134,10 +3144,13 @@ } }, "generate-function": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz", - "integrity": "sha1-aFj+fAlpt9TpCTM3ZHrHn2DfvnQ=", - "dev": true + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.3.1.tgz", + "integrity": "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==", + "dev": true, + "requires": { + "is-property": "1.0.2" + } }, "generate-object-property": { "version": "1.2.0", @@ -3162,7 +3175,7 @@ }, "get-stream": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "resolved": "http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=", "dev": true }, @@ -3260,41 +3273,44 @@ "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", "dev": true }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", + "dev": true + }, "har-validator": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz", - "integrity": "sha1-zcvAgYgmWtEZtqWnyKtw7s+10n0=", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.0.tgz", + "integrity": "sha512-+qnmNjI4OfH2ipQ9VQOw23bBd/ibtfbVdK2fYbY4acTDqKTW/YDp9McimZdDbG8iV9fZizUqQMD5xvriB146TA==", "dev": true, "requires": { - "chalk": "1.1.3", - "commander": "2.15.1", - "is-my-json-valid": "2.17.2", - "pinkie-promise": "2.0.1" + "ajv": "5.5.2", + "har-schema": "2.0.0" }, "dependencies": { - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "dev": true - }, - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "ajv": { + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", + "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", "dev": true, "requires": { - "ansi-styles": "2.2.1", - "escape-string-regexp": "1.0.5", - "has-ansi": "2.0.0", - "strip-ansi": "3.0.1", - "supports-color": "2.0.0" + "co": "4.6.0", + "fast-deep-equal": "1.1.0", + "fast-json-stable-stringify": "2.0.0", + "json-schema-traverse": "0.3.1" } }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "fast-deep-equal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", + "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", + "dev": true + }, + "json-schema-traverse": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", + "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", "dev": true } } @@ -3423,12 +3439,12 @@ "dev": true }, "http-signature": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz", - "integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", "dev": true, "requires": { - "assert-plus": "0.2.0", + "assert-plus": "1.0.0", "jsprim": "1.4.1", "sshpk": "1.14.2" } @@ -3586,7 +3602,7 @@ }, "is-builtin-module": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz", + "resolved": "http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz", "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=", "dev": true, "requires": { @@ -3684,12 +3700,12 @@ "dev": true }, "is-my-json-valid": { - "version": "2.17.2", - "resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.17.2.tgz", - "integrity": "sha512-IBhBslgngMQN8DDSppmgDv7RNrlFotuuDsKcrCP3+HbFaVivIBU7u9oiiErw8sH4ynx3+gOGQ3q2otkgiSi6kg==", + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.19.0.tgz", + "integrity": "sha512-mG0f/unGX1HZ5ep4uhRaPOS8EkAY8/j6mDRMJrutq4CqhoJWYp7qAlonIPy3TV7p3ju4TK9fo/PbnoksWmsp5Q==", "dev": true, "requires": { - "generate-function": "2.0.0", + "generate-function": "2.3.1", "generate-object-property": "1.2.0", "is-my-ip-valid": "1.0.0", "jsonpointer": "4.0.1", @@ -3811,6 +3827,11 @@ "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", "dev": true }, + "jquery": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz", + "integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==" + }, "js-base64": { "version": "2.4.5", "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.4.5.tgz", @@ -3872,7 +3893,7 @@ }, "json5": { "version": "0.5.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", + "resolved": "http://registry.npmjs.org/json5/-/json5-0.5.1.tgz", "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=", "dev": true }, @@ -3935,7 +3956,7 @@ }, "load-json-file": { "version": "1.1.0", - "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "resolved": "http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", "dev": true, "requires": { @@ -3987,6 +4008,11 @@ "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==", "dev": true }, + "lodash-es": { + "version": "4.17.10", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.10.tgz", + "integrity": "sha512-iesFYPmxYYGTcmQK0sL8bX3TGHyM6b2qREaB4kamHfQyfPJP0xgoGxp19nsH16nsfquLdiyKyX3mQkfiSGV8Rg==" + }, "lodash._baseassign": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz", @@ -4234,7 +4260,7 @@ "dependencies": { "minimist": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", "dev": true } @@ -4278,18 +4304,18 @@ } }, "mime-db": { - "version": "1.33.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz", - "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==", + "version": "1.36.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.36.0.tgz", + "integrity": "sha512-L+xvyD9MkoYMXb1jAmzI/lWYAxAMCPvIBSWur0PZ5nOf5euahRLVqH//FKW9mWp2lkqUgYiXPgkzfMUFi4zVDw==", "dev": true }, "mime-types": { - "version": "2.1.18", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz", - "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==", + "version": "2.1.20", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.20.tgz", + "integrity": "sha512-HrkrPaP9vGuWbLK1B1FfgAkbqNjIuy4eHlIYnFi7kamZyLLrGlo2mpcx0bBmNpKqBtYtAfGbodDddIgddSJC2A==", "dev": true, "requires": { - "mime-db": "1.33.0" + "mime-db": "1.36.0" } }, "mimic-fn": { @@ -4331,7 +4357,7 @@ }, "minimist": { "version": "0.0.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", "dev": true }, @@ -4394,7 +4420,7 @@ }, "mkdirp": { "version": "0.5.1", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", "dev": true, "requires": { @@ -4460,9 +4486,9 @@ "dev": true }, "node-gyp": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.7.0.tgz", - "integrity": "sha512-qDQE/Ft9xXP6zphwx4sD0t+VhwV7yFaloMpfbL2QnnDZcyaiakWlLdtFGGQfTAwpFHdpbRhRxVhIHN1OKAjgbg==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz", + "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==", "dev": true, "requires": { "fstream": "1.0.11", @@ -4472,16 +4498,44 @@ "nopt": "3.0.6", "npmlog": "4.1.2", "osenv": "0.1.5", - "request": "2.79.0", + "request": "2.88.0", "rimraf": "2.6.2", "semver": "5.3.0", "tar": "2.2.1", "which": "1.3.1" }, "dependencies": { + "request": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz", + "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==", + "dev": true, + "requires": { + "aws-sign2": "0.7.0", + "aws4": "1.8.0", + "caseless": "0.12.0", + "combined-stream": "1.0.6", + "extend": "3.0.2", + "forever-agent": "0.6.1", + "form-data": "2.3.2", + "har-validator": "5.1.0", + "http-signature": "1.2.0", + "is-typedarray": "1.0.0", + "isstream": "0.1.2", + "json-stringify-safe": "5.0.1", + "mime-types": "2.1.20", + "oauth-sign": "0.9.0", + "performance-now": "2.1.0", + "qs": "6.5.2", + "safe-buffer": "5.1.2", + "tough-cookie": "2.4.3", + "tunnel-agent": "0.6.0", + "uuid": "3.3.2" + } + }, "semver": { "version": "5.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", + "resolved": "http://registry.npmjs.org/semver/-/semver-5.3.0.tgz", "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", "dev": true } @@ -4527,9 +4581,9 @@ } }, "node-sass": { - "version": "4.8.3", - "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.8.3.tgz", - "integrity": "sha512-tfFWhUsCk/Y19zarDcPo5xpj+IW3qCfOjVdHtYeG6S1CKbQOh1zqylnQK6cV3z9k80yxAnFX9Y+a9+XysDhhfg==", + "version": "4.9.4", + "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.9.4.tgz", + "integrity": "sha512-MXyurANsUoE4/6KmfMkwGcBzAnJQ5xJBGW7Ei6ea8KnUKuzHr/SguVBIi3uaUAHtZCPUYkvlJ3Ef5T5VAwVpaA==", "dev": true, "requires": { "async-foreach": "0.1.3", @@ -4545,23 +4599,59 @@ "meow": "3.7.0", "mkdirp": "0.5.1", "nan": "2.10.0", - "node-gyp": "3.7.0", + "node-gyp": "3.8.0", "npmlog": "4.1.2", - "request": "2.79.0", + "request": "2.88.0", "sass-graph": "2.2.4", "stdout-stream": "1.4.0", "true-case-path": "1.0.2" }, "dependencies": { + "ajv": { + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", + "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", + "dev": true, + "requires": { + "co": "4.6.0", + "fast-deep-equal": "1.1.0", + "fast-json-stable-stringify": "2.0.0", + "json-schema-traverse": "0.3.1" + } + }, "ansi-styles": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", "dev": true }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", + "dev": true + }, + "aws4": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", + "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==", + "dev": true + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", + "dev": true + }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -4572,11 +4662,173 @@ "supports-color": "2.0.0" } }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "fast-deep-equal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", + "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", + "dev": true + }, + "form-data": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.2.tgz", + "integrity": "sha1-SXBJi+YEwgwAXU9cI67NIda0kJk=", + "dev": true, + "requires": { + "asynckit": "0.4.0", + "combined-stream": "1.0.6", + "mime-types": "2.1.20" + } + }, + "har-validator": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.0.tgz", + "integrity": "sha512-+qnmNjI4OfH2ipQ9VQOw23bBd/ibtfbVdK2fYbY4acTDqKTW/YDp9McimZdDbG8iV9fZizUqQMD5xvriB146TA==", + "dev": true, + "requires": { + "ajv": "5.5.2", + "har-schema": "2.0.0" + } + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "dev": true, + "requires": { + "assert-plus": "1.0.0", + "jsprim": "1.4.1", + "sshpk": "1.14.2" + } + }, + "json-schema-traverse": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", + "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", + "dev": true + }, + "mime-db": { + "version": "1.36.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.36.0.tgz", + "integrity": "sha512-L+xvyD9MkoYMXb1jAmzI/lWYAxAMCPvIBSWur0PZ5nOf5euahRLVqH//FKW9mWp2lkqUgYiXPgkzfMUFi4zVDw==", + "dev": true + }, + "mime-types": { + "version": "2.1.20", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.20.tgz", + "integrity": "sha512-HrkrPaP9vGuWbLK1B1FfgAkbqNjIuy4eHlIYnFi7kamZyLLrGlo2mpcx0bBmNpKqBtYtAfGbodDddIgddSJC2A==", + "dev": true, + "requires": { + "mime-db": "1.36.0" + } + }, + "node-gyp": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz", + "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==", + "dev": true, + "requires": { + "fstream": "1.0.11", + "glob": "7.1.2", + "graceful-fs": "4.1.11", + "mkdirp": "0.5.1", + "nopt": "3.0.6", + "npmlog": "4.1.2", + "osenv": "0.1.5", + "request": "2.88.0", + "rimraf": "2.6.2", + "semver": "5.3.0", + "tar": "2.2.1", + "which": "1.3.1" + } + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", + "dev": true + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", + "dev": true + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", + "dev": true + }, + "request": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz", + "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==", + "dev": true, + "requires": { + "aws-sign2": "0.7.0", + "aws4": "1.8.0", + "caseless": "0.12.0", + "combined-stream": "1.0.6", + "extend": "3.0.2", + "forever-agent": "0.6.1", + "form-data": "2.3.2", + "har-validator": "5.1.0", + "http-signature": "1.2.0", + "is-typedarray": "1.0.0", + "isstream": "0.1.2", + "json-stringify-safe": "5.0.1", + "mime-types": "2.1.20", + "oauth-sign": "0.9.0", + "performance-now": "2.1.0", + "qs": "6.5.2", + "safe-buffer": "5.1.2", + "tough-cookie": "2.4.3", + "tunnel-agent": "0.6.0", + "uuid": "3.3.2" + } + }, + "semver": { + "version": "5.3.0", + "resolved": "http://registry.npmjs.org/semver/-/semver-5.3.0.tgz", + "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", + "dev": true + }, "supports-color": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true + }, + "tough-cookie": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", + "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==", + "dev": true, + "requires": { + "psl": "1.1.29", + "punycode": "1.4.1" + } + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "dev": true, + "requires": { + "safe-buffer": "5.1.2" + } + }, + "uuid": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", + "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==", + "dev": true } } }, @@ -4662,9 +4914,9 @@ "dev": true }, "oauth-sign": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz", - "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", "dev": true }, "object-assign": { @@ -4761,7 +5013,7 @@ }, "os-locale": { "version": "1.4.0", - "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", + "resolved": "http://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=", "dev": true, "requires": { @@ -4833,7 +5085,7 @@ }, "parse-asn1": { "version": "5.1.1", - "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.1.tgz", + "resolved": "http://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.1.tgz", "integrity": "sha512-KPx7flKXg775zZpnp9SxJlz00gTd4BmJ2yJufSc44gMCRrRQ7NSzAcSJQfifuOLgW6bEi+ftrALtsgALeB2Adw==", "dev": true, "requires": { @@ -4916,6 +5168,12 @@ "sha.js": "2.4.11" } }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", + "dev": true + }, "pify": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", @@ -4976,7 +5234,7 @@ }, "postcss-calc": { "version": "5.3.1", - "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-5.3.1.tgz", + "resolved": "http://registry.npmjs.org/postcss-calc/-/postcss-calc-5.3.1.tgz", "integrity": "sha1-d7rnypKK2FcW4v2kLyYb98HWW14=", "dev": true, "requires": { @@ -4993,7 +5251,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -5066,7 +5324,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -5138,7 +5396,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -5194,7 +5452,7 @@ }, "postcss-discard-comments": { "version": "2.0.4", - "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-2.0.4.tgz", + "resolved": "http://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-2.0.4.tgz", "integrity": "sha1-vv6J+v1bPazlzM5Rt2uBUUvgDj0=", "dev": true, "requires": { @@ -5209,7 +5467,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -5280,7 +5538,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -5336,7 +5594,7 @@ }, "postcss-discard-empty": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.1.0.tgz", + "resolved": "http://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.1.0.tgz", "integrity": "sha1-0rS9nVztXr2Nyt52QMfXzX9PkrU=", "dev": true, "requires": { @@ -5351,7 +5609,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -5407,7 +5665,7 @@ }, "postcss-discard-overridden": { "version": "0.1.1", - "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-0.1.1.tgz", + "resolved": "http://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-0.1.1.tgz", "integrity": "sha1-ix6vVU9ob7KIzYdMVWZ7CqNmjVg=", "dev": true, "requires": { @@ -5422,7 +5680,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -5478,7 +5736,7 @@ }, "postcss-discard-unused": { "version": "2.2.3", - "resolved": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-2.2.3.tgz", + "resolved": "http://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-2.2.3.tgz", "integrity": "sha1-vOMLLMWR/8Y0Mitfs0ZLbZNPRDM=", "dev": true, "requires": { @@ -5494,7 +5752,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -5565,7 +5823,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -5665,7 +5923,7 @@ }, "postcss-merge-idents": { "version": "2.1.7", - "resolved": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-2.1.7.tgz", + "resolved": "http://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-2.1.7.tgz", "integrity": "sha1-TFUwMTwI4dWzu/PSu8dH4njuonA=", "dev": true, "requires": { @@ -5682,7 +5940,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -5753,7 +6011,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -5838,7 +6096,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -5900,7 +6158,7 @@ }, "postcss-minify-font-values": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-1.0.5.tgz", + "resolved": "http://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-1.0.5.tgz", "integrity": "sha1-S1jttWZB66fIR0qzUmyv17vey2k=", "dev": true, "requires": { @@ -5917,7 +6175,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -5973,7 +6231,7 @@ }, "postcss-minify-gradients": { "version": "1.0.5", - "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-1.0.5.tgz", + "resolved": "http://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-1.0.5.tgz", "integrity": "sha1-Xb2hE3NwP4PPtKPqOIHY11/15uE=", "dev": true, "requires": { @@ -5989,7 +6247,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6045,7 +6303,7 @@ }, "postcss-minify-params": { "version": "1.2.2", - "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.2.2.tgz", + "resolved": "http://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.2.2.tgz", "integrity": "sha1-rSzgcTc7lDs9kwo/pZo1jCjW8fM=", "dev": true, "requires": { @@ -6063,7 +6321,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6119,7 +6377,7 @@ }, "postcss-minify-selectors": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-2.1.1.tgz", + "resolved": "http://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-2.1.1.tgz", "integrity": "sha1-ssapjAByz5G5MtGkllCBFDEXNb8=", "dev": true, "requires": { @@ -6137,7 +6395,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6232,7 +6490,7 @@ }, "postcss-normalize-charset": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-1.1.1.tgz", + "resolved": "http://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-1.1.1.tgz", "integrity": "sha1-757nEhLX/nWceO0WL2HtYrXLk/E=", "dev": true, "requires": { @@ -6247,7 +6505,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6303,7 +6561,7 @@ }, "postcss-normalize-url": { "version": "3.0.8", - "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-3.0.8.tgz", + "resolved": "http://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-3.0.8.tgz", "integrity": "sha1-EI90s/L82viRov+j6kWSJ5/HgiI=", "dev": true, "requires": { @@ -6321,7 +6579,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6393,7 +6651,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6449,7 +6707,7 @@ }, "postcss-reduce-idents": { "version": "2.4.0", - "resolved": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-2.4.0.tgz", + "resolved": "http://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-2.4.0.tgz", "integrity": "sha1-wsbSDMlYKE9qv75j92Cb9AkFmtM=", "dev": true, "requires": { @@ -6465,7 +6723,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6521,7 +6779,7 @@ }, "postcss-reduce-initial": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-1.0.1.tgz", + "resolved": "http://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-1.0.1.tgz", "integrity": "sha1-aPgGlfBF0IJjqHmtJA343WT2ROo=", "dev": true, "requires": { @@ -6536,7 +6794,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6592,7 +6850,7 @@ }, "postcss-reduce-transforms": { "version": "1.0.4", - "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-1.0.4.tgz", + "resolved": "http://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-1.0.4.tgz", "integrity": "sha1-/3b02CEkN7McKYpC0uFEQCV3GuE=", "dev": true, "requires": { @@ -6609,7 +6867,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6676,7 +6934,7 @@ }, "postcss-svgo": { "version": "2.1.6", - "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-2.1.6.tgz", + "resolved": "http://registry.npmjs.org/postcss-svgo/-/postcss-svgo-2.1.6.tgz", "integrity": "sha1-tt8YqmE7Zm4TPwittSGcJoSsEI0=", "dev": true, "requires": { @@ -6694,7 +6952,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6750,7 +7008,7 @@ }, "postcss-unique-selectors": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-2.0.2.tgz", + "resolved": "http://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-2.0.2.tgz", "integrity": "sha1-mB1X0p3csz57Hf4f1DuGSfkzyh0=", "dev": true, "requires": { @@ -6767,7 +7025,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6829,7 +7087,7 @@ }, "postcss-zindex": { "version": "2.2.0", - "resolved": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-2.2.0.tgz", + "resolved": "http://registry.npmjs.org/postcss-zindex/-/postcss-zindex-2.2.0.tgz", "integrity": "sha1-0hCd3AVbka9n/EyzsCWUZjnSryI=", "dev": true, "requires": { @@ -6846,7 +7104,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -6936,6 +7194,12 @@ "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", "dev": true }, + "psl": { + "version": "1.1.29", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.1.29.tgz", + "integrity": "sha512-AeUmQ0oLN02flVHXWh9sSJF7mcdFq0ppid/JkErufc3hGIV/AMa8Fo9VgDo/cT2jFdOWoFvHp90qqBH54W+gjQ==", + "dev": true + }, "public-encrypt": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.2.tgz", @@ -6983,9 +7247,9 @@ "dev": true }, "qs": { - "version": "6.3.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.3.2.tgz", - "integrity": "sha1-51vV9uJoEioqDgvaYwslUMFmUCw=", + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", "dev": true }, "query-string": { @@ -7052,7 +7316,7 @@ }, "readable-stream": { "version": "2.3.6", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "dev": true, "requires": { @@ -7089,7 +7353,7 @@ }, "reduce-css-calc": { "version": "1.3.0", - "resolved": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz", + "resolved": "http://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz", "integrity": "sha1-dHyRTgSWFKTJz7umKYca0dKSdxY=", "dev": true, "requires": { @@ -7200,15 +7464,15 @@ }, "request": { "version": "2.79.0", - "resolved": "https://registry.npmjs.org/request/-/request-2.79.0.tgz", + "resolved": "http://registry.npmjs.org/request/-/request-2.79.0.tgz", "integrity": "sha1-Tf5b9r6LjNw3/Pk+BLZVd3InEN4=", "dev": true, "requires": { "aws-sign2": "0.6.0", - "aws4": "1.7.0", + "aws4": "1.8.0", "caseless": "0.11.0", "combined-stream": "1.0.6", - "extend": "3.0.1", + "extend": "3.0.2", "forever-agent": "0.6.1", "form-data": "2.1.4", "har-validator": "2.0.6", @@ -7217,13 +7481,125 @@ "is-typedarray": "1.0.0", "isstream": "0.1.2", "json-stringify-safe": "5.0.1", - "mime-types": "2.1.18", + "mime-types": "2.1.20", "oauth-sign": "0.8.2", "qs": "6.3.2", "stringstream": "0.0.6", "tough-cookie": "2.3.4", "tunnel-agent": "0.4.3", - "uuid": "3.2.1" + "uuid": "3.3.2" + }, + "dependencies": { + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "assert-plus": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz", + "integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=", + "dev": true + }, + "aws-sign2": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz", + "integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=", + "dev": true + }, + "caseless": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz", + "integrity": "sha1-cVuW6phBWTzDMGeSP17GDr2k99c=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "2.2.1", + "escape-string-regexp": "1.0.5", + "has-ansi": "2.0.0", + "strip-ansi": "3.0.1", + "supports-color": "2.0.0" + } + }, + "form-data": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz", + "integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=", + "dev": true, + "requires": { + "asynckit": "0.4.0", + "combined-stream": "1.0.6", + "mime-types": "2.1.20" + } + }, + "har-validator": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-2.0.6.tgz", + "integrity": "sha1-zcvAgYgmWtEZtqWnyKtw7s+10n0=", + "dev": true, + "requires": { + "chalk": "1.1.3", + "commander": "2.18.0", + "is-my-json-valid": "2.19.0", + "pinkie-promise": "2.0.1" + } + }, + "http-signature": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz", + "integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=", + "dev": true, + "requires": { + "assert-plus": "0.2.0", + "jsprim": "1.4.1", + "sshpk": "1.14.2" + } + }, + "oauth-sign": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz", + "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=", + "dev": true + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", + "dev": true + }, + "qs": { + "version": "6.3.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.3.2.tgz", + "integrity": "sha1-51vV9uJoEioqDgvaYwslUMFmUCw=", + "dev": true + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + }, + "tough-cookie": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.4.tgz", + "integrity": "sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==", + "dev": true, + "requires": { + "punycode": "1.4.1" + } + }, + "tunnel-agent": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz", + "integrity": "sha1-Y3PbdpCf5XDgjXNYM2Xtgop07us=", + "dev": true + } } }, "require-directory": { @@ -7299,7 +7675,7 @@ "dependencies": { "convert-source-map": { "version": "0.3.5", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-0.3.5.tgz", + "resolved": "http://registry.npmjs.org/convert-source-map/-/convert-source-map-0.3.5.tgz", "integrity": "sha1-8dgClQr33SYxof6+BZZVDIarMZA=", "dev": true } @@ -7442,7 +7818,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -7553,7 +7929,7 @@ }, "sha.js": { "version": "2.4.11", - "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "resolved": "http://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", "dev": true, "requires": { @@ -7953,7 +8329,7 @@ }, "strip-ansi": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, "requires": { @@ -8103,11 +8479,12 @@ } }, "tough-cookie": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.4.tgz", - "integrity": "sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==", + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", + "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==", "dev": true, "requires": { + "psl": "1.1.29", "punycode": "1.4.1" }, "dependencies": { @@ -8175,10 +8552,13 @@ "dev": true }, "tunnel-agent": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz", - "integrity": "sha1-Y3PbdpCf5XDgjXNYM2Xtgop07us=", - "dev": true + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "dev": true, + "requires": { + "safe-buffer": "5.1.2" + } }, "tweetnacl": { "version": "0.14.5", @@ -8410,9 +8790,9 @@ "dev": true }, "uuid": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.2.1.tgz", - "integrity": "sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", + "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==", "dev": true }, "validate-npm-package-license": { @@ -8471,18 +8851,24 @@ } }, "webpack": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.6.0.tgz", - "integrity": "sha512-Fu/k/3fZeGtIhuFkiYpIy1UDHhMiGKjG4FFPVuvG+5Os2lWA1ttWpmi9Qnn6AgfZqj9MvhZW/rmj/ip+nHr06g==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.12.2.tgz", + "integrity": "sha512-qgZAR7T+pvvKSO62gn8kdn+lDeqAH4eyjaUMeLUx4BS/wQghFFCw/JamWhNJ2d95tTOSS130h2WNiNr+Ff3J+A==", "dev": true, "requires": { + "@webassemblyjs/ast": "1.5.12", + "@webassemblyjs/helper-module-context": "1.5.12", + "@webassemblyjs/wasm-edit": "1.5.12", + "@webassemblyjs/wasm-opt": "1.5.12", + "@webassemblyjs/wasm-parser": "1.5.12", "acorn": "5.7.1", "acorn-dynamic-import": "3.0.0", "ajv": "6.5.1", "ajv-keywords": "3.2.0", - "chrome-trace-event": "0.1.3", + "chrome-trace-event": "1.0.0", "enhanced-resolve": "4.0.0", "eslint-scope": "3.7.1", + "json-parse-better-errors": "1.0.2", "loader-runner": "2.3.0", "loader-utils": "1.1.0", "memory-fs": "0.4.1", @@ -8495,6 +8881,26 @@ "uglifyjs-webpack-plugin": "1.2.5", "watchpack": "1.6.0", "webpack-sources": "1.1.0" + }, + "dependencies": { + "chrome-trace-event": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.0.tgz", + "integrity": "sha512-xDbVgyfDTT2piup/h8dK/y4QZfJRSa73bw1WZ8b4XM1o7fsFubUVGYcE+1ANtOzJJELGpYoG2961z0Z6OAld9A==", + "dev": true, + "requires": { + "tslib": "1.9.2" + } + } + } + }, + "webpack-merge": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.1.4.tgz", + "integrity": "sha512-TmSe1HZKeOPey3oy1Ov2iS3guIZjWvMT2BBJDzzT5jScHTjVC3mpjJofgueEzaEd6ibhxRDD6MIblDr8tzh8iQ==", + "dev": true, + "requires": { + "lodash": "4.17.10" } }, "webpack-sources": { @@ -8548,7 +8954,7 @@ }, "wrap-ansi": { "version": "2.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "resolved": "http://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", "dev": true, "requires": { diff --git a/package.json b/package.json index a2d5538a5b..43d49ebea0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, - "name": "spryker-suite", - "description": "Spryker Suite project", + "name": "spryker-suite-b2c-internal", + "description": "Spryker B2C Demo Shop project", "author": { "name": "Spryker Systems GmbH", "email": "info@spryker.com", @@ -20,12 +20,29 @@ "npm": ">=5.6.0" }, "dependencies": { - "@webcomponents/webcomponentsjs": "~2.0.0", - "core-js": "~2.5.7" + "@webcomponents/webcomponentsjs": "~2.0.2", + "core-js": "~2.5.7", + "jquery": "^3.3.1", + "lodash-es": "~4.17.10" }, "devDependencies": { "@spryker/oryx-for-zed": "^2.1.0", "@spryker/suite-frontend-builder": "^0.3.0", - "copy-webpack-plugin": "~4.5.1" + "autoprefixer": "~8.6.2", + "clean-webpack-plugin": "~0.1.19", + "copy-webpack-plugin": "~4.5.1", + "css-loader": "~0.28.10", + "fast-glob": "~2.2.2", + "mini-css-extract-plugin": "~0.4.0", + "node-sass": "~4.9.0", + "optimize-css-assets-webpack-plugin": "~4.0.2", + "postcss-loader": "~2.1.5", + "sass-loader": "~7.0.3", + "sass-resources-loader": "~1.3.3", + "ts-loader": "~4.4.1", + "typescript": "~2.9.1", + "uglifyjs-webpack-plugin": "~1.2.4", + "webpack": "~4.12.0", + "webpack-merge": "~4.1.3" } } diff --git a/phpstan.neon b/phpstan.neon index 08ae5b0640..9cf5134a20 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -8,6 +8,8 @@ parameters: ignoreErrors: - '#Call to an undefined method .+Criteria::.+\(\).#' + reportUnmatchedIgnoredErrors: false + services: - class: PhpStan\DynamicType\FacadeDynamicTypeExtension diff --git a/src/Orm/Zed/Acl/Persistence/SpyAclGroup.php b/src/Orm/Zed/Acl/Persistence/SpyAclGroup.php index 56aab7af00..507784b4ca 100644 --- a/src/Orm/Zed/Acl/Persistence/SpyAclGroup.php +++ b/src/Orm/Zed/Acl/Persistence/SpyAclGroup.php @@ -1,7 +1,7 @@ getProductLabelStorageClient() ->findLabelByName($labelName, $localeName); - $stringFacetFieldFilter = $this->createStringFacetFieldFilter(ProductLabelFacetConfigTransferBuilderPlugin::NAME); - $stringFacetValueFilter = $this->createStringFacetValueFilter($storageProductLabelTransfer->getIdProductLabel()); + $labelId = $storageProductLabelTransfer ? $storageProductLabelTransfer->getIdProductLabel() : 0; $newProductsBoolQuery = new BoolQuery(); + + $stringFacetFieldFilter = $this->createStringFacetFieldFilter(ProductLabelFacetConfigTransferBuilderPlugin::NAME); + $stringFacetValueFilter = $this->createStringFacetValueFilter($labelId); + $newProductsBoolQuery ->addFilter($stringFacetFieldFilter) ->addFilter($stringFacetValueFilter); diff --git a/src/Pyz/Client/PersistentCart/PersistentCartDependencyProvider.php b/src/Pyz/Client/PersistentCart/PersistentCartDependencyProvider.php new file mode 100644 index 0000000000..3a5c033ca9 --- /dev/null +++ b/src/Pyz/Client/PersistentCart/PersistentCartDependencyProvider.php @@ -0,0 +1,33 @@ +append($this->createQueueOption(EventConstants::EVENT_QUEUE, EventConstants::EVENT_QUEUE_ERROR)); + $queueOptionCollection->append($this->createQueueOption(EventConstants::EVENT_QUEUE, EventConstants::EVENT_QUEUE_RETRY, EventConfig::EVENT_ROUTING_KEY_RETRY)); + $queueOptionCollection->append($this->createQueueOption(EventConstants::EVENT_QUEUE, EventConstants::EVENT_QUEUE_ERROR, EventConfig::EVENT_ROUTING_KEY_ERROR)); $queueOptionCollection->append($this->createQueueOption(GlossaryStorageConstants::SYNC_STORAGE_QUEUE, GlossaryStorageConstants::SYNC_STORAGE_ERROR_QUEUE)); $queueOptionCollection->append($this->createQueueOption(UrlStorageConstants::URL_SYNC_STORAGE_QUEUE, UrlStorageConstants::URL_SYNC_STORAGE_ERROR_QUEUE)); $queueOptionCollection->append($this->createQueueOption(AvailabilityStorageConstants::AVAILABILITY_SYNC_STORAGE_QUEUE, AvailabilityStorageConstants::AVAILABILITY_SYNC_STORAGE_ERROR_QUEUE)); + $queueOptionCollection->append($this->createQueueOption(CustomerAccessStorageConstants::CUSTOMER_ACCESS_SYNC_STORAGE_QUEUE, CustomerAccessStorageConstants::CUSTOMER_ACCESS_SYNC_STORAGE_ERROR_QUEUE)); $queueOptionCollection->append($this->createQueueOption(CategoryStorageConstants::CATEGORY_SYNC_STORAGE_QUEUE, CategoryStorageConstants::CATEGORY_SYNC_STORAGE_ERROR_QUEUE)); + $queueOptionCollection->append($this->createQueueOption(FileManagerStorageConstants::FILE_SYNC_STORAGE_QUEUE, FileManagerStorageConstants::FILE_SYNC_STORAGE_ERROR_QUEUE)); $queueOptionCollection->append($this->createQueueOption(ProductStorageConstants::PRODUCT_SYNC_STORAGE_QUEUE, ProductStorageConstants::PRODUCT_SYNC_STORAGE_ERROR_QUEUE)); $queueOptionCollection->append($this->createQueueOption(PriceProductStorageConstants::PRICE_SYNC_STORAGE_QUEUE, PriceProductStorageConstants::PRICE_SYNC_STORAGE_ERROR_QUEUE)); $queueOptionCollection->append($this->createQueueOption(CmsStorageConstants::CMS_SYNC_STORAGE_QUEUE, CmsStorageConstants::CMS_SYNC_STORAGE_ERROR_QUEUE)); $queueOptionCollection->append($this->createQueueOption(CategoryPageSearchConstants::CATEGORY_SYNC_SEARCH_QUEUE, CategoryPageSearchConstants::CATEGORY_SYNC_SEARCH_ERROR_QUEUE)); $queueOptionCollection->append($this->createQueueOption(CmsPageSearchConstants::CMS_SYNC_SEARCH_QUEUE, CmsPageSearchConstants::CMS_SYNC_SEARCH_ERROR_QUEUE)); $queueOptionCollection->append($this->createQueueOption(ProductPageSearchConstants::PRODUCT_SYNC_SEARCH_QUEUE, ProductPageSearchConstants::PRODUCT_SYNC_SEARCH_ERROR_QUEUE)); + $queueOptionCollection->append($this->createQueueOption(FileManagerStorageConstants::FILE_SYNC_STORAGE_QUEUE, FileManagerStorageConstants::FILE_SYNC_STORAGE_ERROR_QUEUE)); + $queueOptionCollection->append( $this->createQueueOption( $this->get(LogConstants::LOG_QUEUE_NAME), @@ -102,6 +110,7 @@ protected function createErrorQueueBinding($errorQueueName, $routingKey) $queueOptionTransfer ->setQueueName($errorQueueName) ->setDurable(true) + ->setNoWait(false) ->addRoutingKey($routingKey); return $queueOptionTransfer; diff --git a/src/Pyz/Client/Search/SearchDependencyProvider.php b/src/Pyz/Client/Search/SearchDependencyProvider.php index fb0ca807a7..c88b11a779 100644 --- a/src/Pyz/Client/Search/SearchDependencyProvider.php +++ b/src/Pyz/Client/Search/SearchDependencyProvider.php @@ -1,7 +1,7 @@ + + + + + + + + + diff --git a/src/Pyz/Shared/Quote/QuoteConfig.php b/src/Pyz/Shared/Quote/QuoteConfig.php new file mode 100644 index 0000000000..59c37b802d --- /dev/null +++ b/src/Pyz/Shared/Quote/QuoteConfig.php @@ -0,0 +1,21 @@ + +
+ {% include molecule('cart-image', 'CartPage') with { + data: { + name: data.cartItem.name | default(''), + image: data.cartItem.images is empty ? null : (data.cartItem.images | first) + } + } only %} +
+ +
+
{{ data.cartItem.name }}
+ + + {{ 'cart.item.sku' | trans }} + {{ data.cartItem.sku }} + + + {% if data.attributes is not empty %} + {% include molecule('cart-item-variant-selector', 'CartPage') with { + data: { + cartItem: data.cartItem, + cartItemAttributes: data.attributes, + canEditCart: canEditCart + } + } only %} + {% endif %} + + {% widget 'ProductBundleCartItemsListWidget' args [data.cartItem, data.cart] only %}{% endwidget %} + + {% include molecule('cart-item-summary', 'CartPage') with { + data: { + unitPrice: data.cartItem.unitPrice | money, + subtotalPrice: data.cartItem.sumSubtotalAggregation | money, + cartItem: data.cartItem + } + } only %} + +
+ +
+ {{ widget('CartProductPackagingUnitWidgetPlugin', data.cartItem) }} + {% if data.cartItem.amountSalesUnit is not defined or data.cartItem.amountSalesUnit is empty %} + {% if canEditCart %} + {% include molecule('cart-quantity-input', 'CartPage') with { + data: { + cartItem: data.cartItem + } + } only %} + {% else %} + {{ 'cart.item_quantity' | trans }}: + {{ data.cartItem.quantity }} + {% endif %} + {% endif %} + {% if canEditCart %} + + × {{ 'remove' | trans }} + + {% endif %} + + {% widget 'CartItemNoteFormWidget' args [data.cartItem, data.cart] only %}{% endwidget %} +
+ +{% endblock %} diff --git a/src/Pyz/Yves/CartPage/Theme/default/views/cart/cart.twig b/src/Pyz/Yves/CartPage/Theme/default/views/cart/cart.twig new file mode 100644 index 0000000000..91138b2405 --- /dev/null +++ b/src/Pyz/Yves/CartPage/Theme/default/views/cart/cart.twig @@ -0,0 +1,86 @@ +{% extends template('page-layout-main') %} + +{% define data = { + cart: _view.cart, + cartItems: _view.cartItems, + isQuoteValid: _view.isQuoteValid, + attributes: _view.attributes, + request: app.request, + + title: 'cart.cart' | trans +} %} + +{% block breadcrumbs %} + {% widget 'CheckoutBreadcrumbWidget' args [data.cart] only %}{% endwidget %} +{% endblock %} + +{% block title %} + {% widget 'CartOperationsWidget' args [data.cart] use view('cart-operations-title', 'MultiCartWidget') only %}{% endwidget %} +{% endblock %} + +{% block content %} + {% set canEditCart = can('WriteSharedCartPermissionPlugin', data.cart.idQuote) %} + {% if data.cart.items is empty %} +
+ {% include atom('icon') with { + modifiers: ['biggest'], + class: 'text-alt', + data: { + name: 'shopping-cart' + } + } only %} +
{{ 'cart.empty' | trans }}
+
+ {% else %} +
+
+ {% for cartItem in data.cartItems %} + {% include molecule('cart-item', 'CartPage') with { + class: 'box', + data: { + cart: data.cart, + cartItem: cartItem, + attributes: data.attributes[cartItem.sku] | default([]) + } + } only %} + {% endfor %} + + {% widget 'CartDiscountPromotionProductListWidget' args [data.cart, data.request] only %}{% endwidget %} + + {% if canEditCart and data.cart.idQuote is not empty %} + {% widget 'CartOperationsWidget' args [data.cart] use view('cart-operations-actions', 'MultiCartWidget') only %}{% endwidget %} + {% endif %} +
+ +
+
+ {% widget 'CartNoteFormWidget' args [data.cart] only %}{% endwidget %} + + {% if not is_granted('ROLE_USER') or canEditCart %} + {% widget 'DiscountVoucherFormWidget' only %} + {% block body %} + {{ parent() }} +
+ {% endblock %} + {% endwidget %} + {% endif %} + {% if canEditCart and data.cart.idQuote is not empty %} + {% widget 'CreateShoppingListFromCartWidget' args [data.cart.idQuote] only %}{% endwidget %} +
+ {% endif %} + + {% include molecule('cart-summary', 'CartPage') with { + data: { + cart: data.cart, + isQuoteValid: data.isQuoteValid + } + } only %} +
+
+
+ {% endif %} + + {% widget 'UpSellingProductsWidget' args [data.cart] only %}{% endwidget %} +{% endblock %} + +{% block footer %}{% endblock %} diff --git a/src/Pyz/Yves/CatalogPage/CatalogPageDependencyProvider.php b/src/Pyz/Yves/CatalogPage/CatalogPageDependencyProvider.php index aa376e37f1..bc82e96d6e 100644 --- a/src/Pyz/Yves/CatalogPage/CatalogPageDependencyProvider.php +++ b/src/Pyz/Yves/CatalogPage/CatalogPageDependencyProvider.php @@ -1,7 +1,7 @@ getCustomerClient($container), $this->getStore()); } + + /** + * @return \Spryker\Yves\Checkout\Dependency\Plugin\Form\SubFormFilterPluginInterface[] + */ + protected function getSubFormFilterPlugins(): array + { + return [ + new PaymentFormFilterPlugin(), + ]; + } } diff --git a/src/Pyz/Yves/CheckoutPage/Theme/default/components/molecules/summary-item/summary-item.twig b/src/Pyz/Yves/CheckoutPage/Theme/default/components/molecules/summary-item/summary-item.twig new file mode 100644 index 0000000000..ad349575fc --- /dev/null +++ b/src/Pyz/Yves/CheckoutPage/Theme/default/components/molecules/summary-item/summary-item.twig @@ -0,0 +1,55 @@ +{% extends model('component') %} + +{% define config = { + name: 'summary-item', + tag: 'div' +} %} + +{% define data = { + name: required, + quantity: required, + price: 0, + options: [], + bundleItems: [], + quantitySalesUnit: null, + amountSalesUnit: null, + amount: 0 +} %} + +{% block body %} + {% if widgetExists('SummaryProductPackagingUnitWidgetPlugin') %} + {{ widget('SummaryProductPackagingUnitWidgetPlugin', data) }} {# @deprecated Use molecule('summary-product-packaging-unit', 'ProductPackagingUnitWidget') instead. #} + {% else %} + {% include [ + molecule('summary-product-packaging-unit', 'ProductPackagingUnitWidget'), + molecule('summary-product-packaging-unit-default', 'CheckoutPage') + ] ignore missing with { + data: { + name: data.name, + quantity: data.quantity, + amount: data.amount, + price: data.price, + quantitySalesUnit: data.quantitySalesUnit, + amountSalesUnit: data.amountSalesUnit + } + } only %} + {% endif %} + + {% if data.bundleItems is not empty %} +
    +
  • {{ 'checkout.summary.item.bundle.description' | trans }}
  • + {% for item in data.bundleItems %} +
  • - {{ item.quantity }} x {{ item.name }}
  • + {% endfor %} +
+ {% endif %} + + {% if data.options is not empty %} +
    +
  • {{ 'checkout.summary.item.option.description' | trans }}
  • + {% for option in data.options %} +
  • + {{ option.value | trans }} {{ option.sumPrice | default(0) | money }}
  • + {% endfor %} +
+ {% endif %} +{% endblock %} diff --git a/src/Pyz/Yves/CheckoutPage/Theme/default/views/summary/summary.twig b/src/Pyz/Yves/CheckoutPage/Theme/default/views/summary/summary.twig index 69bdc200bb..89ed2762df 100644 --- a/src/Pyz/Yves/CheckoutPage/Theme/default/views/summary/summary.twig +++ b/src/Pyz/Yves/CheckoutPage/Theme/default/views/summary/summary.twig @@ -15,6 +15,7 @@ overview: { shipmentMethod: _view.quoteTransfer.shipment.method.name, + expenses: _view.quoteTransfer.expenses, voucherDiscounts: _view.quoteTransfer.voucherDiscounts, cartRuleDiscounts: _view.quoteTransfer.cartRuleDiscounts, @@ -23,7 +24,7 @@ storeCurrency: _view.quoteTransfer.shipment.method.storeCurrencyPrice, grandTotal: _view.quoteTransfer.totals.grandtotal, tax: _view.quoteTransfer.totals.taxtotal.amount, - discountTotal: _view.quoteTransfer.totals.discounttotal | default(null) + discountTotal: _view.quoteTransfer.totals.discounttotal | default } }, @@ -36,9 +37,6 @@
{{ 'checkout.step.summary.with_method' | trans }} {{data.paymentMethod}}
{{ 'checkout.step.summary.payment' | trans }}
- {# {% if _view.quoteTransfer.payment.summaryPartialPath is defined and _view.quoteTransfer.payment.summaryPartialPath %} - {% include '@' ~ _view.quoteTransfer.payment.summaryPartialPath ~ '.twig' with {'_view.quoteTransfer': _view.quoteTransfer} %} - {% endif %} #}
{% include molecule('display-address') with { @@ -73,7 +71,7 @@ quantity: item.quantity, price: item.sumPrice | money, options: item.productOptions | default({}), - bundleItems: item.bundleItems | default([]), + bundleItems: item.bundleItems | default([]) }, embed: { isLast: not loop.last, @@ -82,17 +80,34 @@ } only %} {% block body %} {{parent()}} - {{ widget('CartNoteQuoteItemNoteWidgetPlugin', embed.item) }} + {% if embed.item.cartNote is not empty %} + {% include molecule('note-list', 'CartNoteWidget') ignore missing with { + data: { + label: 'cart_note.checkout_page.item_note', + note: embed.item.cartNote + } + } only %} + {% endif %} {% if embed.isLast %}
{% endif %} {% endblock %} {% endembed %} {% endfor %}
- {{ widget('CartNoteQuoteNoteWidgetPlugin', data.transfer) }} + {% if data.transfer.cartNote is not empty %} +
+ {% include molecule('note-list', 'CartNoteWidget') ignore missing with { + data: { + label: 'cart_note.checkout_page.quote_note', + note: data.transfer.cartNote + } + } only %} +
+ {% endif %}
- {{ widget('CheckoutVoucherFormWidgetPlugin', data.transfer) }} + {% widget 'CheckoutVoucherFormWidget' args [data.transfer] only %} + {% endwidget %}
{% embed molecule('form') with { @@ -100,7 +115,7 @@ data: { form: data.forms.summary, submit: { - enable: true, + enable: can('SeeOrderPlaceSubmitPermissionPlugin'), text: 'checkout.step.place.order' | trans }, cancel: { diff --git a/src/Pyz/Yves/CmsBlock/CmsBlockDependencyProvider.php b/src/Pyz/Yves/CmsBlock/CmsBlockDependencyProvider.php index b85e5f4d9b..1b4717292f 100644 --- a/src/Pyz/Yves/CmsBlock/CmsBlockDependencyProvider.php +++ b/src/Pyz/Yves/CmsBlock/CmsBlockDependencyProvider.php @@ -1,7 +1,7 @@ new CmsProductSetContentWidgetPlugin( new CmsProductSetContentWidgetConfigurationProvider() ), + CmsChartContentWidgetConfigurationProvider::FUNCTION_NAME => new CmsChartContentWidgetPlugin( + new CmsChartContentWidgetConfigurationProvider() + ), + FileManagerWidgetConfigurationProvider::FUNCTION_NAME => new FileManagerWidgetPlugin( + new FileManagerWidgetConfigurationProvider() + ), ]; } } diff --git a/src/Pyz/Yves/CmsContentWidgetProductConnector/CmsContentWidgetProductConnectorDependencyProvider.php b/src/Pyz/Yves/CmsContentWidgetProductConnector/CmsContentWidgetProductConnectorDependencyProvider.php index dd697edfbd..6c6e61d67a 100644 --- a/src/Pyz/Yves/CmsContentWidgetProductConnector/CmsContentWidgetProductConnectorDependencyProvider.php +++ b/src/Pyz/Yves/CmsContentWidgetProductConnector/CmsContentWidgetProductConnectorDependencyProvider.php @@ -1,7 +1,7 @@