Please forgive me this is probably a really stupid question.
But how do I echo customer data in "account_edit".
I have tried many ways but if doesn't seem to work.
Any suggestions?
Thanks
Please forgive me this is probably a really stupid question.
But how do I echo customer data in "account_edit".
I have tried many ways but if doesn't seem to work.
Any suggestions?
Thanks
Elaborate on WHAT data you are seeking???
Normal customer info should be displayed by default
Zen-Venom Get Bitten
Thanks for your reply.
I have added extra customer fields which work fine in "admin" but I would also like to display them to the customer in account_edit
For example I have created a field called customer_status which is set in admin. I want to display this to the customer but I don't want them to be able to edit the content/field. Basically like a simple echo statement from the database.
Thanks again for your help.
That file consists mostly of a form but is enclosed in a div named accountEditDefault -
You should include your calls in the div but before or after the form or is a separate div all together
Opps see yopu have tried - - you might have to have the module associated with this function get the data available to be used
Last edited by kobra; 7 Mar 2009 at 02:38 AM.
Zen-Venom Get Bitten
so would the call be:
<?php echo $customers->info['customers_firstname']; ?>
if I wanted to echo first name?
Thanks again
Sam
Have a peek at includes/modules/pages/account_edit/header_php.php
Zen-Venom Get Bitten