Hello,
When i have something like this
<products>
<product>
<name>blabla</name>
<id>100</id>
<price>5.00</price>
<group>
<id>4</id>
<name>Printers</name> CATEGORY ( here we do it like "group/name"
<category>
<id>10</id>
<name>Replacement stuff</name> SUBCATEGORY
<subcategory>
<id>90</id>
<name>Toner</name> SUBSUBCATEGORY
</subcategory>
</category>
</group>
</product>
</products>
Is it possible to have 2 depth category on structure like this?
Thanks a lot
This email address is being protected from spambots. You need JavaScript enabled to view it.