edd_discount_field()
Function: Renders the Discount Code field which allows users to enter a discount code.
Source: includes/checkout/template.php:728
Function: Renders the Discount Code field which allows users to enter a discount code.
Source: includes/checkout/template.php:728
Function: Renders the Checkout Agree to Terms, this displays a checkbox for users to agree the T&Cs set in the EDD Settings. This is only displayed if T&Cs are set in the EDD Settings.
Source: includes/checkout/template.php:774
Action Hook: No terms agreement output of any kind should ever show unless the checkbox is present for the customer to check: ‘Agree to Terms’ setting.
Source: includes/checkout/template.php:798
Function: Renders the Checkout Agree to Privacy Policy, this displays a checkbox for users to agree the Privacy Policy set in the EDD Settings. This is only displayed if T&Cs are set in the EDD Settings.
Source: includes/checkout/template.php:834
Function: Show Payment Icons by getting all the accepted icons from the EDD Settings then outputting the icons.
Source: includes/checkout/template.php:661
Filter Hook: Billing Address Details.
Source: includes/checkout/template.php:339
Function: Renders the billing address fields for cart taxation
Source: includes/checkout/template.php:453
Function: Renders the user registration fields. If the user is logged in, a login form is displayed other a registration form is provided for the user to create an account.
Source: includes/checkout/template.php:468
Function: Gets the login fields for the login form on the checkout. This function hooks on the edd_purchase_form_login_fields to display the login form if a user already had an account.
Source: includes/checkout/template.php:542
Function: Renders the payment mode form by getting all the enabled payment gateways and outputting them as radio buttons for the user to choose the payment gateway. If a default payment gateway has been chosen from the EDD Settings, it will be automatically selected.
Source: includes/checkout/template.php:601