Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do i move - my account / cart / checkout ?


paulieGB

Recommended Posts

Posted

Hi,

 

I want to move the - my account , checkout and cart - from the bar at the top of the page and put them above my logo in a NEW bar if possible,

Like this =

 

3804569a93.jpg

 

??

Paulie

Posted

modify the header.php file.

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Posted

Hi Paulie,

 

You have to edit the file includes/header.php

 

Move the code -

 

<?php if (tep_session_is_registered('customer_id')) { ?>

<a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a>  | 

<?php } ?>

<a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>  |  <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a>   

 

To wherever you want the links to appear.

 

(Mine might already be edited slightly but this is the general idea)

 

Dan

Posted

Ok thanks,

 

I have just had an adea,

how do i move the bar with - my account - shopping cart - check out,

and move it ABOVE the store logo ?

i want the 'my account' e.t.c at the top of the page and my store logo under it.

 

Thanks

Paulie.

Archived

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

×
×
  • Create New...