Skip to content

Commit

Permalink
fix: guest checkout name in vendor order details fixed #894 (#903)
Browse files Browse the repository at this point in the history
* fix: guest checkout name in vendor order details fixed #894

* fix: guest checkout name in vendor order details fixed #894
  • Loading branch information
kapilpaul authored Aug 31, 2020
1 parent 90931c2 commit b15aa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/orders/listing.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
}

} else {
$user = __( 'Guest', 'dokan-lite' );
$user = $order->get_formatted_billing_full_name();
}

echo esc_html( $user );
Expand Down

0 comments on commit b15aa25

Please sign in to comment.