【问题标题】:Magento category/subcategory as a pageMagento 类别/子类别作为页面
【发布时间】:2011-09-16 20:25:57
【问题描述】:

我正在尝试使用一个类别及其子类别来呈现自定义页面。为此,我尝试了以下方法:

* Catalog->Categories->Manage Categories
* Create the category
      o Create any of the subcategories I want 
* Select a subcategory and select the 'Custom Design' tab
      o Select 'Custom Design' in the dropdown. 

现在我进入我的代码库并执行以下操作:

$: cd /var/www/host/app/design/frontend/siteredesign
$: tree custom_design/
custom_design/
├── etc
├── layout
├── locale
└── template
   └── catalog
       └── category
           └── view.phtml

当我转到:host.com/category/subcategory 我得到一个 404 ......我错过了什么? TIA。

我希望 view.phtml 能够运行。

【问题讨论】:

    标签: php magento content-management-system categories categorization


    【解决方案1】:

    解决了——

    必须重新创建类别和子类别,现在一切正常。去看看,Magento FTW。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-07-22
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多