somenamelol Posted May 22, 2007 Share Posted May 22, 2007 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 More sharing options...
oschellas Posted May 22, 2007 Share Posted May 22, 2007 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 More sharing options...
♥toyicebear Posted May 22, 2007 Share Posted May 22, 2007 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 Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here] Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.