Hi, I'd like to create a separate thanks page for each product since they all have different headers and footers. Where is the redirect to the thanks page in the php?
I understand that those are where the pages are but how do I make it so one plan goes to one thanks.php and another plan goes to another thanks.php page?
You can hack thanks.php to load a different version of thanks.html with an If statement checking for the product ordered. Or depending on what you want to display, Ken Gary has a plugin that may help- amthankyou. David
Thanks. Figured it out. I just checked for which product_id and hardcoded a redirect before displaying the thanks.html