Vendor Name On Category Page?

I would like to dynamically load the vendors name on the categories page below.

http://www.anglers-marketplace.com/fishing-tackle.html

I want to be able to use CSS to change the way the vendor name looks under the products price. Can someone tell me what changes I need to make in my_changes folder? I imagine its only a few lines of code but can't get it to show up right. Thanks for the help.

categories.jpg

Use the products:product_multicolumns_list hook in the design/themes/YOUR_THEME/templates/blocks/list_templates/grid_list.tpl file to add the following code:

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

Thank you eCom! That worked perfect. I will be contacting you in a week or so to make me a few add ons. Thanks again.

Thank you eCom! That worked perfect. I will be contacting you in a week or so to make me a few add ons. Thanks again.

You are welcome!

Use the products:product_multicolumns_list hook in the design/themes/YOUR_THEME/templates/blocks/list_templates/grid_list.tpl file to add the following code:

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

Thank you for this! works great.

Thank you for this! works great.

We are glad to help you

Use the products:product_multicolumns_list hook in the design/themes/YOUR_THEME/templates/blocks/list_templates/grid_list.tpl file to add the following code:

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

Hi,

May i know how to hook in the file? i copy it to my change doesnt work.

Thank You.

Hi,

May i know how to hook in the file? i copy it to my change doesnt work.

Thank You.

Try to use this code with the following file

design/themes/YOUR_THEME/templates/addons/my_changes/hooks/products/product_multicolumns_list.post.tpl

Do not forget to clear cache

Hello - This is not working for me either. I've tried to input the code but maybe not sure exactly where to add it? Can someone possibly screen shot this or tell in detail?

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'm trying to get the seller/vendor to show up in all areas ( hot deals, categories,, etc) like it does on the product details page.

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

Hello - This is not working for me either. I've tried to input the code but maybe not sure exactly where to add it? Can someone possibly screen shot this or tell in detail?

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'm trying to get the seller/vendor to show up in all areas ( hot deals, categories,, etc) like it does on the product details page.

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

PM me temporary access, we will check the issue

Hello
I want to add top sellers(ie. related vendors) of the category on category page as a block.
can anyone help me please?

Thanks in advance!

Hello
I want to add top sellers(ie. related vendors) of the category on category page as a block.
can anyone help me please?

Thanks in advance!

You can add the Vendors block with the Manually filling to the Categories layout page

http://prntscr.com/ghnw4r

You can add the Vendors block with the Manually filling to the Categories layout page

http://prntscr.com/ghnw4r

Thanks!
May i know the path of the template file used in vendor block? I want to change its look and feel.

Thanks!
May i know the path of the template file used in vendor block? I want to change its look and feel.

Please try

design/themes/THEME/templates/blocks/companies_list.tpl

Please try

design/themes/THEME/templates/blocks/companies_list.tpl

it worked. Thank you!

it worked. Thank you!

You are welcome!

We are glad to help you :)

Hi is it possible to add vendor logo in product categories