Can anyone give me the code for calling a product image url in a category page? Ideally the image url for the 1st product listed on the category page.
TIA!
DT
TIA!
DT
<mvt:if expr="NOT ISNULL l.settings:product:thumbnail"><a href="&mvte:product:link;"><img src="&mvte:product:thumbnail;" alt="&mvte:product:name;" />
<mvt:if expr="NOT ISNULL l.settings:product:thumbnail"><a href="&mvte:product:link;"><img src="&mvte:product:thumbnail;" alt="&mvte:product:name;" />
<mvt:if expr="NOT ISNULL l.settings:product:thumbnail"> <a href="&mvt:global:sessionurl;Screen=PROD&Store_Code=&mvta:store:code;&Product_Code=&mvta:product:code;&Category_Code=&mvta:category:code;"><img src="&mvte:product:thumbnail;" border=0></a> <mvt:else> </mvt:if>
Comment