Hi There,
I am working with senbenza's product template manager which
allows the
editing of the attribute templates. The code provided does
not have
the ability to display an image for an option, so I have
tried to add
this in using the following:
<mvt:if expr="l.settings:attr:image">
<img src="&mvt:attr:image;"
border="0"> <br>
<mvt:else>
&mvt:option:prompt; <br>
</mvt:if>
I have also tried just using:
<img src="&mvt:attr:image;"
border="0">
My problem is that I still get the text and not the image
and when I
use the second option the image link is broken, the scr
shows up as
scr="" when viewing the source code.
Does the code above look right?
Many Thanks for any tips!!
Jan
------------------ MIVA CORPORATION FOOTER
-------------------
FEATURE REQUESTS: mailto:wishlist miva.com
TO FIND HELP: mailto:merchant5-users-help listmgr.miva.com
TO UNSUBSCRIBE - Send mail to:
mailto:merchant5-users-unsubscribe listmgr.miva.com
if you need to unsubscribe a different address, send a
message to:
mailto:ezmlm listmgr.miva.com
with a subject or message body of
unsubscribe merchant5-users yourname yourdomain.com
---------------- END MIVA CORPORATION FOOTER
-----------------
|