Please enable JavaScript to view this site.

Online Payment Provider Pay Unit - User Guide

Navigation: OPP Configuration > OPP Question and Answer Pop-ups

ExternalPayUnitPopup 10 – Q/A Receipt/ticket selection

Scroll Prev Top Next More

<TFT:PopupPanel Name="ExternalPayUnitPopup10_extpu_OPP.dll" MxStyle="{PopupStyle}" Timeout="60" KeyValue="0" TimeoutEvent="OnExternalPayUnitQuestionAnswer">
 <Controls>
   <!-- START MAIN CONTENT -->
   <TFT:Label MxStyle="{DebugLabelStyle}" FormattedText="ExternalPayUnitPopup10_extpu_OPP"/>
   <TFT:Label MxStyle="{InputUserInstructionLabelStyle}" FormattedText="SelectReceipt"/>
   <!-- END MAIN CONTENT -->
   <!-- START BUTTONS -->
   <TFT:Button MxStyle="{ButtonStyle}" Location="365,150" KeyValue="NO_TICKET" Name="NO" FormattedText="NoTicket" Click="OnExternalPayUnitQuestionAnswer" />
   <TFT:Button MxStyle="{ButtonStyle}" Location="365,220" KeyValue="PRINTED_TICKET" Name="PRINT" FormattedText="PrintedTicket" Click="OnExternalPayUnitQuestionAnswer" />
   <TFT:Button MxStyle="{ButtonStyle}" Location="365,280" KeyValue="SMS_TICKET" Name="SMS" FormattedText="SMSTicket" Click="OnExternalPayUnitQuestionAnswer" />
   <TFT:Button MxStyle="{ButtonStyle}" Location="365,340" KeyValue="EMAIL_TICKET" Name="EMAIL" FormattedText="EmailTicket" Click="OnExternalPayUnitQuestionAnswer" />
   <TFT:Button MxStyle="{RejectButtonVisualStyle}" Name="Reject" KeyValue="-1" Click="OnExternalPayUnitQuestionAnswer" />
   <!-- END BUTTONS -->
 </Controls>
</TFT:PopupPanel>