Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where Can I find What's New Here Code


lmjacques

Recommended Posts

Posted

Please help, were can I find this set of code, as I really want to change it, but can't find it. All help is gratefully received

 

<td class="pageHeading">What's New Here?</td>

<td class="pageHeading" align="right"><img src="/theshop/images/table_background_default.gif" border="0" alt="What's New Here?" title=" What's New Here? " width="57" height="40"></td>

 

:D

 

Thanks :thumbsup:

 

Lyndon

Posted

It is the

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

<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>

code on your index.php

 

if you want to change what it says it is in your catalog/includes/languages/english/index.php or whatever language you are using

there are also contributions that will change the page title to match the category :)

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Posted

That is brilliant.

Thank you so much, that has been bugging me like you can't imagine, I have almost finished the shop and this was what was holding me back.

 

:thumbsup:

Posted

:rolleyes:

 :rolleyes: 
It is the

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

<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>

code on your index.php

 

if you want to change what it says it is in your catalog/includes/languages/english/index.php or whatever language you are using

there are also contributions that will change the page title to match the category  :)

[right][post=650956]<{POST_SNAPBACK}>[/post][/right]

 

I am only a begginer. I saw a lot code on the forum, but never figure out where I can see the real codes on ur site. I saw only document when I enter: www.oscommerce.com/catalog/includes/languages/english/index.php, never see any codes.

 

Can u help?

Posted
:rolleyes:
 :rolleyes: 

 

I am only a begginer. I saw a lot code on the forum, but never figure out where I can see the real codes on ur site. I saw only document when I enter: www.oscommerce.com/catalog/includes/languages/english/index.php, never see any codes.

 

Can u help?

[right][post=652447]<{POST_SNAPBACK}>[/post][/right]

 

 

Go to your websites admin section, click on configuration, then click on tools and then on file manager and there are your files for your site :) good luck

Posted
Go to your websites admin section, click on configuration, then click on tools and then on file manager and there are your files for your site :) good luck

 

Yeah, but dont use it to edit them. Or you'll be back here posting "I'm getting a T_STRING error what does this mean?"

Archived

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

×
×
  • Create New...