diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-09 18:20:16 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-09 18:21:28 -0500 |
| commit | f4f94bedc9027e630c1277d15e414db686a948bd (patch) | |
| tree | 9c2b947fb0bcdcb7eeff9b7e5889e3b13412fd79 /StoneIsland/www/index.html | |
| parent | ead9d27ebc580ce428c991cbbd3ad505865ffd63 (diff) | |
stub cart confirm
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index f56367ae..77a47147 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -350,6 +350,17 @@ <div id="cart_payment"> </div> + + <div id="cart_confirm"> + <h1>CONFIRM</h1> + </div> + + <div id="cart_thanks"> + <b>GRAZIE</b> + <p> + Please check your inbox for your confirmation email. + </p> + </div> </div> @@ -448,6 +459,7 @@ <script src="js/lib/cart/CartPayment.js"></script> <script src="js/lib/cart/CartShipping.js"></script> <script src="js/lib/cart/CartSummary.js"></script> +<script src="js/lib/cart/CartConfirm.js"></script> <script src="js/lib/nav/IntroView.js"></script> <script src="js/lib/nav/CurtainView.js"></script> |
