/templates/cart-empty.php

https://bitbucket.org/jferrell/arnold · PHP · 17 lines · 15 code · 2 blank · 0 comment · 1 complexity · 338fd1c21375fd45c469ddc9641f6884 MD5 · raw file

  1. <?php $title = 'Cart Empty'; $page = 'cart'; include '../_shared_header.php'; ?>
  2. <div id="bd">
  3. <div class="yui-gf checkout_wrapper cart">
  4. <div class="redtext" id="userErrMsg"></div>
  5. <div class="actions">
  6. <a class="button continue" href="#"><span class="slide">Continue shopping</span></a>
  7. </div>
  8. <br>
  9. <div id="emptyCartMsg">
  10. Your shopping cart is empty. If you see something you would like to add to your cart while shopping, click "Add to cart".
  11. </div>
  12. </div>
  13. </div>
  14. <?php $title = 'Cart Empty'; $page = 'cart'; include '../_shared_nav.php'; ?>
  15. <?php include '../_shared_footer.php'; ?>