Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

getting rid of welcome text at top


Guest

Recommended Posts

Posted

well, after 2 days i can not figure where you change the welcome text at. I want to take that and the top image there out all together. the site is www.winksonline.com

thanksin advance for any help

Chris

Posted
well, after 2 days i can not figure where you change the welcome text at.  I want to take that and the top image there out all together.  the site is www.winksonline.com

thanksin advance for any help

Chris

 

If you want to remove it instead of changing the text I would change the following in your index.php file

 

 

This

<td class="main"><?php echo tep_customer_greeting(); ?></td>

 

To this

 

<td class="main"><?php // echo tep_customer_greeting(); ?></td>

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted

you really shouldn't delete anything as you may want to go back to it someday with something else. I would take winks suggestion or mine if you just want to change it. Commenting something out is always better than deleting the code.

Posted
how do i delete them totally tho?

 

You can either comment out the code like I did in the above example or you can remove it altogether find these lines and delete them

 

<tr>

<td class="main"><?php echo tep_customer_greeting(); ?></td>

</tr>

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted

I just did this

 

<tr>

<td class="main"><?php // echo tep_customer_greeting(); ?></td>

</tr>

<tr>

 

and this

 

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

</tr>

</table></td>

</tr>

 

and still nothing

Posted

awsome.. picked around and found the solution. you guys rock

Archived

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

×
×
  • Create New...