123456789101112131415161718 |
- <?php
- /**
- * FecShop file.
- *
- * @link http://www.fecshop.com/
- * @copyright Copyright (c) 2016 FecShop Software LLC
- * @license http://www.fecshop.com/license/
- */
- ?>
- <div class="main container one-column">
- <div class="col-main">
- <div>
- Order payment success,
- Your Order Increment Id:<?= $increment_id ?>
- </div>
-
- </div>
- </div>
|