+ 1
How to create a online shopping website
LIKE AMAZON, FLIPKART ETC
3 Answers
+ 7
you need a database to store your articles and customers. then you need to interact with that database via PHP for example. keep track of your inventory (customers can't order more articles than there are in stock). manage taxes. offer different methods to pay or for shipping. maybe accept different currencies. make suggestions to customers based on trending articles or their previous purchases. maybe take into account that heavier packages cost more to ship.
was that any help? if not, please specify your question a bit more.
+ 2
thx it gave me an idea about how an online shopping website works..
+ 2
you need lots of code, and a target framework. once you choose it, but a book and follow the examples. I suggest PHP, Java or node.js if it must be JavaScript.