PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.4.8
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.4.8
4.4.8 4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.9.1 4.3.9 4.3.8 4.3.7 4.1.6.9 4.1.6.9.1 4.1.6.9.2 4.1.6.9.3 4.1.6.9.4 4.1.7 4.1.7.1 4.1.7.2 4.1.7.3 4.1.7.3.1 4.1.7.3.2 4.2.0 All 139 releases
learnpress / templates / emails / refund / refund-request-order-admin.php

refund-request-order-admin.php in LearnPress – WordPress LMS Plugin for Create and Sell Online Courses 4.4.8, at templates/emails/refund/refund-request-order-admin.php

15 lines 544 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {{header}}
2
3 <p>Order placed by <strong>{{order_user_name}}</strong> has a new refund request.</p>
4 <p><strong>Order ID:</strong> {{order_id}}</p>
5 <p><strong>Order key:</strong> {{order_key}}</p>
6 <p><strong>Requester ID:</strong> {{refund_requested_by}}</p>
7 <p><strong>Requester email:</strong> {{refund_requested_email}}</p>
8 <p><strong>Requested at:</strong> {{refund_requested_at}}</p>
9 <p><strong>Reason:</strong> {{refund_reason}}</p>
10 <p><a href="{{admin_order_edit_url}}">Review this refund request</a></p>
11
12 {{order_items_table}}
13
14 {{footer}}
15