Skip to main content

Instalation

In this section you will learn how to install the Magento plugin correctly by following the steps below:

Step 1: Connection to FTP Server

Connect to your hosting or FTP server using an FTP client, such as FileZilla or Winscp among others, to access your website files. Make sure you have access credentials to your server and know the IP address or domain name of your site.

Step 2: Folder creation

  • Once connected, navigate to the root directory of your Magento store on the server. Generalmente, este directorio se encuentra en la carpeta public_html o htdocs. Si tienes instalado Magento en un subdirectorio, asegúrate de navegar al directorio correcto.
  • Now, inside the folder app, find or create a folder called code. This folder is essential for adding custom modules and extensions to your Magento installation. If the code folder does not exist, create it.
  • Inside the code folder, create another folder called izipay. This is where we will place the plugin files that we want to install.

Step 3: Extraction of compressed files

Extract the content of the plugin you previously downloaded, and copy all the resulting files and folders into the izipay folder you just created in the previous step.

Step 4: Command execution

Once you have copied all the files, return to the root directory of your server by executing the command cd / in the command console or terminal of the FTP client.
Execute the following commands necessary to upgrade Magento and allow the platform to load and recognize the newly installed plugin.
These commands will ensure the correct integration of the plugin with Magento and enable the functionalities it offers.
sudo php bin/magento deploy:mode:set production
sudo php bin/magento maintenance:enable
sudo php bin/magento module:enable izipay
sudo php bin/magento setup:upgrade
sudo php bin/magento indexer:reindex
sudo php bin/magento setup:static-content:deploy -f
sudo php bin/magento cache:clean
sudo chmod -R 777 var/
sudo chmod -R 777 pub/
sudo chmod -R 777 generated/
sudo php bin/magento maintenance:disable

Installation Verification

  • Log in to the Magento administration panel using your administrator credentials.
  • Once inside the administration panel, navigate to the System section in the main menu and select Extensions and then Extension Manager. This is where you can manage all the extensions installed on your website.
  • On the Extensions Manager page, look for the name of the izipay plugin in the list of installed extensions. Make sure the plugin name is listed and its status is active to confirm that the installation was successful.
  • Check the plugin details and settings by clicking its name in the list of installed extensions. This will allow you to review the relevant information of the plugin and ensure that it is correctly configured for operation.

Excellent! You have now verified that the Izipay Magento plugin has been successfully installed on your website and is active for use. Now you can use the plugin's plugin on your site to offer secure payments to your customers.

Reminder

Always remember to keep your extensions up to date and run regular tests to make sure everything is running smoothly on your e-commerce platform.