Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1
    Join Date
    Jun 2007
    Posts
    23
    Plugin Contributions
    0

    Default Is it possible to have multiple pictures of your product?

    I have clothing pics and want to have a front and back views.
    Is it possible to have multipule pictures of your product?

    Cheers
    velvita

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

    Default Re: Is it possible to have multipule pictures of your product?

    You can have as many additional images as you want.

    The trick is to name them correctly, and load them in the right locations. The How do I add multiple images to a product? article in FAQ/tutorials gives a good description of this.

    After you have added your main image in the product entry/editing page, ftp the additional images to your /images/ folder, and large and additional large images to your /images/large/ folder. Zen Cart will automatically know what to do with them.

  3. #3
    Join Date
    Feb 2006
    Posts
    588
    Plugin Contributions
    0

    Default Re: Is it possible to have multipule pictures of your product?

    Is there a way that you can bulk input a certain second image to appear per category or brand for each product?

  4. #4
    Join Date
    Feb 2007
    Posts
    1,704
    Plugin Contributions
    0

    Default Re: Is it possible to have multipule pictures of your product?

    is there a mod so that you can just upload the first image as normal when adding the product, then edit and upload a second image and it will add the aditional image?

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

    Default Re: Is it possible to have multipule pictures of your product?

    You don't need a mod to get the second image. Just name your second image identically to your main, with something added to the end of the name (productimage.jpg --> productimage2.jpg), and it will automatically appear once you put it in your /images/ folder.

    If you want to work exclusively through the admin product entry page, upload your additional images first and your main image last.

    A single stock additional image won't work with the code as is; you will need an image file for each product with the appropriate filename.
    If you have a lot of products that need this, you could add some code to tpl_product_info_display.php to insert an image based on the cPath...

  6. #6
    Join Date
    Aug 2007
    Posts
    5
    Plugin Contributions
    0

    Default Re: Is it possible to have multipule pictures of your product?

    I want to do the opposite. I want only one image to appear not all the ones that have similar names, but I don't want to rename my files to all be different. Right now I have all my files as template_#.jpg, but when I add a new product it pulls up all the images on the product page, but they should not be appearing. Do you have any suggestions on what I can do? Here is the link:

    http://webdesignworkz.com/sitespinne...products_id=11


    Quote Originally Posted by gjh42 View Post
    You don't need a mod to get the second image. Just name your second image identically to your main, with something added to the end of the name (productimage.jpg --> productimage2.jpg), and it will automatically appear once you put it in your /images/ folder.

    If you want to work exclusively through the admin product entry page, upload your additional images first and your main image last.

    A single stock additional image won't work with the code as is; you will need an image file for each product with the appropriate filename.
    If you have a lot of products that need this, you could add some code to tpl_product_info_display.php to insert an image based on the cPath...

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Is it possible to have multipule pictures of your product?

    The images have two methods of working for something like this ...

    /images

    --- vs ---

    /images/something

    In /images template3 would own filenames like template33 template300 template3abc ...

    In the subdirectory /images/something template3 would only own template3_20 or template3_abc or template3_12

    By using the subdirectory, the matching images are considered Additional Images ONLY if there is the underscore following the base image filename ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #8
    Join Date
    Aug 2007
    Location
    Fort Worth, Texas, United States
    Posts
    177
    Plugin Contributions
    0

    image problem Re: Is it possible to have multipule pictures of your product?

    I think I'm gonna cry.

    I've been working on this for such a long time and can't seem to get it to work. I have uploaded my images in the various folders

    /images/hoodies/alpine.jpg
    /alpine_01.jpg
    /alpine_02.jpg
    /alpine_03.jpg

    images/large/hoodies/alpine_01_LRG.jpg
    /alpine_02_LRG.jpg
    /alpine_03_LRG.jpg

    images/medium/hoodies/alpine_MED.jpg


    I'm still not seeing any additional images under my product info. Does it matter that I didn't resize them yet because I just wanted to see it work first?

    My website is
    http://www.texasjackrussells.com/shop

    any help would be so appreciated....

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

    Default Re: Is it possible to have multipule pictures of your product?

    OK, I just took a look at your site.

    You do not have the images in the proper directories...

    You spelled it out correctly earlier in this thread, but when I look at the source code, it is not.

    So it should be:

    images/hoodies/alpine.jpg
    images/hoodies/alpine_01.jpg
    images/hoodies/alpine_02.jpg
    and so on

    Then:

    images/large/hoodies/alpine.jpg
    images/large/hoodies/alpine_01.jpg
    images/large/hoodies/alpine_02.jpg

  10. #10
    Join Date
    Aug 2007
    Location
    Fort Worth, Texas, United States
    Posts
    177
    Plugin Contributions
    0

    Default Re: Is it possible to have multipule pictures of your product?

    BobDog,

    So I don't need to use LRG in the file name?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Possible to have a product with multiple options AND prices?
    By Crossroad Press in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 14 Dec 2011, 04:19 AM
  2. Possible to have a product listed in multiple categories?
    By z3n in forum Setting Up Categories, Products, Attributes
    Replies: 10
    Last Post: 9 Sep 2010, 07:07 PM
  3. Is it possible to have multiple category images?
    By dave010880 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 14 Apr 2009, 10:33 PM
  4. Is it possible to have multiple manufacturers for one product?
    By zcn00b in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 5 Nov 2008, 01:16 PM
  5. Is it possible to have some subcategories display products in rows without pictures?
    By kwmarshall in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Jan 2008, 11:17 AM

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