You are calling templates that deal with 1 product on a page that deals with several products. That isn't going to work without more mods. Ideally you should edit the php file to pull that data so that you can just display it any time you want without have to call additional template files.
Additional template files are handy if you only do something once and awhile and you don't want to clutter your code. But if you are doing it every time just pull the variables and display them
|