Skip to content

Releases: mapp-digital/Mapp-Intelligence-Shopware-6

Mapp Cloud Shopware6 1.3.0

10 Dec 09:03
Compare
Choose a tag to compare

Mapp Cloud for Shopware 6.6

Added events for new product status: delete from cart, add to wishlist, remove from wishlist. Add to cart events are also added to offcanvas cart when changing the quantity, and on checkout pages.

The event names can be overwritten via datalayer. If you set it in your header.html.twig in your theme, it would look like this:

{% sw_extends '@Storefront/storefront/layout/header/header.html.twig' %}
{% block layout_header %}
    {{ parent() }}
    <script>
        window._ti = window._ti || {};
        window._ti["add"] = "My add-to-cart event name";
        window._ti["del"] = "My delete-from-cart event name";
        window._ti["add-wl"] = "My add-to-wishlist event name";
        window._ti["del-wl"] = "My delete-from-wishlist event name";
    </script>
{% endblock %}

Mapp Cloud Shopware6 1.2.0

07 Dec 14:43
Compare
Choose a tag to compare

Mapp Cloud for Shopware 6.4 and 6.5

Added events for new product status: delete from cart, add to wishlist, remove from wishlist. Add to cart events are also added to offcanvas cart when changing the quantity, and on checkout pages.

The event names can be overwritten via datalayer. If you set it in your header.html.twig in your theme, it would look like this:

{% sw_extends '@Storefront/storefront/layout/header/header.html.twig' %}
{% block layout_header %}
    {{ parent() }}
    <script>
        window._ti = window._ti || {};
        window._ti["add"] = "My add-to-cart event name";
        window._ti["del"] = "My delete-from-cart event name";
        window._ti["add-wl"] = "My add-to-wishlist event name";
        window._ti["del-wl"] = "My delete-from-wishlist event name";
    </script>
{% endblock %}

Mapp Cloud Shopware6 1.1.1

05 Jul 09:37
Compare
Choose a tag to compare

Mapp Cloud for Shopware 6.4 and higher

Mapp Cloud Shopware6 1.1.0

26 May 12:45
Compare
Choose a tag to compare

Mapp Cloud for Shopware 6.4 and higher

Mapp Cloud Shopware6 1.0.7

20 Sep 14:29
Compare
Choose a tag to compare

Mapp Cloud for Shopify 6.4 and lower

Mapp Cloud Shopware6 v1.0.6

12 Apr 11:04
Compare
Choose a tag to compare

Fixes for Shopware version 6.4.x:

  • product price
  • Filter eventlistener
  • content category on landingpages

Those errors occured because in Shopware 6.4 some internals have been renamed. Mapp Cloud v1.0.6 is also tested with version 6.3.x.

Mapp Cloud Shopware6 v1.0.5

22 Mar 19:00
Compare
Choose a tag to compare
TRACKING-572 add option to mark Mapp cookie as technically required

Mapp Cloud Shopware6 v1.0.4

22 Jan 15:27
Compare
Choose a tag to compare
Rename to Mapp Cloud, add Mapp Acquire

Shopware 6 - Mapp Intelligence Extension v1.0.3

04 Dec 11:23
Compare
Choose a tag to compare