Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Switching the order of the main text and login line


pianoman38

Recommended Posts

I wish to switch the order of the "Welcome guest..." and login link text in the file "catalog>includes>language>english.php"

and the main text in file "catalog>includes>language>english>index.php"

 

Basically, I want to put the login line on the bottom of the rest of the text, just above the new product images.

 

Since these are in diferent files, it is not obvious to me how to switch the order. Can anyone help with this? Thank you.

Link to comment
Share on other sites

Switch <td class="main"><?php echo TEXT_MAIN; ?></td> for <td class="main"><?php echo tep_customer_greeting(); ?></td> in index.php.

Always BACK UP your files and your database before making any changes. Before asking questions, check out the Knowledge Base. Check out the contributions to see if your problem's solved there. Search the forums.

 

Useful threads: Store Speed Optimization How to make a horrible shop Basics for design change How to search the forums

 

Useful contributions: Easypopulate Fast, Easy Checkout Header Tag Controller

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...