Im trying to show product images on manage.tpl admin side with no luck. Anyone can point me on the rigth direction pls?
here is my code on the hook
{include file="common/image.tpl" image=$oi.main_pair.icon|default:$oi.main_pair.detailed image_id=$oi.main_pair.image_id image_width=$addons.cp_extended_order.image_width|default:"50" image_height=$addons.cp_extended_order.image_height href="products.update?product_id=`$oi.product_id`"|fn_url}
But just get a blank thumb.
I appreciate any help
Best !