Printing company data to page in ultimate version

What is here called Name / Storefront
?dispatch=companies.manage

Name is saved to cscart_companies Company field that I believe is incorrect logic for ultimate version.

There should be a solution to print unique company details available in {$cdata|fn_print_r} to a single page (like privacy or terms policy) not creating multiple for every store front.

so correct

{$cdata|fn_print_r}

[company] => DOMAIN LTD (as per screenshot attached)

More about problem

For CS-Cart Store-Builder, data of the storefront is equal to data of the company.

If you need the data that is stored precisely in the cscart_companies table, you can get this data via direct query and assign it into the smarty variable via your own add-on.