Todesengelvr6 Posted November 4, 2015 Share Posted November 4, 2015 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} 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 4, 2015 Share Posted November 4, 2015 instead of using $product.pid, try using $producttotals.productinfo.pid in your {if} statement. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.