How to show vendor profiles in product pages?

how to show vendor profiles in product pages??here is the example

Online Shopping Store | Buy Online: Mobiles Phone, Computers, Tablets Pc, Home Appliances | Lowest Price shop in India at ShopClues



how do they show vendor profile info,ratings tab in right sidebar of each product

Check the chekbox in Settings > Vendor > Display product vendor: On

If you mean the link to the product page.

skins\basic\customer\views\companies\components\product_company_data.tpl

Replace : {if $company_name}{$company_name}{else}{$company_id|fn_get_company_name}{/if}

With

This: {if $company_name}$product.company_id”|fn_url}”>{$company_name}{else}{$company_id|fn_get_company_name}{/if}

How to display this information in a popup window?

[quote name='posto' timestamp='1337798787' post='137154']

Check the chekbox in Settings > Vendor > Display product vendor: On

If you mean the link to the product page.

skins\basic\customer\views\companies\components\product_company_data.tpl

Replace : {if $company_name}{$company_name}{else}{$company_id|fn_get_company_name}{/if}

With

This: {if $company_name}$product.company_id”|fn_url}”>{$company_name}{else}{$company_id|fn_get_company_name}{/if}

[/quote]



Thank's !!!



Very Thanks

Work Nice