承接 mastersoft/address-widget 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

mastersoft/address-widget

Composer 安装命令:

composer require mastersoft/address-widget

包简介

A Magento 2 Address Autocomplete module for Checkout and Customer Address

README 文档

README

Mastersoft Address Autocomplete extension or module for Magento2.

Releases

  • v1.0.x is compatible for Magento 2.2 (tested with Magento 2.2.4)
  • v1.1.x is compatible for Magento 2.3 (tested with Magento 2.3.4 and 2.2.4)

Installation

Go to your Magento2 Home (usually is in /var/www/html directory).

Composer Installation (Recommended)

Make sure git is installed: apt-get install git.

/var/www/html# cp composer.json composer.json.old
composer require mastersoft/address-widget
php bin/magento module:enable Mastersoft_AddressWidget
php bin/magento setup:upgrade

If successful, you should find the module source in /var/www/html/vendor/mastersoft/address-widget/ directory.

Verify Mastersoft_AddressWidget module has been installed properly: php bin/magento module:status. It should be listed in the Enabled Modules.

Next is to configure Mastersoft Address Configuration.

Updating Existing Composer Installation

For example to update to Mastersoft Address Widget v1.0.2.

composer require mastersoft/address-widget:1.0.2 --no-update
composer update
php bin/magento setup:upgrade

(Optional) Follow steps in Additional Steps - For Production Mode Only.

If the page is blank or encounter permission error in the admin store or store homepage, see Installation Troubleshooting.

Manual Installation

  1. Download the zip file in ZIP directory.
  2. Unzip it in your Magento2 Home directory, it will merge with existing directories and files.

You should find the module source in /var/www/html/app/code/Mastersoft/AddressWidget/ directory.

/var/www/html# cp composer.json composer.json.old
php bin/magento module:enable Mastersoft_AddressWidget
php bin/magento setup:upgrade

Verify Mastersoft_AddressWidget module has been installed properly: php bin/magento module:status. It should be listed in the Enabled Modules.

Next is to configure Mastersoft Address Configuration.

Additional Steps - For Production Mode Only

These are additional steps after php bin/magento setup:upgrade - for Production mode only.

php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy en_AU en_US

Installation Troubleshooting

If the page is blank or encounter permission error or other errors in the store homepage.

php bin/magento cache:clean
php bin/magento cache:flush
chown -R :www-data var/cache
chmod -R 777 app/ var/ pub/ generated/ 
rm -rf var/cache/* var/page_cache/*

Configuration

In Magento2 Admin Dashboard of your Store: go to Stores -> Configuration -> Services -> Mastersoft Address.

Get your FREE licence key here.

To configure the Widget Options, here is the full list of available FeatureOption.

For more detail, please see the Configuration in User Guide.

Disable/Enable Module

There are 2 ways to disable/enable this module:

  1. In Mastersoft Address Configuration: Enable Module field OR
  2. In Magento Command
    // Disable module
    php bin/magento module:disable Mastersoft_AddressWidget --clear-static-content
    
    // Enable module
    php bin/magento module:enable Mastersoft_AddressWidget
    
    php bin/magento setup:upgrade
    php bin/magento module:status

Uninstallation

Composer Uninstallation

This will work only if the module has been installed using Composer.

php bin/magento module:disable Mastersoft_AddressWidget --clear-static-content
php bin/magento module:uninstall Mastersoft_AddressWidget -r -c
php bin/magento setup:upgrade
composer remove mastersoft/address-widget

Manual Uninstallation

php bin/magento module:disable Mastersoft_AddressWidget --clear-static-content
php bin/magento setup:upgrade

// If was installed using Composer
rm -rf vendor/mastersoft

// If was installed manually
rm -rf app/code/Mastersoft

Remove module data in magento2 database:

DELETE FROM setup_module WHERE module='Mastersoft_AddressWidget';
DELETE FROM core_config_data WHERE path like 'Mastersoft_AddressWidget/%';

Remove Mastersoft_AddressWidget module reference from app/etc/config.php file.

php bin/magento setup:upgrade
php bin/magento cache:flush

User Guide

For more detail documentation, please refer to this User Guide.

Support

If you have any questions or issues with this module, open an issue on GitHub. Alternatively you can contact us via e-mail or via our website below.

E-mail: customer.support@gbgplc.com
Homepage: https://www.mastersoftgroup.com/

Copyright

(c) 2023 Mastersoft

mastersoft/address-widget 适用场景与选型建议

mastersoft/address-widget 是一款 基于 HTML 开发的 Composer 扩展包,目前已累计 6.97k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2018 年 02 月 28 日, 在 PHP 生态内属于活跃度较高的组件。

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

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

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

BUG 修复 & 性能优化

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

项目外包 & 长期维护

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

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

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 2
  • 开发语言: HTML

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2018-02-28