问题标签 [magento-layout-xml]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
437 浏览

magento - Magento 布局更新未加载

我正在尝试进行布局更改,当后端页面加载时,我可以隐藏一些按钮,但我似乎无法触发布局更新。以下是我当前的代码。现在我不关心块本身的功能,只关心我的布局加载。

配置文件

buttonhide.xml 位于 app->design->adminhtml->default->default->layout->buttonhide.xml

0 投票
1 回答
355 浏览

magento - 没有多余的 magento 布局

我正在浏览“No frills magento layout”的示例和示例 1.11“全页布局”对我不起作用我得到空白页

看起来fetchview有问题

我正在使用 magento 1.7.0.2 社区版

0 投票
1 回答
150 浏览

magento - 从移动主题中删除 magento cms 页面布局更新

我在 magento 中使用 cms HomePage 来显示我的块。它需要一些<action>,所以我将它添加到布局更新选项卡上。它工作正常,但是...

此布局更新也适用于移动主题,这是错误的行为。我该如何预防?

感谢您的任何建议。

0 投票
2 回答
1101 浏览

magento - Nested block within a reference not rendering when using ->getChildHtml()

this is my layout xml:

And from within page.accessories.phtml, inside some div block i call:

but nothing renders out. Why is that?

this is code from the layered phtml file:

0 投票
1 回答
602 浏览

layout - Magento在container2中显示静态块

我在产品页面上有很多自定义选项。

我想用一个静态块填充左侧的空白区域,该块仅在产品视图中有超过 4 个自定义选项时才会出现。

http://goo.gl/Y7JMQf

0 投票
4 回答
3163 浏览

magento - Magento - 是否可以为 ifconfig 指定多个值?

我想在布局 xml 中为 ifconfig 指定多个值。

是否可以为一项操作添加以下两个条件?

任何建议都将受到欢迎。

0 投票
1 回答
450 浏览

magento-1.8 - 在链接中添加图标而不是标签

我写了这段代码:

但我想展示一张图片,而不是label 购物车。如何在上面的xml代码中添加图像?

0 投票
3 回答
3864 浏览

magento-1.8 - Magento - 如何使用自定义模块覆盖持久 billing.phtml

卡在这个问题上很久了:(我正在尝试覆盖核心模板文件

app/design/frontend/base/default/template/persistent/checkout/onepage/billing.phtml

使用我已成功激活的自定义模块,我的新模块的配置文件位于

应用程序/代码/本地/CustomCheckout/Checkout/etc/config.xml。

下面是内容

我正在尝试覆盖persistent.xml布局,该布局又调用上述billing.phtml 文件。我将新的布局文件放在以下位置

应用程序/设计/前端/默认/CustomCheckout/layout/persistent.xml。

下面是内容

我已将修改后的 billing.phtml 文件放在

app/design/frontend/default/CustomCheckout/template/checkout/onepage/billing.phtml

但它没有被捡起。我在挠头......任何帮助表示赞赏。

0 投票
1 回答
47 浏览

magento - 3.1 封装布局的原因和位置

No_Frills_Magento_Layout 一书的第 3.1 章解释了存储布局的文件夹以及 Magento 如何获取布局文件的名称。它告诉 Magento 从模块的 config.xml 获取这个名称,然后加载这些布局文件以形成Package layout。在我的设置中,Magento 正在“base/default/layout”文件夹中加载所有布局文件。它不考虑 Config.xml 元素下提到的布局文件。

有人可以解释这个谜吗?如果布局不是基于此元素加载的,那么 Config.xml 中的元素的用途是什么?

0 投票
1 回答
427 浏览

magento - 更新句柄面包屑不起作用

知道为什么以下布局更新句柄不起作用吗?我正在尝试将面包屑从customer_address_index复制到customer_address_newcustomer_address_new

提前致谢