gpt4 book ai didi

magento-1.8 - Magento : How to add promo code form on one page checkout page?

转载 作者:行者123 更新时间:2023-12-04 02:21:29 24 4
gpt4 key购买 nike

我想在 Magento 1.8 CE 的一页结帐页面上以编程方式添加促销代码表单。这必须添加到付款审核部分。

将以下代码片段添加到事件主题的 layout/checkout.xml:

<block type="checkout/cart_coupon" name="checkout.cart.coupon" as="coupon" template="checkout/cart/coupon.phtml"/>

然后将以下 php 代码添加到 template/checkout/onepage.phtml

但它不起作用,请帮忙!

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

最佳答案

checkout.xml布局文件中添加如下内容,

<block type="checkout/onepage_review_info" name="root" output="toHtml" template="checkout/onepage/review/info.phtml">    
...
<block type="checkout/cart_coupon" name="checkout.cart.coupon" as="coupon" template="checkout/cart/coupon.phtml"/>
...
</block>

并将以下代码放入app/design/frontend/YOUR_PACKAGE/YOUR_THEME/template/checkout/onepage/review/info.phtml

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

关于magento-1.8 - Magento : How to add promo code form on one page checkout page?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28759782/

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