如何加载Magento 2中特定客户的所有订单

时间:2017-08-22 19:16:00

标签: magento2

我们如何在Magento2中加载指定客户ID的所有订单?这就是我们在Magento1中的表现。

$orderCollection = Mage::getModel('sales/order')->getCollection(); 
$lastyear = date('Y-m-d', strtotime("-1 year"));
$orders = $orderCollection->addAttributeToFilter("customer_id", 1234567890)->addAttributeToFilter('state', 'complete')->addAttributeToFilter('created_at', array('gteq'  => $lastyear));

1 个答案:

答案 0 :(得分:0)

您好mike您可以通过这种方式获得特定客户的所有订单

CATALINA_OPTS="-XX:+UseConcMarkSweepGC -Xms12G -Xmx16G -XX:PermSize=256m -XX:MaxPermSize=256m -XX:+UseParallelGC -XX:+UseParallelOldGC -XX:+DEFAULTRBOVERWRITE -javaagent:/var/lib/newrelic/tomcat/newrelic.jar