- Version
- Download 63101
- 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.
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
Seems like you haven’t configured db settings. Please do create a database and import the SQL file.
have same issue but i did imported the db
Are you sure that you’ve named your db “ecommerceweb”?
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.
You’ll get your solutions here: https://stackoverflow.com/questions/22637733/mysql-error-code-1118-row-size-too-large-8126-changing-some-columns-to-te
Thank you very much.
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
You’ll get your solutions here: https://stackoverflow.com/questions/22637733/mysql-error-code-1118-row-size-too-large-8126-changing-some-columns-to-te
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
oh bro i can’t express my feelings for you
Thank you so much sir!
Warning: mail(): Failed to connect to mailserver at “localhost” port 25, verify your “SMTP” and “smtp_port” setting in php.ini
mail won’t work there!
one issue regarding login the details mail not verified SMTP issue
how i resolve this issue
Yes, the SMTP server does not work. Check the text file! Customer Verification should be done by accessing the database and changing its active status.
sir admin password or username doesn’t work
Make sure that you’ve entered the given admin login credentials under Admin Login Panel and not the customer’s login panel!
sir where it is because i have only customer login page
sir its done but still smtp error is happened
yes, the SMTP server does not work, there’s no alternative for now! just follow the steps given in the text file to activate an account
Check out this main post page: https://codeastro.com/ecommerce-website-in-php-with-source-code/
You’ll see a demo video there!
sir one issue is also sir i can’t change the logo
That’s from the adamin panel
sir how to change admin password or email
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:……………………..
i can’t access the full code even in the admin login form
suprt service
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?
So, what happens after checkout?
Hello, when I go to download, I get the message that the download link has expired.
Try downloading from this main page: https://codeastro.com/ecommerce-website-in-php-with-source-code/
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?
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.
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.