Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How would I do this?


Guest

Recommended Posts

I have modifed some of the code of oscommerce. I am using icons to represent my account, cart contents, and checkout.

 

Basicly in the header.php file I am using this so it keeps the session id:

 

<a href="<?php echo tep_href_link(FILENAME_CHECKOUT, '', 'SSL'); ?>"> <img src="some_image> </a>

 

Now I want to develop custom drop down menus. What do I have to do, can I just make these links as:

 

<a hfref="http://somesite.com/default.php?cPath=170>click here</a>

 

or does this also need to be passed with PHP?

 

Thanks alot

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...