Used for displaying information after product name in the list with simple style.
Usage
<?php
function my_block_lgv_simple_after_product_name () {
//your code here
}
add_action( 'lgv_simple_after_product_name', 'my_block_lgv_simple_after_product_name' );
?>