thugsr Posted August 15, 2012 Share Posted August 15, 2012 Hi guys, i wanna start e comerce webiste, this will be my first. So i just wanna ask you for some advices like on what to pay attention for, some security advices. It would be in php and mysql with css and javascript. I have on my mind what it would look like and i just need some directions and advices. It sholud be with my cms, and it should be implemented paying with card's what i should get from bank. Thank you in advance! Cheers Quote Link to comment https://forums.phpfreaks.com/topic/267106-e-comerce-website/ Share on other sites More sharing options...
Christian F. Posted August 15, 2012 Share Posted August 15, 2012 Use an existing solution, which has a proven track record, and be very careful about what plugins and custom code you include. Also make sure that the users passwords are salted and hashed, and all of their financial data is properly encrypted (using their password). You might want to hire someone to do a security audit once you're ready to push it into production. Quote Link to comment https://forums.phpfreaks.com/topic/267106-e-comerce-website/#findComment-1369597 Share on other sites More sharing options...
scootstah Posted August 15, 2012 Share Posted August 15, 2012 There's a bunch of options in PHP for eCommerce software. Some are more customizable than others, so search around and find one you like. Some suggestions are: Magenta, Wordpress with WP e-Commerce, Drupal with Ubercart, or Joomla with VirtueMart. Also, make sure that you do not store credit card information on your own servers. There are pretty stiff regulations in place for doing so, and if you have to ask, you are not experienced enough to do it. It's better to use a trusted third party service for that kind of thing. Quote Link to comment https://forums.phpfreaks.com/topic/267106-e-comerce-website/#findComment-1369629 Share on other sites More sharing options...
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.