Used for displaying information after buttons on product preview window
Usage
<?php
function my_block_berocket_pp_popup_after_buttons () {
//your code here
}
add_action( 'berocket_pp_popup_after_buttons', 'my_block_berocket_pp_popup_after_buttons' );
?>