IMPORTANT. Payment status on Orders page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
15 anni tempo fa
Administration Area -> Orders/Payments -> Orders
we have a Payment status list and it should contain (Pending,Authorized, Paid) but it's contain (10, 20, 30)
15 anni tempo fa
the solution is add this line in page "NopCommerce1.10\Nop.DataAccess.SqlServer\Payment\SQLPaymentStatusProvider.cs"

paymentStatus.Name = NopSqlDataHelper.GetString(dataReader, "Name");


after line 37
paymentStatus.PaymentStatusID = NopSqlDataHelper.GetInt(dataReader, "PaymentStatusID");
15 anni tempo fa
Thank!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.