Jump to content

(SOLVED) Displaying Manufacturer on the product page


Recommended Posts

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.

Thanks
Scott

HAD TO ENABLE FORCE COMPILE IN PREFERENCES BEFORE IT CHANGED ANYTHING ON THE SITE

Link to comment
Share on other sites

  • 2 months later...
  • 3 weeks later...

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.
  • Like 2
Link to comment
Share on other sites

×
×
  • Create New...