标签: php prestashop prestashop-1.7
如何通过$ this-> context?
$this->context->link->getOrderHistory(); ???
答案 0 :(得分:1)
您可以使用Order类中的静态getCustomerOrders函数:
Order::getCustomerOrders((int)$this->context->customer->id))
它将返回客户订单数组