SB Lite Posted April 5, 2011 Share Posted April 5, 2011 Hi,Im wanting to display the manufactures name on the products page. How do i do this.I have tried adding code to the product.tpl but nothing sempt to happen. It could be that i dont no much about HTML and me inserting it in the wrong pesition. Any help is appreicated.ThanksScottHAD TO ENABLE FORCE COMPILE IN PREFERENCES BEFORE IT CHANGED ANYTHING ON THE SITE Link to comment Share on other sites More sharing options...
nada1980 Posted June 23, 2011 Share Posted June 23, 2011 can you tell us the code you entered in the product.tpl file?this will help everybody!thank you Link to comment Share on other sites More sharing options...
Jimbola Posted July 10, 2011 Share Posted July 10, 2011 Go to product.tpl, figure out where you want it to display, say for example after the short description (<!-- left infos-->) and add <!--manufacturer --> {l s='Manufacturer'}: {$product->manufacturer_name|escape:'htmlall':'UTF-8'} you can always use the div id to be "short_description_block" so it has the same styling as the rest of the description.For it to show force compile must be on. 2 Link to comment Share on other sites More sharing options...
nada1980 Posted July 11, 2011 Share Posted July 11, 2011 Thank You Very Much!Finally i found the solution after some attempts in the code.Thank you again!I will check if i did it in the right way! 1 Link to comment Share on other sites More sharing options...
Recommended Posts