PhocacartOrder.getOrderStatus issue

Phoca Cart - complex e-commerce extension
keep2000
Phoca Enthusiast
Phoca Enthusiast
Posts: 75
Joined: 14 Nov 2022, 12:04

PhocacartOrder.getOrderStatus issue

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48706
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: PhocacartOrder.getOrderStatus issue

Post by Jan »

Hi, this is not used method, for getting status info, use:

PhocacartOrderStatus::getStatus() method.

Jan
If you find Phoca extensions useful, please support the project
Post Reply