Magento2: Attribute eines Produkts aus einer bestimmten Attributgruppe
Um im Magento in einer phtml Datei alle Attribute eines Produkts, die zu einer bestimmten Gruppe (namens „customattributes“) gehören, habe ich mir einen Helper geschrieben, der folgendes macht: class Product extends \Magento\Framework\App\Helper\AbstractHelper { const CUSTOMATTRIBUTE_GROUP_NAME = ‚customattributes‘; public $groupCollectionFactory; public […]