szpaks Posted December 15, 2008 Share Posted December 15, 2008 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 Link to comment Share on other sites More sharing options...
♥zelf Posted December 15, 2008 Share Posted December 15, 2008 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. Virtual Merchant a.k.a. Elavon, ViaKlix, Nova Payment Module Contribution Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.