Skip to content

OFilipovs/webdev

Repository files navigation

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: categoryFilter

  • Discount tag: DiscountTag

  • Script: orderScript

How to run the project:

  1. Clone the repository - https://github.com/OFilipovs/webdev.git
  2. Run composer install
  3. Change the file name "config-dist" to "config" inside folders "admin" and "upload"
  4. Start local server from folder "upload" - php -S localhost:8000
  5. 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

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors