I solved this by going to /wp-content/plugins/eshop/
I edit the filed called: cart-functions.php
Look for this block of code:
//therefore if cart exists and has products
if($check > 0){
global $final_price, $sub_total;
Add this right below:
$sub_total=0;