Silverado Posted February 25, 2009 Share Posted February 25, 2009 Hi AllI am currently customizing a Prestashop theme and am having trouble with something i want it to do and am looking for help with this.What i what i want is that when you select a Manufacturer e.g. Apple and it goes to thet page , for it to display the logo and the description of the Manufacturer as well as all their products.E.g.It displays the Logo and description on the manufacturer.php page, but not on the manufacturer.php/5_apple.Many thanks in advanceSteve Link to comment Share on other sites More sharing options...
Silverado Posted February 27, 2009 Author Share Posted February 27, 2009 Please can someone help with this. Link to comment Share on other sites More sharing options...
ilian2001 Posted March 10, 2009 Share Posted March 10, 2009 Hello,I have the same problem, I can't find the link between the manufacturer name and the logo. Ideally, I would like the logo displayed, and the "Alt" showing the description. Thanks in advance for your assistanceFred Link to comment Share on other sites More sharing options...
ydavid Posted March 18, 2009 Share Posted March 18, 2009 any updates to this? Link to comment Share on other sites More sharing options...
jhnstcks Posted May 13, 2009 Share Posted May 13, 2009 I have managed to link the manufacturer and logo together so that they are displayed together, but I am unable to find the correct code to display the correct manufacturer, it just displays the highest id manufacturer, which isnt very useful.I think it needs some sort of smarty code to get the correct manufacturer from the product table of mysql. Link to comment Share on other sites More sharing options...
memex Posted May 27, 2009 Share Posted May 27, 2009 Just try to add in a file manufacturer.tpl in your template dir, after the line {include file=$tpl_dir./errors.tpl} following code: id}.jpg" alt="{$manufacturer->name|escape:'htmlall':'UTF-8'}" title="{$manufacturer->name|escape:'htmlall':'UTF-8'}" /> {$manufacturer->description[$id_lang]|escape:'htmlall':'UTF-8'} Link to comment Share on other sites More sharing options...
jtprince Posted May 27, 2009 Share Posted May 27, 2009 It was a requested feature by me, but thanks to memex, there is until then a solution Link to comment Share on other sites More sharing options...
memex Posted May 27, 2009 Share Posted May 27, 2009 Or you can download mod. file manufacturer.zip Link to comment Share on other sites More sharing options...
iwans Posted May 28, 2009 Share Posted May 28, 2009 yes its easy... Link to comment Share on other sites More sharing options...
jhnstcks Posted May 28, 2009 Share Posted May 28, 2009 Any idea how to insert the manufacturer logo and link into the product page? All it seems to do is display the same manufacturer for every product. Link to comment Share on other sites More sharing options...
memex Posted May 28, 2009 Share Posted May 28, 2009 Where exactly you what to insert the manufacturer logo? In what part of product information? Link to comment Share on other sites More sharing options...
jhnstcks Posted May 28, 2009 Share Posted May 28, 2009 Below the short description box and above the buy block Link to comment Share on other sites More sharing options...
jhnstcks Posted May 28, 2009 Share Posted May 28, 2009 IF you see my site you can see that the same manufacturer is being displayed for all 3 products even though they have different ones set in admin.The link also doesnt work properly. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now