# learnpress/4.4.6/templates/emails/completed-order-guest.php

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.4.6. 14 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.4.6/code/templates/emails/completed-order-guest.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.4.6/raw/templates/emails/completed-order-guest.php
- Modified: 2026-08-31T10:33:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/learnpress/4.4.6/code/templates/emails/completed-order-guest.php#L10-L20`.

```php
{{header}}

<p>Hi <strong>Guest</strong>,</p>

<p>Your recent order at {{site_title}} has been completed.<p>

<p>See your order details below:</p>

<p>Order key: {{order_key}}</p>

{{order_items_table}}

{{footer}}

```
