Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1
    Join Date
    Jul 2005
    Posts
    31
    Plugin Contributions
    0

    Default Product images:" no_picture.gif"

    When I upload products, I have images for some but not all products. Where there is no image zen puts in "no_picture.gif" as default. How do I turn this off. But I don't want this to affect the product with images.

    Is this possible?

    Thanks
    Tom

  2. #2
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: Product images:" no_picture.gif"

    In Admin
    Configuration->Images->

    Product Image - No Image picture

    and

    Product Image - No Image Status

    should do the trick
    Last edited by superprg; 17 Aug 2006 at 10:08 PM.
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  3. #3
    Join Date
    Jul 2005
    Posts
    31
    Plugin Contributions
    0

    Default Re: Product images:" no_picture.gif"

    Quote Originally Posted by superprg
    In Admin
    Configuration->Images->

    Product Image - No Image picture

    and

    Product Image - No Image Status

    should do the trick

    Yes I thought it would but the picture is still showing up, I removed the no_picture.gif in Admin/configuration/images Status = 0 Product Image (I remove the no_picture.gif)

    But the picture is still showing..

    Any ideas

    Thanks
    Tom

  4. #4
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: Product images:" no_picture.gif"

    No mate, you are not getting me

    Do this
    In

    Product Image - No Image picture
    Use automatic No Image when none is added to product
    Default = no_picture.gif

    Put Default=none

    And let me know what happens
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  5. #5
    Join Date
    Jul 2005
    Posts
    31
    Plugin Contributions
    0

    Default Re: Product images:" no_picture.gif"

    Quote Originally Posted by superprg
    No mate, you are not getting me

    Do this
    In

    Product Image - No Image picture
    Use automatic No Image when none is added to product
    Default = no_picture.gif

    Put Default=none

    And let me know what happens

    Yes, I understand, I changed it from no_picture.gif to none (and I tried leaving it blank). And the picture is still displayed..

    Also I changed the status from 0 to 1, and 1 to 0 for testing. Picture still displayes

    Thanks
    Tom

  6. #6
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: Product images:" no_picture.gif"

    Quote Originally Posted by Tswift42
    Yes, I understand, I changed it from no_picture.gif to none (and I tried leaving it blank). And the picture is still displayed..

    Also I changed the status from 0 to 1, and 1 to 0 for testing. Picture still displayes

    Thanks
    Tom
    Well, It works for me
    You are asking for the products for which image column in the database is empty. Right?
    I tried with three products here and after making it to none( or some string for which image doesnt exists) it just doesnt shows.. anything the way you want
    Can you try going to images folder and renaming this no_picture.gif to something else (though this is not a correct way of doing it but still)
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  7. #7
    Join Date
    Jul 2005
    Posts
    31
    Plugin Contributions
    0

    Default Re: Product images:" no_picture.gif"

    Quote Originally Posted by superprg
    Well, It works for me
    You are asking for the products for which image column in the database is empty. Right? YES
    I tried with three products here and after making it to none( or some string for which image doesnt exists) it just doesnt shows.. anything the way you want
    Can you try going to images folder and renaming this no_picture.gif to something else (though this is not a correct way of doing it but still)

    I can turn off all images No Problem, but to turn of products with no images is the issue. We are working in the same area I have no doubt. I looked at my products in admin/catalog, and under the image area for that product it still says no_picture.gif...

    I will try to rename the image and see what happen..Ok, I tried that and in my site it shows a box with a red x (missing image box) where the picture should be.

    Thanks

  8. #8
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: Product images:" no_picture.gif"

    Quote Originally Posted by Tswift42
    I can turn off all images No Problem, but to turn of products with no images is the issue. We are working in the same area I have no doubt. I looked at my products in admin/catalog, and under the image area for that product it still says no_picture.gif...

    I will try to rename the image and see what happen..Ok, I tried that and in my site it shows a box with a red x (missing image box) where the picture should be.

    Thanks

    <<and under the image area for that product it still says no_picture.gif...>>

    Did you press the update after entering the value?
    If yes, then it should have been updated!
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  9. #9
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: Product images:" no_picture.gif"

    Sorry to make things complicated:

    Go to the phpmyadmin and execute this query:

    SELECT configuration_value FROM `zen_configuration` where configuration_title='Product Image - No Image picture'

    (where zen_configuration=configuration table in your zen cart database please check the name)

    If you see the output as no_picture.gif then run this query:

    update zen_configuration set configuration_title=' ' where configuration_title='Product Image - No Image picture'

    It will do the trick!
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  10. #10
    Join Date
    Jul 2005
    Posts
    31
    Plugin Contributions
    0

    Default Re: Product images:" no_picture.gif"

    Quote Originally Posted by superprg
    Sorry to make things complicated:

    Go to the phpmyadmin and execute this query:

    SELECT configuration_value FROM `zen_configuration` where configuration_title='Product Image - No Image picture'

    (where zen_configuration=configuration table in your zen cart database please check the name)

    If you see the output as no_picture.gif then run this query:

    update zen_configuration set configuration_title=' ' where configuration_title='Product Image - No Image picture'

    It will do the trick!


    Crazy -


    Before I ran the query I did a backup...


    Ran query and it is set to No Image Picture

    Still the same...

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Change no_picture.gif
    By gamenet in forum General Questions
    Replies: 6
    Last Post: 13 Feb 2014, 07:36 PM
  2. v150 How do I edit Product Listing "Price", "Qty." and Product Info Move "details"?
    By schobook in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 18 Jan 2013, 01:02 AM
  3. no no_picture.gif
    By sjk1000 in forum General Questions
    Replies: 9
    Last Post: 30 Oct 2008, 04:05 PM
  4. Remove "Product Image" "Item Name" and "Price"...
    By rebekah in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Sep 2008, 06:08 PM
  5. For images, does "base" = "small"? And a question about alternates.
    By molywerks in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 29 Feb 2008, 02:49 PM

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