Guest User

Untitled

a guest
Jul 23rd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $commentHistory = $order->getStatusHistoryCollection(true);
  2.  
  3. <?php
  4.  
  5. foreach ($orderDetails->getAllStatusHistory() as $orderComment){
  6.  
  7. echo $comment = $orderComment->getComment();
  8.  
  9. } ?>
Add Comment
Please, Sign In to add comment