产品
商城演示
案例演示
功能
致开发者
致商店所有者
工业
时尚
健康与美容
食品与饮料
汽车
工业和科学
家具
B2B 电子商务
国际
下载
下载nopCommerce
市场
翻译
版权删除密钥
移动应用程序
Web API
Microsoft Dynamics 365
支持 & 服务
训练
文档
社区论坛
高级支持服务
请求报价
联系我们
合作伙伴
简体中文
English
Español
Deutsch
Russian
Français
Italiano
Português
Türkçe
简体中文
日本語
Tiếng Việt
马上开始
Shopping cart
我的帐户
登录
注册
首页
>
论坛管理
>
General
>
Development
>
Confirm page CheckOut
Confirm page CheckOut
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
beltza45
回帖总数:
15
业力:
75
注册日期:
2012/3/6
位置:
Argentina
发表于:
12 年 前
I need put some text in Confirm page before payment process. How can i do this??
Thanks
Mariann
回帖总数:
976
业力:
11658
注册日期:
2012/11/30
位置:
Angola
发表于:
12 年 前
If you are using a 'one page checkout', you will need to edit the view /Checkout/OpcConfirmOrder. Add the following line
@Html.Action ("TopicBlock", "Topic", new {systemName = "ConfirmText"})
after the '@Html.Widget ("op_checkout_confirm_top")'
If you do not use 'one page checkout', you will need to edit the view /Checkout/Confirm. Add the same line
@Html.Action ("TopicBlock", "Topic", new {systemName = "ConfirmText"})
after the '@Html.Widget ("checkout_confirm_top")'
Then on page
http://admin-demo.nopcommerce.com/Admin/Topic/List
create a topic named 'ConfirmText' and edit it.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
仍然有问题或需要帮助?
.
高级支持服务
.
获得nopCommerce团队的专门支持,并在24小时内保证得到答复。
.
开发者在线课程
.
获得运行和自定义nopCommerce网站所需的实用技术技能。