Quote Originally Posted by CaSwann View Post
Hi, I've very new to Zen Cart (and php) but have managed to achieve the right look using this wonderful template. However, I've reached my limit relating to the custom tab on the individual product pages. I'm using the latest template download and Zen Cart v1.5.3 (hotfix).

As our store has tutorial videos for each of the five items we’re selling, I wanted to add the videos, or at least the links, to this fourth tab. However, I can’t work out how to individualize each of the tabs. So far, I've managed to add the custom tab, and changed the name to Video Tutorials using the Banner manager, added more banners to the same group, but then can’t coordinate or link each one to the right item. I've tried to coordinate the sort order and the ID# number but it appears almost hit and miss as to whether the right video is on the right product page. Can anyone help me, or point me in the right direction? I’m working on the store offline, via localhost.
Getting different content on each product page is complicated. You would need to add a custom field to the product info page so the info is stored in the database and then change the code in the tpl_product_info_display.php file to call that field instead of the custom tab banner manager content.

Thanks,

Anne