woocommerce/templates/cart/empty.php

11 lines
304 B
PHP
Raw Normal View History

<?php
/**
* Empty Cart Page
*/
?>
2012-01-05 11:31:22 +00:00
<p><?php _e('Your cart is currently empty.', 'woocommerce') ?></p>
<?php do_action('woocommerce_cart_is_empty'); ?>
2012-01-06 17:14:31 +00:00
<p><a class="button" href="<?php echo get_permalink(woocommerce_get_page_id('shop')); ?>"><?php _e('&larr; Return To Shop', 'woocommerce') ?></a></p>