Online Shopping Store In PHP With Source Code

 This is a e-commerce source code that individuals and small to medium-sized enterprises seeking a flexible and customizable online shopping experience to create and manage  online stores with ease.


It has been developed using Opencart and cutsom by BlogITCode, easy instal with features:

  • Create unlimited products and categories, categorizing products by store makes searching now easier than ever.
  • Integrated sales management tools such as: shopping cart management, support for online payment gateways, customer information management, order management,..
  • Vouchers, gift coupons: supports the creation and management of discount vouchers and coupons.
  • Seo-friendly, user-friendly interface, responsive design
  • And more...

* How to install Online Shopping Store script on localhost:

  • Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts;
  • Extract source code you downloaded, then copy to the web server directory;
  • Access phpMyAdmin to create a new database, then import file lib_supermarket.sql;
  • Move storage_lib_supermarket directory outside of the web directory (e.g. public_html, www or htdocs) ;
  • Open file .htaccess to configuration SEO URL dettings:
RewriteBase /lib_supermarket 
  • Open file config.php and admin/config.php to configuration;
// HTTP
define('HTTP_SERVER', 'http://localhost/lib_supermarket/');
// HTTPS
define('HTTPS_SERVER', 'http://localhost/lib_supermarket/');
// DIR
define('DIR_APPLICATION', 'C:/Ampps/www/lib_supermarket/catalog/');
define('DIR_SYSTEM', 'C:/Ampps/www/lib_supermarket/system/');
define('DIR_IMAGE', 'C:/Ampps/www/lib_supermarket/image/');
define('DIR_STORAGE', 'C:/Ampps/storage_lib_supermarket/');
// DB
define('DB_DRIVER', 'mysqli');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', 'root');
define('DB_PASSWORD', 'mysql');
define('DB_DATABASE', 'lib_supermarket');
define('DB_PORT', '3306');
define('DB_PREFIX', 'oc_');
  • Site URL: http://localhost/project_name/
  • Admin panel URL: http://localhost/project_name/admin
  • Default login account: admin / 123456


Previous Post Next Post