문제

I need to display only relevant attributes for products in Front End. In my case, almost all categories are similar, but there are a couple of categories which have a few more attribute to be displayed that are relevant to them.

Example:

Attributes: 1, 2, 3, 4, 5, 6

In front end: For a Product 'AB234' in 'A' category display 1, 2, 3, 4 For a Product 'AB235' in 'B' category display 1, 5, 6

도움이 되었습니까?

해결책

If I understand your question properly, I have written an OS module that will perform very similarly to what you are needing. The only difference is that you exclude attributes from the category, instead of choosing which ones to use:

https://github.com/SwiftOtter/Modules

It is the SwiftOtter_Attribute module.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top