i downloaded your upsell for evaluating, installed works fine the only problem is in act product image i had commented out netqoutevars image hight and width and replaced them with 150 to auto size some images this no longer has any effect, tried here but makes new upsell image dissapear
<!-- ProductImage HTML begin -->
<!-- This file is used to build the product image markup. -->
<!-- UPSELL SUPPORT START -->
<script language=JavaScript>
<!--
showimage('<IMG SRC="NETQUOTEVAR:IMAGEFILE" ALT="NETQUOTEVAR:ALTERNATETEXT" BORDER=0 NETQUOTEVAR:IMAGEHEIGHT NETQUOTEVAR:IMAGEWIDTH NETQUOTEVAR:OTHERIMAGEMARKUP>');
// -->
</script>
<noscript>
<!-- UPSELL SUPPORT END -->
<IMG SRC="NETQUOTEVAR:IMAGEFILE"
ALT="NETQUOTEVAR:ALTERNATETEXT"
BORDER=0
NETQUOTEVAR:IMAGEHEIGHT
NETQUOTEVAR:IMAGEWIDTH
NETQUOTEVAR:OTHERIMAGEMARKUP>
<!-- UPSELL SUPPORT START -->
</noscript>
<!-- UPSELL SUPPORT END -->
<!-- This file is used to build the product image markup. -->
<!-- ProductImage HTML end -->
where can i comment out the netqoutevars and replace them with my own now to resize the main product image..?
<!-- ProductImage HTML begin -->
<!-- This file is used to build the product image markup. -->
<!-- UPSELL SUPPORT START -->
<script language=JavaScript>
<!--
showimage('<IMG SRC="NETQUOTEVAR:IMAGEFILE" ALT="NETQUOTEVAR:ALTERNATETEXT" BORDER=0 NETQUOTEVAR:IMAGEHEIGHT NETQUOTEVAR:IMAGEWIDTH NETQUOTEVAR:OTHERIMAGEMARKUP>');
// -->
</script>
<noscript>
<!-- UPSELL SUPPORT END -->
<IMG SRC="NETQUOTEVAR:IMAGEFILE"
ALT="NETQUOTEVAR:ALTERNATETEXT"
BORDER=0
NETQUOTEVAR:IMAGEHEIGHT
NETQUOTEVAR:IMAGEWIDTH
NETQUOTEVAR:OTHERIMAGEMARKUP>
<!-- UPSELL SUPPORT START -->
</noscript>
<!-- UPSELL SUPPORT END -->
<!-- This file is used to build the product image markup. -->
<!-- ProductImage HTML end -->
where can i comment out the netqoutevars and replace them with my own now to resize the main product image..?
Comment