I am trying to generate a product feed that contains information such as productname, sku, category, genre etc.
The category information should be laid out like: Helmets, Armor & Shields\Helmets\"300" Spartan Helmet
The slashes separate the categories and sub categories so the parent category is Helmets, Armor & Shields and subcategory is Helmets.
Similarly genre, manufacturer information needs to be obtained.
Any thoughts on how to recursively obtain all the information for categories, genres, manufacturers etc for every product?
I tried looking for the code that generates the breadcrumbs but didn't have much luck. Is there a stored proc that does this?
Appreciate any help.