Quote Originally Posted by frank18 View Post
I have submitted an updated version for ZC 1.5.4 - it should be available for download in a few days.
Just noted that the bug which was posted by Louis (post #346) is not incorporated in the previous (Design75) and my latest upload.

So, in includes/functions/functions_prices.php find

PHP Code:
    }
  }
}

// end modifications for MSRP ================= 

and replace with:

PHP Code:
    }
  }
 return 
$final_display_price $free_tag $call_tag;
}

// end modifications for MSRP ================= 

Sorry folks.