different signup pages for different products

Discussion in 'Customization & add-ons' started by neutron, Feb 11, 2009.

  1. neutron

    neutron New Member

    Joined:
    Jul 29, 2008
    Messages:
    16
    I want to modify signup.html to create different signup pages for different products using the {if $smarty.request.price_group == -1} method mentioned in the knowledgebase. However, in signup.html do these statements go inside the form, or inside the table, or outside both?
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    I found it works better to make a copy of signup.php and hard code the price group into it.

    David
  3. codeispoetry

    codeispoetry aMember Pro Customer

    Joined:
    Jan 12, 2009
    Messages:
    336
    It depends on what you want to add to the signup pages.

    What do you want to add?

    Lee
  4. neutron

    neutron New Member

    Joined:
    Jul 29, 2008
    Messages:
    16
    I worked through customizing the signup page for different products. What I'm struggling with now is having fields required for some products and not for others.

    For example, can I make additional fields required for product x but not product y? How about for street address, can that be required for some but not others?

Share This Page