Revolution 0 Posted December 22, 2005 Report Share Posted December 22, 2005 ok quick questionany suggestions about how i can make an online order whereby i have my product catalog and people tick the checkboxes of the products they want and send an email to see what to deliver ive tried a form but it didnt workpls help thnx rev Quote Link to post Share on other sites
aspnetguy 30 Posted December 22, 2005 Report Share Posted December 22, 2005 can wee see what you tried (the code) and maybe we can tell you why it didn't work.There are many great catalog/pos systems out there, I would suggest getting one of those for security reasons. They have the security bugs worked out and you can accept credit card or pay pal payments with other systems (very hard to secure if writing it yourself). In fact if you write a system that accepts credit cards but is not secure you can get into a lot of trouble (legally). Quote Link to post Share on other sites
Skemcin 13 Posted December 22, 2005 Report Share Posted December 22, 2005 This is what I would recommend to any e-commerce beginner - do it in this order: First, implement a simple "DONATE" button via paypal on your site - this will get you to understand how to make a form that includes a return url that will collect money. Second, implement paypals (or similar - i.e. yahoo) out of domain pre-build shopping cart so you get a larger understanding of how you need to build a product database and understand fullfillment Third, find a third party cart that can handle all your requirements, install, implement, learn Fourth, ok, maybe by now you are ready to take the resonsibility of coding your own cart from scratch. Without learning everything from the previous experiences, you will have no clue about the financial risk you undertake when you try to code a cart from scratch - don't mess with people's money - a novice cart will have holes that you could drive a truck through. Quote Link to post Share on other sites
Revolution 0 Posted December 23, 2005 Author Report Share Posted December 23, 2005 ok thnx 4 the help ppls, ill try and work sumtin out using those guidelinesrev Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.