Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

link in navbar


dr_strange

Recommended Posts

Posted

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

Posted

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.

Posted

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>

Archived

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

×
×
  • Create New...