Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

My Account link


kapturedsoul

Recommended Posts

Posted

ok,

 

I have a menu I made...and one of the "tabs" will be a link to "My Account" for the users.

 

The code for the little image they had provided is

 

<?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a> '; ?>

 

I have messed around with it ..but I can't seem to get pinpoint what to pull out to put into my href= for the link

 

please please...any suggestions welcome...I am trying to learn php as I go along

Posted

did you compare it with the code in osCommerce calling up the 'My Account' link?

Posted

ok..I see that

 

<?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') .

'">My Account</a> '; ?>"

 

would be a link....I don't quite understand in the middle of my javascript tab menu I have

 

<area shape="rect" coords="455,1,546,33" href="#" onMouseOver="MM_swapImage('DG_menu_prints_r2_c1','','includes/menu_images/DG_menu_prints_r2_c1_f3.gif',1);" >

 

 

so for the href in my menu i need to insert the php...but I am having trouble getting that to work

Archived

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

×
×
  • Create New...