Is there any way to create scroll bars on the pop up when you click for a larger image? I have something that has fine text that users need to be able to read, and the larger image scrolls off the page...
Thanks,
R~
Is there any way to create scroll bars on the pop up when you click for a larger image? I have something that has fine text that users need to be able to read, and the larger image scrolls off the page...
Thanks,
R~
includes/modules/pages/product_info/jscript_main.php
around line 24:Change as shown in red:HTML Code:function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')function popupWindow(url) {
window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=1 50,left=150')
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Perfect! Thanks for the help!
R~