Skip to content

Instantly share code, notes, and snippets.

@just-tom
just-tom / attributesXML
Created June 10, 2015 12:32
Add custom attributes to collections with XML
/** Add custom attribute to category collection on frontend */
<frontend>
<category>
<collection>
<attributes>
<some_category_attribute/>
</attributes>
</collection>
</category>
</frontend>