magento 将导航块移动到购物车/购物篮上方

发布于 2024-08-30 17:42:30 字数 255 浏览 5 评论 0原文

我将菜单放在 2columns-right.phtml 的右侧。但我不知道如何将其移至购物车上方。

在catalog.xml 中,我添加了以下内容以插入菜单:

<block type="catalog/navigation" name="catalog.vertnav"  template="catalog/navigation/vert_nav.phtml" />

现在我只需要将其移至顶部即可。

I placed the menu to the right on on 2columns-right.phtml. But I can not figure out how to move it to above the shopping cart.

In catalog.xml I added this to get the menu inserted:

<block type="catalog/navigation" name="catalog.vertnav"  template="catalog/navigation/vert_nav.phtml" />

Now I just need to move it to the top.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

演多会厌 2024-09-06 17:42:30

我找到了一个解决方案。不是很直观,但这可能就像大多数其他 Magento 问题一样。

我必须在上面的自定义垂直导航块中添加一个 before="-" (来自问题)。然后将 cart 块中的 before="-" 编辑为 after="catalog.vertnav",这样就不再强制显示在顶部。

现在它可以工作了,

Magento 充满了功能。毫无疑问。但定制起来并不容易(对于初学者来说)。我可能是“php和mysql”,但代码就像外星人生成的东西。我以前从未见过这样的代码。

I found one solution. Not very intuitive but that is probably like most other Magento questions.

I had to add a before="-" to the custom vertical navigation block above (from question). Then edit the before="-" in the cart block to after="catalog.vertnav" so that no longer is forced to be displayed at the top.

It works now

Magento is packed with features. No doubt about it. But it is not easy to customize at all (for a beginner). I may be "php and mysql" but code is like something generated by aliens. I have never seen code like this before.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文