Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How would I do this?


Guest

Recommended Posts

Posted

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

Posted

no expert but I'd say do it same as you did with image but replace the image with click here.

Posted

Don't crosspost crispvx, it's against the forum rules.

Locked.

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Archived

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

×
×
  • Create New...