mirror of
https://github.com/kennethreitz-archive/shopp.git
synced 2026-06-05 23:40:16 +00:00
19 lines
684 B
PHP
19 lines
684 B
PHP
<?php
|
|
/**
|
|
** WARNING! DO NOT EDIT!
|
|
**
|
|
** These templates are part of the core Shopp files
|
|
** and will be overwritten when upgrading Shopp.
|
|
**
|
|
** For editable templates, setup Shopp theme templates:
|
|
** http://docs.shopplugin.net/Setting_Up_Theme_Templates
|
|
**
|
|
**/
|
|
?>
|
|
<h3>Thank you for your order!</h3>
|
|
|
|
<p><strong>Order <?php shopp('purchase','id'); ?></strong> — <?php shopp('purchase','total'); ?></p>
|
|
|
|
<p>Your order has been received and still needs processed. You will receive an email with your order receipt when your payment has been completed. Links to your digital purchases will be included in your email receipt.</p>
|
|
|
|
<p>Thank you for shopping with us!</p>
|