diff options
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index e701929b..60a877a2 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -285,10 +285,10 @@ <div class="steps"> <span class="summary">SUMMARY</span> <span class="shipping">SHIPPING</span> - <span class="billing">BILLING</span> + <span class="payment">BILLING</span> </div> - <div id="summary"> + <div id="cart_summary"> <div class="rows"> <script type="text/html" class="template"> <div> @@ -344,6 +344,11 @@ </div> <div id="cart_payment"> + <form> + <div class="cc"></div> + <div class="address"></div> + <span class="msg"></span> + </form> </div> <div id="cart_confirm"> @@ -364,7 +369,7 @@ </div> -<script type="text/html" id="billing_template"> +<script type="text/html" id="creditcard_template"> <input type="text" name="CC" placeholder="CREDIT CARD NUMBER" required> <input type="text" name="EXP" placeholder="EXPIRATION DATE" required> <input type="text" name="CVV" placeholder="SECURITY CODE" required> |
