项目作者: tuyennn

项目描述 :
Add a customer avatar as a customer attribute on customer edit, header
高级语言: PHP
项目地址: git://github.com/tuyennn/magento2-customer-avatar.git
创建时间: 2020-12-16T14:57:50Z
项目社区:https://github.com/tuyennn/magento2-customer-avatar

开源协议:GNU General Public License v3.0

下载


Magento 2 Module Customer Avatar

  1. composer require ghoster/module-customeravatar

Latest Stable Version
Total Downloads
Latest Unstable Version
License
PHP Version Require
Donate

Build Status

Overview

Add a customer avatar as a customer attribute on customer edit, header.

Alt Screenshot-1
Alt Screenshot-2
Alt Screenshot-3

Main Functionalities

  • Add a customer avatar as a customer attribute on customer edit, header.
  • Able to upload as a simple attribute admin-end.
  • Private content for loading avatar on header.
  • Modern uploader from customer edit page.

Support

  • Magento >= 2.3.x

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/GhoSter
  • Enable the module by running php bin/magento module:enable GhoSter_CustomerAvatar
  • Apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Make the module available in a composer repository for example:
    • private repository repo.magento.com
    • public repository packagist.org
    • public github repository as vcs
  • Add the composer repository to the configuration by running composer config repositories.repo.magento.com composer https://repo.magento.com/
  • Install the module composer by running composer require ghoster/module-customeravatar
  • enable the module by running php bin/magento module:enable GhoSter_CustomerAvatar
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Configuration

  • Enable Header: Enable avatar on header

Specifications

  • avatar as customer attribute

Attributes

  • Customer - Avatar (avatar)