【发布时间】:2014-02-19 06:26:05
【问题描述】:
Magento 安装后附带一个根目录。该概念位于一个根目录下,您可以随意创建/添加任意数量的类别和子类别...但搜索后我找不到创建/添加另一个与根目录平行且独立的目录的方法结构体。是否可以?或者任何扩展都可以做这样的工作?
【问题讨论】:
Magento 安装后附带一个根目录。该概念位于一个根目录下,您可以随意创建/添加任意数量的类别和子类别...但搜索后我找不到创建/添加另一个与根目录平行且独立的目录的方法结构体。是否可以?或者任何扩展都可以做这样的工作?
【问题讨论】:
创建新根类别的正确方法
第 1 步。创建一个新的根类别
- From the Admin panel, select Catalog > Manage Categories.
- In the upper-left of the Manage Categories page, click the Add Root Category button.
- In the Name field, type in the name of the root category.
- Set Is Active to Yes.
- On the Display Settings tab, and set Is Anchor to Yes.
- Click the Save Category button.
第 2 步。在新的根类别中创建子类别
- From the Manage Categories page, in the category tree on thel left, click to highlight the new root category.
- Click the Add Subcategory button.
- Give the subcategory a Name and set Is Active to Yes.
- Click the Save Category button.
第 3 步。将新的根类别链接到您的商店。
- From the Admin panel, select System > Manage Stores.
- From the Manage Stores page, click any one of the Main Store links to edit your store.
- Change Root Category to the new root category.
- Click the Save Store button.
【讨论】:
Spark,可以在magento中创建另一个根类别。
Step1:Please refresh the catagory
Step2: Donot click Root category
Step3: Just click on Add root category
现在,创建了新的根类别
【讨论】: