Hello,
I am using the product.SimpleVariantFormat.xml.config package, and I see this line:
I am assuming this displays the medium image. I would like to change this to point to a different URL, but I would like to pass the SKU as a parameter as well.Code:<xsl:value-of select="aspdnsf:LookupProductImage(ProductID, ImageFilenameOverride, SKU, 'medium', 1, $AltText)" disable-output-escaping="yes"/>
For example: http://s7sps1.scene7.com/s7/uviewer....s1.scene7.com/
I am using Adobe Scene7. They say that I can just copy and paste a link and pass a parameter to view an image. And that makes sense. However, I am not sure how I would pass the SKU to the URL in the XML package, say where 9050037 is.
Could someone help me with this please?