我对magento产品链接有疑问。当我搜索产品然后单击产品链接时,Magento将我重定向到index.php/test666.html,而它应该是index.php/products/grocery/miso-soup/test666.html。是否可以强制Magento使用产品的完整路径?添加:我无法通过启用“为产品URL使用类别路径”来让它工作。所以我最终得到了以下代码。$categories=$_product->getCategoryIds();$lastCategory=$_categoryModel->load(end($categories));$urlPath=exp