# learnpress/4.3.8/templates/emails/processing-order-user.php

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

- Page: https://pluginprobe.com/plugins/learnpress/4.3.8/code/templates/emails/processing-order-user.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.3.8/raw/templates/emails/processing-order-user.php
- Modified: 2026-06-01T03:47:14+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.3.8/code/templates/emails/processing-order-user.php#L10-L20`.

```php
{{header}}

<p>Hi <strong>{{order_user_name}}</strong></p>

<p>We have received your order at <strong>{{site_title}}</strong> and send you the details.</p>

<p>Your order is now processing.</p>

<p>You can also login to your account to see more details.</p>

{{order_items_table}}

{{footer}}

```
