How do I provide a picture for this "No Picture Available" error on my page? Do I really need one? Can I get rid of this error graphic?
How do I provide a picture for this "No Picture Available" error on my page? Do I really need one? Can I get rid of this error graphic?
That is the Category Image ...
In Zen Cart v1.3.5 ... there is now a setting for showing the image when there is one or not showing it at all ...
Configuration ... Product Info ...
Previous Next - Navigation Includes Category Name and Image Status
Product's Category Image and Name Status
0= Category Name and Image always shows
1= Category Name only
2= Category Name and Image when not blank
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!]
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!
Thanks much.
Now how do I get rid of the "Free Shipping" image that shows up under the amount of the product?
You have it marked as Always Free Shipping YES ...
If you don't want the icon ... there is a setting in the:
Catalog ... Product Types ...
Pick the Product Type the Product is using and hit Edit Layout ...
Change the setting there ... to turn off on the Catalog Listings ...
To change on the tpl_product_info_default.php you would edit:
Be sure that you are using your templates and overrides directory ...PHP Code:<!--bof free ship icon -->
<?php if(zen_get_product_is_always_free_shipping($products_id_current)) { ?>
<div id="freeShippingIcon"><?php echo TEXT_PRODUCT_FREE_SHIPPING_ICON; ?></div>
<?php } ?>
<!--eof free ship icon -->
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!]
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!
If you are never ever wanting it to show you can also use :
.freeShippingIcon {display: none;}
In the stylesheet of your custom template
One less core file to over ride.![]()
When the world gets in my face I say Have A Nice Day.
* I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
Custom Templates and Zen Services CRS Designs, Inc.
I've added this to my css under MYTEMPLATE folder and I turned off the shipping image in Product Types. It's still showing up. What am I missing here?Originally Posted by TinaS
http://www.digitalpaperie.com/store/
Oh, must be this one instead;
Please change the period(.) to the number character that's in red.Code:#freeShippingIcon { display: none; }
The # did the trick. Thanks.
One other thing I'm struggling with is spacing right before the product info. I cannot find where to alter this area. (Refer to the thumbnail I posted at the beginning of this thread.) I'd like a space or two between the title of the catagory and the start of the product info.
You're welcome.
Okay, I think I know what you mean. I see that the title sits almost on top of the picture. In your stylesheet, you can adjust this.
Find;
and place a margin-bottom value to your preference, like so;Code:.categoryIcon { }
If you can't locate the .categoryIcon, then just add in the above.Code:.categoryIcon { margin-bottom: 1em; }
OK...that worked too. Thanks.
Seeing as we're on a roll here could you help me find out why I have a white bar below my logo in IE version 6.0.2900.2180?
Edited: Guess it would help to have the URL!
http://www.digitalpaperie.com/store