Jump to content

(solved) where has manufacturers description gone?


Recommended Posts

Hi all

I have upgraded to 1.4 and managed to fix most of the problems it has caused on my site. But I have now noticed if i click on one of the manufacturer links in the module it will show all the all the products belonging to that manufacturer but the image and description have gone?
Any idea what I need to do to bring this back? Not sure which php/tpl file this actual page uses and no idea why this has happened.
Hope you can help please..

Http://tackleshop.carp-on.com

Ok remebered ages ago had to insert some manual code to display the image and description...:)

Link to comment
Share on other sites

Hello

Happy to share. In your manufacturers.tpl in your themes folder find the line

{include file="$tpl_dir./errors.tpl"}

and after that insert the following code. Should display an image and the description.

Hope that helps


id}-medium.jpg" /> 

{$manufacturer->description} 

Link to comment
Share on other sites

thx hups!

here's some additional data if needed by anyone

$manufacturer->id = 1
$manufacturer->id_manufacturer
$manufacturer->name
$manufacturer->description
$manufacturer->short_description
$manufacturer->id_address
$manufacturer->date_add
$manufacturer->date_upd
$manufacturer->link_rewrite
$manufacturer->meta_title
$manufacturer->meta_keywords
$manufacturer->meta_description

Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...