Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

trouble with a contribution.


sumario

Recommended Posts

Posted

im using this contribution:

 

http://www.oscommerce.com/community/contri...search,category

 

i followed all intructions properly and certain aspects do work as the image it self, the roll over image works but when you click the catergory, it goes to the catergory page but the image for that catergory- it cannot find. It cant find the image as it puts a %22 at the end of the image name. E.g. /images/nav1_over.gif%22

 

Can some one help me figure out why this happens.

 

Thank you.

 

1.JPG

 

 

2.JPG

 

 

3.JPG

 

 

4.JPG

Posted

Hi there,

 

%22 is a space so you must've inserted a space somewhere in the code? Check the categories.php file (around line 47) and make sure there is no space inserted in the bit below (I've bolded it)

 

<img src="/~myaccount/images/navigation/nav' . $counter . '_over.gif" width="170" height="21" name="nav' . $counter . '">';

Posted

Hi,

 

from what i see in the code, there is no space after the _over.gif:

 

......./nav' . $counter . '_over.gif" width="170" height="21" name="nav' . $counter . '">';

 

weird, have any other ideas or other places to check in the files?

 

Thanks.

Posted

but where lmao :lol: ill do some trial an error stuff. if you have any ideas please do tell.

 

Thanks.

Archived

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

×
×
  • Create New...