Skip to content

bgusmlana/Responsive-eCommerce-CodeIgniter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Responsive eCommerce CodeIgniter

A small responsive website developed using codeigniter framework

Requirements

  • PHP 7.2 or 7.3

Installation

git clone https://github.com/bagusmaulana06/Responsive-eCommerce-CodeIgniter.git

RajaOngkir API Key

Replace the RajaOngkir API Key in the Rajaongkir config file with your API Key.

Email Settings (SMTP)

Change the Email Settings (SMTP) in the Email Helper file and the Admin Controller file with your email settings.

Fix error GROUP BY

Change sql mode in MySQL with this command

SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));