我正在尝试使用类别及其子类别来呈现自定义页面。为此,我尝试了以下方法:
* 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 能够运行。