![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/app/code/Cnc/Tax/etc/ |
<?xml version="1.0"?> <!-- /** * Copyright (c) 2019 Kaliop Digital Commerce (https://digitalcommerce.kaliop.com) All Rights Reserved. * https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) * cnc_tax_m2 * <[email protected]> */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd"> <default> <tax> <calculation> <!-- We define unit to avoid rounding warnings (@see https://docs.magento.com/m2/ce/user_guide/tax/warning-messages.html) --> <!-- Let's see how it goes with it, before eventually trying others back (ROW/TOTAL _BASE_CALCULATION, and discard warning message) --> <algorithm>UNIT_BASE_CALCULATION</algorithm> <price_includes_tax>0</price_includes_tax> <shipping_includes_tax>0</shipping_includes_tax> <discount_tax>0</discount_tax> </calculation> <display> <type>3</type> <shipping>3</shipping> </display> <cart_display> <price>1</price> <subtotal>3</subtotal> <shipping>3</shipping> </cart_display> <sales_display> <price>1</price> <subtotal>3</subtotal> <shipping>3</shipping> </sales_display> </tax> </default> </config>