我是新在magento 2。我面临的问题,更换标签在pdf发票。我需要将“税收”标签改为"GST“标签,该标签位于右侧底部。我在这件事上浪费了6个多小时,但没有得到任何解决办法。
请帮我这个忙。
发布于 2017-07-08 13:15:03
我找到解决办法了。我已在vendor/magento/module-tax/i18n/en_US.csv文件中将"Tax“标签替换为"GST”。这一变化反映在整个网站上。
发布于 2017-07-06 12:41:47
基本上,您将需要创建税收规则,他们将显示在税务作为摘要。您也可以在结帐时更改税务标签,但您不能轻松地定制发票。此外,您还需要分别显示CGST和SGST。
为此,请尝试制定税收规则。
步骤1:填写税收规则信息
- Tap the Edit icon on the row.
- Edit the tax rate information on the Tax Rate page, then click Save.
步骤2:配置附加设置
- Choose the Product Tax Class to which the rule applies.
- Tap the Edit icon to modify the form and then Save it.
- If need to create a new tax class, click on Add New Tax Class to fill the necessary.
- Set the Priority to determine this tax to be applied first when more than one tax are enabled
- To calculate the tax according to the order subtotal, mark the Calculate off Subtotal Only checkbox.
- Set the Sort Order to arrange them in the list of the tax rules.
我希望这能帮到你。有关更多信息,请参阅Magento用户指南
https://stackoverflow.com/questions/44949040
复制相似问题