Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Page Url's


somenamelol

Recommended Posts

I have just created navigation images (i.e I do not use the default navigation setup as installed) But How do I find out were the actual links are?? For instance if i create a new category called category 1, How would i find the url for it

Link to comment
Share on other sites

You can make a call to this category by specifying the category id (cPath) in the link, for example:

 

<?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT,'cPath=1') . '">' . LINK_TEXT . '</a>'; ?>

Link to comment
Share on other sites

I have just created navigation images (i.e I do not use the default navigation setup as installed) But How do I find out were the actual links are?? For instance if i create a new category called category 1, How would i find the url for it

 

 

for categories like this

 

WWW.YOURWEBSHOPNAME.COM/index.php?cPath=1

 

cPath= the category id you see in the address bar when you add/edit a category in admin.

 

for products:

 

 

WWW.YOURWEBSHOPNAME.COM/product_info.php?products_id=1

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...