hello there..! i was browsing the knowlage base and picked up this handy bit of code to display pics next to items in the cart as thumbs,
<!-- my code -->
<Actinic:REMOVE TAG="THUMBNAIL">
<IMG SRC="NETQUOTEVAR:THUMBNAIL" THUMBNAILSIZE>
</Actinic:REMOVE>
<!-- my code -->
placed in | act_shoppingcartxml | under | <Actinic:XMLTEMPLATE NAME="ProductLine"> |
it works but i asumed it would display images at the size i specified in, view, search settings,results, thumb size,
this is not the case does any one know why?..
<!-- my code -->
<Actinic:REMOVE TAG="THUMBNAIL">
<IMG SRC="NETQUOTEVAR:THUMBNAIL" THUMBNAILSIZE>
</Actinic:REMOVE>
<!-- my code -->
placed in | act_shoppingcartxml | under | <Actinic:XMLTEMPLATE NAME="ProductLine"> |
it works but i asumed it would display images at the size i specified in, view, search settings,results, thumb size,
this is not the case does any one know why?..
Comment