Webdev project in OpenCart Features developed: Filter for categories for admins Discount tag for product page Script to retrieve order details from the API Demo GIFs: Category filter: Discount tag: Script: How to run the project: Clone the repository - https://github.com/OFilipovs/webdev.git Run composer install Change the file name "config-dist" to "config" inside folders "admin" and "upload" Start local server from folder "upload" - php -S localhost:8000 Open the browser and follow OpenCart installation instructions How to run the script: Prerequisites: Generate an API key in OpenCart admin panel - System > Users > API Inside API tab add your IP address to the whitelist open terminal from the folder where the script is located and use this command - php orders.php Tech stack: OpenCart 2.3.0.2 PHP 7.4 MySQL 8.0