Bounteous-Inc/Magento-Multi-Location-Inventory

table prefix

Opened this issue · 2 comments

My Magento installation uses the prefix mage_
The tables are created after installing the plugin like mage_demac_multilocationinventory_location etc. After creating the locations in the backend, I want to reindex the data. I get an error. I see that the table prefix is not shown in the error message, so it is correct it can't found the right table.

Hi @henkvalk Thanks for this report. The issue is likely in the Demac_MultiLocationInventory_Model_Resource_Stock_Status_Index::createMissingStockIndexRows() function where a raw SQL query is used for indexing. We will need to refactor this to get the correct table name. Please stay tuned

Do you have an uninstall script?