Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 44
  1. #11
    Join Date
    Aug 2005
    Posts
    8
    Plugin Contributions
    0

    Default Re: Problem with images!!!

    Hi! I'm experiencing the same problem. All product images in one particular category is not showing up. I tried uploading the file images using filezilla, dreamweaver and file manager of my site but still no luck.

    I have not altered any of the template file...

    The URL is http://disenyoartsusa.mnm.ph/shop/in...=index&cPath=1

    Hope somebody could help me..

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

    Default Re: Problem with images!!!

    Your base image is:
    /images/tiles/D001.jpg
    This means the LARGE image should be:
    /images/large/tiles/D001.jpg
    You have it in:
    /images/large/D001_LRG.jpg
    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!

  3. #13
    Join Date
    Aug 2005
    Posts
    8
    Plugin Contributions
    0

    Default Re: Problem with images!!!

    Quote Originally Posted by Ajeh View Post
    Your base image is:


    This means the LARGE image should be:


    You have it in:
    I'm just experimenting D001 if I place it in different folder it will solve the issue, well I guess not...

    The rest of the images are..

    images/
    images/large
    images/medium

    The only product displaying is D001 and rest images of the images are blank...
    Last edited by reddiaz; 25 Oct 2006 at 12:45 AM. Reason: Additional info

  4. #14
    Join Date
    Aug 2005
    Posts
    8
    Plugin Contributions
    0

    Re: Problem with images!!!

    What is weird about the problem is that everytime I create a new zen-cart install the same problem occurs with that particular product category, Anthology.

    The rest of the category working perfectly, http://disenyoartsusa.mnm.ph/shop/in...=index&cPath=3

    Hope somebody can advise me on what to do because I need to launch the site in the next couple of days.

    thanks

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

    Default Re: Problem with images!!!

    Please look in your products table via phpMyAdmin ...

    Do you see the image filename or do you see a subdirectory of /images plus the filename?

    If you see basename.ext ... the directories are:
    /image/basename.ext
    /image/medium/basename_MED.ext
    /image/large/basename_LRG.ext
    If you see something/basname.ext ... the directories are:
    /image/something/basename.ext
    /image/medium/something/basename_MED.ext
    /image/large/something/basename_LRG.ext
    And make sure the permissions are correct on all of the directories ...
    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!

  6. #16
    Join Date
    Oct 2006
    Posts
    64
    Plugin Contributions
    0

    Default Re: Problem with images!!!

    Quote Originally Posted by Ajeh View Post
    Assuming you used the templates and overrides and did not alter the original default files ...

    Switch to Classic ...

    Does this work correctly now?
    sadly, it does not

    Have you an URL to a Product and the directory/image files that you think you have setup for this product?
    i will private message it to you
    thank you in advance for your help

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

    Default Re: Problem with images!!!

    Your base image needs to be:
    /images/cards/NC6CORPSE.jpg

    Not:
    /images/cards/NC6CORPSE_01.jpg

    Medium is :
    /images/medium/cards/NC6CORPSE_MED.jpg

    Large is then:
    /images/large/cards/NC6CORPSE_LRG.jpg

    The additional images then build from there like you have it ...

    Note: there is only 1 Medium image for display on the Product Info page ...
    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. #18
    Join Date
    Aug 2005
    Posts
    8
    Plugin Contributions
    0

    Default Re: Problem with images!!!

    Quote Originally Posted by Ajeh View Post
    Please look in your products table via phpMyAdmin ...

    Do you see the image filename or do you see a subdirectory of /images plus the filename?

    If you see basename.ext ... the directories are:


    If you see something/basname.ext ... the directories are:


    And make sure the permissions are correct on all of the directories ...
    Its the image filename that is in the database.

    All files are uploaded in their right directories and permissions are correct. I dont know why but its only one category that is acting up this way, the rest are working perfectly.

  9. #19
    Join Date
    Dec 2006
    Location
    Victoria, Australia
    Posts
    360
    Plugin Contributions
    0

    Default Re: Problem with images!!!

    I am afraid I too am having no luck with multiple images.

    I uploaded my images into the following directories (CMOD 777)

    images/products/picture.jpg
    images/medium/products/picture_MED.jpg
    images/large/products/picture_LGE.jpg


    I also tried:

    images/products/picture.jpg
    images/medium/products/picture.jpg
    images/large/products/picture.jpg


    In administration I edited the product page in both IE & Firefox and it made no difference.

    I tried moving it another catagory and still no luck
    I made sure that in product settings is was allowing multiple images also.

    I am lost - Is this option really available? I am using v1.3.6

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

    Default Re: Problem with images!!!

    Is this a typo?
    images/large/products/picture_LGE.jpg

    Have you an URL that we can peek at and a real Product that is using this method?
    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!

 

 
Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. v150 Problem with products images showing and not showing after refresh weird problem
    By kobiadato in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 14 Sep 2016, 08:45 PM
  2. Problem With category images
    By GRRB in forum Customization from the Admin
    Replies: 3
    Last Post: 3 Apr 2010, 12:35 AM
  3. Problem with attribute images with text attributes...
    By aaelghat in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 17 Mar 2008, 04: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