Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Why Does "No Picture Available" Not Work For Subcategories?

Why Does "No Picture Available" Not Work For Subcategories?

Locked

Views: 1,496

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
9 Jun 2010, 7:44 AM
#1
msmith29063 avatar

msmith29063

New Zenner

Join Date:
Jan 2008
Posts:
71
Plugin Contributions:
0

Why Does "No Picture Available" Not Work For Subcategories?

Why does the "No Picture Available" temporary image NOT show up for subcategories (with no category image) on the category page? I'd really like to see this work. Any ideas? Thanks for your help!

9 Jun 2010, 8:09 AM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Why Does "No Picture Available" Not Work For Subcategories?

There is probably a reference in the database field (products table) that refers to an image... but the image does not exist in the images folder.

For the NO IMAGE gif to appear, that field must be EMPTY. Even if it has "Elvis is King" loaded in the field it will not return the NO IMAGE gif, because the field contains content.

If you make the field BLANK (completely devoid of content) then your NO IMAGE will show.

12 Jun 2010, 9:20 PM
#3
msmith29063 avatar

msmith29063

New Zenner

Join Date:
Jan 2008
Posts:
71
Plugin Contributions:
0

Re: Why Does "No Picture Available" Not Work For Subcategories?

The field is blank. Any other ideas?

Keep in mind that I'm talking about the CATEGORY page that displays the subcategory photos/links.

When I look at the source code, it's actually displaying pixel_trans.gif.

Thanks for your help!

12 Jun 2010, 11:32 PM
#4
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,607
Plugin Contributions:
0

Re: Why Does "No Picture Available" Not Work For Subcategories?

When I look at the source code, it's actually displaying pixel_trans.gif.

I can't ever remember in the 7 years we have been doing this to show the "no image available" there. You could custom code that section to do it though.