gerben86
gerben86
I also found this issue, I believe it's related to merging/bundling css. After I disabled bunding and merging it worked again... Copying the file like HOSTED-POWER suggest also works. I...
I'm also using Fooman module Fooman_Surcharge, so maybe it's related to this fixed issue: https://github.com/mollie/magento2/issues/512
Hi Frank, Thanks for your suggention: && $amount still throws the error, but this works: ``` if ($taxAmount && $amount != 0) { ``` I just updated my code and...
Hi @Frank-Magmodules , Which details of the environment do you need?