gpt4 book ai didi

php - Magento - 将 Cart_sidebar 移动到 top.phtml

转载 作者:可可西里 更新时间:2023-11-01 00:51:35 26 4
gpt4 key购买 nike

我希望将 cart_sidebar 向上移动到 top.phtml,这是一个相当简单的移动,我已经做了几次,但是我现在运行 Magento 1.5.1 时运气为 0。

他们是否改变了一些重要的东西?

请参阅下面使用的代码。

结帐.xml

<reference name="mini_cart_top">
<block type="checkout/cart_sidebar" name="mini_cart_top" template="checkout/cart/sidebar.phtml"/>
</reference>

页面.xml

<block type="page/html_header" name="header" as="header">
<block type="checkout/cart_sidebar" name="mini_cart_top" as="mini_cart_top" template="checkout/cart/sidebar.phtml"/>
other misc code...

top.phtml

<?php echo $this->getChildHtml('mini_cart_top'); ?>

如有任何帮助,我们将不胜感激!

目录.xml

<reference name="top.menu">
<block type="catalog/navigation" name="catalog.topnav" template="catalog/navigation/top.phtml"/>
<block type="checkout/cart_sidebar" name="mini_cart_top" as="mini_cart_top" template="checkout/cart/sidebar.phtml"/>

</reference>

最佳答案

我已经在 1.5 中成功地移动了它

您已将 cart_sidebar XML block 放入 header block 中,这将允许您在 header.phtml 中使用它,而不是在 top.phtml 中。

top.phtml 是一个类似于 sidebar.phtml 的 block - 它应该只包含类别导航,而不是购物车。

如果你能弄清楚你想把它放在哪里以及为什么,我会告诉你如何让它工作。

关于php - Magento - 将 Cart_sidebar 移动到 top.phtml,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6029940/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com