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 Apr 30, 2023. It is now read-only.
Contact Details
[email protected]
What happened?
If you have set a 'table_prefix' value the 'Push Products' return a false response of missing table.
[FIX]: Get table name with prefix dinamically in 'Model/Product/Feed/ProductRetriever/Simple.php'
`
$tableName = $this->_resource->getTableName('catalog_product_super_link');
$collection
->getSelect()->joinLeft(['l' => $tableName], 'e.entity_id = l.product_id')
->where('l.product_id IS NULL')
->order(new \Zend_Db_Expr('e.updated_at desc'))
->limit($limit, $offset);
`
Magento Version
2.4
Plugin Version
1.4.4
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: