Keyword

How to place SIG into Virtuemart browse_1.php template

  • bronzbabe
  • bronzbabe's Avatar Topic Author
  • Offline
  • New Member
More
16 years 5 days ago #13737 by bronzbabe
This is such a great plugin!! I've already used the hack to enable it and now want to replace the thumbnail setup on Virtuemart browse page with SIG.  How do I do that??

There's a script there now thats:

      <script type="text/javascript">//<![CDATA[
        document.write('<a href="javascript:void window.open(\'{image_url}product/{product_full_image}\', \'win2\', \'status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width={full_image_width},height={full_image_height},directories=no,location=no\');">');
        document.write('<img src="{product_thumb_image}" {image_height} {image_width} border="0" title="{product_name}" alt="{product_name}" /></a>' );
        //]]></script>
     
inside a <div> tag that's:
<div align="center"><a href="{image_url}product/{product_full_image}" target="_blank" title="{product_name}"><img src="{product_thumb_image}" alt="{product_name}" hspace="0" vspace="0" border="1" title="{product_name}" {image_height} {image_width} /></a> </div>

What should I do to make the SIG one image appear here?

Thanks again for this awesome item!!
Deb

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum