Page 8 of 12 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 114
  1. #71
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Additional Product Images addon

    I know it's an old post but this called for a comment:
    I have in the last few days done some more work on my site and in doing so discovered that an Additional Images facility is already built in to V1.5
    Additional images have been built into Zen Cart for the last ten years... there is nothing new in v1.5 for them. This mod just makes a different way to use them, which may be easier for some to understand. Just in case anyone was confused or didn't know how to use them...
    http://www.zen-cart.com/content.php?...s-to-a-product

  2. #72
    Join Date
    Oct 2008
    Posts
    378
    Plugin Contributions
    0

    Default Re: Additional Product Images addon

    Quote Originally Posted by Congerman View Post
    Hi, I am trying to install this mod on 1.3.9d follow all instructions but all it does is stop additional images from showing, I just get white space. I have installed on 1.5.1 and it works fine

    Will it work on 1.3.9d or does it have to be 1.3.9h?
    Fixed it My dreamweaver wasn't putting one of the files for some reason

    Great mod

  3. #73
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,683
    Plugin Contributions
    123

    Default Re: Additional Product Images addon

    Suggestion for this mod:

    1. The file

    includes/modules/additional_images.php

    should be in

    includes/modules/YOUR_TEMPLATE/additional_images.php

    2. In step 3 (adding in the require for /tpl_modules_additional_images.php), note that this might already be in your tpl_product_info_display.php file.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #74
    Join Date
    Mar 2011
    Posts
    22
    Plugin Contributions
    0

    Default Re: Additional Product Images addon

    Hi all
    I have installed this add-on and it works great except the images are all over the place on my product page, see here;

    http://thecandleandcardco.com/index....&products_id=4

    I have changed the Number of Additional Images per row to 5 but still the same problem. My images are sized at 250 high x 200 wide, otherwise they are too small to see. Any help would be appreciated as I don't want to have to uninstall this and add something else, it works great apart from this layout problem.

    Thanks Kim

  5. #75
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,683
    Plugin Contributions
    123

    Default Re: Additional Product Images addon

    You have the additional image block of code multiple times in your template. Just search the file

    includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php


    for "additional" (case insensitive) and you'll see what I mean.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #76
    Join Date
    Aug 2014
    Location
    Northern Virginia
    Posts
    81
    Plugin Contributions
    0

    Default Re: Additional Product Images addon

    Module is completely *not* working on 1.5.3

    Installed according to instructions, was able to access admin area for additional images, when at the final step for uploading additional image for particular item, page throws an error.

    WARNING: An Error occurred, please refresh the page and try again.

    Uninstalling this mod, it's incomplete and not updated.

  7. #77
    Join Date
    Sep 2014
    Location
    Kamloops
    Posts
    3
    Plugin Contributions
    0

    Default Re: Additional Product Images addon

    Hello, I would really appreciate some help with this addon.

    I'm using Zen Cart v1.5.1 and have installed the Additionial Images addon. I can add more images under Catalog -> Additional Images but they're not showing up on the website with the product that I have uploaded them for..

    I think I might be doing something wrong with Step 3 of the installation instructions? It says to copy the code to the tpl_product_info_display.php but that exact line of code is already within the php file. Being....

    <!--bof Additional Product Images -->
    <?php
    /**
    * display the products additional images
    */
    require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>

    <!--eof Additional Product Images -->


    I have the Number of Additional Images per Row set to 3.

    I have Show Product Additional Images = 1 for true.

    Any help with this or as to why they're not displaying on the website would be really appreciated, I'm at a loss as to what I am doing wrong here. I have double checked the installation, file by file, everything was copied over into the correct folders. I believe it's something to do with Step 3, which I'm confused about.

    Here is a link to the product that I added two additional images for, using the addon but are not showing up..
    http://globalvintage.ca/index.php?ma...oducts_id=6523
    Last edited by dataripple; 10 Sep 2014 at 11:49 PM.

  8. #78
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Additional Product Images addon

    As swguy noted just a few posts back in this thread, the require for tpl_modules_additional_images.php may already be in your copy of tpl_product_info_display.php. In fact, it *will* be there unless you have a customized version of the file which omits it.

    Did you ever try to use the stock method of displaying additional images? What results did you have, specifically? Give an example of actual filenames you used for main and additional images. (I don't know if this mod disables the stock method of recognizing additional images; if so, you would not be able to test the stock method now.)

  9. #79
    Join Date
    Sep 2014
    Location
    Kamloops
    Posts
    3
    Plugin Contributions
    0

    Default Re: Additional Product Images addon

    Quote Originally Posted by gjh42 View Post
    Did you ever try to use the stock method of displaying additional images? What results did you have, specifically?
    Thank you for responding and for the code enlightenment.

    My trial and errors this morning...

    1) Tried the stock method and it worked in adding two more images by using the *_1.jpg, *_2.jpg method. They appeared as smaller thumbnails directly under the "main" image and nicely lined up in a row.

    2) With a different product that had no images, I tried adding all of the images using the Additional Images addon - so the main image file and the others named *_1.jpg, *_2.jpg. None of these showed up for that product.

    3) Then with another different product I uploaded the "main" image the stock way and then added more images using the Additional Images addon along with the file naming of *_1.jpg, *_2.jpg... That worked.

    So is this how it's supposed to work?
    You have to still name additional images for a product the stock way with the same name beginning, followed by _1.jpg etc.. ?
    You need to first upload the 'main' image the stock way before using Additional Images to add more?

  10. #80
    Join Date
    Sep 2014
    Location
    Kamloops
    Posts
    3
    Plugin Contributions
    0

    Default Re: Additional Product Images addon

    Just to further add... I found if a product already had one "main" image within another folder adding more with Additional Images didn't work, even with the *_1.jpg file naming as those would end up in the "additional" folder with the main image elsewhere.

 

 
Page 8 of 12 FirstFirst ... 678910 ... LastLast

Similar Threads

  1. Admin interface for Additional Product Images addon?
    By Scarlet in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 28 Jan 2012, 08:15 PM
  2. Additional Product Images - Add title below all images
    By sports guy in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Dec 2011, 05:54 AM
  3. Layout of Additional of Additional Product Images - Possible Bug?
    By RatMonkey in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Mar 2011, 02:21 PM
  4. Problem integrating additional image titles addon and commercial addon
    By strugglingnovice in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 15 Aug 2010, 03:07 PM
  5. Replies: 4
    Last Post: 30 Apr 2009, 06:19 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