Releases: mapp-digital/Mapp-Intelligence-Shopware-6
Mapp Cloud Shopware6 1.3.0
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
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
Mapp Cloud for Shopware 6.4 and higher
Mapp Cloud Shopware6 1.1.0
Mapp Cloud for Shopware 6.4 and higher
Mapp Cloud Shopware6 1.0.7
Mapp Cloud for Shopify 6.4 and lower
Mapp Cloud Shopware6 v1.0.6
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
TRACKING-572 add option to mark Mapp cookie as technically required
Mapp Cloud Shopware6 v1.0.4
Rename to Mapp Cloud, add Mapp Acquire
Shopware 6 - Mapp Intelligence Extension v1.0.3
- Initial release