Product
Store demo
Showcase
Features
Why for developers
Why for store owners
Industries
Fashion
Health & Beauty
Food & Beverage
Automotive
Industrial & Scientific
Furniture
B2B eCommerce
International
Downloads
Download nopCommerce
Marketplace
Translations
Copyright removal key
Mobile application
Web API
Microsoft Dynamics 365
Support & services
Training
Documentation
Community forums
Premium support services
Request a quote
Contact us
Partners
English
English
Español
Deutsch
Russian
Français
Italiano
Português
Türkçe
简体中文
日本語
Tiếng Việt
Get started
Shopping cart
My account
Log in
Register
Home
>
Forums
>
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
Total Posts:
15
Karma:
75
Joined:
3/6/2012
Location:
Argentina
Posted:
12 years ago
I need put some text in Confirm page before payment process. How can i do this??
Thanks
Mariann
Total Posts:
976
Karma:
11658
Joined:
11/30/2012
Location:
Angola
Posted:
12 years ago
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.
Still have questions or need help?
.
Premium support services
.
Get dedicated support from the nopCommerce team with a guaranteed response within 24 hours.
.
Online course for developers
.
Get the practical and technical skills you need to run and customize nopCommerce websites.