RE: Patch to display default image
Emmtee <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <65d27d5b889762cf844acd9e65b3c4ff@osCommerce-Forums> |
This message was sent from: Features http://forums.oscommerce.com/viewtopic.php?p=165337#165337 ---------------------------------------------------------------- well, I don't intent to use a myriad of missing images or default images... more likely it will be the company logo or a transparent, blank gif in case that there's a missing picture somewhere :) if you want to use categories, then feel free to access cPath in order to determine what category the user is in... small hint: [code] echo "<pre>"; print_r($cPath); echo "</pre>"; [/code]