Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How To Publish Site


Guest

Recommended Posts

Hello,

I Need your help!!!

I've finished to add items in my catalog.

I have no idea how to publish my site, how to view the interface of the shop.

Who can help me, please!!!

Link to comment
Share on other sites

Hello,

I Need your help!!!

I've finished to add items in my catalog.

I have no idea how to publish my site, how to view the interface of the shop.

Who can help me, please!!!

 

Have you loaded OsCommerce on your host site? If so, all you need to do is either install Easy Populate to help load your products or manually add products in the admin area.

Link to comment
Share on other sites

Have you loaded OsCommerce on your host site? If so, all you need to do is either install Easy Populate to help load your products or manually add products in the admin area.

Thank you very much,

I've loaded OsCommerse from my hosting, and worked in admin directory, there is interface. How can I show my shop to the visitors?

Link to comment
Share on other sites

If your shop is installed in the server root eg.

 

http://yourdomain.com/index.php

 

You may need to delete the default index.htm file which tends to take priority over index.php.

 

If your shop is installed in the catalog folder eg.

 

http://yourdomain.com/catalog/index.php

 

You will need to replace the index.htm file in the server root with a redirect to your shop.

Link to comment
Share on other sites

Thank you very much,

I've loaded OsCommerse from my hosting, and worked in admin directory, there is interface. How can I show my shop to the visitors?

 

As long as you have a registered URL (www.yourwebsite.com) your website is available to view by everyone. To make sure it is set up properly, type in your URL into the browser and it should take you to your front page. Remember, if you have it set up under the catalog directory you need to type it in as www.yoursitename.com/catalog/index.php. If you have it in root, then you only need the base URL.

Link to comment
Share on other sites

As long as you have a registered URL (www.yourwebsite.com) your website is available to view by everyone. To make sure it is set up properly, type in your URL into the browser and it should take you to your front page. Remember, if you have it set up under the catalog directory you need to type it in as www.yoursitename.com/catalog/index.php. If you have it in root, then you only need the base URL.

 

http://yourdomain.com/catalog/index.php

 

You will need to replace the index.htm file in the server root with a redirect to your shop.

 

HOW CAN I make it, please HELP

Link to comment
Share on other sites

Overwrite the code in the root index.htm page with this.

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Your Shop Title Here...</title>
<meta http-equiv="Refresh" content="0;URL=http://yourdomain.com/catalog/index.php" />
</head>

<body>
</body>
</html>

Replace the TITLE and SHOP URL with your own details of course... ;)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...