xxsashixx Posted March 23, 2009 Share Posted March 23, 2009 Hey guys, quick question. How can I make it so that when a customer selects, say Category 1, in the footer after the click to continue thing have a note. Ex: Customer selects category 1, in the product description it has a * beside something. In the footer have something that says something about the * Thanks. Hope this makes sense 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted March 24, 2009 Share Posted March 24, 2009 You could use an if command. http://www.smarty.net/manual/en/language.function.if.php 0 Quote Link to comment Share on other sites More sharing options...
xxsashixx Posted March 24, 2009 Author Share Posted March 24, 2009 Yea I know that but what do i use for condition? if( ? ) { echo } 0 Quote Link to comment Share on other sites More sharing options...
xxsashixx Posted March 24, 2009 Author Share Posted March 24, 2009 Ah nevermind got it 0 Quote Link to comment Share on other sites More sharing options...
bear Posted March 24, 2009 Share Posted March 24, 2009 Share it in case someone else needs this information? 0 Quote Link to comment Share on other sites More sharing options...
xxsashixx Posted March 25, 2009 Author Share Posted March 25, 2009 (edited) Sure First go to your WHMCS admin and go to products and services. Next hover over the Group Name edit button and look in the status bar of the ID Example: http://domain.com/admin/configproducts.php?action=editgroup&ids=6 << 6 is the ID Next go to your orderform template, mine was templates/orderforms/boxes Edit products.tpl and at the very bottom put in: {if $gid eq 6} w/e you want in here {/if} Change 6 to your ID Edited March 25, 2009 by xxsashixx 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.