Jump to content

Recommended Posts

Posted

Hello guys,

I'm trying to modify the email_registrationaccepted.tpl to include the ID of the new pilot. I was trying using this variable "<?php echo $pilotcode ?>" but it doesn't work.

Have any idea about how to do it??

Thanks in advance.

Posted

to get Pilot ID in email accepted form you must put this code

Pilot ID: <?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid); ?>

i hope it works for you now.wink.gif

Regards

Ahmad

Posted

to get Pilot ID in email accepted form you must put this code

Pilot ID: <?php echo PilotData::getPilotCode($pilot->code, $pilot->pilotid); ?>

i hope it works for you now.wink.gif

Regards

Ahmad

Thanks Ahmad it works fine

=)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...