webgriffe / taxidpro-extension
此包最新版本(1.0.0)没有可用的许可证信息。
意大利税务代码和增值税号管理的Magento扩展。
1.0.0
2017-09-14 09:29 UTC
This package is auto-updated.
Last update: 2024-09-07 21:23:19 UTC
README
Magento 1.x扩展,允许意大利客户输入税务和增值税识别号码。
安装
请使用Magento Composer Installer并将webgriffe/taxidpro-extension
添加到您的依赖项中。
composer require webgriffe/taxidpro-extension
用法
编辑以下主题模板
- customer/address/edit.phtml
- persistent/checkout/onepage/billing.phtml
- checkout/onepage/billing.phtml
- checkout/onepage/shipping.phtml
在每个模板中,将company
字段标记替换为以下代码
<?php echo $this->getChildHtml('webgriffe_taxidpro') ?>
如有需要,覆盖模板webgriffe_taxidpro/fields.phtml
以适应您的主题HTML。
致谢
由Webgriffe®开发。