I've tried using Code: {php}header("Location: http://www.mysite.com/new");{/php} to redirect directly from the thanks.html template. It doesn't work. I'd like to skip the thanks completely and go to the product's page. How can I do this?
add that header(...) code to thanks.php maybe? but then you won't see any error messages, if the transaction doesn't go through properly or something gets messed up... you could try adding a meta refresh tag, maybe an onload redirect tag, jquery... there are a few possibilities.