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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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
| |||
| |||
| any1? |
|
#3
| |||
| |||
| 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> &nbsp;|&nbsp; <?php } ?><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a> &nbsp;|&nbsp; <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> &nbsp;|&nbsp; <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a> &nbsp;&nbsp;(insert your link here)</td>
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remove "add to cart" function from images in produ | adam71o | osCMax v2 Customization/Mods | 2 | 01-26-2006 05:48 PM |
| Change the link on "Continue" button on checkout_s | chrisrex | osCMax v2 Customization/Mods | 0 | 11-22-2005 06:10 PM |
| "Price" and "Add to Cart" button inside | midwestwebsites | osCMax v2 Customization/Mods | 3 | 11-14-2005 05:13 AM |
| "Top" Link Located top left corner of catalog. | bgharder | osCommerce 2.2 Modification Help | 1 | 01-30-2005 05:35 AM |
| Change "continue" button link | mayhem | osCommerce 2.2 Modification Help | 1 | 12-30-2004 02:52 PM |