Is it possible to display the fields added by Merchant's Customer Custom Fields module on the Phone Order Manager page and to edit the data?
It is indeed possible (make sure, as usual, that you have the latest version installed). Tokens can be used in the module's "Main page template" field to display text fields to display the data and to permit it to be modified.
The token:
%customer_field:field%
where "code" is the field's code (as you configured when creating the field). This token will create a text field at the default 40 characters long with the customer's data for that field in it. The field can be set to a custom length with the token:
%customer_field:field|xxx|%
where xxx is the length.
For example, to to create fields to view and modify two custom fields, "eye color" (which has code "eye') and "hair color"(whiich has code "hair") you could add to the "Main page template" field in the module's admin:
Eye Color: %customer_field:eye%
Hair Color: %customer_field:hair%
To give these fields a length of 100 characters:
Eye Color: %customer_field:eye|100|%
Hair Color: %customer_field:hair|100|%
Note that changes to these fields will only be saved if the "Update customer info with this data?" checkbox is checked. Also, if add data to these fields and create a new customer with the "Create account" checkbox, the custom data will be saved with new customer.
Last update: 2008-02-05 18:07
Author: Thor
Revision: 1.0
You cannot comment on this entry
Most Recent FAQ Entries: 
- I have the module configured to add the key ... (2008-08-13 14:50)
- What is the format for the htaccess file if ... (2008-08-12 14:50)
- Is there any way to look up a customer's ... (2008-08-06 18:04)
- I am looking for a module that will allow ... (2008-08-06 18:00)
- Is it possible to display a link in Phone ... (2008-08-06 12:05)
Top 10 
- 2754 views:
Adding Tokens to Evaluate Expressions - 2698 views:
Is there a way to "Limit" the number of ... - 2654 views:
Why won't you call me for technical support? I ... - 2549 views:
Are license keys valid for more than one store? ... - 2447 views:
I'm trying to enter a license key and get ... - 2425 views:
How do I install a module? - 2286 views:
How do I check for a module upgrade? - 2255 views:
How can display and change the parameters of an ... - 2097 views:
The total on my checkout pages are not correct. ... - 1932 views:
I have select and radio type attributes in my ...
















