Magento Layered Navigation “You cannot define a correlation name 'mycustomattribute' more than once ”

后端 未结 7 519
广开言路
广开言路 2021-01-17 10:27

I\'m using Magento\'s layered navigation with my custom attributes and price. If I filter by price it works; but when filtering by my custom attributes it shows:

7条回答
  •  不思量自难忘°
    2021-01-17 11:11

    It is because catalog/layer_view module was called twice. You can search 'type="catalog/layer_view"' through your xml files. Remove the block you don't needed. Or change the type to another class

提交回复
热议问题