https://github.com/webgriffe/taxidpro-extension
Magento 1.x extension which allows italians customers to enter tax and VAT identification numbers.
https://github.com/webgriffe/taxidpro-extension
Last synced: 9 months ago
JSON representation
Magento 1.x extension which allows italians customers to enter tax and VAT identification numbers.
- Host: GitHub
- URL: https://github.com/webgriffe/taxidpro-extension
- Owner: webgriffe
- Created: 2017-09-14T09:22:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T09:33:00.000Z (almost 9 years ago)
- Last Synced: 2025-07-20T12:25:16.479Z (11 months ago)
- Language: PHP
- Size: 998 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Webgriffe TaxIdPro Extension
============================
Magento 1.x extension which allows italians customers to enter tax and VAT identification numbers.
Installation
------------
Please, use [Magento Composer Installer](https://github.com/Cotya/magento-composer-installer) and add `webgriffe/taxidpro-extension` to your dependencies.
```shell
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
getChildHtml('webgriffe_taxidpro') ?>
```
If needed, override the template `webgriffe_taxidpro/fields.phtml` to fit the html of your theme.
Credits
-------
Developed by [Webgriffe®](http://webgriffe.com).