How Get Vendor City Or State And Post It To Product List

I need help for :

IN products list i want showing Vendors city or state for each products

Used multi-vendor .

I used :

{include file="common/company_data.tpl"}
{foreach from=$company.company_id.statename item=statename}
              {$statename.state}
            {/foreach}

But not working

At least you should retrieve company information from database. E.g.

{$company = $product.company_id|fn_get_company_data}

What are you going to do if it is a "Common Product" where there may be 20 vendors selling the same product?

What are you going to do if it is a "Common Product" where there may be 20 vendors selling the same product?

No Need i have a filter https://forum.cs-cart.com/topic/61635-how-to-make-a-filter-according-to-the-countries-and-cities/?fromsearch=1

The function can filter via country and city, So i want showing End user he use correct city ... That is .