Who have a free and already complete source code for reference, which using to do online business. For example : http://www.e-dian.com.my/edianshop/

I need this kind of source code write in php with shopping cart function include.

Thanks you.

Apple Lee 🙂, Cheers

    What exactly are you after? A suggestion on what you could use for an e-commerce solution or someone to write such a system based on your requirements?

      Just going to do selling cloth on internet. that's it. Do you have the code for download???

        Well, you should maybe first look to PHP-based e-commerce solutions that already exist. Google Magento and have a look at that. I've heard some very good things about it.

          There are dozens of open sourse online shops, the two i would recommend are opencart or zen cart (more complex more options). check out the demo's on each site and see which suites you

            If i want to use magento to test in my xampp and windows XP machine, what version of xampp is suitable? Currently i use 1.7.3 , will this version cause any happen? Wnat else system requirement we should have?

              Thanks you. For you .. do you prefer Zen cart or magento more???

                i have never used magento, so i cant comment.

                Last time i need to chose one i tried half a dozen demos, then installed 3, then picked 1 - but then I'm fussy.

                  Recently i try my zen cart on xampp... once everything install properly , so sad that when i click to admin page, it occur a lot database script error. Huh~ , really headache now, donno where to solve that problem

                    eistern82;10945739 wrote:

                    Recently i try my zen cart on xampp... once everything install properly , so sad that when i click to admin page, it occur a lot database script error. Huh~ , really headache now, donno where to solve that problem

                    That is often the only tricky part of php scripts installation: Database Settings & Configuration.
                    If you do not get this to work, then nothing will be good.

                    We often try just to run the install.php
                    And we do not bother to read Installation instructions & how to setup database config corrrectly.

                    All serious php applications have
                    - Documentation,
                    - Installation Guide & Instructions.
                    And tell exactly how to config your database for the script
                    Very often they also have Step for Step with screenshot for installation.

                    When like you there is some error,
                    then you can be 99% sure that somebody else got the same error message
                    in the admin, as you got.

                    So, just paste whatever error it is into www.google.com
                    and make a google search:
                    zen cart my error message at line 33

                    Very often you will find the solution this way.

                    Zen Cart ..... http://tutorials.zen-cart.com/index.php?article=107

                    Database Setup
                    On the next screen, you are asked for
                    Database Information about
                    your MySQL database, username and password.

                    Other information on this screen:
                    * At this time, MySQL is the primary operational database type.

                      6 days later

                      Thanks for the reply , i had done everything by changing to use WAMP instead of xampp. Cheers

                        Write a Reply...