Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hey I've just asked about manufacturers drop down, is it too easy a question?


Acknowledeged74

Recommended Posts

Boxes/manufacturers.php and one is made in index.php

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

cool I can see it, but how do I install it or get it visible in column left ?

 

column_left.php

 

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

echo tep_cache_manufacturers_box();

} else {

include(DIR_WS_BOXES . 'manufacturers.php');

}

- :: Jim :: -

- My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -

Link to comment
Share on other sites

column_left.php

 

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

echo tep_cache_manufacturers_box();

} else {

include(DIR_WS_BOXES . 'manufacturers.php');

}

 

 

Yep its there already, thats my problem I think 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

Many of the pre-made templates does not use column_left or column_right , the codes are placed in header.php instead

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...