| Express.mv permits batch entry of product codes for addition to the | shopping basket. Note: Since you are only entering product code and | quantity, you cannot use express.mv for products which contain attributes | as it is currently written. | | FTP the express.mv to your Merchant modules/ui/ directory (lower case spelling) | Install it to your mall with a path of modules/ui/express.mv | | Changes: | 17 March 2000 | Changed express from an applet to a module and made it dual UI compliant. | If you are using the Open UI look and feel, skip this comment section. | | In the mmui.mv file find the UIModule_Dispatch function. Add the following | code in that function just as the other screen types already there. | Put this code in the latter half of the function, not near the beginning of | the UIModule_Dispatch function. | | | | | | You can put a button on your nav bar, category column, or the store front | description area for express ordering. Here is the code I inserted in the | mmui.mv MMUI_Begin_Screen function just above the last tag in | that function. | |
| | | | | |
|