How To Convert An Order Success Module To Order Module

  1. Move the file from includes/modules/order_success/os_modulename.inc.php to includes/modules/order/om_modulename.inc.php.

  2. Open the file in an editor and rename the class name os_modulename to om_modulename.

  3. Rename the method process() to success().

That's it, you are done! :)

Revisions

Top Editors
Recently Edited Articles