I have a mini cart in my template_header.php and I have a cart.php. I am trying to retrieve product picture, product name and price in the mini cart. When I copy the bit of code from cart into the template_header.php, I am able to retrieve the above info but whenever I am looking at an item the product name and price of the privious item added to the cart is being displayed.
Is there any way I can retrieve a php variable in my template_header from my cart without copying any code because I think that will resolve my problem.
Thanks in advance.