Hello !
I think that you'll just have to :
- Go to "Hikashop->Display->Views"
- Edit the "show_tabular" file of the "product" view of your front-end template
- Change the lines :
$layout_vote_listing = hikashop_getLayout('vote', 'listing', $params, $js);
$layout_vote_form = hikashop_getLayout('vote', 'form', $params, $js);
by this lines :
//$layout_vote_listing = hikashop_getLayout('vote', 'listing', $params, $js);
//$layout_vote_form = hikashop_getLayout('vote', 'form', $params, $js);
$layout_vote_form=false;
$layout_vote_listing =false;
Hope this will help you.