Hello to all,
I would like to delete the block "Manufacturers" because I don't need it.
How can I do it. Didn't find the option in the admin menu...
Would be very thankful for any help from your side.
All the best,
Walter
Latest News: (loading..)
How to delete the block "Manufacturers"
Started by Lordwalter, Mar 14 2010, 10:49
4 replies to this topic
#1
Posted 14 March 2010, 10:49
#2
Posted 14 March 2010, 12:14
What do you mean with "block manufacturers"?
If it is the box on the left then do following
1) Find the file includes/column_left.php
2) Replace this lines
If it is the box on the left then do following
1) Find the file includes/column_left.php
2) Replace this lines
if ((USE_CACHE == 'true') && empty($SID)) {
echo tep_cache_manufacturers_box();
} else {
include(DIR_WS_BOXES . 'manufacturers.php');
}
by this lines
/*
if ((USE_CACHE == 'true') && empty($SID)) {
echo tep_cache_manufacturers_box();
} else {
include(DIR_WS_BOXES . 'manufacturers.php');
}
*/
Looking for a way to create your own osCommerce template ? click
#3
Posted 03 April 2010, 13:21
multimixer, on 14 March 2010, 12:14, said:
What do you mean with "block manufacturers"?
If it is the box on the left then do following
1) Find the file includes/column_left.php
2) Replace this lines
If it is the box on the left then do following
1) Find the file includes/column_left.php
2) Replace this lines
if ((USE_CACHE == 'true') && empty($SID)) {
echo tep_cache_manufacturers_box();
} else {
include(DIR_WS_BOXES . 'manufacturers.php');
}
by this lines
/*
if ((USE_CACHE == 'true') && empty($SID)) {
echo tep_cache_manufacturers_box();
} else {
include(DIR_WS_BOXES . 'manufacturers.php');
}
*/
Hello Multimixer,
yes, I would like to delete the block on the left column. So thank you for answering.
I did what you instructed me, but there was no change at all. I think that the replacement text and the original text is the same, isn't it?
Would be very thankful if you could check that out and let me know how I can do it.
Best regards
Walter
#4
Posted 03 April 2010, 14:20
Lordwalter, on 03 April 2010, 13:21, said:
Hello Multimixer,
yes, I would like to delete the block on the left column. So thank you for answering.
I did what you instructed me, but there was no change at all. I think that the replacement text and the original text is the same, isn't it?
Would be very thankful if you could check that out and let me know how I can do it.
Best regards
Walter
yes, I would like to delete the block on the left column. So thank you for answering.
I did what you instructed me, but there was no change at all. I think that the replacement text and the original text is the same, isn't it?
Would be very thankful if you could check that out and let me know how I can do it.
Best regards
Walter
Avoid the most asked question. See How to Secure My Site and How do I...?














