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
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
Last edited by dtebbe; 11-08-12 at 01:39 PM.
Try the following. Unless your path is not correct, it will work.
Code:<mvt:if expr="NOT ISNULL l.settings:product:thumbnail"><a href="&mvte:product:link;"><img src="&mvte:product:thumbnail;" alt="&mvte:product:name;" />
Hope this helps!
Jamie
Jamie Donaldson
JSDVS Web Design / Development
Web Design | Web Development | E-commerce Design & Integration
Here is the MM4:
Sorry.Code:<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>
Jamie
Jamie Donaldson
JSDVS Web Design / Development
Web Design | Web Development | E-commerce Design & Integration