osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Text Greeting, Text Main switch

This is a discussion on Text Greeting, Text Main switch within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Greetings, I would like to switch the placement of my text greeting (defined in english.php) and my text main (defined ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Modification Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 08-02-2005, 12:56 PM
New Member
 
Join Date: Aug 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
rashunda
Default Text Greeting, Text Main switch

Greetings,

I would like to switch the placement of my text greeting (defined in english.php) and my text main (defined in index.php). I've searched through login.php but couldn't find where to make the switch.

My site is at http://www.scrappinstuff.ch/catalog. I would like for the text to read as follows:

Welcome to Scrappin' Stuff
We bring America's best scrapbooking supplies to Switzerland

Welcome guest.....

Any and all suggestions will be greatly appreciated.

Best regards,
Rashunda
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 08-02-2005, 01:35 PM
Member
 
Join Date: May 2005
Location: Berkshire, UK
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
beahawk
Default RE: Text Greeting, Text Main switch

If you mean remove the welcome guest text completely then remove this line from default.php

Code:
<?php echo tep_customer_greeting(); ?>

otherwise follow this link to edit the text

http://oscdox.com/modules.php?op=mod...ntroAndWelcome

most of the common questions are answered through the wiki - you are best of searching there first.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 08-02-2005, 10:00 PM
New Member
 
Join Date: Aug 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
rashunda
Default RE: Text Greeting, Text Main switch

Hi beahawk,

No, that's not what I meant. I didn't want to remove it, only where they appeared. I found the answer on another forum, but thank you for your response. In catalog/index.php I was told to find:

Code:
<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
         <tr>
           <td class="main" allign="left"><?php echo tep_customer_greeting(); ?></td>
         </tr>
         <tr>
           <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
         </tr>
         <tr>
           <td class="main"><center><?php echo TEXT_MAIN; ?></center></td>
         </tr>
         <tr>
           <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
         </tr>
and replace it with:

Code:
<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
         </tr>
         <tr>
           <td class="main"><center><?php echo TEXT_MAIN; ?></center></td>
         </tr>
         <tr>
           <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
<tr>
           <td class="main" allign="left"><?php echo tep_customer_greeting(); ?></td>
         </tr>          
         <tr>
           <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
         </tr>
Take care,
Rashunda
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
How To Change Main Text Shadeau osCMax v1.7 General Mods Discussion 7 05-22-2005 01:48 PM
Text Spacing cewncew osCMax v1.7 General Mods Discussion 2 03-01-2005 04:48 PM
Main body text size/size of search box/adding img to footer thecandypam osCommerce 2.2 Modification Help 1 07-10-2004 10:58 AM
removing creat an account text on main page Anonymous osCMax v1.7 Discussion 0 02-17-2004 09:21 AM
Can anybody help me remove this text? yolureco osCommerce 2.2 Modification Help 1 04-01-2003 10:12 AM


All times are GMT -8. The time now is 08:50 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax