- Filter for categories for admins
- Discount tag for product page
- Script to retrieve order details from the API
- 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
- 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
- OpenCart 2.3.0.2
- PHP 7.4
- MySQL 8.0


