Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

After installing the contribution InfoBox Admin


Acknowledeged74

Recommended Posts

I've uploaded the column-left, right and just column.php to the includes folder.

 

what next ? bascially where abouts in the admin do I now have control over showing the manufacturers box ?

 

thank you in advance

Link to comment
Share on other sites

I've uploaded the column-left, right and just column.php to the includes folder.

 

what next ? bascially where abouts in the admin do I now have control over showing the manufacturers box ?

 

thank you in advance

Are you installing a contribution?

Link to comment
Share on other sites

All I'm trying to do is get the manufacturers infobox visable, installing the contribution InfoBox Admin seemed like a simple way to do it but I guess not.

 

ARGGGHHHH really not that intuitive this Oscommerce at times.

 

I am looking at http://www.oscommerce.info/kb/osCommerce/C...g_Area/Boxes/66 but it doesn't make sense to me - the require(DIR_WS_BOXES . 'manufacturers.php'); is in the column-left.php but still no drop down on the site ?

 

Maybe its me and php.

Link to comment
Share on other sites

column_left.php has the following:

 

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_manufacturers_box();

} else {

include(DIR_WS_BOXES . 'manufacturers.php');

}

 

 

My problem I think is the manufacturers box is there but not visable ?

 

Does it not show on all templates ? The following is where I'm trying to add it:

 

http://cartridgestoreuk.eu

 

thanks

Link to comment
Share on other sites

column_left.php has the following:

 

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_manufacturers_box();

} else {

include(DIR_WS_BOXES . 'manufacturers.php');

}

 

 

My problem I think is the manufacturers box is there but not visable ?

 

Does it not show on all templates ? The following is where I'm trying to add it:

 

http://cartridgestoreuk.eu

 

thanks

It shows by default on the stock osc, templates are another matter and it depends on what the template designer has omitted or stuffed up.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...