Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Deep link Category to external URL


yodergraphics

Recommended Posts

Posted

How do I link a category to an external link, to allow customers to be able to click on that category name and be forwarded on to a 3rd party site, off of my own site and out of the osCommerce interface all together.

 

*I may need to know how to have this open in a new, separate window*

 

For example, if they navigate to Main Category 1>Sub Category 1>

As soon as they click the sub-category (not a product--they won't get that far), they will be forwarded away to an external deep link.

 

If you know if a contribution that does this, or can tell me where I can start editing code, please respond.

 

Thanks!

Posted

Your tree menu is dynamic, so you might just want to hard code your external link into the catagories box:

includes/boxes/categories.php

 

<a href="http://your_external.com" target="_blank">LINK TEXT</a>

 

will open it in a new window

Archived

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

×
×
  • Create New...