' . esc_html__( 'It has been sent succesfully.', 'usces' ) . ''; $html .= '
'; $html .= '
'; $header = '

' . esc_html__( 'Thank you for shopping.', 'usces' ) . '
' . esc_html__( "If you have any questions, please contact us by 'Contact'.", 'usces' ) . '

'; $html .= apply_filters( 'usces_filter_cartcompletion_page_header', $header, $usces_entries, $usces_carts ); $html .= '
'; require USCES_PLUGIN_DIR . '/includes/completion_settlement.php'; $html .= apply_filters( 'usces_filter_cartcompletion_page_body', null, $usces_entries, $usces_carts ); $html .= ''; $html .= '
' . esc_html__( 'Back to the top page.', 'usces' ) . '
'; $html .= '
'; $html .= apply_filters( 'usces_filter_conversion_tracking', null, $usces_entries, $usces_carts );