mailjet/mailjet-magento2 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mailjet/mailjet-magento2

Composer 安装命令:

composer require mailjet/mailjet-magento2

包简介

Connect Mailjet with Magento

README 文档

README

The official Mailjet plugin for Magento 2

Installation instructions

  1. Back up your database (optional) - if you want to be sure that no undesired changes would occur
  2. Set up your cron jobs -
    https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands-cron.html
  3. Login into SSH and navigate to your store root directory
  4. Enable maintenance mode: php bin/magento maintenance:enable
  5. You can upload your module’s files via FTP or with composer:
    1. FTP
      1. Download your module archive from your Magento store purchases
      2. Connect to your hosting server with Filezilla or another FTP client
      3. Navigate to your_store_root_directory/app/code
      4. Inside create a folder “Mailjet” and enter it
      5. Inside of the “Mailjet” folder create a new folder “Mailjet” and enter it
      6. Extract the files on your local PC
      7. Upload the module’s files to the opened directory on the FTP client
      8. Go to your CLI and download the Mailjet library composer require mailjet/mailjet-apiv3-php
    2. Composer
      1. Update the composer.json file in your Magento project with the name of the extension
      2. Add the extension’s name and version to your composer.json file and download the needed packages:
      composer require mailjet/mailjet-magento2 --no-update
      composer update mailjet/mailjet-magento2
      
      1. Enter your authentication keys. Your public key is your username; your private key is your password
        1. To get them, go to Magento Marketplace > Your name > My Profile
        2. Click Access Keys in the Marketplace tab
        3. If you don’t have Access Keys click Create a New Access Key. Enter a specific name for the keys (e.g., the name of the developer receiving the keys) and click OK
        4. New public and private keys are now associated with your account that you can click to copy. Save this information or keep the page open when working with your Magento project. Use the Public key as your username and the Private key as your password
      2. Wait for Composer to finish updating your project dependencies and make sure there aren’t any errors
  6. Verify the extension
    1. To verify that the extension installed properly, run the following command: php bin/magento module:status Mailjet_Mailjet
    2. By default, the extension is probably disabled:
      Module is disabled
  7. Enable the extension
    1. Enable the extension and clear static view files: php bin/magento module:enable Mailjet_Mailjet --clear-static-content
    2. Register the extension: php bin/magento setup:upgrade
    3. Recompile your Magento project: in Production mode, you may receive a message to “Please rerun Magento compile command”. Magento does not prompt you to run the compile command in Developer mode: php bin/magento setup:di:compile
    4. Verify that the extension is enabled: php bin/magento module:status Mailjet_Mailjet You should see output verifying that the extension is no longer disabled: Module is enabled
    5. Clean the cache: php bin/magento cache:clean
      1. Disable maintenance mode: php bin/magento maintenance:disable
      2. Configure the extension in Admin as needed: go to Admin panel > Stores > Configuration > Mailjet

Note: You need to have a mailjet account to set your API settings.

mailjet/mailjet-magento2 适用场景与选型建议

mailjet/mailjet-magento2 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 30.41k 次下载、GitHub Stars 达 5, 最近一次更新时间为 2021 年 09 月 27 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 mailjet/mailjet-magento2 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 mailjet/mailjet-magento2 我们能提供哪些服务?
定制开发 / 二次开发

基于 mailjet/mailjet-magento2 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 30.41k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 7
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 3
  • Forks: 7
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2021-09-27