2017 © Pedro Peláez
 

magento2-module magento2-attribute-description

Add descriptions to your product attributes.

image

dmatthew/magento2-attribute-description

Add descriptions to your product attributes.

  • Thursday, May 31, 2018
  • by dmatthew
  • Repository
  • 5 Watchers
  • 8 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Dmatthew_AttributeDescription Module for Magento 2

This is a Magento 2 module that adds the ability to add desciptions to product attributes. Add descriptions to configurable attributes and display them on your product view pages. Use attribute descriptions to help explain complex attributes to your customers. If you have unique attributes that need additional explanations beyond the attribute's name then this module will work for you. Attribute descriptions are stored in a new eav_attribute_description table., (*1)

Managing Attribute Descriptions Though the Admin

Screenshot, (*2)

Developer Usage

General Usage

/** @var $attribute Dmatthew\AttributeDescription\Model\Entity\Attribute **/
$description = $attribute->getStoreDescription($storeId);

Frontend Usage

The attribute description has been added to the JSON configuration for the Configurable product type. This means developers can use the product attribute description in any JS code which utilizes the \Magento\ConfigurableProduct\Block\Product\View\Type::getJsonConfig() function., (*3)

License

MIT, (*4)

The Versions

31/05 2018

dev-master

9999999-dev

Add descriptions to your product attributes.

  Sources   Download

MIT

The Requires

  • php ~5.6.0|~7.0.0|~7.1.0
  • magento/module-store 100.2.*
  • magento/module-eav 101.0.*
  • magento/module-catalog 102.0.*

 

15/04 2018

0.2.1

0.2.1.0

Add descriptions to your product attributes.

  Sources   Download

MIT

The Requires

  • php ~5.6.0|~7.0.0|~7.1.0
  • magento/module-store 100.2.*
  • magento/module-eav 101.0.*
  • magento/module-catalog 102.0.*

 

14/04 2018

0.2.0

0.2.0.0

Add descriptions to your product attributes.

  Sources   Download

MIT

The Requires

  • php ~5.6.0|~7.0.0|~7.1.0
  • magento/module-store 100.2.*
  • magento/module-eav 101.0.*
  • magento/module-catalog 102.0.*