How to display payment method info on ORDER PAGE?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hello there!

We are using nopCommerce 3.50.

Our customers often prefer to pay to our VISA card. So, we have a paymet method — "Pay to our bank account or bank card".

When placing an order in checkout a customer sees payment info (our bank account info, where to send money to...).

But when an order is placed and confirmed at the last step, a customer automatically is redirected to the newly placed ORDER PAGE. But at this page a customer does not see payment method information... So then he calls us and asks how to pay, because he doesn't see our bank card number on the ORDER page!

So, how to be in this case?

How to display a payment method information on the ORDER details page?

Guys, if you don't know anything about what I am asking, please, leave this topic.

Thanks for your help in advance.
7 years ago
How about appending your account info to the Friendly name of the payment method.
7 years ago
New York wrote:
How about appending your account info to the Friendly name of the payment method.


Thanks for your reply. What do you mean? How to do it?
7 years ago
Admin > Configuration > Payments > Payment methods
click Edit button on the payment method you want to edit
change text in Friendly Name field
click Update button
7 years ago
New York wrote:
Admin > Configuration > Payments > Payment methods
click Edit button on the payment method you want to edit
change text in Friendly Name field
click Update button


Oh, got it, but I don't like this solution.

Now, when a customer places an order I send an order note with a bank card number. Then he receives it to email and also sees it on order info page in order notes.

How to display payment description in order notes on order details page?

Thanks.
7 years ago
If you are referring to the "description" that you entered when you configured your payment method, then it's going to require customization (e.g. a plugin that handles order placed event can create the note automatically, or with a hack one might be able to write some Razor C# in the .cshtml file to get the payment method's description, which would thus not require a note).
7 years ago
New York wrote:
If you are referring to the "description" that you entered when you configured your payment method, then it's going to require customization (e.g. a plugin that handles order placed event can create the note automatically, or with a hack one might be able to write some Razor C# in the .cshtml file to get the payment method's description, which would thus not require a note).


So how to make "the order placed plugin" create the note (payment method description) automatically? Where can I configure it?
7 years ago
You can't "configure it".  It requires custom coding.
7 years ago
New York wrote:
You can't "configure it".  It requires custom coding.


Does it require customization of Source code or ... ?
7 years ago
A plugin requires source code.  Or as per above: "a hack one might be able to write some Razor C# in the .cshtml file"
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.