Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Moving the "Login...." info


tscott

Recommended Posts

Posted

Hello,

 

I want to move this:

 

Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?

 

further down on the page, how do I do that?

 

Thanks

Tracey

Posted

in your catalog\index.php move this:

		  <tr>
		<td class="main"><?php echo tep_customer_greeting(); ?></td>
	  </tr>
	  <tr>
		<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
	  </tr>

 

after

		 <tr>
		<td class="main"><?php echo TEXT_MAIN; ?></td>
	  </tr>
	  <tr>
		<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
	  </tr>

Archived

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

×
×
  • Create New...