HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpkoopkj/wp-content/themes/ohio/woocommerce/checkout/thankyou.php
<?php
/**
 * Thankyou page
 *
 * This template can be overridden by copying it to yourtheme/woocommerce/checkout/thankyou.php.
 *
 * HOWEVER, on occasion WooCommerce will need to update template files and you
 * (the theme developer) will need to copy the new files to your theme to
 * maintain compatibility. We try to do this as little as possible, but it does
 * happen. When this occurs the version of the template file will be bumped and
 * the readme will list any important changes.
 *
 * @see 	    https://docs.woocommerce.com/document/template-structure/
 * @package 	WooCommerce/Templates
 * @version     3.7.1
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
	$show_customer_details = is_user_logged_in() && $order->get_user_id() === get_current_user_id();
?>

<div class="woocommerce-order">
	<div class="vc_row" >
	<?php if ( $order ) : ?>

		<div class="vc_col-lg-7 vc_col-md-8 vc_col-sm-12">
			<?php if ( $order->has_status( 'failed' ) ) : ?>
				<div class="clb-blank">
					<div class="icon-button -large -error">
						<i class="icon -large">
							<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-x-octagon" viewBox="0 0 16 16"><path d="M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1H5.1z"/><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/></svg>
						</i>
					</div>
					<h4 class="heading-md"><?php esc_html_e( 'Unfortunately your order cannot be processed as the originating bank/merchant has declined your transaction. Please attempt your purchase again', 'ohio' ); ?></h4>
				</div>
				<p class="woocommerce-notice woocommerce-notice--error woocommerce-thankyou-order-failed-actions">
					<a href="<?php echo esc_url( $order->get_checkout_payment_url() ); ?>" class="button pay"><?php _e( 'Pay', 'ohio' ) ?></a>
					<?php if ( is_user_logged_in() ) : ?>
						<a href="<?php echo esc_url( wc_get_page_permalink( 'myaccount' ) ); ?>" class="button pay"><?php _e( 'My account', 'ohio' ); ?></a>
					<?php endif; ?>
				</p>

			<?php else : ?>
				<div class="clb-blank">
					<div class="icon-button -large">
						<i class="icon -large">
							<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check2" viewBox="0 0 16 16"><path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/></svg>
						</i>
					</div>
					<h4 class="heading-md title"><?php esc_html_e( 'Thank you.', 'ohio' ); ?><br><?php esc_html_e( 'Your order has been received.', 'ohio' ); ?></h4>
				</div>
				<ul class="woocommerce-order-overview woocommerce-thankyou-order-details order_details -unlist">

					<li class="woocommerce-order-overview__order order">
						<?php _e( 'Order number', 'ohio' ); ?>:
						<strong><?php echo wp_kses($order->get_order_number(), 'post'); ?></strong>
					</li>

					<li class="woocommerce-order-overview__date date">
						<?php _e( 'Date', 'ohio' ); ?>:
						<strong><?php echo wc_format_datetime( $order->get_date_created() ); ?></strong>
					</li>

					<?php if ( is_user_logged_in() && $order->get_user_id() === get_current_user_id() && $order->get_billing_email() ) : ?>
						<li class="woocommerce-order-overview__email email">
							<?php _e( 'Email', 'ohio' ); ?>:
							<strong><?php echo wp_kses($order->get_billing_email(), 'post'); ?></strong>
						</li>
					<?php endif; ?>

					<li class="woocommerce-order-overview__total total">
						<?php _e( 'Total', 'ohio' ); ?>:
						<strong><?php echo wp_kses($order->get_formatted_order_total(), 'post'); ?></strong>
					</li>

					<?php if ( $order->get_payment_method_title() ) : ?>
						<li class="woocommerce-order-overview__payment-method method">
							<?php _e( 'Payment method', 'ohio' ); ?>:
							<strong><?php echo wp_kses( $order->get_payment_method_title(), 'basic_html' ); ?></strong>
						</li>
					<?php endif; ?>

				</ul>
				<div class="vc_row">
					<?php
						if ( $show_customer_details ) {
							wc_get_template( 'order/order-details-customer.php', array( 'order' => $order ) );
						}
					?>	
				</div>
			<?php endif; ?>
			<?php do_action( 'woocommerce_thankyou_' . $order->get_payment_method(), $order->get_id() ); ?>
		</div>
		<div class="vc_col-lg-5 vc_col-md-4 vc_col-sm-12 -sticky-block">
			<?php do_action( 'woocommerce_thankyou', $order->get_id() ); ?>
		</div>
	<?php else : ?>

		<div class="vc_col-lg-7 vc_col-md-8 vc_col-sm-12">
			<div class="clb-blank">
				<div class="icon-button -large">
					<i class="icon -large">
						<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check2" viewBox="0 0 16 16"><path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/></svg>
					</i>
				</div>
				<h4 class="heading-md title"><?php esc_html_e( 'Thank you.', 'ohio' ); ?><br><?php esc_html_e( 'Your order has been received.', 'ohio' ); ?></h4>
			</div>
		</div>

	<?php endif; ?>
	</div>
</div>