Zen Cart Logo
Forums / Upgrading from 1.3.x to 1.3.9 / No login page on checkout

No login page on checkout

Locked

Views: 1,447

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
27 Nov 2006, 12:57 PM
#1
hubert avatar

hubert

Zen Follower

Join Date:
Mar 2005
Posts:
229
Plugin Contributions:
0

No login page on checkout

Hello,

I need a bit of help, I've upgraded to 1.3.6, and when I make a shopping cart without beeing logged in, when I click on Checkout, I get an error.

I don't know why but the URL is not the good one, I get something like
http://www.site.comhttps//www.site.com/catalog/.....

Does anyone know wich file or wich parameter is wrong, Ilooked both configure.php files and they seem ok, I also look the SSL setup and it looks off. I have no more clue on this problem so I ask the experts help here.

the site is http://www.cozicatering.com/catalog/

thanks for your help

regards

Hubert

27 Nov 2006, 3:10 PM
#2
pixxi avatar

pixxi

Totally Zenned

Join Date:
Jan 2004
Location:
UK
Posts:
1,065
Plugin Contributions:
1

Re: No login page on checkout

Can you post both of your config.php files?

(without the username/password/database name)

27 Nov 2006, 6:21 PM
#3
hubert avatar

hubert

Zen Follower

Join Date:
Mar 2005
Posts:
229
Plugin Contributions:
0

Re: No login page on checkout

here They are

27 Nov 2006, 6:35 PM
#4
pixxi avatar

pixxi

Totally Zenned

Join Date:
Jan 2004
Location:
UK
Posts:
1,065
Plugin Contributions:
1

Re: No login page on checkout

In your includes/configure.php, change this line:

  define('DIR_WS_HTTPS_CATALOG', 'https://www.cozicatering.com/catalog/');

to:

  define('DIR_WS_HTTPS_CATALOG', '/catalog/');

and in your admin/includes/configure.php, change:

  define('DIR_WS_HTTPS_ADMIN', 'https://www.cozicatering.com/catalog/patron/');
  define('DIR_WS_HTTPS_CATALOG', 'https://www.cozicatering.com/catalog/');

to:

  define('DIR_WS_HTTPS_ADMIN', '/catalog/patron/');
  define('DIR_WS_HTTPS_CATALOG', '/catalog/');
27 Nov 2006, 11:27 PM
#5
hubert avatar

hubert

Zen Follower

Join Date:
Mar 2005
Posts:
229
Plugin Contributions:
0

Re: No login page on checkout

Thanks Pixxi that was it.

Thanks a lot

Hubert