Vendor Name On Product List

Hi,

i would like ask is it possible to show vendor name at the product list (homepage and catalog page product) (grid,list,compact list)?

Thank You

Hi,

i would like ask is it possible to show vendor name at the product list (homepage and catalog page product) (grid,list,compact list)?

Thank You

Hello,

You need to add bellow lines of code in :

{include file="views/companies/components/product_company_data.tpl" company_name=$product.company_name company_id=$product.company_id}

these files at specified position where you want to add. Please choose file path according to your store theme.

Below file path for responsive theme

design/themes/responsive/templates/blocks/list_templates/products_list.tpl

design/themes/responsive/templates/blocks/list_templates/compact_list.tpl

design/themes/responsive/templates/blocks/list_templates/grid_list.tpl

Thanks

Hello All -

I have multi-vendor 4.4.3 and I too am trying to add the sellers/vendors information on the products description in all areas of the site. ex: Hot Deals, Categories, etc. Would I do this the same way as described above?

I might have gotten it to work on the responsive templates however it doesn't show up on the bright theme. I've searched my files for the code to input( since I've tried in various places) and I don't see it anywhere...lost

I'm adding the code to this file:

/home/visualpr/public_html/shopnow/design/themes/responsive/templates/blocks/list_templates/grid_list.tpl

Right After this: {hook name="products:product_multicolumns_list"}


{include file="views/products/components/product_icon.tpl" product=$product show_gallery=true}

adding code here...

I might have gotten it to work on the responsive templates however it doesn't show up on the bright theme. I've searched my files for the code I've input ( since I've tried in various places) and I don't see it anywhere...lost

Thanks in advance

Hello All -

I have multi-vendor 4.4.3 and I too am trying to add the sellers/vendors information on the products description in all areas of the site. ex: Hot Deals, Categories, etc. Would I do this the same way as described above?

I might have gotten it to work on the responsive templates however it doesn't show up on the bright theme. I've searched my files for the code to input( since I've tried in various places) and I don't see it anywhere...lost

I'm adding the code to this file:

/home/visualpr/public_html/shopnow/design/themes/responsive/templates/blocks/list_templates/grid_list.tpl

Right After this: {hook name="products:product_multicolumns_list"}


{include file="views/products/components/product_icon.tpl" product=$product show_gallery=true}

adding code here...

I might have gotten it to work on the responsive templates however it doesn't show up on the bright theme. I've searched my files for the code I've input ( since I've tried in various places) and I don't see it anywhere...lost

Thanks in advance

Hello,

After adding the above lines of code in corresponding theme which you are using. You need to clear cache after clearing cache verify it.

One more thing when you added above lines of code in responsive theme then it works for both responsive as well as bright theme.

Thanks

Hello,

After adding the above lines of code in corresponding theme which you are using. You need to clear cache after clearing cache verify it.

One more thing when you added above lines of code in responsive theme then it works for both responsive as well as bright theme.

Thanks

Hello and Thank you for replying. It's working now. I tried clearing the cache in administration-storage-clear cache but apparently that's not the correct place to clear?

We have made necessary changes. Please check PM

We have made necessary changes. Please check PM

What were the changes you made? I also cleared cache and cannot see any changes.

What were the changes you made? I also cleared cache and cannot see any changes.

Sorry, but I do not remember. PM me temporary access if you need these changes