I don't, no. I've found that Zenners fluent in PHP who are here on the forums often offer code snippets to do the kind of thing you're asking for, but there's no way to predict what questions will catch their interest.
I don't, no. I've found that Zenners fluent in PHP who are here on the forums often offer code snippets to do the kind of thing you're asking for, but there's no way to predict what questions will catch their interest.
If the goal is to have a specific category image display when there isn't a categories_image defined, you could customize things such as:
/includes/modules/category_row.php
using your templates and overrides ... and change the image:
and change it from the clear image to one of your own ...Code:while (!$categories->EOF) { if (!$categories->fields['categories_image']) !$categories->fields['categories_image'] = 'pixel_trans.gif'; $cPath_new = zen_get_path($categories->fields['categories_id']);
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!