- [Case Studies](https://www.mergado.com/category/case-studies)
- [eCommerce tips](https://www.mergado.com/category/ecommerce-tips)
- [Online Store Solutions and Platforms](https://www.mergado.com/category/online-store-solutions-and-platforms)
- [Mergado Pack](https://www.mergado.com/category/mergado-pack)
- [Mergado tips](https://www.mergado.com/category/mergado-tips)
- [Mergado News](https://www.mergado.com/category/mergado-news)
- [eCommerce News](https://www.mergado.com/category/ecommerce-news)
- [How to use Mergado](https://www.mergado.com/category/how-to-use-mergado)
- [Interviews with e‑commerce gurus](https://www.mergado.com/category/interviews-e-commerce-gurus)
- [Extensions](https://www.mergado.com/category/apps-bidding-image-marketing-and-more)
- [Expansion with Mergado](https://www.mergado.com/category/expansion-with-mergado)
- [Mergado Lifestyle](https://www.mergado.com/category/mergado-lifestyle)
 



 

 1. [  Home  ](https://www.mergado.com/)
2. [     Mergado Blog  ](https://www.mergado.com/blog)
3. [     eCommerce tips  ](https://www.mergado.com/category/ecommerce-tips)
4. <a class="flex items-center gap-2 hover:underline" href="" itemid="" itemprop="item" itemscope="" itemtype="https://schema.org/Thing">    **Logistics, ecology and everything else about Polish e‑commerce in 2019** </a>
 
  

 

#  **Logistics, ecology and everything else about Polish e‑commerce in 2019** 

 

 

 [    ![](https://www.mergado.com/sites/default/files/perm/user-avatar/dsc0106.jpg)   Anna Grzelczak  ](https://www.mergado.com/blog/anna-grzelczak) [eCommerce tips](https://www.mergado.com/category/ecommerce-tips) 

15. 1. 2020

2 minutes read

 

 

 

 

 

  ![](https://www.mergado.com/sites/default/files/field/image/copyofnowosciwmergado0119-1.png)  

There are more than 27.5 mln internet users in Poland. 62% of them shop online. In what fashion do the Poles purchase goods online? Learn more from today’s article.



 

 

 
                function tableOfContents() {
                  return {
                    headings_menu: [],
                    heading_active: '', // Added to track the active section
                    shouldBeSticky: false,

                    generateToC() {
                      const headings = document.querySelectorAll('.js-article-full-headings h2, .js-article-full-headings h3');
                      let headingMap = {};

                      headings.forEach((heading) => { // Use an arrow function to maintain `this` context
                        // Normalize heading text to remove diacritics, then replace non-alphanumeric characters with dashes
                        var normalizedText = heading.textContent.normalize("NFD").replace(/[\u0300-\u036f]/g, ""); // Remove diacritics
                        var id = heading.id ? heading.id : normalizedText.trim().toLowerCase()
                          .split(' ').join('-').replace(/[^a-z0-9\-]/ig, ''); // Updated regex to replace non-alphanumeric characters
                        headingMap[id] = headingMap[id] !== undefined ? ++headingMap[id] : 0;

                        // Use the updated `id` with diacritics removed for the heading id and the TOC
                        const finalId = headingMap[id] ? `${id}-${headingMap[id]}` : id;
                        this.headings_menu.push({
                          id: finalId,
                          title: heading.textContent,
                          level: heading.tagName.toLowerCase(), // Track heading level
                          active: false, // Initially set active to false
                        });
                        heading.id = finalId;
                      });
                    },

                    checkStickyNeeded() {
                      const ul = this.$el.querySelector('ul');
                      if (ul) {
                        this.shouldBeSticky = ul.scrollHeight < window.innerHeight;
                      }
                    },

                    setActiveHeading() {
                      // disabled not working with active state on click
                      // add @scroll.window="setActiveHeading()" to the parent div

                      // const headings = document.querySelectorAll('.js-article-full-headings h2');
                      // let activeHeading = '';
                      // let closestHeadingDistance = Infinity;

                      // headings.forEach((heading) => {
                      //   const rect = heading.getBoundingClientRect();
                      //   const offset = rect.top - window.innerHeight / 2; // Consider heading in the middle of the screen as active

                      //   if (offset < 0 && Math.abs(offset) < closestHeadingDistance) {
                      //     activeHeading = heading.id;
                      //     closestHeadingDistance = Math.abs(offset);
                      //   }
                      // });

                      // // Update the active state in headings_menu
                      // if (activeHeading !== this.heading_active) {
                      //   this.headings_menu = this.headings_menu.map(item => ({
                      //     ...item,
                      //     active: item.id === activeHeading,
                      //   }));
                      //   this.heading_active = activeHeading;

                      // }
                    },

                    setActiveItem(clickedId) {
                      this.headings_menu.forEach(item => {
                        item.active = (item.id === clickedId);
                      });
                      this.heading_active = clickedId; // Optionally update the heading_active property if used
                    },
                  };
                }
               1. <a :class="{ 'border-r-[3px] border-secondary': item.active, 'text-sm': item.level === 'h3' }" :href="'#' + item.id" class="inline-block text-balance hover:underline p-0.5 pr-3">  — </a>
  



 

There are more than 27.5 mln internet users in Poland. 62% of them shop online. In what fashion do the Poles purchase goods online? Learn more from today’s article.

## Growing e‑commerce

Should you ask why e‑commerce in Poland is booming the answer is simple. Firstly it is about a variety of products. Secondly about the accessibility of service. After the Polish government introduced 6 day trade week, a lot of customers have limited access to retail.

The latest report by [Gemius](https://www.gemius.pl/wszystkie-artykuly-aktualnosci/raport-e-commerce.html) confirms that. We learn from it that almost half of the e‑commerce customers are located in cities with less than 200 k citizens and towns. Such locations often lack shopping infrastructure, which suggests that interest in online shopping is an answer to a lack of choice in the local market.

### What gets sold in Poland?

We wouldn’t be wrong saying everything, but there are few favorites on the market. The most popular goods are clothes, accessories, shoes, books and beauty products. The decision about its purchase is often influenced by the condition of the sale eg. logistics.

### Logistics in Poland

Polish customers appreciate comfort. 58% of respondents choose home delivery. The next best thing is easy access to the parcel, hence 52% of respondents go for post box services by InPost.

Here is how the Polish logistics improved customers experience in 2019:

- new offer from Polish Post for better e‑commerce experience, read more [HERE,](http://media.poczta-polska.pl/pr/356687/nowy-pakiet-polecony-ecommerce-w-ofercie-poczty-polskiej)
- cooperation between omnipresent Zabka chain and two major logistic players- DHL and Polish Post, read more [HERE](http://www.zabka.pl/wygodne-uslugi/odbierz-lub-nadaj-paczke)
- cooperation between InPost and AliExpress, read more [HERE.](http://inpost.pl/aktualnosci-inpost-rozpoczyna-strategiczna-wspolprace-z-aliexpress-0)



 

 [  ![](https://www.mergado.com/sites/default/files/perm/paragraph-image/wintersnowflakechristmasgiftcertificate_0.png)  ](https://www.mergado.com/sites/default/files/perm/paragraph-image/wintersnowflakechristmasgiftcertificate_0.png) 

### Did anything go wrong?

On average customers review their online shopping experiences as good, but few areas need improvement. As the biggest disadvantage of e‑commerce, customers mention the long-lasting delivery time and remarketing ads popping out long after they completed the purchase.   
Talking of ads and targeting customers let’s also note another important event. Most of the internet browsers introduced cookie blocking options and, slowly but surely, Polish customers turn it on. Such an interest in regaining internet privacy challenges e‑commerce. Will we return to hyper-personalized marketing strategies?

On top of marketing challenges, let’s do not forget the letter to the EU Commission against Google. What will be the impact of it on e‑shops and customers? We shall learn in 2020 the earliest. Read more [HERE](https://www.mergado.pl/porownywarki-cenowe-przeciwko-google).

## Future of Polish e‑commerce

Luckily future of e‑commerce looks bright.

Are you planning to conquer the Polish market? Remember to prioritize what is trending now.

One of the hot topics is ecology. It used to be a niche, but in the past few months, it ‘s popularity rises. Sustainability is especially important for customers with higher incomes. Do you think it will reshape the Polish market? What is approach to sustainability and ecology in your country? Let us know in the comments below!



 

 [    ![](https://www.mergado.com/sites/default/files/field/image/ceneo-eng.png)  

### Succeed at the Polish online market with Ceneo.pl

 

 ](https://www.mergado.com/blog/succeed-at-the-polish-online-market-with-ceneopl) 

 [    ![](https://www.mergado.com/sites/default/files/field/image/copyofeng15.png)  

### Everything you need to know about Nokaut.pl

 

 ](https://www.mergado.com/blog/everything-you-need-to-know-about-nokautpl) 

 [    ![The Ecommerce Warsaw Expo brought a detailed insight into Polish e-commerce](https://www.mergado.com/sites/default/files/field/image/targi-en.png)  

### The Ecommerce Warsaw Expo brought a detailed insight into Polish e‑commerce

 

 ](https://www.mergado.com/warsaw-expo-19) 

 

 

- [  Online Store Expansion to Poland ](https://www.mergado.com/tag/online-store-expansion-to-poland)
 
 [    ![](https://www.mergado.com/sites/default/files/perm/user-avatar/dsc0106.jpg)  ](https://www.mergado.com/blog/anna-grzelczak)###  [ Anna Grzelczak ](https://www.mergado.com/blog/anna-grzelczak) 

See other articles by an external specialist Anna Grzelczak

 

 

 

 

 

 

 

 

 

## What you *might be interested in next*

 

 [    ![](https://www.mergado.com/sites/default/files/perm/image/ai_boost-1.jpg)  

### MASTER PROMPT TEMPLATE FOR ECOMMERCE

 

 ](https://www.mergado.com/blog/master-prompt-eshopy-b2c) 

 [    ![](https://www.mergado.com/sites/default/files/perm/image/how_to_sell_successfully_on_idealo.jpg)  

### How to Sell Successfully on idealo

 

 ](https://www.mergado.com/blog/successful-sale-on-idealo) 

 [    ![](https://www.mergado.com/sites/default/files/perm/image/vizualy_tipy_ppccamp_en_1.jpg)  

### **How to Boost Banner Performance Without Increasing Your Budget: 6 Practical Tips**

 

 ](https://www.mergado.com/blog/creative-wins) 

 

 

 

## Don’t miss *anything*

 Sign up for our newsletter 

   

       

   By logging in, you agree that we will process your data by the [terms of personal data protection](https://www.mergado.com/cookies). 

  Thank you, you have successfully joined our subscriber's list. 

 

 

 
      function ml_webform_success_5807248() {
        var r = ml_jQuery || jQuery
        r('.ml-subscribe-form-5807248 .row-success').show(), r('.ml-subscribe-form-5807248 .row-form').hide()
      }