Custom Credit Card Payment Page - Depending on Referring Signup Page

Discussion in 'Customization & add-ons' started by Asa, Jul 26, 2007.

  1. Asa

    Asa New Member

    Joined:
    Jun 24, 2004
    Messages:
    17
    Hello,

    We have a custom signup page and we want anyone signing up from this page to be directed to a custom Credit Card info page for entering in details.

    Does anyone know how to achieve this?

    I cant seem to see where the redirect is to the cc_info,html template.
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    You can modify cc_info.html template depending on product_id
    this should work in cc_info.html template:
    {if $payment.product_id == 1}
    Show special text
    {else}
    Show default text

    {/if}

Share This Page