Hide Payment System Row in Signup.html

Discussion in 'Templates customization' started by MontereyDean, Jun 4, 2005.

  1. MontereyDean

    MontereyDean New Member

    Joined:
    May 8, 2005
    Messages:
    6
    I'm a bit confused by the "sticky" topic, so I'm separating this. Sorry if it's answered there.

    On my free sign-up page, the "Select a Payment Sytem" row doesn't appear, but the "Payment System" row still appears. How do I hide that?

    I'm talking about this row:

    Code:
    <tr>
        <th><b>Payment System</b></th>
        <td>
            {foreach from=$paysystems item=p} 
            <b>{$p.title}</b> - {$p.description}<br>
            <input type=hidden name=paysys_id value="{$p.paysys_id|escape}">
            {/foreach}
        </td>
    </tr>
    Thanks!
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
  3. MontereyDean

    MontereyDean New Member

    Joined:
    May 8, 2005
    Messages:
    6
    Thanks! That works.

Share This Page