✏️ 正在编辑: README.md
路径:
/home/bpioifn/www/pigmentse/modules/opartdevis/README.md
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
# OpartDevis Quotation module for Prestashop ### Troubleshooting : #### Ecotax and discounts : OpartDevis has to follow the Prestashop's way of product price calculation. On the other hand, to stick with the law, discounts can't be applied on ecotax but Prestashop does so since the 1.6.1.0 version. If your shop applies ecotax and discounts on products, you'll have to override a method from classes/Product.php in order to fix this bug. How to fix the bug ? 1. Create an override of classes/Product.php and copy in it the method `priceCalculation` from the original class of your Prestashop 2. Move the block that concerns ecotax after the condition block `if ($only_reduct ...)` See this bug report for more information : https://github.com/PrestaShop/PrestaShop/issues/9600
💾 保存文件
← 返回文件管理器