Different thank you page for different payment processor?

Discussion in 'Customization & add-ons' started by trackbikes, Jan 16, 2010.

  1. trackbikes

    trackbikes Member

    Joined:
    Oct 29, 2005
    Messages:
    52
    I have 2 products one goes through paypal one through clickbank.

    How can i ensure that the paypal guys don't see the clickbank statement on the bottom of the thanks you page??
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Use smarty tags to include that statement only for your clickbank product:
    {if $payment.product_id == CLICKBANK_PRODUCT_ID}
    this will be displayed only if user purchased CLICKBANK_PRODUCT_ID product
    {/if}
  3. blaineglynn

    blaineglynn New Member

    Joined:
    Jan 5, 2009
    Messages:
    1
    Thanks Alexander

Share This Page