jjj2k Posted March 13, 2013 Share Posted March 13, 2013 In my creditcard.tpl I want to add a new checkbox for user to tick he/she understands the billing and authorises us to log their IP. How do I put it after this section? {if $shownostore} <tr> <td class="fieldarea"><input type="checkbox" name="nostore" id="nostore" /></td> <td><label for="nostore">{$LANG.creditcardnostore}</label></td> </tr> {/if} Just duplicate this ?? But how/where do I define the variable, eg. $showconsent ?? also i want the users IP to be written to the tblinvoices "notes" column, how do I do that? Any help is much appreicated. 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.