gopersonal / magento-plugin
Plugin for gopersonal personalization platform
Installs: 740
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.0.0
- magento/framework: ^100.1|^101.0|^102.0|^103.0
This package is auto-updated.
Last update: 2025-06-08 19:53:55 UTC
README
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.