承接 cardoso/module-customer-extension 相关项目开发

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

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

cardoso/module-customer-extension

最新稳定版本:1.0.1

Composer 安装命令:

composer require cardoso/module-customer-extension

包简介

N/A

README 文档

README

This is a brief guide on how to install the cardoso/module-customer-products package using Composer

Prerequisites

Before starting the installation process, make sure you have the following prerequisites installed:

PHP version 7.3 or later Composer

Installation

Open your terminal or command prompt.

Navigate to your project's root directory.

Run the following command to install the package:

composer require  cardoso/module-customer-extension

Configuration

After installing the package, you will need to enable it in your Magento 2 project by running the following command:

php bin/magento module:enable Cardoso_CustomerExtension

After enabling the module, you will need to run the following command to update your project's dependencies: After installing the package, you will need to enable it in your Magento 2 project by running the following command:

php bin/magento setup:upgrade

Usage

Once a new customer is being registered, the extension checks the First Name field. If the First Name field has whitespaces, they must be removed, so the customer entity is saved without whitespaces in the First Name property. All checks and modifications must be performed on the server side. Once the customer has been successfully registered, the extension should invoke the following actions.

● Log customer data (current date and time, customer first name, customer last name, customer email) to a separate log file in the var/log directory.

● Send an email with the customer data (customer first name, customer last name, customer email) to the Customer Support email address configured in Magento.

License

MIT

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2023-03-30