Categories

Add Category Thumbnail Images in Magento 2

Whilst Magento provides a default image attribute assigned to categories, it is common for developers to want to add additional image attributes to categories. For example, to create a thumbnail image that might appear on the home page alongside other thumbnail images and link to the category pages. To add category thumbnail images in Magento …

Add a Custom Link to the Magento 2 Top Menu

Magento’s top menu is compromised of categories chosen within the admin under the Catalog -> Categories menu. By default, this menu will only contain categories and nothing else, and therefore a common request from merchants is how to add a custom link to the Magento 2 top menu, usually a CMS page link.
Magento builds …

Add Category Attributes in Magento 2

Occasionally Magento developers will need to extra attributes to the system. Here we explain how to add category attributes in Magento 2.
If you are familiar with adding attributes to Magento 1, you’ll know that they can be added via install scripts and using a specific resource class. Category attributes are added via the Mage_Catalog_Model_Resource_Setup …