VIO.PriceAlert for Shopware 6
Description
Highlights
- Conversion optimization through customer binding and information during discount campaigns
- Price alerts can be conveniently viewed in the administration: both as a general overview and at the product detail page
- No unnecessary notification of a customer: after a price alert is sent once, the customer will not be notified again for this product
- Emphasis on mobile design: price alerts can also be conveniently created on the mobile device, as the app uses a responsive design
- Mails that the app sends can be changed comfortably by editing their mail templates
About the Extension
A visitor of the website (a potential customer) can register for products of his choice. To do so, he provides his e-mail address and personal maximum price (in the user's selected currency) - the highest price he is willing to pay. As soon as the item falls on or below this maximum price, the customer automatically receives an e-mail with a link to the item. After that the potential customer will not be contacted again, his record will be deleted from the database after an adjustable time.
The administrator has the option to deactivate the double opt-in solution for registering the potential customer, which is correct for Germany in terms of data protection. This is interesting if the data protection regulations in the country of use do not require this solution in his opinion. In this case, the e-mail address is activated for the price alert without clicking on a link in the confirmation e-mail.
The languages supported by the app from the start are German and English.
A visitor of the website (a potential customer) can register for products of his choice. To do so, he provides his e-mail address and personal maximum price (in the user's selected currency) - the highest price he is willing to pay. As soon as the item falls on or below this maximum price, the customer automatically receives an e-mail with a link to the item. After that the potential customer will not be contacted again, his record will be deleted from the database after an adjustable time.
The administrator has the option to deactivate the double opt-in solution for registering the potential customer, which is correct for Germany in terms of data protection. This is interesting if the data protection regulations in the country of use do not require this solution in his opinion. In this case, the e-mail address is activated for the price alert without clicking on a link in the confirmation e-mail.
The languages supported by the app from the start are German and English.
Details
- Available: English, German
- Latest update: 11 November 2024
- Publication date: 22 January 2021
- Version: 1.3.0
- Category: Detail Page
Resources
Reviews (0)
About the Extension Partner
VIOSYS AG
Partner Status
-
Shopware
Bronze Partner -
Shopware
Extension Partner
Details
-
Ø-Rating:
4.6
Average rating of 4.6 out of 5 stars
- Partner since: 2015
- Extensions: 31
- Certifications: Certifications
Support
- Based in: Germany
- Speaks: German, English
- Response time: Very quickly
The installation and configuration is done via the app manager.
Note: a mail server is required for this plguin to work. This can be configured in the administration.
Furthermore, a cron job needs to be configured on your server (please follow this tutorial) so your customers will receive the price alert notification.
In short: Yes, this is possible via the Shopware 6 API.
Long version:
As a rule, our VIO.Apps for Shopware 6 do not provide their own endpoints in the API because they are not necessary. All data available in the API is provided by the API generated by Shopware itself. This API basically provides CRUD operation (Create / Read / Update / Delete) on all entities and their data fields in Shopware.
A complete documentation of all fields and functions of the API can be found in Shopware 6 by default at the following URL of your shop:[URL]/api/_info/swagger.html. (see: https://developer.shopware.com/docs/guides/integrations-api/general-concepts/generated-reference#swagger-ui
All API functions are also described in more detail in the official Shopware documentation: https://developer.shopware.com/docs/guides/integrations-api
1.3.0
compatibility with shopware 6.6 established
1.2.3
The explicit asynchronous mail dispatch has been removed, as Shopware already does this
1.1.5
The explicit asynchronous mail dispatch has been removed, as Shopware already does this
1.2.2
Fixed an error during the installation of the plugin, which failed if mail templates were deleted manually
1.2.1
- improved performance of the price alarm list in the administration
1.2.0
compatibility with shopware 6.5 established
1.1.4
Add support of product page layout
1.1.3
- Migration error fixed
- Attention to inherited product data
1.1.2
Mails are now sent with the correct language
1.1.1
Fix datebase migration
1.1.0
- plugin is now compatible with Shopware 6.4
1.0.0
- initial release of the plugin