Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I move this text lower?


Guest

Recommended Posts

Posted

Please refer to: http://www.advancedvitamin.com/catalog/default.php

 

How do I move the text "Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?" below the Flower Image? I can't seem to find what file calls for TEXT_GREETING.

 

Thanks,

 

- Gian

Posted

Greeting is found in includes>languages>english.php around line 276

I like using a login box contribution. It's a little more subtle.

-Doug

Posted

Hi,

 

About line 302 in the default.php page is this code:

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

 

Move it below the main text area:

<td class="main"><br><?php echo TEXT_MAIN; ?></td>

Posted

hey, just to let you know, your buttons are showing up all messed up. maybe try to re-upload then. later

frank s

Posted
Greeting is found in includes>languages>english.php around line 276

I like using a login box contribution. It's a little more subtle.

 

How would the login box contrib benfit me? Im not too familair with it.

 

Hi,

 

About line 302 in the default.php page is this code:

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

 

Move it below the main text area:

<td class="main"><br><?php echo TEXT_MAIN; ?></td>

I think this is what I needed, I'll take a wack at it in a few minutes. Thanks!

 

hey, just to let you know, your buttons are showing up all messed up. maybe try to re-upload then. later

frank s

 

Yep, I uploaded them in ASCII mode and forgot to reupload them in BINARY. Thanks for reminding me.

 

 

Thanks all!

 

- Gian

Archived

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

×
×
  • Create New...