Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to link my banner to category


szpaks

Recommended Posts

Hello, I want to link my banner in right column in the front page to category in my shop. How to do it properly because I do not want to lost session.

Thank you

<a href="<?php echo tep_href_link('index.php', 'cPath=2072', 'NONSSL'); ?>">
 <?php echo tep_image(DIR_WS_IMAGES . 'yourbanner.gif', 'Your Category Name', '', ''); ?>
</a>

 

Replace 2072 with the category id for your category to link to.

Replace yourbanner.gif with your banner image.

Repace Your Category Name with your Category Name.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...