Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Creating new account in my website for customers


nick_rogers24

Recommended Posts

Hi all,

im nearly all sorted now just a few more things that i cant figure out. What do i have to do to be able to let customers create new accounts with me and log in, when you click the licks on my website , it just goes to to a 'internet explorer cannot dosplay this page' page,could some one please put a step by step guide onto how to set this up. im a bit of a begginer so please be nice.

Many thanks all

Link to comment
Share on other sites

Hi all,

im nearly all sorted now just a few more things that i cant figure out. What do i have to do to be able to let customers create new accounts with me and log in, when you click the licks on my website , it just goes to to a 'internet explorer cannot dosplay this page' page,could some one please put a step by step guide onto how to set this up. im a bit of a begginer so please be nice.

Many thanks all

 

There is no step by step guide for this. After installing Oscommerce customers are able to create an account by clicking on the link on the homepage.

Link to comment
Share on other sites

If it says "Page not found", chances are you said yes to SSL when you installed, but haven't installed a SSL cert.

 

If that's the case just turn SSL off in the configure 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 >

Link to comment
Share on other sites

Edit your /shop/includes/configure.php file and change this:

 

  define('ENABLE_SSL', true); // secure webserver for checkout procedure?

to:

 

  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

thanks so much jim, i have found where i have to change it but at the top of the page it says "Error: I can not write to this file. Please set the right user permissions on: /home/njrtrade/public_html/shop//includes/configure.php" it says i have to change something in the file i am already in? what should i change to be able to fix this,

thanks again

Nick

Link to comment
Share on other sites

You need to login to your Web Hosts cPanel to do this. It can't be done thru osCommerce.

 

There will be a place in there somewhere to change the permissions.

 

Before changing the permissions be sure to record what they are now so you can change them back to that setting after making edits.

 

Changing the permissions to 644 should allow you to edit it.

 

If you can't find the place in your cPanel to change permissions ask your Host for support.

 

I couldn't tell you the exact clicks to get there because not all cPanels are created equal.

:blush:

 

And read my signature about making backups before editing anything.

;)

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...