0
How do I create an add to cart button with PHP and MySQL
Trying to create an ecommerce website
4 ответов
+ 4
Google it :
https://github.com/Tomiwa-Ot/e-commerce
+ 2
There are many modules to create an e-commerce website such as login authentication, customer, store owner and product management, order and add to cart, shipping module, etc.
The key and backbone of an e-commerce website is the database, which requires a comprehensive database solution that includes different types of tables and relational foreign keys.
The code here will show you the data flow of a very simple add to cart/order database workflow. The actual complete e-commerce website is not possible to present on Code Playground because there is no interactive client and server activity here.
https://code.sololearn.com/wogBDck88IFr/?ref=app
+ 2
Calviղ Thank you very much
0
Prashanth Kumar I've googled it and watched YouTube tutorials but I can't seem to understand anything'l