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

1.0.22 2025-03-11 00:24 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:

  1. Ensure you have Composer installed and configured with your Magento 2 project.

  2. 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.

  1. 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
  1. Clear the cache:
bin/magento cache:clean

Upgrading

To upgrade the GoPersonal Magento Plugin to the latest version, follow these steps:

  1. 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.

  1. 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
  1. 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:

  1. Log in to your Magento Admin panel.
  2. Navigate to Stores > Configuration > GoPersonal > General Settings.
  3. Enter your GoPersonal ClientId.
  4. 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:

  1. Check our FAQ section
  2. Contact our support team at support@gopersonal.com

Contributing

We welcome contributions to improve this module. Please submit pull requests to our GitHub repository.