I have an image type called THMB for product thumbnail images. I'm trying to display the thumbnail in the BASK page but they don't show. What would the correct code be? Here is what I currently have.
<mvt:if expr="l.settings:item:imagetypes:THMB">
<a href="&mvt:global:secure_sessionurl;Screen=PROD&am p;Store_Code=&mvta:global:Store_Code;&Product_ Code=&mvta:item:master_code;"><img src="&mvte:item:imagetypes:THMB;" alt="&mvt:item:name;" title="&mvt:item:name"></a>
</mvt:if>
<mvt:if expr="l.settings:item:imagetypes:THMB">
<a href="&mvt:global:secure_sessionurl;Screen=PROD&am p;Store_Code=&mvta:global:Store_Code;&Product_ Code=&mvta:item:master_code;"><img src="&mvte:item:imagetypes:THMB;" alt="&mvt:item:name;" title="&mvt:item:name"></a>
</mvt:if>
Comment