mizako 0 Report post Posted June 21, 2005 hi, 1) I have to create a PHP shopping cart for a client. Does anyone a PHP script from which i can begin?2) How does it works to make have a https just before entering the VISA/credit card?Any help is welcome!!! Share this post Link to post Share on other sites
rvalkass 5 Report post Posted June 21, 2005 If you are really stuck for a shopping cart then try osCommerce. Its free and used by many sites. The look is totally changeable so it won't be recognised once you have finished with it! Share this post Link to post Share on other sites
DjLuki 0 Report post Posted June 22, 2005 well since your a designer, isn't there a way to just make a simple one with paypal? srry don't know much about this type of stuff so im not much help.. Share this post Link to post Share on other sites
truefusion 3 Report post Posted June 22, 2005 http://forums.xisto.com/no_longer_exists/I am not sure if this will help you, but it will get you somewhere. Share this post Link to post Share on other sites
Tyssen 0 Report post Posted June 22, 2005 There's a couple of different shopping carts in the add-ons in your cPanel (along with all the forum, gallery, CMS stuff etc.). To get an https URL, you need to contact your ISP and get them to issue you a secure certificate which I'm pretty certain you'll have to pay for.Depending on which shopping cart you use, you may not need to have SSL on your site, you could have the credit card processing handled by a 3rd party like PayPal or Verisign (you'll still have to pay a percentage to them though). Share this post Link to post Share on other sites
mizako 0 Report post Posted June 22, 2005 Thanks for your answers. I have to implement a shopping cart mysefl in PHP. Also, it is no possible to use an already existing one because i am selling this to a software firma. I just wanting to ask if anyone knows from a tutorial where i can learn the steps of a shopping cart. What happens with an object that it is send to the shopping cart. It is stored into a database table into a file or how is this info kept. I guess, i have to mess with sessions and cookies but any clarification is really, really appreciated. Share this post Link to post Share on other sites