Child pages
  • New Developers Features In PrestaShop 1.5

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is achieved by using FrontController classes in your module. In the example of the Cheque module, the following file has been place in the module's filetree:
/modules/cheque/controllers/front/payment.php

That "class" name must be built using the following syntax:
class ModuleNamePageName extends ModuleFrontController.

...