Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2004
    Posts
    39
    Plugin Contributions
    0

    Default Click for Larger Image Question...

    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~

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Click for Larger Image Question...

    includes/modules/pages/product_info/jscript_main.php
    around line 24:
    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')
    Change as shown in red:
    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.

  3. #3
    Join Date
    Oct 2004
    Posts
    39
    Plugin Contributions
    0

    Default Re: Click for Larger Image Question...

    Perfect! Thanks for the help!

    R~

 

 

Similar Threads

  1. Click "larger image" doesn't work..
    By Bobbycat in forum General Questions
    Replies: 1
    Last Post: 20 Nov 2010, 06:49 PM
  2. Getting the 'click for larger image' back
    By v.kirk in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 May 2009, 03:32 PM
  3. larger image display question
    By feolindo in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 3 Nov 2008, 02:30 PM
  4. No larger image on click!
    By Webdraon777 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 11 Feb 2007, 02:06 AM
  5. click for larger image
    By Visual Designs in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Aug 2006, 04:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg