chefjeff Posted May 1, 2003 Posted May 1, 2003 Is it possible to add a new link to the categories box? For example, I created a new page and I would like to have the link in the cats box............
networkdad Posted May 1, 2003 Posted May 1, 2003 Sure - OSC documentation (links, etc) = http://wiki.oscommerce.com You'll want to stick your link in: /catalog/includes/boxes/categories.php
Guest Posted May 1, 2003 Posted May 1, 2003 is it a category related item or could the link be placed in the information box or other box? in adding a 'static' link in the category box the issue is that the category list is being built dynamically on the fly and you would then need to add your link after the last category link has been found by OSC - it can be done, but is it worth the effort?
networkdad Posted May 1, 2003 Posted May 1, 2003 is it a category related item or could the link be placed in the information box or other box? in adding a 'static' link in the category box the issue is that the category list is being built dynamically on the fly and you would then need to add your link after the last category link has been found by OSC - it can be done, but is it worth the effort? It was pretty painless for me...that's where i stuck the allprods link. I even tested adding other links, no problem.
Guest Posted May 1, 2003 Posted May 1, 2003 i didnt say it couldnt be done, it just that without a good understanding of how the category list if being built and php, you can get yourself in trouble. its much easier to add links to other boxes.... :wink:
networkdad Posted May 1, 2003 Posted May 1, 2003 i didnt say it couldnt be done, it just that without a good understanding of how the category list if being built and php, you can get yourself in trouble. its much easier to add links to other boxes.... :wink: agreed!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.