Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Lets See What We Have Here


fromthe5

Recommended Posts

If your store is installed in the root of your domain, you won't have a "catalog" folder. So, if your store is simply www.yoursite.com, you won't have the catalog folder. If it's www.yoursite.com/store, then you'd replace "catalog" with "store" when you're looking into folders. "Catalog" is simply a commonly used 2nd-level location for osC installations, so if you see it and it doesn't apply to your store, simply disregard it. If your 2nd-level folder is name something else, make the appropriate adjustments.

 

Namasté,

Russ

One: people are not wearing enough hats. Two: matter is energy. In the universe, there are many energy fields which we cannot normally perceive. Some energies have a spiritual source which act upon a person's soul. However, this soul does not exist ab initio, as orthodox Christianity teaches. It has to be brought into existence by a process of guided self-observation. However, this is rarely achieved, owing to man's unique ability to be distracted from spiritual matters by everyday trivia.

Link to comment
Share on other sites

If it's the "table_background" images that you're referring to (those cartoonish, clip-artsy looking jobbies), you can hunt them down and replace them with images of your choice, or remove them altogether. To accomplish the latter, this add-on may be just what you need:

 

table_background images

 

Also, this thread:

 

How Do I...?

 

which is pinned to the top of the Installation & Configuration forum, may answer many of your questions as you continue to develop your shop.

 

Namasté,

Russ

One: people are not wearing enough hats. Two: matter is energy. In the universe, there are many energy fields which we cannot normally perceive. Some energies have a spiritual source which act upon a person's soul. However, this soul does not exist ab initio, as orthodox Christianity teaches. It has to be brought into existence by a process of guided self-observation. However, this is rarely achieved, owing to man's unique ability to be distracted from spiritual matters by everyday trivia.

Link to comment
Share on other sites

In catalog/index.php there are 2 different ones to try. Not sure wich one you want removed, or maybe both of them. If you don't want them, put a // before where it says echo.

Backup first

For the first one look for

			<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

For the second one look for

			<td align="right"><?php echo tep_image(DIR_WS_IMAGES . $image, HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...