|
Adding OpenUI Admin Extensions to cus.mv
|
|
| 1. | Download your Merchant2/4.13/features/cus/cus.mv
|
| 2. | Save a copy of the file BEFORE you edit it (just in case you need to undo your changes)
|
| 3. | Open the original file in a text editor (or notepad.exe)
|
| 4. | Search for <MvFUNCTION NAME = "Action_Customer_Insert"> (around line 111)
|
| 5. | Search for the first <MvELSE> following the above line (around line 142), and replace this line with the following text:
|
|
|
| <MvCOMMENT>**** 3rd Party CUSTOMER Modification ****</MvCOMMENT>
|
| </MvIF>
|
| <MvASSIGN NAME = "g.XMOD_Action" VALUE = "{ 'HOOKFLAGS' }">
|
| <MvDO FILE = "{ g.Module_Library_DB }" NAME = "l.found" VALUE = "{ StoreModule_FindFirst() }">
|
| <MvWHILE EXPR = "{ l.found }">
|
| <MvASSIGN NAME = "g.XMOD_Return" VALUE = "">
|
| <MvDO FILE = "{ g.Module_Root $ Modules.d.module }" NAME = "l.trash" VALUE = "{ Module_API_Version() }">
|
| <MvIF EXPR = "{ 'CUSTOMER' |