Guest Posted September 27, 2009 Posted September 27, 2009 Hi, I have set up oscommerce and have tried to test purchasing a product but when i click on Checkout it says page can not be displayed. Why is it doing this?
web-project Posted September 27, 2009 Posted September 27, 2009 re-upload this page as probably has been deleted on your server Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you.
Guest Posted September 27, 2009 Posted September 27, 2009 It is also doing it when i click on the "Checkout with Paypal" button
Guest Posted September 27, 2009 Posted September 27, 2009 I have checked the files and they are all there. It just wont display checkout. If i try either option for checkout it just says IE can not display the web page
germ Posted September 27, 2009 Posted September 27, 2009 Post a link. One click is worth 1,000 words. 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 >
satish Posted September 27, 2009 Posted September 27, 2009 probably when you click on checkout an SSL url is needed(you might have configure.php with SSL true plus a value for it). As SSL does not exist or is not set to the right path this might be a reason. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
Guest Posted September 27, 2009 Posted September 27, 2009 Satish - as a beginner i have no idea what that means. Can you explain it is simpler terms please :)
germ Posted September 27, 2009 Posted September 27, 2009 Disable SSL in the /includes/configure.php file: 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 >
Guest Posted September 27, 2009 Posted September 27, 2009 Just one more question. The payment option - Credit Card How does that work? I know the customer puts in their credit card details but how is it processed?
germ Posted September 27, 2009 Posted September 27, 2009 The one that comes with osC is for testing only. Look in the contributions for payment processing contributions. 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 >
MrPhil Posted September 27, 2009 Posted September 27, 2009 Thankyou.All fixed No, it's not fixed. You have disabled SSL usage (https), which means you have no security while handling sensitive customer information. For your production store, you need to get an SSL certificate covering the entire osC store site. Make sure that your configure.php contains the correct information for the domain and path to use (e.g., if you're using a free shared SSL certificate, it might be https://servername.hostname.com/~youraccount/ or something like that). And don't forget to re-enable SSL usage before going live.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.