Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

is oscommerce supposed to take over the site?


Recommended Posts

Sure, install your catalog in a directory below your document root named 'catalog', or what ever you want to call it. Then nothing having to do with the cart has any effect on anything above (root) or parallel (other directories at the same level) to that directory unless you create links to the catalog or its functions in those other areas.

... if you want to REALLY see something that doesn't set up right out of the box without some tweaking,

try being a Foster Parent!

Link to comment
Share on other sites

Would it still go into the same directory?

How would i be able to redirect the index.html page to be default.php?

 

If that is what you want then yes it would be the main page....

 

if you want mydomain.com to go to th cart then install the cart in the root.... if not, install in a subdirectory.....

 

If you install in a subdirectory, it will be accessed through mydomain.com/subdirectory.... either directly or through a link you put on your other pages

Angela

Link to comment
Share on other sites

To run your catalog installation separate from other parts of your site:

 

Root Directory -> mysite.com/index.html

 

---> sub Directory "stuff" -> mysite.com/stuff/index.html

___ (this directory has nothing to do with the cart/catalog)

 

---> sub Directory "catalog" -> mysite.com/catalog/default.php

___ (everything having to do with the catalog is in and below this directory)

 

---> sub Directory "morestuff" -> mysite.com/morestuff/index.html

___ (again, this directory has nothing to do with the cart/catalog)

 

The only way the catalog directory is going to have any relationship to your index page, stuff or morestuff directories is through you placing links to it on any of those pages.

... if you want to REALLY see something that doesn't set up right out of the box without some tweaking,

try being a Foster Parent!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...