Store Details Does Not Update Companies Table?

Am using CS-Cart Ultimate, and have just noticed that the companies table does not update with the Store Details.

So for my main store, only the company, storefront and secure_storefront data gets updated. The other data (address, email, phone, etc) is still displaying the default data (Boston, MA).

Today I created a new store in the admin panel. In the company table, only the company, storefront and secure_storefront has data. The other columns are empty.

Is this a bug? If not, where are the correct store data actually stored?

Hello.

This values are stored in table cscart_settings_vendor_values

Best regards

Robert.

Hello.

This values are stored in table cscart_settings_vendor_values

Best regards

Robert.

Interesting.. so all the info is just stored as values instead of individual columns.
And this only has the second storefront I created.
Weird they wouldn't have it within the companies table when they clearly had all those columns created.

Thanks!.. Good to know where it actually saves into.