Download Ecommerce Website Project in PHP with Source Code

  • Version
  • Download 48579
  • File Size 0.00 KB
  • Create Date March 21, 2022
  • Verify CAPTCHA to Download

Download Free Source Code for project based on Online eCommerce Website in PHP MySQL.

Available Features:
  • Client-Side Interaction
  • Admin Panel
  • Customer Registration
  • Add to Cart System
  • Checkout System
  • Update Billing Address
  • Search, Filter Products
  • Product Categories
  • Featured Products
  • Latest Products
  • Popular Products
  • View Order History
  • Update Customer Profile
  • Manage Website Settings
  • Manage Shop Settings
  • Product Management
  • Order Management
  • Pending Orders, Shippings
  • Set up Image Sliders
  • Set Shipping Charges
  • Page Settings
  • Set Social Media Links
  • Subscribers
  • View Registered Customers

Instructions: How to Run?

  • After you finish downloading the project, unzip the project file and head over to your XAMPP directory.
  • There you’ll find a folder naming “htdocs”.
  • Inside the “htdocs” folder, paste the project folder (not the .zip one, but the extracted one).
  • Open your favorite browser; we recommend using Google Chrome or Mozilla Firefox.
  • Then, go to URL “http://localhost/phpmyadmin“.
  • Create a Database with a name that is provided inside the “01 LOGIN DETAILS & PROJECT INFO.txt”.
  • Click on the “Import” tab and choose the database file (.sql) which is provided under the folder naming “DATABASE FILE”.
  • After setting up all these, go to URL “http://localhost/[ PROJECT_FOLDER_NAME ]/“
  • All the login details are provided inside the project folder, check that out and enter in order to use it.

And there you have it, a full setup of the eCommerce site Project in PHP MySQL. For this particular PHP project, PHP Version 5.6 or 7.4 is required because the project does not operate with the oldest PHP version. So, users with the oldest PHP version (older than 5.6) might face various problems while operating it. As a result, you’ll need to manage your PHP version (only if you’re using the old version) at the moment. Also, Download Free eCommerce Site Project in PHP MySQL Source Code. So, this eCommerce Website PHP project is a fully functional project for all the intermediate levels that broads vast knowledge into such PHP web applications. In conclusion, this whole PHP project with free source code is an absolute project and a meaningful way for the users to learn and explore more about it.

35 comments

  1. Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘ecommerceweb.tbl_settings’ doesn’t exist in C:\xampp\htdocs\eCommerceSite-PHP\header.php:25 Stack trace: #0 C:\xampp\htdocs\eCommerceSite-PHP\header.php(25): PDOStatement->execute() #1 C:\xampp\htdocs\eCommerceSite-PHP\index.php(1): require_once(‘C:\\xampp\\htdocs…’) #2 {main} thrown in C:\xampp\htdocs\eCommerceSite-PHP\header.php on line 25

  2. This the error get when trying to import the sql file
    #1118 – Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline.

  3. when i import the db file i get the following:
    #1118 – Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline.

    and localhost the following:

    Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘ecommerceweb.tbl_settings’ doesn’t exist in C:\xampp\htdocs\header.php:25 Stack trace: #0 C:\xampp\htdocs\header.php(25): PDOStatement->execute() #1 C:\xampp\htdocs\index.php(1): require_once(‘C:\\xampp\\htdocs…’) #2 {main} thrown in C:\xampp\htdocs\header.php on line 25

    any idea? i use php 8

  4. Fatal error: Uncaught PDOException: SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: ” for column `ecommerceweb`.`tbl_customer`.`cust_b_country` at row 1 in C:\xampp\htdocs\eCommerceSite-PHP\registration.php:151 Stack trace: #0 C:\xampp\htdocs\eCommerceSite-PHP\registration.php(151): PDOStatement->execute(Array) #1 {main} thrown in C:\xampp\htdocs\eCommerceSite-PHP\registration.php on line 151

  5. Warning: mail(): Failed to connect to mailserver at “localhost” port 25, verify your “SMTP” and “smtp_port” setting in php.ini

  6. Plese help me I have that kind of error. How I can fic it?
    Uncaught PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: ” for column ‘cust_b_country’ at row 1 in E:……………………..

  7. Hello sir,
    Thanks for this brillant piece, but the checkout button doesnt work, its expected to take you to another page saying order placed successfully. Any headway to that sir?

  8. This is a really great website. Thank you!
    I saw that there is a blog page and section, but it has been removed and hidden. Can you please provide it?

  9. Error
    SQL query: Copy

    — ——————————————————–


    — Table structure for table `tbl_settings`

    MySQL said: Documentation

    #1118 – Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline.

    1. It means that the row size of table tbl_settings exceeds the maximum limit. You can adjust the column types or reduce the number of columns to resolve this issue.

Leave a Reply

Your email address will not be published. Required fields are marked *