webgriffe / taxidpro-extension
Magento extension for italian tax code and VAT number management.
Installs: 9 705
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:magento-module
This package is auto-updated.
Last update: 2024-11-07 21:45:24 UTC
README
Magento 1.x extension which allows italians customers to enter tax and VAT identification numbers.
Installation
Please, use Magento Composer Installer and add webgriffe/taxidpro-extension
to your dependencies.
composer require webgriffe/taxidpro-extension
Usage
Edit the following templates of your theme:
- customer/address/edit.phtml
- persistent/checkout/onepage/billing.phtml
- checkout/onepage/billing.phtml
- checkout/onepage/shipping.phtml
In every template replace the company
field markup with the following code:
<?php echo $this->getChildHtml('webgriffe_taxidpro') ?>
If needed, override the template webgriffe_taxidpro/fields.phtml
to fit the html of your theme.
Credits
Developed by Webgriffe®.