Wrapper Template
This template is for the Reg Step Indicators at the top of the page. The other steps get added via a PHP template var.
/modules/single_page_checkout/templates/registration_page_wrapper.template.php
EXISTING:
AHEE__SPCO__before_registration_steps
AHEE__SPCO__after_registration_steps
AHEE__SPCO__reg_form_footer
Attendee Information Template
This template is for the Attendee Information Reg Step:
\modules\single_page_checkout\templates\registration_page_attendee_information.template.php
EXISTING:
AHEE__registration_page_attendee_information__start
1 argument: $event_queueFHEE__registration_page_attendee_information__edit_link_text
1 argument: $string (edit)AHEE__registration_page_registration_questions__template__after_spco_attendee_information_header
AHEE__registration_page_registration_questions__template___before_questions
2 arguments: $item, $att_nmbrAHEE__before_spco_whats_next_buttons
2 arguments: $current_step, $next_step ( $current_step = ‘attendee_information’ )AHEE__SPCO_after_reg_step_form
2 arguments: $current_step, $next_step ( $current_step = ‘attendee_information’ )
NEW in 4.3:
FHEE__registration_page_attendee_information__attendee_information_pg
1 argument: $string (In order to process your registration…)FHEE__registration_page_attendee_information__attendee_info_not_required_pg
1 argument: $string (This ticket type does not require…)FHEE__registration_page_attendee_information__copy_attendee_pg
1 argument: $string (This option allows you to use the above…)FHEE__registration_page_attendee_information__auto_copy_attendee_pg
1 argument: $string (The above information will be used…)
Payment Options Template
This template is for the Payment Options Reg Step:
/modules/single_page_checkout/templates/registration_page_payment_options.template.php
EXISTING:
FHEE__registration_page_payment_options__edit_link_text
1 argument: $string (edit)FHEE__registration_page_payment_options__coupon_codes_pg
1 argument: $string (Enter any coupon codes you have…)AHEE__before_spco_whats_next_buttons
2 arguments: $current_step, $next_step ( $current_step = ‘payment_options’ )AHEE__SPCO_after_reg_step_form
2 arguments: $current_step, $next_step ( $current_step = ‘payment_options’ )
NEW in 4.3:
AHEE__registration_page_payment_options__after_spco_payment_options_header
AHEE__registration_page_payment_options__payment_info_table_thead_row_end
AHEE__registration_page_payment_options__payment_info_table_ticket_row_end
1 argument: $ticketAHEE__registration_page_payment_options__payment_info_table_sub_total_row_end
1 argument: $sub_totalAHEE__registration_page_payment_options__payment_info_table_tax_row_end
1 argument: $taxAHEE__registration_page_payment_options__payment_info_table_payment_row_end
1 argument: $paymentAHEE__registration_page_payment_options__payment_info_table_grand_total_row_end
1 argument: $grand_totalAHEE__registration_page_payment_options__payment_info_table_amount_owing_row_end
1 argument: $amount_owingFHEE__registration_page_payment_options__select_method_of_payment_hdr
1 argument: $string (Please select your method of payment)FHEE__registration_page_payment_options__select_other_gateway_lnk
1 argument: $string (select a different method of payment)FHEE__registration_page_payment_options__no_payment_required_pg
1 argument: $string (This is a free event, so no billing will occur)