• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • e-RegisterNow Main Website

e-RegisterNow Support

1.888.218.1020

You are here: Support » Archives for Template

Template

Example Custom Template Code

April 22, 2016 admin Leave a Comment

<html>

<head>
<title>Title of the Page</title>

<!–this variable will add information about the cashier who logged in at the top of a page–>
%%cashier_banner%%
</head>

<body>

<!–this variable is mandatory for any custom template steps 1 – 4–>
%%mandatory_system_message%%

<div align=center>

<h4>Invoice</h4>

<br><br>%%step4_invoice_table%%<br><br>

Click here to view a %%step4_printable_invoice_link%%<br><br>

<FORM action=”%%step4_form_action%%” method=%%step4_form_method%% name=%%step4_form_name%%>

%%step4_form_hiddendata%%

<input type=submit name=%%step4_form_finishedbutton_name%% value=”%%step4_form_finishedbutton_value%%”>

</FORM>

</div>
</body>
</html>

The Code Produces:

Filed Under: Step 4 Tagged With: Template

Custom Template Variables

April 22, 2016 admin Leave a Comment

Mandatory System Message:

%%mandatory_system_message%%

This variable MUST be included in all custom templates.

Invoice Details:

%%step4_invoice_details%%

This variable displays the invoice table, the printable invoice link, and any company information chosen to be displayed under Edit > Preferences > Step 4.

Invoice Table:

%%step4_invoice_table%%

This variable displays only the invoice table.

The ‘Home’ Button:

<FORM action=”%%step4_form_action%%” method=%%step4_form_method%% name=%%step4_form_name%%>

%%step4_form_hiddendata%%

<input type=submit name=%%step4_form_finishedbutton_name%% value=”%%step4_form_finishedbutton_value%%”>

</FORM>

Clicking on the ‘Home’ button will return the user to the web address specified under Edit > Preferences > Contact Info.

Printable Invoice Link:

%%step4_printable_invoice_link%%

This variable displays a link to a printable invoice. A period is included at the end, since the words ‘printable version’ should go at the end of a sentence.

Filed Under: Step 4 Tagged With: Template, variables

Default Templates

April 22, 2016 admin Leave a Comment

Default Template Variable

%%step4_default%%

Full Page Template Variable

%%step4_default_fullpage%%

Filed Under: Step 4 Tagged With: Template

Default Templates

April 22, 2016 admin Leave a Comment

Default Template – Condensed Version

%%step3_default%%

Default Template – Full Page

%%step3_default_fullpage%%

Default Data Entry

%%step3_dataentry_default%%

This command will display the default fields defined in the data collection options under Edit > Preferences > Step 3. It should be combined with other variables, such as the ‘Process’ button (see below).

Filed Under: Step 3 Tagged With: Template

Example Custom Template Code

April 21, 2016 admin Leave a Comment

<html>

<head>
<title>Review Page</title>
</head>

<body>

%%mandatory_system_message%%

%%review_statement%%

<form method=”%%review_form_method%%” action=”%%review_form_action%%” name=”%%review_form_name%%”>

%%review_form_hiddendata%%

%%review_form_paymentmethod_cashier%%

<input type=submit name=%%review_form_backbutton_name%% value=”%%review_form_backbutton_value%%”>

<input type=submit name=%%review_form_finishedbutton_name%% value=”%%review_form_finishedbutton_value%%”>

<input type=submit name=%%review_form_processbutton_name%% value=”%%review_form_processbutton_value%%”>

%%mandatory_review_credit_default%%

</form>

</body>

</html>

This Produces:

Filed Under: Review Page Tagged With: Template

Primary Sidebar

Related

  • Custom Template Variables
  • Default Templates
  • Default Templates
  • Example Custom Template Code

© Copyright 2016 · e-registernow.com · All Rights Reserved · Admin