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