Updates.
git-svn-id: http://svn.cleancode.org/svn/pickles@91 4d10bc64-7434-11dc-a737-d2d0f8310089
This commit is contained in:
parent
a833e0c3cf
commit
0cb27fa77f
2 changed files with 17 additions and 0 deletions
11
common/modules/store/checkout.php
Normal file
11
common/modules/store/checkout.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
class store_checkout extends store {
|
||||
|
||||
public function __default() {
|
||||
|
||||
var_dump($_REQUEST, $_SESSION);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
6
common/templates/store/checkout.tpl
Normal file
6
common/templates/store/checkout.tpl
Normal file
|
@ -0,0 +1,6 @@
|
|||
<b>Transaction Successful!</b><br />
|
||||
(Small paragraph with emailed receipt. Also notice that one their order has been shipped they will receive the shipping tracking info via email as well.)<br /><br />
|
||||
-- or --<br /><br />
|
||||
<b>Transaction Failed.</b><br />
|
||||
(Small paragraph about returning to previous page to make sure all input info was correct and if they continue to have problems to call (800)895-4415 to resolve the issue and/or order by phone.)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue