Okay, we were able to utilize the code: '/assets/images/PDFs/[mfgid].pdf' to setup a specific link to the product spec sheet. And changed the code to window.open to open in a new browser window.....
Does anyone have an idea at how to have a dynamic link to a category title?
For example, if you are viewing a product in the Popcorn Supplies category, we would like to link to our popcorn supplies orderform. We tried the [catid] and [category_fulline] fields, but, the first only returns a number and not a text title and the latter returns an url. Anyone know a way to return the category "Name" in textual format?
Thanks in advance
UPDATE: What we did was to print out all the categories and their corresponding id numbers. And then, created multiple copies of our orderform and named them the same as all the subcategories for our products. It's a hack, but, it's working so far. For example, under main category "POPCORN" we have six sub categories, so, we uploaded six popcorn supplies order forms named 55, 56, 57, 118. 132 etc. It seems to work.
For example, look here:
http://www.concession-supply.com/Gol...Pop_p_203.html
If you click on Offline Order Form, the form will be category specific!
