|
Hi,
if you get error
Cant prepare expression when tableName is instance of Zend_Db_Expr
you can follow above code or else you can also follow this steps
edit it in core file or else override
app\code\core\Mage\Catalog\Model\Resource\Product\Collection.php
to local folder
and then around line 1576(magento1.6.2 and in 1.7 around 1783) or search for this code you will get this code
$helper->prepareColumnsList($select);
comment this line
File Attachments
|