How to change the products list on the Member page to a scrolling list

Discussion in 'Templates customization' started by akalli, Feb 7, 2008.

  1. akalli

    akalli New Member

    Joined:
    Dec 12, 2007
    Messages:
    10
    Hi all,

    Tech support just helped me change my member page and said I could post the solution on this forum.

    If you have a lot of products on the Member page you might want your products list to be a scrolling list field, like the one that amember has for its members. I looked for the solution in the user manual, but was unable to find it, so I'm posting it here.

    Here's what you need to do:
    You customize /amember/templates/member.html file.

    Replace:

    <!-- product selection code -->
    <tr><th>#_TPL_SIGNUP_MEMB_TYPE# *</th><td>

    with:

    <!-- product selection code -->
    <tr><th>#_TPL_SIGNUP_MEMB_TYPE# *</th><td> <div style="height: 200px; overflow: auto; border: 1px solid #7F9DB9;">

    and:

    </td></tr>
    <!-- paysystem selection code -->


    with:

    </div>
    </td></tr>
    <!-- paysystem selection code -->

    That's it. Works like a charm and was exactly what I wanted. Hope someone else finds this useful.

    Andrea
  2. sdstren

    sdstren New Member

    Joined:
    Nov 30, 2007
    Messages:
    14
    Thank you for posting this. It's exactly what I needed!
  3. medix

    medix New Member

    Joined:
    Dec 17, 2008
    Messages:
    9
    Good, but you just needed to see the source code in amember products page to get it hehe.

Share This Page