Page 1 of 1

PhocacartOrder.getOrderStatus issue

Posted: 08 Mar 2025, 09:23
by keep2000
Hi
It seems that the getOrderStatus method in the PhocacartOrder library is not working. The table alias is missing, and there is no return value.

My goal was to retrieve the order status in a custom order layout override.

Re: PhocacartOrder.getOrderStatus issue

Posted: 12 Mar 2025, 15:25
by Jan
Hi, this is not used method, for getting status info, use:

PhocacartOrderStatus::getStatus() method.

Jan