for a second template i created to display secondary products, i would like a thumnail size image.
I marked the product image size <!-- NETQUOTEVAR:IMAGEHEIGHT --><!-- NETQUOTEVAR:IMAGEWIDTH -->,
and all images displayed as expected, the 150x150 they actually are,
then in the second temp that i want to display a thumb i added <img src="NETQUOTEVAR:PRODUCTIMAGE" height="75" width="75" />
this does not work. how come...?
I marked the product image size <!-- NETQUOTEVAR:IMAGEHEIGHT --><!-- NETQUOTEVAR:IMAGEWIDTH -->,
and all images displayed as expected, the 150x150 they actually are,
then in the second temp that i want to display a thumb i added <img src="NETQUOTEVAR:PRODUCTIMAGE" height="75" width="75" />
this does not work. how come...?
Comment