Confirm page CheckOut

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 Jahre weitere
I need put some text in Confirm page before payment process. How can i do this??

Thanks
12 Jahre weitere
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.