index.php 1.1 KB

123456789101112131415161718192021222324252627282930
  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. <style>
  11. .paypal_success{line-height:24px;}
  12. </style>
  13. <div class="main container one-column">
  14. <div class="col-main">
  15. <div class="paypal_success">
  16. <div class="page-title">
  17. </div>
  18. <h2 class="sub-title"><?= Yii::$service->page->translate->__('Your order has been received,Thank you for your purchase!'); ?></h2>
  19. <p><?= Yii::$service->page->translate->__('Your order # is:'); ?> <?= $increment_id ?>.</p>
  20. <p><?= Yii::$service->page->translate->__('You will receive an order confirmation email with details of your order and a link to track its progress.'); ?></p>
  21. <div class="buttons-set">
  22. <button type="button" class="button" title="Continue Shopping" onclick="window.location='<?= Yii::$service->url->homeUrl(); ?>'"><span><span><?= Yii::$service->page->translate->__('Continue Shopping'); ?></span></span></button>
  23. </div>
  24. <?php // var_dump($order); ?>
  25. </div>
  26. </div>
  27. </div>