Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Categories Help


ELnew

Recommended Posts

Posted

http://eleatherline.com/estellesleathersto...php?cPath=51_52

 

I'm looking to remove the actual text below each category picture, well if not remove just hide, and I can't find the code in categories.php Would greatly appreciate any help.

 

Also does anyone know a better look and design of my actually categories on the left column, I feel it needs to be more professional looking.

 

Thanks in Advance.

 

~Parker

Posted

Backup catalog/index.php

 

open catalog/index.php

 

FIND:

	  echo '				<td align="center" class="smallText" width="' . $width . '" valign="top"><a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . tep_image(DIR_WS_IMAGES . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br>' . $categories['categories_name'] . '</a></td>' . "\n";

 

REPLACE WITH:

	  echo '				<td align="center" class="smallText" width="' . $width . '" valign="top"><a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . tep_image(DIR_WS_IMAGES . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br></a></td>' . "\n";

Santa's little freelancer

Archived

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

×
×
  • Create New...