# learnpress/4.1.6.9/templates/emails/processing-order-guest.php

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.1.6.9. 16 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.1.6.9/code/templates/emails/processing-order-guest.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.1.6.9/raw/templates/emails/processing-order-guest.php
- Modified: 2022-07-27T02:27:30+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.1.6.9/code/templates/emails/processing-order-guest.php#L10-L20`.

```php
{{header}}

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

<p>
    Thank you for purchasing course with {{site_title}}!
    We have received your order and it is now being processed.
    We will send you an email once your order has been processed.
<p>

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

{{order_items_table}}

{{footer}}

```
