| Download details |
![]() |
||||||||||||||||||||||||||||
INSTRUCTIONS:1) Unzip folder2) Add application to application folder within the Codeigniter installation codeigniterinstallation/system/application 3) Move the includes files add_to_cart.php, connect.php and include.php into the appropriate folder. Php.ini file says where include folder is located. With shared hosting you can use a custom folder like /home/myaccount/includes/connect.php and rewrite the include paths within the view files. 4) Create a new database or dump files into an existing database. A sql file is included in the database folder. Make sure tables do not clash. 5) Change database.php and the include file 'connect.php' file to the appropriate db username, password and database. 6) Near the bottom of the file myorder_view_proc.php you must add a value: input type="hidden" name="business" value="mypaypalemail@gmail.com" 7) Add an item name for total order: input type="hidden" name="item_name" value="Hat Shop" 8) Test the url with http://www.yoursite.com/index_ecom.php See sample website! |
|
|||||||||||||||||||||||||||




