If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Hi Bruce.
Not sure what you mean. This is in the admin.
When I go to a customer account, it shows the customer "Dashboard" (ie first tab) which includes a section for the customer info (ie # of orders, lifetime value, name, login, billing & shipping addresses, etc), which has the blue/green gradient background at the top. At the top of the customer info section, it shows the customer's name. That would be the prime place to also show the company name.
Perhaps the best way of implementing this is to allow Miva Admins to indicate what information they want to appear in that area. Similar to how you can control the Batch Edit displays.
Customer info, when viewing a customer record in the backend, is being saved in a js array that can be viewed in your Chrome developer tools (F12)
MMScreenContext['customer']['bill_comp']
If on your browser, you run an injected script (via a chrome extension), you could reorganize and streamline pages to how you want them.
No reason to overthink this or make it more complicated than needed .... just a simple Dream Feature request that, in my mind, really shouldn't be too difficult to implement. But very helpful to those of us who are in the B2B space.
Comment