Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

manufacturers box on left of page broken


Steven Barkess

Recommended Posts

Hi

 

When I click on the manufacturers box on the left hand side of the page, I can select a manufacture but it just takes me to the home page. I have double checked that I have products by the manufacture that I am selecting which is fine.

 

Below is the code in my /catalog/includes/column_left.php file which looks fine

 

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

echo tep_cache_manufacturers_box();

} else {

include(DIR_WS_BOXES . 'manufacturers.php');

}

 

and within my /catalog/includes/languages/english/index.php i have the following lines included

 

define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');

define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');

define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');

 

if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) {

// define('HEADING_TITLE', 'Let\'s See What We Have Here');

define('HEADING_TITLE', 'Browse');

define('TABLE_HEADING_IMAGE', 'Sleeve');

define('TABLE_HEADING_MODEL', 'Model');

define('TABLE_HEADING_PRODUCTS', 'Artist - Title');

define('TABLE_HEADING_MANUFACTURER', 'Label');

define('TABLE_HEADING_QUANTITY', 'Quantity');

define('TABLE_HEADING_PRICE', 'Price');

define('TABLE_HEADING_WEIGHT', 'Weight');

define('TABLE_HEADING_BUY_NOW', 'Buy Now');

define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');

define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.');

define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: ');

define('TEXT_SHOW', '<b>Show:</b>');

define('TEXT_BUY', 'Buy 1 \'');

define('TEXT_NOW', '\' now');

define('TEXT_ALL_CATEGORIES', 'All Categories');

define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');

} elseif ($category_depth == 'top') {

define('HEADING_TITLE', 'What\'s New Here?');

} elseif ($category_depth == 'nested') {

define('HEADING_TITLE', 'Categories');

}

 

What do you think is busted?

 

Thanks

 

Steven

Link to comment
Share on other sites

Hi

 

When I click on the manufacturers box on the left hand side of the page, I can select a manufacture but it just takes me to the home page. I have double checked that I have products by the manufacture that I am selecting which is fine.

 

What do you think is busted?

 

Thanks

 

Steven

 

If the manufacturers box is appearing in the left column then i doubt your problem lies within the column_left.php

 

More likely is the includes/boxes/manufacturers.php

 

Try uploading this file again

 

if it still fails post your URL so we can see it in action !!

Its Only Me

Alex

Link to comment
Share on other sites

Hi

 

Copied in the original manufacturers.php file but still not working.

 

Link to site is

 

http://www.stevenbarkess.co.uk/catalog/ind...talog=index.php

 

Thanks

 

Steven

 

 

I have had a look at your site and the manufacturers box takes me to the manufacturers products... not the homepage.

 

if it still does not work for you, try clearing your browsers cache or any cache files stored in the database.

Its Only Me

Alex

Link to comment
Share on other sites

Hi Alex

 

I got it working yesterday afternoon. I have added the 'Ultimate SEO URL' contribution, however when its switched on the above error happens. When it worked for you it was switched off.

 

I need to let the contibutor know about it.

 

Thanks for looking

 

Steven

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...