Jump to content

How to add product manufacturer and product reference fields to catalog in the back office?


Recommended Posts

When I normally browse the catalog in the back office I can only see the product name and product reference, but I would also like to see the manufacturer name and the supplier reference. How can i achieve that? (see attached screenshot) Thanks in advance.

 

https://public.blu.livefilestore.com/y1p2bdzkcsrkbqRPn7Wn19xIVZcQrxOQ7vqrvh706Jszzp2jmhq2DuOh-bJdjtFU_Zgdjl9oaQ0BhkvrJXXxbuOow/screenshot.jpg?psid=1

post-337183-0-61404200-1331797410_thumb.jpg

Link to comment
Share on other sites

  • 5 months later...
  • 2 weeks later...

just substistute de XXX

 

 

<!-- product page manufacturer -->

<p id="product_manufacturer" {if !$product->manufacturer_name}style="display: none;"{/if}>

<label for="manufacturer">{l s='XXXXX'} </label>

<a href="{$link->getmanufacturerLink($product->id_manufacturer, $product->link_rewrite)}" title="{l s=''}">

{$product->manufacturer_name|escape:'htmlall':'UTF-8'}

</a>

</p>

<!-- product page manufacturer end -->

Link to comment
Share on other sites

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...