move this line of code that does the redirect after the add to cart button is pressed up the page so it is after the last add to cart button behavior:
<?php
// WA eCart Redirect
if ($ifpaFletcherRegistration->redirStr != "") {
header("Location: ".$ifpaFletcherRegistration->redirStr);
}
?>