Try the Demo

Magento Forum

   
Problens with TaxVat on version 1.1.1
 
andreladocruz
Guru
 
Total Posts:  322
Joined:  2008-05-07
Brazil
 

If you have installed 1.1.1 version and found that the field taxvat is not being shown on new account forms, please update your files

template/customer/form/register.phtml
template/checkout/onepage/billing.phtml

with the code bellow right after the Day Of Birth (dob) block:

<?php $_taxvat $this->getLayout()->createBlock('customer/widget_taxvat'?>
<?php 
if ($_taxvat->isEnabled()): ?>
        
<li>
            
<?php echo $_taxvat->toHtml() ?>
        
</li>
<?php endif ?>

Regards,

 Signature 

André Cruz
BioStore Ecommerce Group
Especialista em E-commerceLoja Virtual 100% Magento

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top