Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 107

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 234

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 235

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 236

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 237

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 238

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 239
* @link https://themeum.com * @since 3.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; } use Tutor\Ecommerce\CartController; use Tutor\Ecommerce\CheckoutController; use Tutor\Ecommerce\Tax; $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; $checkout_page_url = CheckoutController::get_page_url(); ?>

$course ) : $course_duration = get_tutor_course_duration_context( $course->ID, true ); $course_price = tutor_utils()->get_raw_course_price( $course->ID ); $regular_price = $course_price->regular_price; $sale_price = $course_price->sale_price; $tutor_course_img = get_tutor_course_thumbnail_src( '', $course->ID ); $subtotal += $sale_price ? $sale_price : $regular_price; ?>
has_pro && 'course-bundle' === $course->post_type ) : ?>
ID ); // translators: %d: Number of courses in the cart. echo esc_html( sprintf( __( '%d Course bundle', 'tutor' ), count( $bundle_course_ids ) ) ); ?>
post_title ); ?>
  • clean_html_content( $course_duration ) ); ?>
  • ID ) ); ?>
0 && $is_tax_included_in_price; if ( ! $is_tax_included_in_price ) { $grand_total += $tax_amount; } ?>

0 && ! $is_tax_included_in_price ) : ?>
0 && $is_tax_included_in_price ) : ?>
<?php esc_html_e( 'Empty shopping cart', 'tutor' ); ?>