https://github.com/forter/forter-magento2-recommendations-handler
Supplementary module to route recommendations returned in the response body of the main M2 extension
https://github.com/forter/forter-magento2-recommendations-handler
team-onboarding-experience
Last synced: over 1 year ago
JSON representation
Supplementary module to route recommendations returned in the response body of the main M2 extension
- Host: GitHub
- URL: https://github.com/forter/forter-magento2-recommendations-handler
- Owner: forter
- License: other
- Created: 2023-01-12T19:12:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T09:39:57.000Z (about 2 years ago)
- Last Synced: 2025-01-08T19:34:02.669Z (over 1 year ago)
- Topics: team-onboarding-experience
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 26
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Forter Recommendations Handler (boilerplate module) for Magento 2
To be used alongside [Forter's Magento 2 module](https://github.com/forter/forter-magento2), for applying custom logics based on the recommendations that may be included in the Forter decision response.
## Usage Instructions
1. Install the module (see instructions below).
2. Uncomment the relevant events on the module's `etc/events.xml`.
3. Add your logics for handling the recommendation to the corresponding observer class and adjust to your needs.
---
## Install manually under app/code
Download & place the contents of this repository under `{YOUR-MAGENTO2-ROOT-DIR}/app/code/Forter/RecommendationsHandler`.
Then, run the following commands from your Magento 2 root dir:
```
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush
```
---
https://www.forter.com/
© 2023 Forter.
All rights reserved.
