I have created attributes for a service. I want to retrieve that information in either excell format or in my admin panel.
I do not want to view independant orders but all of the information once.
How can I do that ???![]()
I have created attributes for a service. I want to retrieve that information in either excell format or in my admin panel.
I do not want to view independant orders but all of the information once.
How can I do that ???![]()
You need to describe more fully what you have done, and what you want to see.
What you have posted does not make sense by itself.
I have created attributes for clients signing up for a service. These spesifications are needed to fully understand the clients request for this specific service.
I want to access this extra information not by going int each and every order, but on bulk. Same as when you want to see which attribute is chosen most and what is the clients specifications.
Make sense now ???
It sounds like what you want will be information that goes into the database, so you could write some MySQL to select all of particular fields and export that to your spreadsheet.
I can't help you with how to do that, but there are people here who can.