Results 1 to 10 of 46

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: How to put more than one photo on a product

    Ok I have tried it and nothing worked.
    I have been and checked where my photos are.
    /public_html/zencart/images - They are in this folder all of my pics are.
    I called my photos elmoset_1.jpg, elmoset_2.jpg and elmoset_3.jpg
    _1 is the one that I loaded with my product info. I sent the other 2 up to this file. have just checked and all 3 are together in this file but when I look at my website only the first pic is showing.

    http://sandkembroidery.com/zencart/i...oducts_id=1136

    Here is the item.

    Have I done something wrong. Do you know how to fix it please?
    Thanks Kylie

  2. #2
    Join Date
    Mar 2006
    Location
    Fresno, California
    Posts
    620
    Plugin Contributions
    0

    Default Re: How to put more than one photo on a product

    You are naming the images incorrectly.

    The main image should be named elmoset.jpg
    Second image should be elmoset_01.jpg
    Third image, elmoset_02.jpg

  3. #3
    Join Date
    Jul 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: How to put more than one photo on a product

    Ok all fixed. Thankyou so much for your help.
    Now for one last question. At the moment the pics are right at the bottom. Can they be moved to be up the top with the other photo?

  4. #4
    Join Date
    Mar 2006
    Location
    Fresno, California
    Posts
    620
    Plugin Contributions
    0

    Default Re: How to put more than one photo on a product

    Find the file tpl_product_info_display.php and find this snippet of code:

    PHP Code:
    <!--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 -->
    And move it up to just below this:

    PHP Code:
    <!--bof Main Product Image -->
    <?php
      
    if (zen_not_null($products_image)) {
      
    ?>
    <?php
    /**
     * display the main product image
     */
       
    require($template->get_template_dir('/tpl_modules_main_product_image.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_main_product_image.php'); ?>
    <?php
      
    }
    ?>
    <!--eof Main Product Image-->

  5. #5
    Join Date
    Sep 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: How to put more than one photo on a product

    i have done exacty this but its still not working

    www.me-jewellers.com/images/BR125.jpg

    and www.me-jewellers.com/images/BR125_01.jpg

    both work but doesnt show up on item page.
    http://me-jewellers.com/index.php?ma...roducts_id=640

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

    Default Re: How to put more than one photo on a product

    The main image displaying on your site is BR125_01.jpg.
    This should be the name of your additional image.

    How did you load these two images? If you loaded them through the admin product entry page, the last image loaded will be treated as the main image. If this has the _01 suffix, Zen Cart will look for files that have something more added to that and will not recognize BR125.jpg as belonging to that product.

    You can load them all through the product page, but you *must* load the base/main image *last*.

  7. #7
    Join Date
    Sep 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: How to put more than one photo on a product

    cheers 4 ur reply but ive uploaded the br125.jpg again through the admin and i still dont get the other image come up, why is this, is there any settings i need 2 activate or anything?

 

 

Similar Threads

  1. How do I add more than one photo to a product listing?
    By CookieMonster in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 25 May 2013, 03:17 PM
  2. How do i add more than one image for one product?
    By len47811 in forum General Questions
    Replies: 1
    Last Post: 12 Jul 2010, 03:38 AM
  3. More than one photo per product.
    By hugoasphaug in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 25 Mar 2009, 09:02 AM
  4. how can i upolad more than one pics for one product?
    By blueonline in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 24 Jun 2008, 01:14 AM
  5. How do I put more than one product in a What's New sidebox?
    By mattkevan in forum Basic Configuration
    Replies: 9
    Last Post: 15 Jul 2007, 02:33 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