The sole idea of this repository is to serve as a sample module for people looking to override Symfony routes and/or controllers in PrestaShop.
Download the release
code and copy it to the prestashop/modules
folder, then go to Back Office -> Modules -> Module Catalog
search for 'sk_testmodduleand activate it. After that, navigate to
/adminXXXX/index.php/sell/orders/orders/` and it should work.
If you plan to use this module as a template, do the following:
cd path_to_prestashop/modules
git clone https://github.com/skaparate/prestashop-sample-module.git sk_testmodule
cd path_to_prestashop/modules/sk_testmodule
composer install
php path_to_prestashop/bin/console prestashop:module install sk_testmodule
./adminXXXX/index.php/sell/orders/orders/
.