# sync-basalam/1.10.0/templates/orders/Statuses/Completed.php

ووسلام – همگام سازی ووکامرس و باسلام, version 1.10.0. 13 lines.

- Page: https://pluginprobe.com/plugins/sync-basalam/1.10.0/code/templates/orders/Statuses/Completed.php
- Raw: https://pluginprobe.com/plugins/sync-basalam/1.10.0/raw/templates/orders/Statuses/Completed.php
- Modified: 2026-07-11T07:54:58+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/sync-basalam/1.10.0/code/templates/orders/Statuses/Completed.php#L10-L20`.

```php
<?php defined('ABSPATH') || exit; ?>
<div class="basalam-status-wrapper basalam-completed basalam-p">
    <div class="basalam-order-complete-status">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
            <circle cx="12" cy="12" r="10" stroke="#10B981" stroke-width="2" />
            <path d="M8 12L11 15L16 9" stroke="#10B981" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
        </svg>
        <p class="basalam-status-title">سفارش تکمیل شده</p>
    </div>
    <div class="basalam-status-content">
        <p class="basalam-status-message">این سفارش به دست مشتری رسیده و تکمیل شده است.</p>
    </div>
</div>
```
