logo
  • 教程列表
  • SO官方文檔
  • 從產品頁面獲取類別名稱
    • 獲取父類別
    • 獲取當前類別
  1. StackOverflow 文件
  2. magento 教程
  3. 從產品頁面獲取類別名稱
  4. 獲取當前類別

獲取當前類別

Created: November-22, 2018

    $categoryName = Mage::registry('current_category')->getName();
    foreach ($categoryName as $_category):
       $categoryName = $_category->getName();
    endforeach;
  • 獲取父類別

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明