success.php 339 B

123456789101112131415161718
  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. Order payment success,
  14. Your Order Increment Id:<?= $increment_id ?>
  15. </div>
  16. </div>
  17. </div>