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