Q: When there are additional images for a product, there is a link for 'more images' and a pop-up window comes up with a 'filmstrip' view. I want to make the pop-up window larger to accomodate larger photos. Can someone help please?
A: Edit viewProd.tpl, and look for this line....
CODE
<!-- BEGIN: more_images -->
<div style="text-align: center;"><a href="/v1/java script:openPopUp('extra/prodImages.php?productId={PRODUCT_ID}', 'images', 548, 455, 0);" class="txtDefault">{LANG_MORE_IMAGES}</a></div>
<!-- END: more_images -->
<div style="text-align: center;"><a href="/v1/java script:openPopUp('extra/prodImages.php?productId={PRODUCT_ID}', 'images', 548, 455, 0);" class="txtDefault">{LANG_MORE_IMAGES}</a></div>
<!-- END: more_images -->
The window dimensions are there.
Original post: http://www.cubecartforums.org/index.php?showtopic=8736













