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



 

 1. [  Home  ](/)
2. [     Mergado Blog  ](/blog)
3. [     Mergado Pack  ](/category/mergado-pack)
4. <a class="flex items-center gap-2 hover:underline" href="" itemid="" itemprop="item" itemscope="" itemtype="https://schema.org/Thing">    **Improve your store on WooCommerce and PrestaShop with new features in Mergado Pack** </a>
 
  

 

#  **Improve your store on WooCommerce and PrestaShop with new features in Mergado Pack** 

 

 

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

9. 12. 2020

2 minutes read

 

 

 

 

 

  ![Improve your store on WooCommerce and PrestaShop with new features in Mergado Pack](https://www.mergado.com/sites/default/files/field/image/m-pack-eng.png)  

In recent weeks, we released version 2.4 for the [WooCommerce](https://forum.mergado.com/t/release-mergado-pack-2-4-for-woocommerce/294) and [PrestaShop](https://forum.mergado.com/t/release-mergado-pack-2-4-module-for-prestashop/295) platforms. They improve several features for the **Heureka Verified by Customers widget** or the option to **automatically send refunds to Google Analytics**.



 

 

 
                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>
  



 

In recent weeks, we released version 2.4 for the [WooCommerce](https://forum.mergado.com/t/release-mergado-pack-2-4-for-woocommerce/294) and [PrestaShop](https://forum.mergado.com/t/release-mergado-pack-2-4-module-for-prestashop/295) platforms. They improve several features for the **Heureka Verified by Customers widget** or the option to **automatically send refunds to Google Analytics**. Read this article and find out how to get the most out of both e‑commerce platforms with the [Mergado Pack](https://pack.mergado.com/).

## The new features make it easier for you to set up Heureka Verified by Customers

The [Heureka Verified by Customers](https://sluzby.heureka.cz/napoveda/overeno-faq/) widget increases the likelihood that a customer will buy from you. Thanks to the new modification of this function, you can **position** it on the website.



 

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

In the version for WooCommerce and PrestaShop, it is possible to **change the wording of the consent text**, which is displayed on the last page of the ordering process. The text can be changed for all active languages in the store.



 

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

We’ve also added the option to enable the **automatic refund feature for** [Google Analytics](https://analytics.google.com/analytics/web/provision/#/provision). In the module, you set the status of orders for which the refund is to be sent. If it gets to the one you selected, the module will automatically send a refund of the entire order to Analytics.



 

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

For all [conversion tracking](https://www.mergado.com/store-at-woocommerce-3) features, we’ve added the option to **submit order data with or without VAT**. For most of them, you’ll also find help on which variation your ad channel recommends. Whether without VAT or with it.

**An overview of the functions in which you set this:**

- Facebook pixel
- Heureka conversion tracking
- GLAMI pixel
- Zboží.cz and Sklik conversion tracking
- Kelkoo
- Biano pixel
- Google Analytics is **a bit specific**: you can only set VAT for information on individual products. The order itself still includes VAT. It means that the total value of the order will not be affected by this setting. GA specifies total revenue as Shipping Cost (without a tax) + Total Purchase Value (without a tax) + Total Tax.



 

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

### News in Biano Pixel

You can activate the pixel for **three new countries**:

- Romania
- Holland
- Hungary

Heureka Verified by Customers can be one of the key benefits of advertising online stores. Take advantage of this widget on [WooCommerce](https://pack.mergado.com/woocommerce) and [PrestaShop](https://pack.mergado.com/prestashop) using the Mergado Pack. Our free plugins **connect** your business with the world of e‑commerce. Try them.

### **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?

 

 ](/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

 

 ](/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

 

 ](/blog/successful-sale-on-idealo) 

 

 

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

 

 [    ![Mergado Pack for WooCommerce will now help you collect reviews for Biano Star](https://www.mergado.com/sites/default/files/field/image/pack-woo.png)  

### Mergado Pack for WooCommerce will now help you collect reviews for Biano Star

 

 ](/blog/mpack-woocommerce-biano-star) 

 [    ![Mergado Pack v. 3 for PrestaShop simplifies many advertising operations](https://www.mergado.com/sites/default/files/field/image/pack-recenzie_0.png)  

### Mergado Pack v. 3 for PrestaShop simplifies many advertising operations

 

 ](/blog/pack-prestashop-version-three) 

 [    ![](https://www.mergado.com/sites/default/files/field/image/woocommerce-blog-cz.png)  

### Install Mergado Pack for WooCommerce. You can do it in 2 minutes

 

 ](/blog/mergado-pack-woocommerce-tutorial) 

 

 

 

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