Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Box display images


mybluecat

Recommended Posts

Hi,

 

I have succesfully installed the 4 themes after several unsuccessful tries and can display all of them without getting error messages. However i have the same error on all of them. Namely,the categories box and manufacturers box do not display their respective images. All other boxes display properly. When I display the link properties, the link is as follows: http://www.a-network.net/catalog/default.php. When I display the categories box, this is the link:

 

http://www.a-network.net/catalog/includes/..._right_left.gif

and http://www.a-

network.net/catalog/includes/theme//infobox/corner_right.gif

 

The manufacturer box shows a similar path.

 

 

As I am using themes, which have names and not thema which is numbers I find this curious. I had deleted all files and tables and reinstalled the last snapshot, before I reinstalled the themes.

 

 

Would appreciate any help in pointing me in the right direction about what needs to be corrected. i have tried some of the corrections mentioned in the posts, but none seem to address this issue exactly.

 

Thanks in advance.

 

Linda

Link to comment
Share on other sites

Linda

This is the header you have in your categories.php file.

 

$info_box_contents = array();

 $info_box_contents[] = array('align' => 'left',

                              'text'  => BOX_HEADING_CATEGORIES

                             );

 new infoBoxHeading($info_box_contents, $newtheme,  true, false);

 

 

Try changing it to this:

 

$info_box_contents = array();

 $info_box_contents[] = array('align' => 'left',

                              'text'  => BOX_HEADING_CATEGORIES

                             );

 new infoBoxHeading($info_box_contents, $newtheme,  false, false);

 

 

do the same thing with your manufacturers.php file

 

 

Paul

Link to comment
Share on other sites

don't forget to make the change on all the languages you support. i looked at the english version and everything looks fine. in german those two boxes are still having issues....

It's a Zoo in Here, Literaly...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...