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
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
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!!
Originally Posted by superprg
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
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!!
Originally Posted by superprg
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 meOriginally Posted by Tswift42
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!!
Originally Posted by superprg
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
Originally Posted by Tswift42
<<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!!
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!!
Originally Posted by superprg
Crazy -
Before I ran the query I did a backup...
Ran query and it is set to No Image Picture
Still the same...