osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

How to change PHP to use buttons in navbar instead of Text?

This is a discussion on How to change PHP to use buttons in navbar instead of Text? within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Anyone have any suggestions i think i need to change the file catalog/includes/header.php just not to great at php? or ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 03-10-2004, 06:11 PM
Anonymous
Guest
 
Posts: n/a
Default How to change PHP to use buttons in navbar instead of Text?

Anyone have any suggestions

i think i need to change the file catalog/includes/header.php just not to great at php?

or should i just change somthin in a template?

any help would be appreciated


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>   </td>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 03-10-2004, 06:40 PM
Lurker
 
Join Date: Mar 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
backwerd
Default

Quote:
Originally Posted by Anonymous
Anyone have any suggestions

i think i need to change the file catalog/includes/header.php just not to great at php?

or should i just change somthin in a template?

any help would be appreciated


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>   </td>
oops wasnt logged in
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 03-16-2004, 10:58 PM
Lurker
 
Join Date: Mar 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
backwerd
Default Figured it out but how to hover?

Nevermind i figured it out

here is what i used if anyone needs help

Code:
<td align="right"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo tep_image(DIR_WS_BUTTONS . 'button_logoff.gif', HEADER_TITLE_LOGOFF); ?></a><?php } ?>   <?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_BUTTONS . 'button_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a>'?>    <?php echo '<a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_BUTTONS . 'button_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>'?>    <?php echo '<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_BUTTONS . 'button_checkout.gif', HEADER_TITLE_CHECKOUT) .'<a/>'?>  </td>
however i would like to add rollovers to theese any have any ideas how i could do that?

thx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Change text (MODULE_PAYMENT_AUTHORIZENET_TEXT_CVV_LINK) mrgtih2 osCommerce 2.2 Modification Help 1 01-05-2006 08:53 AM
Change standard welcome email text MikeS osCommerce 2.2 Modification Help 1 05-26-2005 02:11 PM
How To Change Main Text Shadeau osCMax v1.7 General Mods Discussion 7 05-22-2005 02:48 PM
Change Manufacturer Text String ddecjc osCMax v1.7 Discussion 1 09-15-2004 08:00 AM
Where to change the heading text in product_listing.php??? johnnyosc osCommerce 2.2 Modification Help 2 02-18-2003 10:32 PM


All times are GMT -8. The time now is 04:15 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax