dr_strange Posted October 5, 2010 Posted October 5, 2010 Hello I have added a link in the navbar that points to subcategories it works but i lose the cart contents when i click on it. I added this in filenames.php.... define('FILENAME_BRACELETS', 'index.php?cPath=21'); any ideas? thanks
piltri Posted October 6, 2010 Posted October 6, 2010 Hello I have added a link in the navbar that points to subcategories it works but i lose the cart contents when i click on it. I added this in filenames.php.... define('FILENAME_BRACELETS', 'index.php?cPath=21'); any ideas? thanks Use tep_href_link() funtion.
Hotclutch Posted October 6, 2010 Posted October 6, 2010 Hello I have added a link in the navbar that points to subcategories it works but i lose the cart contents when i click on it. I added this in filenames.php.... define('FILENAME_BRACELETS', 'index.php?cPath=21'); any ideas? thanks <a href="<?php echo tep_href_link(FILENAME_DEFAULT, 'cPath=21'); ?>" title="Bracelets">Bracelets</a>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.