Thanks for the quick response... I need it to act like a popup or it is redundant for me...
Any way of altering this?
I used this popup code which worked. Can lightbox be incorporated somehow?
Code: |
<a href="<?php print $product->buy_link?>" onclick="window.open('<?php print $product->buy_link?>','popup','width=750,height=650,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=50,top=0'); return false"><img alt="Add to Cart" height="20" src="images/icons/add_to_cart.png" width="89" /></a>
|
Thanks