Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Scripting for Catalog Direct


slim1974

Recommended Posts

Posted

I am using OSC 2.2 and I am having a problem with the catalog directing to a different website database. I used the QBMS add-on and now having this problem. I have removed the QBMS add-on but still having same problem. I need to find out where I can change the directory listing for the catalog on my website. If you visit the main page (www.adrenalinemobile.com) then go to create account or login the catalog changes to that of another website shich is not mine. I hope this description is clear enough to understand. Confusing, I know. Please help.

 

Slim

Posted

The includes->configure.php file is usually the culprit with this issue...

 

I often times setup as such...

 

main catalog(NONSSL) http://xxx.net/shop.php

 

my account(SSL) https:secureserver.net/xxx/shop.php

 

two totally different domains.

 

I even ran the db on a third server once (not reccommended because, in my install, everything ran really slow. long page loads)

 

Be sure to set admin also

How do you know when you know what you want to do for the rest of your life?

Posted
The includes->configure.php file is usually the culprit with this issue...

 

I often times setup as such...

 

main catalog(NONSSL) http://xxx.net/shop.php

 

my account(SSL) https:secureserver.net/xxx/shop.php

 

two totally different domains.

 

I even ran the db on a third server once (not reccommended because, in my install, everything ran really slow. long page loads)

 

Be sure to set admin also

 

Thank you for your help! I am still somewhat lost. Still a rookie at this. I looked at the file includes->configure.php but not sure to edit exactly.

 

define('DIR_WS_HTTP_CATALOG', '/') is this correct?

define('DIR_WS_HTTPS_CATALOG', '/') is this correct?

 

Once again thanks for your help!

Slim

Archived

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

×
×
  • Create New...