芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/socialdigivlms.com/wp-content/plugins/tutor/templates/ecommerce/checkout.php
* @link https://themeum.com * @since 3.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; } use Tutor\Ecommerce\CheckoutController; use Tutor\Ecommerce\CartController; use TUTOR\Input; $user_id = apply_filters( 'tutor_checkout_user_id', get_current_user_id() ); $tutor_toc_page_link = tutor_utils()->get_toc_page_link(); $tutor_privacy_page_link = tutor_utils()->get_privacy_page_link(); $cart_controller = new CartController(); $get_cart = $cart_controller->get_cart_items(); $courses = $get_cart['courses']; $total_count = $courses['total_count']; $course_list = $courses['results']; $subtotal = 0; $course_ids = implode( ', ', array_values( array_column( $course_list, 'ID' ) ) ); $plan_id = Input::get( 'plan', 0, Input::TYPE_INT ); $is_checkout_page = true; ?>
get_option( 'enable_tutor_native_login', null ) ? '' : wp_login_url( tutor()->current_url ); ?>
path . 'templates/ecommerce/billing-form-fields.php'; ?>
$name, 'label' => $label, 'icon' => $icon ) = $gateway; $is_manual = $gateway['is_manual'] ?? false; if ( $is_manual ) { ?>
id="tutor-checkout-pay-now-button" class="tutor-btn tutor-btn-primary tutor-btn-lg tutor-w-100 tutor-justify-center">
path . '/views/modal/login.php' ); } ?>