cancel
Showing results for 
Search instead for 
Did you mean: 

Magento Customer Registration form on how to display Address field setting?

0 Kudos

Magento Customer Registration form on how to display Address field setting?

Feature request from rvpatel, posted on GitHub Feb 09, 2015

Magento Customer Registration form on how to display Address field without customize like

<?php $this->setShowAddressFields(true); ?> 

adding on before Line 56.

<?php if ($block->getShowAddressFields()): ?>
12 Comments
apiuser
New Member

Comment from vovan1983, posted on GitHub Aug 22, 2016

Solve it. I forgot add country_id field.

hafizMagento
Occasional Contributor

where you  add country_id field. ?
i also facing the same issue ,, but i can't resolve it ,