Hi,
I am trying to add a product logo inside the "ordersummary.tpl" on the modern cart for each specific product. I am trying to put it above the product name.
This is my code, but it does not seem to work. Any ideas or suggestions?
{if $product.pid eq "47"}<img src="images/hosting1.png">{elseif $product.pid eq "42"}<img src="images/hosting2.png">{/if}