kyskottage Posted February 7, 2010 Share Posted February 7, 2010 I have set up paypal express and all but when I click check out it goes to a 404 Error and says the page does not exist. Please help in me figuring out how to code this so that I have a check out page. It also does this when I click on the My Account link. Thank you in advance. Link to comment Share on other sites More sharing options...
germ Posted February 7, 2010 Share Posted February 7, 2010 I have set up paypal express and all but when I click check out it goes to a 404 Error and says the page does not exist. Please help in me figuring out how to code this so that I have a check out page. It also does this when I click on the My Account link. Thank you in advance. Look at the links in the browser address bar when this happens. If they begin with https (NOTE THE S!) and you don't have a SSL certificate installed turn SSL off in your /catalog/includes/configure.php file like this: define('ENABLE_SSL', 'false'); // secure webserver for checkout procedure? 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.