5. Magento. How to use color swatches in layered navigation
1 min read- First, you need to open Admin panel of Magento store and navigate to Catalog – > Attribute – > Manage Attributes Section. Add new attribute, for example color:
- Select Manage Label / Options tab to add your color values:
- The next step is to create an Attribute Set.
Navigate to Catalog > Attribute> Manage Attribute Sets.
Add a new attribute set, for example color.
- From the Unassigned Attributes column, find our newly created attribute color and drag it to the left column:
- Navigate to the System > Configuration > Configurable Swatches and enable the module. The configuration enables swatches, and determines the swatch sizes used for the layered navigation:
- In order to display swatches in layered navigation, you have to use global swatch images /media/wysiwyg/swatches on server or using the WYSIWYG Editor you can insert an image that resides on your computer, upload it to Media Storage with the same name as the Color attribute label. Use all lowercase letters and replace non-alphanumeric characters with hyphens.
Open CMS – > Pages – > Home Page – > Content tab – > Insert image , upload image to the swatches folder:
- Open Admin panel of Magento store and navigate to Catalog – > Manage products. Create a product or edit the existing one, and apply new color attribute to it:
- Clear Magento cache to check the changes applied.