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

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

- Page: https://pluginprobe.com/plugins/learnpress/4.2.0/code/templates/emails/processing-order-guest.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.2.0/raw/templates/emails/processing-order-guest.php
- Modified: 2022-11-14T06:50: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.2.0/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}}

```
