Persistent shopping cart (logged in even across devices)
Product information "Persistent shopping cart (logged in even across devices)"
Highlights
Permanent shopping cart for registered users: The shopping cart is available across browsers and devices. Log in / log out: The shopping cart always remains constant Shopping cart is also saved in a cookie for guest usersÂ
Features
Permanent shopping cart for users who register. Registered users have access to the same shopping cart across all browsers and devices Permanent shopping cart for guest (unregistered) users by saving in the cookie Items that are placed in the shopping cart before a registered user logs in will be added to the "old" shopping cart during the course of a login.Â
Permanent shopping cart for users who log in / register also across devices.
With "Guest User" the shopping cart is saved in a cookie.
Use Case #1 (User registers during checkout and cancels the purchase process)
- A user, placed an article in the shopping cart.
- In the course of the checkout the user creates a user account
- the user cancels the purchase process and closes the browser
- At the next visit, after a successful login, the user's last shopping cart is loaded again.
Use case #2 (registered user logs in with another device)
- A user works at the PC, adds an item to the shopping cart and logs in, for example, during checkout.
- The user aborts at the PC and logs in later with his account on the mobile phone and can simply complete his shopping cart there.
Use Case #3 (Guest User)
- A user, placed an article in the shopping cart.
- the user closes the browser.
- The next time the user visits the shop, the shopping cart is loaded (because it is stored in the cookie)
Â
- Enables the functionality to be activated or deactivated per sales channel.
- Compatibility with Shopware 6.7.
- Support for the following languages: de-DE, en-GB, nl-NL, fr-FR, es-ES, fi-FI, nn-NO, sv-SE, cs-CZ, pt-PT, tr-TR, da-DK, it-IT, pl-PL, bs-BA
- Enables the functionality to be activated or deactivated per sales channel.
- Allows the storage duration of the cookies set by the plugin to be adjusted in the plugin settings.
- Correction of the translations in the plugin settings.
- Enables functionality to be ensured even without cookie consent.
- Improved compatibility with Shopware 6.6.
- Compatibility with Shopware 6.6.
- Allows the storage duration of the cookies set by the plugin to be adjusted in the plugin settings.
- Enables functionality to be ensured even without cookie consent.
- Improved compatibility with newer Shopware 6.5 versions.
- Optimisations in connection with the Http cache.
- Improves plugin compatibility.
- Improves plugin compatibility with Shopware versions >= 6.5.0.0.
- Enables functionality to be ensured even without cookie consent.
- Allows the storage duration of the cookies set by the plugin to be adjusted in the plugin settings.
- Improves plugin compatibility with Shopware versions >= 6.5.0.0.
- Change of the plugin name and the manufacturer links.
- Optimizes plugin image.
- Fixes problems in connection with PayPal and Amazon Pay where the shopping cart was emptied after a return if the cookie for the persistent cart was accepted.
Login
2 reviews
12 October 2020 09:32
sehr gutes Plugin für eine elementare Shop Funktion
-
20 August 2020 12:02
Dies ist das einzige Plugin für den Warenkorb das gleich funktioniert hatte... 100000x Danke macht weiter so.
-
Two cookies are set by the plugin: * acris_persistent_cart_sw - Is required in conjunction with the Shopware cookie settings. Only the cookie consent is saved here. * acris_persistent_cart - Here the plugin stores a value to uniquely identify the user.
Both cookies have a preconfigured maximum lifespan of 90 days.
No additional data is stored in the database. Shopping carts are stored in the Shopware database table cart. However, we have no influence on the behaviour of Shopware here. How long shopping carts are saved can be influenced in the configuration variable shopware.cart.expire_days. By default, the storage period for shopping carts is 120 days.