- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2015
02:39 AM
05-26-2015
02:39 AM
[Risolto] IVA validazione javascript
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
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2015
06:28 AM
05-26-2015
06:28 AM
Re: IVA validazione javascript
Risolto, trovato il file: /app/design/frontend/base/default/template/customer/widget/taxvat.phtml