Multi Fees FAQ
Compatibility with Webshopapps Matrixrate extension¶
How to disable Multi Fees extension¶
If you want to completely remove Multi Fees extension from your sever you need to do the following:
-
Disable Compilation Mode (if enabled)
-
Rename the file app/etc/modules/MageWorx_MultiFees.xml to app/etc/modules/MageWorx_MultiFees.xml~
-
Login in to Magento back-end and refresh site cache (if enabled)
-
Connect to your database using any Database tool
-
Open the table
eav_attribute
-
Delete the records with attribute code
attribute code = "additional_fees"
from this table or simply execute the following queries:
sql
DELETE FROM `eav_attribute` WHERE `attribute_code` = 'additional_fees'
Totals are listed twice after installation of Multi Fee extension¶
If the shipping and tax totals are listed twice in Multi Fees extension, you should replace the original file app/design/frontend/default/default/layout/multifees.xml with this one.