Hello guys i saw dev, while I'm researching about looking for collaboration, this site is really great i hope i can find a workmates here. Hit me up if u are interested in E-commerce i have this idea but i don't know how to start, thanks!
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
To build any stuff like ecommerce, you have to make a plan first
Step1: always make note what you have done,
Step2: make user validation and stuff, store users in database && also make sure the username or email is unique from eachother
Step3: create a database and create a table for products values of table like name, image, desc, price.... And render it in home page
Step4: then validating the buttons like for example on click of add to cart it should add to the cart of that particular item you can use the product_id here for that so each product have different id numbers so onclick add the product_id & particular username to another table in the database,
Ex with PHP:
This will render all the items which were present in the cart,
Step7: add options to increase or decrease the items in the cart if less than one remove the column from the table if it's more than 1 add column and make sure only the count and price must be doubled insted of displaying it as another item on screen,
Step8: now it's a checkout page where all the selected products price will be displayed and Have a payment options like card or cash on delivery ..., Then address part it can be saved to a new table in the database or no, but once after the checkout button is clicked then all the products_ids in cart page where it links to username or email must be deleted so that he doesn't see old items in the cart
Hello that's awesome ๐ to be honest i don't have any skills about web development, i like the system, i followed u on Instagram ๐ thank u!