Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Apr 2013
    Posts
    22
    Plugin Contributions
    0

    Default Customizing the Addtional Images

    Hi,

    How can I go about changing the additional images thumbnail sizes to be smaller than they are and moving the additional images under the main image of the products?

    Here is the current look right now http://seoulto.com/earrings/bunny_earrings

    Thanks

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Customizing the Addtional Images

    How can I go about changing the additional images thumbnail sizes to be smaller than they are
    This image size is controlled by
    admin > config > images > Small Image Width
    and
    admin > config > images > Small Image Height

    moving the additional images under the main image of the products?
    You can make a copy for your template of tpl_product_info_display.php and reorder the sequence placing additional images code right after the main image code
    Include the full block that begins with BOF and ends with EOF
    Then you might need a bit of css
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Apr 2013
    Posts
    22
    Plugin Contributions
    0

    Default Re: Customizing the Addtional Images

    Quote Originally Posted by kobra View Post
    This image size is controlled by
    admin > config > images > Small Image Width
    and
    admin > config > images > Small Image Height


    You can make a copy for your template of tpl_product_info_display.php and reorder the sequence placing additional images code right after the main image code
    Include the full block that begins with BOF and ends with EOF
    Then you might need a bit of css
    Ah ok I got the additional images to be smaller but how can i decrease the spacing between each image?

    Thanks!

  4. #4
    Join Date
    Apr 2013
    Posts
    22
    Plugin Contributions
    0

    Default Re: Customizing the Addtional Images

    Quote Originally Posted by ilovekr View Post
    Ah ok I got the additional images to be smaller but how can i decrease the spacing between each image?

    Thanks!
    Actually I just got the spacing to work out by displaying row from 3 to 6.

    The small image attribute kinda messes up all the other pictures I just noticed like the featured / whats new side box picture sizes.

    Is there a way to change the additional images to something else so it can re-size independently from everything else?

    Thanks!
    Last edited by ilovekr; 2 May 2013 at 02:26 AM.

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Customizing the Addtional Images

    Is there a way to change the additional images to something else so it can re-size independently from everything else?
    Not without a good bit of custom programming
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Apr 2013
    Posts
    22
    Plugin Contributions
    0

    Default Re: Customizing the Addtional Images

    Quote Originally Posted by kobra View Post
    Not without a good bit of custom programming
    oh ok.

    Is there a way to add a text for the additonal images saying additional images so it is less confusing with the cross product pictures.

    Thanks.

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Customizing the Addtional Images

    so it is less confusing with the cross product pictures.
    What addon do you have installed for this??

    Most have the text box "Customers who purchased this item also purchased:" above the cross sell images
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Apr 2013
    Posts
    22
    Plugin Contributions
    0

    Default Re: Customizing the Addtional Images

    Quote Originally Posted by kobra View Post
    What addon do you have installed for this??

    Most have the text box "Customers who purchased this item also purchased:" above the cross sell images
    I installed this plugin for the cross products http://www.zen-cart.com/downloads.php?do=file&id=1128

    I am also wondering how to add text of "Additional Images" before the additional images.

    Thanks.

  9. #9
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Customizing the Addtional Images

    I am also wondering how to add text of "Additional Images" before the additional images.
    You can add text to a copy for your template of
    /includes/templates/template_default/templates/tpl_modules_additional_images.php

    Download the file to your PC and open it in a code editor and change/add to this line - approx line 18
    Code:
    <div id="productAdditionalImages">
    <?php
    and maybe make it like this
    Code:
    <div id="productAdditionalImages"><h3>Additional Images</h3>
    <?php
    Save file and upload to your templates structure
    Zen-Venom Get Bitten

  10. #10
    Join Date
    Apr 2013
    Posts
    22
    Plugin Contributions
    0

    Default Re: Customizing the Addtional Images

    Quote Originally Posted by kobra View Post
    You can add text to a copy for your template of
    /includes/templates/template_default/templates/tpl_modules_additional_images.php

    Download the file to your PC and open it in a code editor and change/add to this line - approx line 18
    Code:
    <div id="productAdditionalImages">
    <?php
    and maybe make it like this
    Code:
    <div id="productAdditionalImages"><h3>Additional Images</h3>
    <?php
    Save file and upload to your templates structure
    I have the products info page to look like what I want for the most part.

    I can't seem to find the file that contains the code to change the "SUGGESTED MATCHING ITEMS..." text to something else. Do you know where it might be in the multi_cross_sell_v1.03 plugin?

    Thanks.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Display Addtional Images at full size
    By BrooklynArtist in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Feb 2011, 03:05 AM
  2. main and addtional images on the same line?
    By GerardV in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 13 Feb 2011, 06:39 PM
  3. Changing the addtional images on product page to thumbnails?
    By rickiesdiscount in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 2 May 2009, 06:12 AM
  4. Addtional Images on product details
    By .::Boo::. in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 10 Apr 2008, 04:14 PM
  5. addtional images tighen up
    By Lala_G_Clef_Jewelry in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 25 Oct 2006, 02:46 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