panigrc / SimpleCiShop

A simple ecommerce system based on codeigniter [Moved to Codeberg]
https://codeberg.org/nik.lol/SimpleCiShop
MIT License
14 stars 14 forks source link

:warning: :warning: :warning: This project is work in progress and should not be used in production ! :warning: :warning: :warning:

SimpleCiShop

The SimpleCiShop is an ecommerce web application based on the famous CodeIgniter framework.

It's being currently refactored to run with PHP >=7.2 and CodeIgniter ^3.1.

The shop was fully functional since I have used it to sell myself products; actually the products you see in the demo site are real, and I used to sell them.

I was not satisfied with the other open source ecommerce systems that were in the market that time - neither am I now - so I decided to build my own simple shopping cart.

There is a lot of stuff to be done.

Features

Directory Structure

The directory structure is mainly the CodeIgniter structure. There are a few things that are outside of that.

public/assets - Contains js / fonts

public/images - Contains the images of the products

public/theme - Contains the css and the images of the frontend website (notice that the website is not themeable yet)

public/uploads - Uploaded images that are used in the Product details/description

application/controllers/admin - The admin (backend) application controllers

application/controllers/shop - The shop (frontend) application controllers

Installation

Database structure

See simplecishop.sql

TODOs

See Project