PageRenderTime 57ms CodeModel.GetById 35ms RepoModel.GetById 1ms app.codeStats 0ms

/the-cause/themeforest-3239172-the-cause-nonprofit-wordpress-theme/the-cause/woocommerce/cart/empty.php

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