我唯一的问题:我想在产品页面上创建一个链接:/public_html/app/design/frontend/default/default/template/catalog/product/view.phtml
到产品所属的类别。我可以得到这个
问题 ;
大多数产品属于多个类别。我在根目录中有一张带有“品牌”的地图,所以 url = /all_brands/brand
所以 product_a 在例如的列表中:BrandA
但有些产品也列在例如地图 Weeoffers (in Root) /weekoffer/
如果我只想在 url 中包含 BRAND ID,如何确定正确的 ID?
id_path="all_brands/22" ?