ONION Posted January 16, 2005 Share Posted January 16, 2005 is it possible to turn off the use of accounts? basically im a designer, not a coder, and the whole thing with setting up SSL seems to be over my head at the moment (still learning php) so... for now is it possible to click something so that the option to login to accounts and create them etc is removed from the website temporarily? or do i have to manually remove the code from the header etc and then replace it at a later date when i finally learn more about SSL?? accounts are not really necesary for the stores i will be running. Link to comment Share on other sites More sharing options...
ozcsys Posted January 16, 2005 Share Posted January 16, 2005 is it possible to turn off the use of accounts?basically im a designer, not a coder, and the whole thing with setting up SSL seems to be over my head at the moment (still learning php) so... for now is it possible to click something so that the option to login to accounts and create them etc is removed from the website temporarily? or do i have to manually remove the code from the header etc and then replace it at a later date when i finally learn more about SSL?? accounts are not really necesary for the stores i will be running. <{POST_SNAPBACK}> If you do not have ssl setup you can go to your two configure.php files and make a small change and your links will work. includes/configure.php admin/includes/configure.php Change define('ENABLE_SSL', true); // secure webserver for checkout procedure? To define('ENABLE_SSL', false); // secure webserver for checkout procedure? All you are doing is changing the true to false. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right?? Link to comment Share on other sites More sharing options...
♥Vger Posted January 16, 2005 Share Posted January 16, 2005 accounts are not really necesary for the stores i will be running But they are necessary for the default osCommerce to complete purchases. If you remove the links for people to set up and run their accounts then you won't be able to sell anything - unless you go to Contributions (link at top of this page) and install the 'Purchase Without Account' Contribution. Vger Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.