You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.
Hello, I ran into this problem with Magento and PHP7 on websites using prices excluding taxes. Due to usort being changed in PHP7 it will not add the taxes to the grand total but instead substract it as if the prices are entered including taxes.
I also found a solution for this issue which is really easy, add a sort order to the MRSP tag like this in the config.xml file in the module.
Hello, I ran into this problem with Magento and PHP7 on websites using prices excluding taxes. Due to usort being changed in PHP7 it will not add the taxes to the grand total but instead substract it as if the prices are entered including taxes.
I also found a solution for this issue which is really easy, add a sort order to the MRSP tag like this in the config.xml file in the module.
The text was updated successfully, but these errors were encountered: