Verify email

Discussion in 'Customization & add-ons' started by dereck_j2, Jun 17, 2007.

  1. dereck_j2

    dereck_j2 Member

    Joined:
    Aug 22, 2006
    Messages:
    42
    Hi alex and all,

    Is it possible to display different information on the verify_email.html page depending on what product the user has purchased.

    example:

    {if $payment.product_id eq "4"}
    display this
    {/if}
    {if $payment.product_id eq "1"}
    display that
    [/if}

    Many thanks in advance

    Dereck
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Unfortunately no.
    Only user info available in this template: {$user}

Share This Page