Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2008
    Posts
    70
    Plugin Contributions
    0

    Default change additional images position

    In the product page, the additional images are showing at the bottom of the page (which is not very useful). How do I get them to show up under the product photo and description?
    Thanks!

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,974
    Plugin Contributions
    0

    Default Re: change additional images position

    Open a copy of the following file to edit:

    includes/templates/template_default/templates/tpl_product_info_display.php

    Around line 157, CUT the following:-

    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 -->
    Now, you can PASTE it above (or below) any other section that's similarly enclosed in the <!--bof --> ... <!--eof--> tags.

    You'll probably want it ABOVE the product description, so paste it ABOVE the line (around line 81) that says:-
    PHP Code:
     <!--bof Product description --> 
    SAVE the file, then FTP it back to:-

    includes/templates/YOUR-CUSTOM-TEMPLATE/templates/tpl_product_info_display.php

  3. #3
    Join Date
    Jun 2008
    Posts
    70
    Plugin Contributions
    0

    Default Re: change additional images position

    did that but it's not working. I think there might something fishy in my templates folders bc I'm also having troubles to install the Google module (everything is in place and i can see on the checkout only it doesn't go there0.
    Any suggestions of what i should be looking out for? or shall i just re-install a clean default template folder?
    Thanks!

  4. #4
    Join Date
    Aug 2008
    Location
    Canada
    Posts
    48
    Plugin Contributions
    0

    Default Re: change additional images position

    Hi guys!

    I have a worse problem:
    I don't see the additional images at all!
    I have the IH2 and is working nice but I can't see the additional images in the product info page.
    Any ideas?

    Thank you,
    justMARK
    mainMAG.NET - The place where you get magnetized!
    ZenCart 1.3.7.1 - for now...

  5. #5
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,860
    Plugin Contributions
    2

    Default Re: change additional images position

    Quote Originally Posted by justMARK View Post
    Hi guys!

    I have a worse problem:
    I don't see the additional images at all!
    I have the IH2 and is working nice but I can't see the additional images in the product info page.
    Any ideas?
    Url of site is?
    Did you add addtional images and name them correctly?
    How do I get them to show up under the product photo and description?
    As fairestcape describes but you would probably need
    to add divs and adjust stylesheet accordingly.
    There is mod for this at
    http://www.zen-cart.com/index.php?ma...roducts_id=672
    Dezina ZenCart Templates
    Please do not PM for support queries..Post in forums..help others

 

 

Similar Threads

  1. Position of Additional Images
    By pdaparts in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 20 Apr 2008, 04:39 PM
  2. Change position of additional image.
    By da_bsg in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 2 Jan 2007, 04:46 AM
  3. Additional Large Images WITHOUT additional Thumbnails
    By haasPlay in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Sep 2006, 04:54 PM
  4. first additional image position and popup
    By hamelin85 in forum Basic Configuration
    Replies: 1
    Last Post: 29 Jul 2006, 11:49 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
  •