success.php 555 B

123456789101112131415161718192021222324
  1. <?php
  2. /**
  3. * FecShop file.
  4. *
  5. * @link http://www.fecshop.com/
  6. * @copyright Copyright (c) 2016 FecShop Software LLC
  7. * @license http://www.fecshop.com/license/
  8. */
  9. ?>
  10. <div class="main container one-column">
  11. <div class="col-main">
  12. <div>
  13. <span style="font-size:18px;">Your Order Increment Id:</span>
  14. <span style="font-weight:bold;font-size:18px;color:#cc0000;">#<?= $increment_id ?></span>
  15. <br/><br/>
  16. Please pay offline and contact customer service to change order payment status
  17. <br/><br/>
  18. Thank You!
  19. </div>
  20. </div>
  21. </div>