woocommerce_after_cart action-hook . WC 1.0
Usage
add_action( 'woocommerce_after_cart', 'action_function_name_147' ); function action_function_name_147(){ // action... }
Where the hook is called
In file: /templates/cart/cart.php
woocommerce_after_cart
woocommerce/templates/cart/cart.php 176
<?php do_action( 'woocommerce_after_cart' ); ?>