Customising product with checkboxses

Discussion in 'Customization & add-ons' started by youjoomla, Jul 5, 2007.

  1. youjoomla

    youjoomla Member

    Joined:
    May 15, 2007
    Messages:
    61
    Hello Alex. What I need is the same thing you have on your signup page. I will also have a product that will have additional options and every one of these options will cost extra and they need to add up at the check out .

    How do I do this please?


    Thank you
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    have a look to aMember CP -> Setup -> Advanced -> Select Multiple Products on Signup Page
  3. youjoomla

    youjoomla Member

    Joined:
    May 15, 2007
    Messages:
    61
    OK here is my trouble
    problem 1

    This is price_group=1
    I integrated the dropdown box on main signup.php page and
    it gives you 4 different memberships to chose from.


    now I have price_group=2 and it has

    code customization $50.00
    psd customization $ 30.00
    and so on

    on signup page 2 I need check boxes an possibility to add multiple products.

    I might be answering this question myself ???

    do I need different or second signup.php page with checkboxes?

    problem 2. when I enable product from price_group=2 it is automaticaly visible on signup.php dropdownbox

    if I disable it it is completely gone how do I make it visible only on signup.php?price_group=2 and nowhere else ?


    p.s your thread email notification does not work
  4. youjoomla

    youjoomla Member

    Joined:
    May 15, 2007
    Messages:
    61
    can I please get an answer

    thnx
  5. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    1. Enable Select Multiple products onption then edit signup.html template and modify product selection code this way depending on price_group:
    {if $smarty.request.price_group == 2}
    insert original template code
    {/else}
    Leave what you have now.
    {/if}
    2. Please read Price group field description.
    Use negative price_group for that product, it will not be available on default signup page.

Share This Page