文件名称:magento2-attribute-description:Magento 2模块,用于向产品属性添加描述
文件大小:235KB
文件格式:ZIP
更新时间:2024-06-14 08:12:32
magento magento2 magento2-module PHP
Magento 2的Dmatthew_AttributeDescription模块 这是一个Magento 2模块,它增加了向产品属性添加描述的功能。 将描述添加到可配置属性,并将其显示在您的产品视图页面上。 使用属性描述可以帮助向客户解释复杂的属性。 如果您具有唯一的属性,除了该属性的名称之外,还需要其他说明,那么该模块将为您工作。 属性描述存储在新的eav_attribute_description表中。 通过管理员管理属性描述 开发人员使用情况 一般用法 /** @var $attribute Dmatthew\AttributeDescription\Model\Entity\Attribute **/ $ description = $ attribute -> getStoreDescription ( $ storeId ); 前端使用 该属性描述已添加到JSON配置中的可
【文件预览】:
magento2-attribute-description-master
----composer.json(585B)
----docs()
--------screenshots()
----Setup()
--------InstallSchema.php(3KB)
----Observer()
--------CatalogAttributeSaveAfterObserver.php(2KB)
----view()
--------adminhtml()
----Model()
--------Entity()
--------ResourceModel()
--------Product()
----registration.php(179B)
----Plugin()
--------Model()
----Block()
--------Adminhtml()
----README.md(1KB)
----etc()
--------adminhtml()
--------di.xml(1KB)
--------module.xml(382B)
----LICENSE.txt(1KB)