Thanks
Odd that it's not added by default. I just used a standard header() call using the $eCart object seeing as I didn't have a $BPeCart as you do. 
Anyhow, that didn't work so I just added the call to my continue shopping and checkout functions. 
Sorry for the late reply.
John
  Do you have one of these?<?php
// WA eCart Redirect
if ($BPeCart->redirStr != "") {
header("Location: ".$BPeCart->redirStr);
}
?>
Might be your problem.



