I use this :
<?php $customer = Mage::getSingleton('customer/session')->getCustomer(); ?> <?php echo $customer->getResource()->getAttribute('flavour')->getFrontend()->getValue($customer); ?>
It works !
But unfortunatly, it's impossible to register modification from front end.
Perhaps can you help me ?
<code>
<blockcode>
<apache>
<bash>
<c>
<cpp>
<drupal5>
<drupal6>
<java>
<javascript>
<perl>
<php>
<python>
<ruby>
<xml>
<foo>
[foo]
More information about formatting options
I use this :
<?php $customer = Mage::getSingleton('customer/session')->getCustomer(); ?>
<?php echo $customer->getResource()->getAttribute('flavour')->getFrontend()->getValue($customer); ?>
It works !
But unfortunatly, it's impossible to register modification from front end.
Perhaps can you help me ?