When we have structure like that
<product>
<name>blabla</name>
<id>blabla</id>
<price>blabla</price>
<group>
<id>4</id>
<name>Printers</name> CATEGORY (here we do it like this group/name )
<category>
<id>10</id>
<name>Printer Replacements</name> SUBCATEGORY
<subcategory>
<id>90</id>
<name>Toner</name> SUBSUBCATEGORY
</subcategory>
</category>
</group>
</product>
Is that possible to be done with this structure?
This email address is being protected from spambots. You need JavaScript enabled to view it.