GoPersonal Personalization Plugin
gopersonal/magento-plugin
Integrates the GoPersonal personalization platform with Magento 2, enabling automated data exchange for personalized content, product recommendations, and tailored customer experiences on the storefront.
Build Tests
Code Quality
Tested on Magento 2.4.8-p4
Recent Test History
Each release is tested against the latest Magento version at that time.
Top Contributors
View LeaderboardShare This Module's Status
README
Loaded from GitHubGoPersonal Magento Plugin
Description
The GoPersonal Magento Plugin enables seamless communication between your Magento 2 store and the GoPersonal personalization platform. GoPersonal is a powerful solution that allows you to create personalized experiences for your customers, enhancing engagement and driving conversions.
This module acts as a bridge, facilitating data exchange and integration between your Magento store and GoPersonal's personalization services.
Requirements
- Magento 2.3.x or higher
- PHP 7.0 or higher
Installation
You can install this module via Composer. Follow these steps:
-
Ensure you have Composer installed and configured with your Magento 2 project.
-
Run the following command in your Magento root directory to install the latest version from the main branch:
composer require gopersonal/magento-plugin:dev-main
If you prefer to install a specific version, you can specify the version number instead:
composer require gopersonal/magento-plugin:1.0.17
Replace 1.0.16 with the desired version number.
- Once the installation is complete, enable the module by running:
bin/magento module:enable Gopersonal_Magento
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento setup:upgrade
- Clear the cache:
bin/magento cache:clean
Upgrading
To upgrade the GoPersonal Magento Plugin to the latest version, follow these steps:
- From your Magento root directory, run the following command:
composer require gopersonal/magento-plugin:dev-main --update-with-dependencies
This command will update the module to the latest version from the main branch.
- After the composer update is complete, run the following Magento commands:
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento cache:clean
bin/magento setup:upgrade
- If you're upgrading from a significantly older version, make sure to check the changelog or release notes for any breaking changes or additional upgrade steps.
Note: If you prefer to upgrade to a specific version instead of the latest, replace dev-main with the desired version number in the composer command.
Configuration
After installation, you need to configure the module with your GoPersonal credentials:
- Log in to your Magento Admin panel.
- Navigate to Stores > Configuration > GoPersonal > General Settings.
- Enter your GoPersonal ClientId.
- Save the configuration.
Usage
Once installed and configured, the GoPersonal Magento Plugin will automatically handle the communication between your Magento store and the GoPersonal platform. This includes:
- Sending relevant customer data to GoPersonal
- Retrieving personalized content and recommendations
- Applying personalized experiences on your store frontend
For detailed usage instructions and advanced features, please refer to our official documentation.
Support
If you encounter any issues or have questions about this module, please:
- Check our FAQ section
- Contact our support team at support@gopersonal.com
Contributing
We welcome contributions to improve this module. Please submit pull requests to our GitHub repository.
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.