惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
爱范儿
爱范儿
The Cloudflare Blog
Y
Y Combinator Blog
B
Blog RSS Feed
Stack Overflow Blog
Stack Overflow Blog
博客园 - 叶小钗
G
Google Developers Blog
J
Java Code Geeks
P
Proofpoint News Feed
美团技术团队
Engineering at Meta
Engineering at Meta
腾讯CDC
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
WordPress大学
WordPress大学
博客园 - 聂微东
雷峰网
雷峰网
有赞技术团队
有赞技术团队
L
LangChain Blog
N
Netflix TechBlog - Medium
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 【当耐特】

博客园 - 亲,注意身体

magento 数据清理 magento top menu edit CookieConter 转换为string magento sitemap cms page remove home and generate sitemap error magento toplink blank li magento 语言包 magetno awblog auto generate title id, js replace magento moneybooker 操作 JS 正则 js 数组 组合(转) magento checkout require moneybooker api/mqi query magento 记录蜘蛛爬行日志 添加信任站点 bat 设置信任站点等级 moneybooker api 文档 magento htaccess Navicat 注册码,序列号 magento 修改订单号 Magento 删除所有订单 适于于1.4+
magento moneybooker redirect
亲,注意身体 · 2012-03-08 · via 博客园 - 亲,注意身体

app/design/frontend/base/default/layout/moneybookers.xml

<moneybookers_processing_payment>
        <
reference name="root">
            <
action method="setTemplate"><template>moneybookers/blank.phtml --- change here!!
        </
reference>

app/design/frontend/base/default/template/moneybookers/payment.phtml

<!--
<
div class="page-head">
    <
h3><?php echo Mage::helper('moneybookers')->__('Please pay your order now'?></h3>
</
div>
<
table style="width:100%;">
    <
tr>
        <
td style="width:100%">
            <
iframe style="width:100%; height:600px;"  src="<?php echo Mage::getUrl('moneybookers/processing/placeform') ?>"></iframe>
        </
td
    </
tr>
</
table>
-->
/* invalidate iframe!!!

/*add below script!!

<script type="text/javascript" >
   window.top.location="<?php echo Mage::getUrl('moneybookers/processing/placeform') ?>";
</script>

posted on 2012-03-08 14:12  亲,注意身体  阅读(218)  评论()    收藏  举报