New thanks.php page for new product

Discussion in 'Templates customization' started by tylergraf, Aug 23, 2011.

  1. tylergraf

    tylergraf New Member

    Joined:
    Aug 23, 2011
    Messages:
    8
    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?
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    thanks.php and the template is thanks.html

    David
  3. tylergraf

    tylergraf New Member

    Joined:
    Aug 23, 2011
    Messages:
    8
    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?
  4. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    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
  5. tylergraf

    tylergraf New Member

    Joined:
    Aug 23, 2011
    Messages:
    8
    Thanks. Figured it out. I just checked for which product_id and hardcoded a redirect before displaying the thanks.html

Share This Page