承接 lizardmedia/module-product-attachments 相关项目开发

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

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

lizardmedia/module-product-attachments

最新稳定版本:1.3.10

Composer 安装命令:

composer require lizardmedia/module-product-attachments

包简介

Products attachment by LizardMedia

README 文档

README

Latest Stable Version Total Downloads License Scrutinizer Code Quality Build Status

Magento 2 Product Attachments

Module LizardMedia_ProductAttachment adds possibility to add attachment for products.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Magento 2.2+ / Magento 2.3+ / Magento 2.4+
  • PHP 7.1 / 7.2 / 7.3 / 7.4

Installing

Download the module

Using composer (suggested)

Simply run

composer require lizardmedia/module-product-attachments
Downloading ZIP

Download a ZIP version of the module and unpack it into your project into

app/code/LizardMedia/ProductAttachment

Install the module

Run this command

bin/magento module:enable LizardMedia_ProductAttachment
bin/magento setup:upgrade

Usage

Admin panel

  • add and manage attachments to product via product edit form

admin

Frontend

  • display attachments on product view page

front-product-page

  • display attachments in customer account bookmark

account-bookmark

account-attachments

For developers

In case of uploading bigger files may be necessary adjusting some configuration with higher values:

  • nginx - client_max_body_size
  • php - memory_limit && upload_max_filesize && post_max_size

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

To do

  • allow attachment variations depending on store view
  • add tests coverage
  • unit tests
  • make general code refactor

统计信息

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

GitHub 信息

  • Stars: 40
  • Watchers: 5
  • Forks: 41
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-05-22