Product Agreement.

Discussion in 'Customization & add-ons' started by tonyclub, Jun 20, 2011.

  1. tonyclub

    tonyclub New Member

    Joined:
    May 21, 2011
    Messages:
    5
    Is there a way of a different sign up agreement for different products ?
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    You can do this in agreement template itself.
    For example:
    {if $smarty.request.product_id == 1}
    Agreement for first product
    {/if}
    {if $smarty.request.product_id == 2}
    Agreement for second product etc...
    {/if}
    etc...
  3. tonyclub

    tonyclub New Member

    Joined:
    May 21, 2011
    Messages:
    5
    Alexander -Thanks for this

Share This Page