How To Convert An Order Action Module To Order Module

  1. Move the file from includes/modules/order_action/oa_modulename.inc.php to includes/modules/order/om_modulename.inc.php.

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

  3. Rename the method options() to actions().

That's it, you are done! :)

Revisions

Top Editors
Recently Edited Articles