Save button.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 13 años
Hello,

Which module handles "Save" button in Customers Detail page?

Thanks.
Hace 13 años
Look at the following controls:
1. \Administration\Modules\CustomerAdd.ascx.cs
2. \Administration\Modules\CustomerDetails.ascx.cs
Hace 13 años
Maybe I have not  been clear. I have added a field on CustomerDetails page (in admin) it is just a simple text-box where admin can assign a number (alphanumeric).

all I want is to store it on customer record in nop_customer table by adding a new field.  Do I need to add my new field in AddCustomer() function as argument or ... ?



Currently I have the field in table and when I change it from database system reads it and shows it in its text-box however, when I change it will not save it.

I need to know which module I should work on.

Thanks.
Hace 13 años
Thanks finally made it! my goal was to add a piece of data while updating customer record so working on
SaveInfo() at customerInfo.ascx.cs made it unless I'm missing something so let me know if any expert has done it.

Thanks.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.