Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Magento 中可以将增值税号添加到您的帐户,但在比利时,将增值税号添加到您的帐单地址更为常见。这可能以某种方式吗?
是的,几乎一切皆有可能,因为 Magento 是用 php 构建的并且是完全开源的。但不幸的是,你所要求的并不容易。您将不得不编写一个自定义模块来执行此操作,而且编写起来并不容易。
这里有几个可能的选项(我没有尝试过),可以让你开始:
祝你好运!