I have created a custom module in oxidshop and added a controller through metadata.php
'files' => array(
'mycustom' => 'application/controllers/MycustomController.php'
),
The code for MycustomController is same as the BasketController.php. I have been using it for testing. However, the request http://shopurl/index.php?cl=mycustom redirects to homepage. Any idea?