Categories

Featured templates

PrestaShop 1.6.x. How to manage taxes and tax rules

Alice Weasley February 24, 2015
Rating: 5.0/5. From 1 vote.
Please wait...

本教程展示了如何在PrestaShop 1中管理税收和税收规则.6.x.

PrestaShop 1.6.x. How to manage taxes and tax rules

From the backend 在PrestaShop商店中,你可以添加新的税率和规则,你可以编辑和管理现有的. 根据您在安装过程中为您的商店选择的默认国家,应该有一些预配置的税率. However, 您可能需要为不同的国家添加新的税率,还需要配置和更改税收规则.

Managing taxes

  1. To add and manage taxes/tax rates, log into the backend of your PrestaShop and go to Localisation -> Taxes.

    在Taxes页面中,您将看到一个表,其中包含所有预先配置的税,这些税应该根据您的商店默认国家进行设置. 在我们的示例中,默认国家是美国, so the tax rates are for the different states:

    PrestaShop_1.6.x._How_to_manage_taxes_and_tax_rules_1

    To edit the options (e.g. 只需单击该税种的编辑图标(一个小铅笔)即可. 您还可以通过单击相应的图标禁用/启用或删除税收.

  2. To add a new tax, click on the Add new tax button above the table. 在打开的页面上,您必须为新税配置选项:

    • Name. 要非常具体,因为这将帮助你更快地建立税收规则.

      建议在名称中添加提醒,如国家/组/zone the tax applies to, and its rate. 这可以极大地帮助您记住在税收规则中使用哪些税.

    • Rate. The exact rate, in the XX.XX format.

    • Enable. You can disable and re-enable a tax at any time:

    PrestaShop_1.6.x._How_to_manage_taxes_and_tax_rules_2

    After filling in the fields, click on the Save button. 一旦你这么做了,你就会被带回税务分部tab page and the new tax will be added to the table.

  3. 在页面底部有“税务选项”部分. 这些选项适用于整个商店和所有订单.

    • Enable tax. 每次购买是否包含税费.

    • Display tax in shopping cart. 您可能希望客户不知道应用于订单的税. In that case, disable this option.

    • Based on. 客户可以选择不将产品交付到与订单相同的地址 invoice should be sent to. This can have a great impact on taxes. By default, PrestaShop的税率基于送货地址, 但是你可以根据账单地址来选择.

    • Use ecotax. 生态税是指“旨在通过经济激励促进生态可持续活动的税收”。. 这是一种店主为了“感受他们的行为所带来的社会负担”而缴纳的税。. Learn more about ecotax on this Wikipedia page: http://en.wikipedia.org/wiki/Ecotax.

      一旦您启用了ecotax的使用,您的所有产品都将具有“生态税”(含税).)” field in their “Prices” tab in the back-end. 你应该在那一栏填上确切的税额, 这取决于你所在国家的税法(根据产品价格):

    PrestaShop_1.6.x._How_to_manage_taxes_and_tax_rules_3

  4. 将更改应用到Tax Options后保存更改.

Managing tax rules

尽管预配置的税收规则的名称可能看起来与税种的名称相同或相似, a tax rule is something different. 您可以根据国家(或州)使用税收规则来应用不同的税收。. 您可以使用单一税收规则对来自20个不同国家的客户的产品应用不同的税收, for example. What’s taken into account is the delivery (or invoice) address that the customer has provided.

  1. To 添加一个新的税收规则,请按照下面列出的步骤操作:

    • Click on the Add new button in Localisation -> Tax Rules .

    • In the form that appears, name the rule. 使用一个有说服力的名字:使用税收规则的国家代码, its name, its rate, to find it easily the next time. 如果PrestaShop已经有目标国家的税收规则,使用他们的名字来保持一致性.

      e.g. VAT-FR and BE.

    • Select whether the rule should be enabled from the get-go or not. You can enable it later if needed.

    • Click the “Save and stay” button. The page reloads with a table header at the bottom:

      PrestaShop_1.6.x._How_to_manage_taxes_and_tax_rules_4

  2. 通过填写字段来指定国家和行为:

    • Country. The target country for the rule you are creating.

    • State. 一些国家在PrestaShop上注册了联邦州(见“州”页,在“Localization” menu). In that case, you can make the tax even more specific, 或者选择将其应用于整个国家. 在单击状态名称时按Ctrl键可以选择多个状态.

    • Zip Code range. Whether the country has registered states or not, 您可以使用客户的邮政编码指定税务应用程序. 此字段使您能够定义应应用于其中的邮政编码:输入单个邮政编码, or define a range using the dash. 例如,使用“75000-75012”为这两者之间的所有邮政编码创建一个范围.

    • Behavior. 有些客户的地址可能与您的一个以上的税收规则相匹配. 在这种情况下,您可以选择如何执行此税收规则:

      • This Tax Only. 只适用于这个税,而不适用其他匹配税.

      • Combine. Combine taxes. For instance: 100€ + (10% + 5% => 15%) => 115€.

      • One After Another. Apply taxes one after another. For instance: 100€ + 10% => 110€ + 5% => 115.5€.

  3. Tax. The tax to be used for this tax rule. 这笔税必须已经在PrestaShop上登记过了. If not: choose “Not tax”, disable the tax rule, save it, create a tax in the “Taxes” page, then come back to edit the tax rule.

  4. Description. 你可以加上一段简短的文字来提醒为什么这个国家有这个税收规定.

  5. Click on “Save and stay”. The country is added to the table below, 你可以开始添加另一个国家使用新的空字段:

    PrestaShop_1.6.x._How_to_manage_taxes_and_tax_rules_5

请注意,应用于您的产品的默认汇率将基于您的商店默认国家.

现在我们可以把税收规则应用到我们商店的任何产品上. 当配送地址在法国的客户使用此税收规则订购产品时, the tax on the product will be 19.6 %.

请随时查看下面的详细视频教程:

PrestaShop 1.6.x. How to manage taxes and tax rules

Prestashop Themes Download
This entry was posted in PrestaShop Tutorials and tagged Prestashop, rule, tax. Bookmark the permalink.

Submit a ticket

如果您仍然无法找到关于您的问题的足够的教程,请使用以下链接向我们的技术支持团队提交请求. 我们将在接下来的24小时内为您提供我们的帮助和协助: Submit a ticket