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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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 |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| 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. |
|
#3
| |||
| |||
| 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>
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>
Rashunda |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| 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 |