Salve, vorrei aggiungere la validazione javascript per l'iva/cf, ho aggiunto il codice js in js/prototype/validation.js, ora però non riesco a trovare il modo per aggiungere la classe, nel codice (sia dell'onepage checkout che della registrazione) ho:
<?php $_taxvat = $this->getLayout()->createBlock('customer/widget_taxvat') ?>
<?php if ($_taxvat->isEnabled()): ?>
<li>
<?php echo $_taxvat->setTaxvat($this->getQuote()->getCustomerTaxvat())->setFieldIdFormat('billing:%s')->setFieldNameFormat('billing[%s]')->toHtml() ?>
</li>
<?php endif ?>
Avete suggerimenti per aggiungere la classe?
Grazie
Saluti
Risolto, trovato il file: /app/design/frontend/base/default/template/customer/widget/taxvat.phtml