Zen Cart Logo
Forums / General Questions / Attributes Created: How do I retrieve the information

Attributes Created: How do I retrieve the information

Locked

Views: 737

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
19 May 2007, 2:00 AM
#1
cristaltech avatar

cristaltech

New Zenner

Join Date:
Apr 2007
Location:
Rustenburg, South Africa
Posts:
87
Plugin Contributions:
0

Attributes Created: How do I retrieve the information

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 ???:lamo:

19 May 2007, 4:09 AM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Attributes Created: How do I retrieve the information

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.

28 May 2007, 6:37 PM
#3
cristaltech avatar

cristaltech

New Zenner

Join Date:
Apr 2007
Location:
Rustenburg, South Africa
Posts:
87
Plugin Contributions:
0

Re: Attributes Created: How do I retrieve the information

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 ???

29 May 2007, 7:18 AM
#4
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Attributes Created: How do I retrieve the information

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.