ksduded Posted June 17, 2007 Share Posted June 17, 2007 I am setting up a shopping cart to distribute digital goods. I added the product and seems to be working fine. But once a guest adds it to cart and tries to checkout, page not found error comes up. Clicking the Log in also gives the same error. I have uploaded all the files, but the problem persists. please help Link to comment Share on other sites More sharing options...
germ Posted June 17, 2007 Share Posted June 17, 2007 Look in the URL you're going to when checking out and logging in. Does it have "https:" at the beginning? (Note the "s" at the end), and if so, do you have SSL enabled? :unsure: If it has "https" in the URL, but you don't have SSL enabled, that's the problem. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
♥Vger Posted June 17, 2007 Share Posted June 17, 2007 If it has "https" in the URL, but you don't have SSL enabled, that's the problem. Should read: If it has https in the url, then ssl is enabled - but you don't have ssl - so disable it - in both configure.php files set enable_ssl to false Vger Link to comment Share on other sites More sharing options...
germ Posted June 18, 2007 Share Posted June 18, 2007 Or get an SSL certificate (shared or dedicated) for your site. I'm relatively new to "online store programming", but from what I've been read in these forums an SSL certificate is almost "a must" for online selling. At least if you're going to accept Paypal, and credit cards for payment. And, if I am in error, I'm sure I'll be corrected - By someone!!! :lol: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.