我正在從Magento遷移,並且需要mySQL查詢來獲取與每個客戶關聯的所有地址。 這是我如何獲取地址ID,但不確定customer_address_entity.parent_id是否是客戶ID。 select
email, group_concat(a.entity_id)
from
customer_entity as c
inner join
c
我有我的升級後出現以下錯誤: Fatal error: Call to undefined method Mage_Core_Model_Config::getResourceHelper() in /home/koala/dev/magento/koala/app/Mage.php on line 531
我已經設置了一些調試這裏: /**
* Retreive resource help
我試圖在我的Magento CE1.6.1.0安裝新的Magento補丁6788,但我不能成功地應用它,因爲下列錯誤: Checking if patch can be applied/reverted successfully...
ERROR: Patch can't be applied/reverted successfully.
patching file .htaccess
H