Redirecting thanks.html

Discussion in 'Templates customization' started by makelemonade, Aug 2, 2009.

  1. makelemonade

    makelemonade New Member

    Joined:
    Jul 5, 2009
    Messages:
    7
    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?
  2. miso

    miso aMember Pro Customer

    Joined:
    Aug 22, 2006
    Messages:
    543
    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.

Share This Page