Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Want to add a page under Categories


Recommended Posts

Posted

I know how to add a new page to an existing infobox like information.php, but categories.php is a bit more complex, and I'm not sure where to, or even if I can, add a new page to the categories box. Basically what I want is, underneath all the store's categories, have a few links like "DVDs" and "Books", that go to new php pages I create, that have lists of affiliate items I am offering, like from Amazon.com. I have been searching the boards and the net for a week looking for a contrib that would just allow me to have affiliate items in my regular categories, but since there doesn't seem to be one, this is the only other thing I can think of. I'm assuming I would need to add something like

 '<a href="' . tep_href_link(FILENAME_PAGE3) . '">' . BOX_INFORMATION_PAGE3 . '</a><br>' .

to the categories.php file like I did to the information.php file, but I'm not sure where, since there is a lot more in that file than in the other boxes. If anyone can help with what I'd need to add and where, I'd really appreciate it.

Thanks

DELETE MY ACCOUNT NOW

Archived

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

×
×
  • Create New...