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.
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>