定制 snowdog/module-product-attribute-description 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

snowdog/module-product-attribute-description

最新稳定版本:1.2.0

Composer 安装命令:

composer require snowdog/module-product-attribute-description

包简介

The extension adds a new field for product attributes which allows to add some HTML text to be pulled later in frontend through an API endpoint

README 文档

README

The extension allows to set product attributes description through attribute admin edition page

1. Installation:

  • composer require snowdog/module-product-attribute-description
  • bin/magento module:enable Snowdog_ProductAttributeDescription
  • bin/magento setup:upgrade

2. Usage:

  • There will be a new tab "Attribute Description" in product attribute edition page which opens a Wysiwyg editor
  • The attribute description can be displayed in product page through attributes property snowproductattributedescription_description or attribute_description
  • Also it can be accessible everywhere through API endpoint:
GET /V1/snowproductattributedescription/description/:attributeCode

where :attributeCode is the attribute code identifier

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-05-26