- [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 News  ](https://www.mergado.com/category/ecommerce-news)
4. <a class="flex items-center gap-2 hover:underline" href="" itemid="" itemprop="item" itemscope="" itemtype="https://schema.org/Thing">    **Pull off sales of fashion and furniture in 2021. With the news from specialized comparison engines** </a>
 
  

 

#  **Pull off sales of fashion and furniture in 2021. With the news from specialized comparison engines** 

 

 

 [    ![](https://www.mergado.com/sites/default/files/perm/user-avatar/23021961102131189073595481259913287n.jpg)   Lukáš Horák  ](https://www.mergado.com/blog/lukas-horak) [eCommerce News](https://www.mergado.com/category/ecommerce-news) 

10. 2. 2021

3 minutes read

 

 

 

 

 

  ![Pull off sales of fashion and furniture in 2021. With the news from specialized comparison engines](https://www.mergado.com/sites/default/files/field/image/novinky-cz_1.png)  

Do you wonder how to **increase online fashion and furniture sales this year**? As part of the *Fashion (Re)search* project, the *GLAMI* comparison engine has published an [overview of fashion in e‑commerce for 2020](https://www.fashion-research.cz/prehled-trhu-mody-2020).



 

 

 
                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>
  



 

Do you wonder how to **increase online fashion and furniture sales this year**? As part of the *Fashion (Re)search* project, the *GLAMI* comparison engine has published an [overview of fashion in e‑commerce for 2020](https://www.fashion-research.cz/prehled-trhu-mody-2020). Its predictions and tips will show you how to make your business more efficient. And if you advertise on *Biano*, you will soon be able to start using the **new online store administration**.

## The GLAMI fashion report contains useful data

[GLAMI](https://www.mergado.com/channel/glami) has a large amount of data that can define the development of fashion e‑commerce in the Czech Republic. In addition to a basic overview, development graphs during the year, and rankings of top sellers and the most sought-after products and categories, it also provides **information on actual trends**. These will help you set out on a path of success in 2021 and attract more users.



 

**Where to find the report:**

- **abbreviated** [online version](https://www.fashion-research.cz/prehled-trhu-mody-2020)
- **extended** [PDF report](https://ee450a71-0f31-43af-92b6-f15ea494bffe.filesusr.com/ugd/798bde_39ef3418a98f4425ac424e86c755a1ff.pdf)

 

 

 

 

 

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

### What will shape fashion e‑commerce in 2021?



 

- ### 1. Social commerce
    
      
    
     
    
     Take advantage of the fact that social networks are gradually becoming the **major sales channel**. Thanks to the longer time spent at home and the general popularity of services such as *TikTok*, *Instagram*, *Facebook*, and others, the number of users who place their orders directly in this environment is growing. Individual social networks also add **new marketing functions** (e. g. creating catalogs or augmented reality), which speed up and simplify the purchasing process.
- ### 2. Sustainability
    
      
    
     
    
     The sustainability trend is growing stronger, despite the financial uncertainty caused by the coronavirus pandemic. In the Czech Republic, **the range of sustainable products has increased ten times year-on-year**, and up to **76% of survey respondents are willing to pay extra** for sustainable goods. Join those who take environmental issues seriously in e‑commerce — it will bring you many new customers.
- ### 3. Artificial intelligence
    
      
    
     
    
     Using AI is no longer the prerogative of e‑commerce giants. Many medium and small stores use it to **speed up and streamline their processes**. Their employees can thus engage in other tasks such as customer care. Do you want to save costs and improve the customer experience? Implement virtual assistants among the online store functions to facilitate size selection or trend forecasting, image search, or hyper-personalization.
- ### 4. Pandemic
    
      
    
     
    
     The expansion of coronavirus has accelerated the shift of fashion purchases from brick-and-mortar stores to online and has brought in **many new customers**. Long-term forecasts suggest that the situation will slowly return to normal in 2021. So you still have time to consider the shopping behavior of quarantined users.
- ### 5. Comfort
    
      
    
     
    
     The fourth point also influences the interest of users in comfortable products, such as **home and sports clothing**. This trend will also determine the development of the pandemic situation.
 
 

 

## Biano launches a new online store administration in early February

The home &amp; decor comparison engine [Biano](https://www.mergado.com/tag/biano) recently announced releasing of a new look for the e‑shop administration. It will be clearer and will gradually offer several new functions, such as improved statistics or a supportive education system. Biano deployed a new administration on **February 9, 2021**.



 

Guide your fashion and furniture business on the path of current trends. It will be beneficial for you in many countries, for example in advanced [German e‑commerce](https://www.mergado.com/blog/sustainability-german-ecommerce).

### **Read more:**



 

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

### What should a proper client context look like for performance specialists?

 

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

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

### How Feed Optimization Unlocked Meta Ads Performance without Increasing Ad Spend

 

 ](https://www.mergado.com/blog/feed-optimization-for-meta-ads) 

 [    ![](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/user-avatar/23021961102131189073595481259913287n.jpg)  ](https://www.mergado.com/blog/lukas-horak)###  [ Lukáš Horák ](https://www.mergado.com/blog/lukas-horak) 

Lukáš takes care of most of the Czech and English communication in Mergado. Through blogs, e‑mail, and social networks, he regularly supplies readers with e‑commerce news and news and tips from Mergado. In his time off, he enjoys simple things like badminton, digging the hidden gems of the 80’s, and seafood served with red wine.

 

 

 

 

 

 

 

 

 

## What you *might be interested in next*

 

 [    ![](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) 

 [    ![novy_zakon](https://www.mergado.com/sites/default/files/perm/image/new-nahledovky_na_blog-1200_x_628_px-1_1.png)  

### More regulation in e‑commerce: what is EAA and what does it mean for your online business?

 

 ](https://www.mergado.com/blog/bfsg-european-accessibility-act) 

 [    ![smart value insertion article](https://www.mergado.com/sites/default/files/perm/image/smart_insertion_value.png)  

### Introducing smart value insertion. It will speed up the creation of bulk rules

 

 ](https://www.mergado.com/blog/smart-value-insertion) 

 

 

 

## 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()
      }