PageRenderTime 49ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/templates/cart/empty.php

https://github.com/labsecrets/woocommerce
PHP | 11 lines | 5 code | 3 blank | 3 comment | 0 complexity | f5b4da11ea11cf1310c9c4d6008d2371 MD5 | raw file
Possible License(s): GPL-3.0
  1. <?php
  2. /**
  3. * Empty Cart Page
  4. */
  5. ?>
  6. <p><?php _e('Your cart is currently empty.', 'woothemes') ?></p>
  7. <?php do_action('woocommerce_cart_is_empty'); ?>
  8. <p><a class="button" href="<?php echo get_permalink(get_option('woocommerce_shop_page_id')); ?>"><?php _e('&larr; Return To Shop', 'woothemes') ?></a></p>