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
[FONT=Candara, Verdana, Arial, Helvetica][SIZE=3]<mvt:if expr="NOT ISNULL l.settings:product:thumbnail"><a href="&mvte:product:link;"><img src="&mvte:product:thumbnail;" alt="&mvte:product:name;" />[/SIZE][/FONT]
[FONT=Candara][SIZE=3]<mvt:if expr="NOT ISNULL l.settings:product:thumbnail"><a href="&mvte:product:link;"><img src="&mvte:product:thumbnail;" alt="&mvte:product:name;" />[/SIZE][/FONT]
<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