dragon8837 2014-01-20 14:58
浏览 87

Magento 301用PHP代码获取Seo Url?

I am looking to migrate a website from Cubecart 4 to Magento 1.8. I have created a script that grabs the old cat id from the url, then searches the database to where this is stored (I copied them over) It then grabs the new magento category ID and then needs to grabs the URL of that category. I then want to make a 301 redirect from to the new url.

I cant grab the SEO url from the ID however. So far I can grab the un written url from the id with this where $caturl2 is the category id.

Mage::getModel("catalog/category")->load($caturl2)->getUrl();

Is there anyway to grab the seo url by ID? Any ideas?

At the minute it's outputting: /catalog/category/view/s/cat-name/id/4448/

  • 写回答

1条回答 默认 最新

  • doubei3312 2014-01-20 15:23
    关注

    To get the full SEO url, stored in URL rewrite management tables, you should use the follwing code.

    Mage::getModel("catalog/category")->load($caturl2)->getUrlPath();
    
    评论

报告相同问题?

悬赏问题

  • ¥15 求daily translation(DT)偏差订正方法的代码
  • ¥15 js调用html页面需要隐藏某个按钮
  • ¥15 ads仿真结果在圆图上是怎么读数的
  • ¥20 Cotex M3的调试和程序执行方式是什么样的?
  • ¥20 java项目连接sqlserver时报ssl相关错误
  • ¥15 一道python难题3
  • ¥15 牛顿斯科特系数表表示
  • ¥15 arduino 步进电机
  • ¥20 程序进入HardFault_Handler
  • ¥15 关于#python#的问题:自动化测试