+ Go to the Admin Panel > Products > Inventory > Categories.
+ Select “Default Category” in the treeview area at the left side.
+ Click “Add Subcategory” button, then input Category name, Description, etc. Notes: set the options “Is Active” to “Yes”, “Include in Navigation Menu” to “Yes” in “General Information” tab.
+ In “Display Settings” tab, There are 3 options for you to show in category page, you can choose to show what you want
- Products only
- Static block only
- Static block and products
+ You can change layout category on Design tab:
+ Change number column product in each layout design:
you insert code in Layout Update XML
<referenceBlock name="category.products.list"> <action method="setTemplate"> <argument name="template" xsi:type="string">Magento_Catalog::product/list-col2.phtml</argument> </action> </referenceBlock>
+ Click “Save Category” button, to update your changes.
1. General tab:
– Show name, description, image of category
– Show Top toolbar and Bottom Toolbar
2. Product settings tab:
– Show element for each product item:
+ Config to select element of each product: name, description, price, review, lable sale or new, ect
+ Config format button add to cart, quickview, add to wishlist, add to compare
+ Config product image: image size, swap image
0 Comment