Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Manufacturer Default Image


Guest

Recommended Posts

Hi guys,

 

I've been working with osCommerce for several months now and have always been able to solve the problems with a little thought. Great product by the way!!!

 

This one has me stumped and any assistance would be welcomed...

 

When you click on the manufacturer dropdown menue and select the "select manufacturer" option then a desault page loads. there is a missing image link at the top of the page and there is no default image linked.

 

Ihave checked the php code which shows the default image to be table_background_list.php but no image shows.

 

Any help appreciated.

 

John

Link to comment
Share on other sites

  • 5 months later...

Hi PCcommerce,

 

I also noticed this problem, though it's a minor issue. Have you got any solutions yet?

 

When I selected a manufacturer from the drop-down menu ("Please select" on the top of menu as default), it works just fine (both M's page and M's logo shown correctly). But after that, if I choose the default option ("Please select") from the menu (though no reason for that usually), the "default page" loads with the "deafult image" missing (which is supposed to be the heading image). If Netscape is used, the broken image will changed to the ALT phrase, such as "Let's see what we have here".

 

Here is

OSC's own demo, where you can see the problem.

 

As shown in the url, there's no M's ID assigned (index.php?manufacturers_id= ) I guess tha might be why no corresponding image could be displayed.

 

Here is the image portion of the page codes (not the original php doc):

 

<table border="0" width="100%" cellspacing="0" cellpadding="0">

          <tr>

            <td class="pageHeading">Let's See What We Have Here</td>

            <td align="right"><img src="images/" border="0" alt="Let's See What We Have Here" title=" Let's See What We Have Here " width="57" height="40"></td>

 

          </tr>

        </table>

 

As in your post:

 

Ihave checked the php code which shows the default image to be table_background_list.php but no image shows.

 

Could you please let me know which php doc you are reffering above. Thanks!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...