0
I need to create a php ecommerce site that locates nearby stores .please help me how i can develop this
Php ecommerce site that locates nearby stores
5 Answers
0
First try it yourself. If you get any bug, ask here.
0
plan for project and divide it into tasks
and put time frame for each task
Then try to complete each mission separately
0
i have already designed a structure on how the project should be,but the problem is im not so familiar with coding
0
Nicole arts then you need to learn basic coding
and what you need to achieve each task
dont say i dont know , every things you need to learn available on the net
0
Learn Symfony. Doing that kind of stuff with plain old PHP is not advisable. Not only will it take long time to develop but it will likely be error-prone. You don't need to be an expert to learn Symfony.
You might need to use google map API to achieve what you want. It gives you the necessary info for your app and then you can code your logic from there. If you get stuck in the process. You can ask questions in q/a. I will be glad to help.
-------------------------------
Edit: You said you have already designed a structure on how it should be. Can you share that here?