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
Thank you a lot for this great module. This is one issue i found.
In /app/code/community/RicardoMartins/OutofstockLast/Model/Catalog/Layer.php line 22
It's better to replace 'cataloginventory_stock_item' with $collection->getTable('cataloginventory/stock_item') since the table name may have prefix in some case.
Thank you
The text was updated successfully, but these errors were encountered:
Thank you a lot for this great module. This is one issue i found.
In
/app/code/community/RicardoMartins/OutofstockLast/Model/Catalog/Layer.php
line 22
It's better to replace 'cataloginventory_stock_item' with
$collection->getTable('cataloginventory/stock_item') since the table name
may have prefix in some case.
Thank you
Reply to this email directly or view it on GitHubhttps://github.com//issues/2
.
Hi Ricardo
Thank you a lot for this great module. This is one issue i found.
In /app/code/community/RicardoMartins/OutofstockLast/Model/Catalog/Layer.php line 22
It's better to replace 'cataloginventory_stock_item' with $collection->getTable('cataloginventory/stock_item') since the table name may have prefix in some case.
Thank you
The text was updated successfully, but these errors were encountered: