Results 1 to 3 of 3

Adding a link next to "My Account | Cart Contents"

This is a discussion on Adding a link next to "My Account | Cart Contents" within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; hi, i want to add a link to my osCommerce shop up the top next to My Account| Cart Contents ...

      
  1. #1
    Lurker
    Join Date
    Oct 2004
    Posts
    2
    Rep Power
    0


    Default Adding a link next to "My Account | Cart Contents"

    hi,

    i want to add a link to my osCommerce shop up the top next to My Account| Cart Contents | Checkout.

    how do i do this?

    thanks

  2. #2
    Lurker
    Join Date
    Oct 2004
    Posts
    2
    Rep Power
    0


    Default

    any1?

  3. #3
    Member
    Join Date
    Aug 2004
    Posts
    41
    Rep Power
    0


    Default

    Hi,

    Do this in header.php file inside includes/ approximately line 64, you will see the codes there, you can insert your own link there.

    Code:
       <td align="right" class="headerNavigation"><?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>   (insert your link here)</td>
    Paul

Similar Threads

  1. Remove "add to cart" function from images in produ
    By adam71o in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 01-26-2006, 05:48 PM
  2. Change the link on "Continue" button on checkout_s
    By chrisrex in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 11-22-2005, 06:10 PM
  3. "Price" and "Add to Cart" button inside
    By midwestwebsites in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 11-14-2005, 05:13 AM
  4. "Top" Link Located top left corner of catalog.
    By bgharder in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 01-30-2005, 05:35 AM
  5. Change "continue" button link
    By mayhem in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 12-30-2004, 02:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •