On my site, some of my products are kits...
For instance a Football kit would consist of a Helmet , Football, and a Jersey.
I want to make this as dynamic as possible, what I'd like to do is give it a weird part # like part#1000,part#1001,part#1002
Then have a snippet of code or an include in my tpl_product_info_display.php , that runs PHP SPLIT to deliminate the part# by "," so it can find all the part #'s and automatically display their pics.
The SPLIT part was easy to figure out, but how do I make it query the database for those additional part #'s?
I cannot seem to find where the product ID is initially interpreted in the tpl_product_info_display.php page either.
Any hints? Has anyone tried something like this before?![]()



