customizing the add/renew list

Discussion in 'Templates customization' started by labtjd, Apr 10, 2012.

  1. labtjd

    labtjd New Member

    Joined:
    Sep 27, 2010
    Messages:
    3
    Currently my add/renew list is just a long list of all my renewable products. Can someone point me to some instruction in how to organize this? I am selling individual memberships of various lengths, and family memberships of various lengths, etc. How can I organize this into different drop down selectors, so that I would have a selection for individual, and another for family, etc.
    I am on version 3.2.2 Pro, but I would be willing to move to 4 if it would help in this.
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    The best way is to modify members_add_renew.html template and just hardcode product select block.
    Just keep the same input name, for example:
    Code:
    <select name='product_id[]'>
    <option id='1'> Product 1 title</option>
    </select>
    

Share This Page