Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 31
  1. #21
    Join Date
    Jul 2006
    Posts
    123
    Plugin Contributions
    0

    Default Re: Additional product images don't show up?

    I am stuffed if I know... it still does not work... is there something I need to select or something to make it work ??

    I have 3 files
    massr.jpg
    massr_01.jpg
    massr_02.jpg

    The base picture of the product is massr.jpg which was selected at the time of listing the product. The other 2 were ftp'd to the folder. The folder is..

    /images/massr.jpg
    /images/massr_01.jpg
    /images/massr_02.jpg

    I go to the product and only one pic is shown....
    The website is www.timeoutmassage.com.au/zen .

    Any help would be great before I go around the twist

  2. #22
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Additional product images don't show up?

    Quote Originally Posted by brisbanetimeout View Post
    I am stuffed if I know... it still does not work... is there something I need to select or something to make it work ??

    I have 3 files
    massr.jpg
    massr_01.jpg
    massr_02.jpg

    The base picture of the product is massr.jpg which was selected at the time of listing the product. The other 2 were ftp'd to the folder. The folder is..

    /images/massr.jpg
    /images/massr_01.jpg
    /images/massr_02.jpg

    I go to the product and only one pic is shown....
    The website is www.timeoutmassage.com.au/zen .

    Any help would be great before I go around the twist
    IN your admin, if you go to "Catalog", then "PRoduct Types", then choose "edit layout" for product general, is show additional images set to true?

    AH, I see your using image handler.

    Apply the fix I suggested in the image handler thread, and see if that helps:
    http://www.zen-cart.com/forum/showpo...&postcount=986

  3. #23
    Join Date
    Jul 2006
    Posts
    123
    Plugin Contributions
    0

    Default Re: Additional product images don't show up?

    Yep.. its set to true....

  4. #24
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Additional product images don't show up?

    Quote Originally Posted by brisbanetimeout View Post
    Yep.. its set to true....
    Did you see this portion of my post above?

    AH, I see your using image handler.

    Apply the fix I suggested in the image handler thread, and see if that helps:
    http://www.zen-cart.com/forum/showpo...&postcount=986

  5. #25
    Join Date
    Jul 2006
    Posts
    123
    Plugin Contributions
    0

    Default Re: Additional product images don't show up?

    The URL does not work... dead page

    My world will be complete when I finish this dam multiple picture problem..

  6. #26
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Additional product images don't show up?

    Quote Originally Posted by brisbanetimeout View Post
    The URL does not work... dead page

    My world will be complete when I finish this dam multiple picture problem..
    There is an error in IH2. Fixing the error will fix your problem.

    http://www.zen-cart.com/forum/showpo...&postcount=986

  7. #27
    Join Date
    Jul 2006
    Posts
    123
    Plugin Contributions
    0

    Default Re: Additional product images don't show up?

    I did what it said and it did not work... comes up with an error in line 705... would not let me log into the CP... I copied and pasted the text as it shows you in the tread and it did not work at all....

    Any help ???

    Thanks

  8. #28
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Additional product images don't show up?

    Quote Originally Posted by brisbanetimeout View Post
    I did what it said and it did not work... comes up with an error in line 705... would not let me log into the CP... I copied and pasted the text as it shows you in the tread and it did not work at all....

    Any help ???

    Thanks
    Then you probably did not copy and paste correctly. Its easy to miss a }. Here is a bottom chunk of bmz_image_handler.class.php. Replace from this line:

    // we should parse old parameters here and possibly merge some inc case they're duplicate

    all the way to the end of the file.


    Code:
    // we should parse old parameters here and possibly merge some inc case they're duplicate
            $parameters .= ($parameters != '') ? ' ' : '';
            if (!($_GET['main_page']==FILENAME_PRODUCT_INFO)) {
            return $parameters . 'style="position:relative" onmouseover="showtrail(' . "'$products_image_zoom','$alt',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
          } else {
    		return $parameters . 'style="position:relative" onmouseover="showtrail(' . "\'$products_image_zoom\',\'$alt\',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
    		}
          } 
        }
    	}
    	
    	
    }

  9. #29
    Join Date
    Jul 2006
    Posts
    123
    Plugin Contributions
    0

    Default Re: Additional product images don't show up?

    [FONT="Arial"][/FO
    Thanks for your help.... works well.... I must have stuffed it some how...

    Thanks again
    DaveNT][/COLOR]

  10. #30
    Join Date
    Jul 2008
    Posts
    75
    Plugin Contributions
    0

    help question Re: Additional product images don't show up?

    Quote Originally Posted by jettrue View Post
    Then you probably did not copy and paste correctly. Its easy to miss a }. Here is a bottom chunk of bmz_image_handler.class.php. Replace from this line:

    // we should parse old parameters here and possibly merge some inc case they're duplicate

    all the way to the end of the file.


    Code:
    // we should parse old parameters here and possibly merge some inc case they're duplicate
            $parameters .= ($parameters != '') ? ' ' : '';
            if (!($_GET['main_page']==FILENAME_PRODUCT_INFO)) {
            return $parameters . 'style="position:relative" onmouseover="showtrail(' . "'$products_image_zoom','$alt',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
          } else {
    		return $parameters . 'style="position:relative" onmouseover="showtrail(' . "\'$products_image_zoom\',\'$alt\',$width,$height,$zoomwidth,$zoomheight,this," . $this->zoom['startx'].','.$this->zoom['starty'].','.$this->zoom['width'].','.$this->zoom['height'].');" onmouseout="hidetrail();" ';
    		}
          } 
        }
    	}
    	
    	
    }

    hello, i don't think i have the right IMAGE HANDLER 2 downloaded, where could i download the correct image handler 2 without errors for my zencart 1.38a ? cause i'm not good at in thoes codes, its hard for me to find or correct them. thanks

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. When I turn on "Use Proportional Images" , my additional images don't show?
    By Cruisemart in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 4 Dec 2011, 04:00 AM
  2. additional product images don't align
    By varnco in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 14 Aug 2009, 04:15 PM
  3. Images don't show up on product description page. HELP!!!!
    By rosa_o_clifford in forum General Questions
    Replies: 7
    Last Post: 1 May 2009, 09:04 PM
  4. Additional images don't show up
    By gavuk1 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 22 Jan 2009, 01:13 PM
  5. Migrated now product images don't show
    By edgecrusher in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 30 Apr 2007, 02:36 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR