HEX
Server: LiteSpeed
System: Linux linux31.centraldnserver.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: salamatk (1501)
PHP: 8.1.33
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: //home/salamatk/www/wp-content/plugins/woodmart-plus/template/myaccount/recently-viewed/index.php
<div class="white_card">

  <div class="card_header">
    <div class="title">
        <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none">
          <path d="M14.2821 10.9999C14.2821 12.8149 12.8154 14.2816 11.0004 14.2816C9.18542 14.2816 7.71875 12.8149 7.71875 10.9999C7.71875 9.18493 9.18542 7.71826 11.0004 7.71826C12.8154 7.71826 14.2821 9.18493 14.2821 10.9999Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M10.9999 18.5807C14.2357 18.5807 17.2515 16.6741 19.3507 13.3741C20.1757 12.0816 20.1757 9.90908 19.3507 8.61658C17.2515 5.31658 14.2357 3.40991 10.9999 3.40991C7.76402 3.40991 4.74819 5.31658 2.64902 8.61658C1.82402 9.90908 1.82402 12.0816 2.64902 13.3741C4.74819 16.6741 7.76402 18.5807 10.9999 18.5807Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
        <p><?php echo esc_html($title); ?></p>
    </div>
    <hr>
    <a href="<?php echo esc_url( $url ); ?>" class="btn link_primary" target="_blank">
        <p><?php esc_html_e( 'نمایش بیشتر' , 'woodmartplus' ); ?></p>
        <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
          <path d="M6.37967 3.95337L2.33301 8.00004L6.37967 12.0467" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M13.6663 8H2.44629" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
    </a>
  </div>
  <div class="gap-y-2">

        <?php foreach( $products as $product ):  ?>
          <div class="product_card inline_box transparent align_right">
                  <div class="product_cover">
                    <div class="product_cover__image">
                      <?php if( $product['image_url'] ): ?>
                        <img src="<?php echo esc_url( $product['image_url'] ); ?>" alt="product iamge">
                      <?php endif; ?>
                    </div>
                  </div>
                  <div class="product_body">
                    <div class="product_text">
                      <h3 class="product_title"><a href="<?php echo esc_url( $product['permalink'] ); ?>"><?php echo esc_html( $product['title'] ); ?></a></h3>
                      <div class="product_price">
                      <?php if( $product['is_on_sale'] ): ?>
                          <div class="product_offer">
                              <p class="offer_price"><?php echo wc_price( $product['regular_price'] ); ?></p>
                              <div class="offer_box"><?php echo esc_html( $product['percentage'] ); ?>%</div>
                          </div>
                          <p class="product_price__text"><?php echo wc_price( $product['price'] ); ?></p>
                      <?php else: ?>
                        <p class="product_price__text"><?php echo wc_price( $product['price'] ); ?></p>
                      <?php endif; ?>
                      </div>
                    </div>
                    <a href="<?php echo esc_url( $product['permalink'] ); ?>" class="btn solid small">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" width="15" height="15" fill="currentColor">
                          <path d="M528.12 301.319l47.273-208A16 16 0 0 0 560 64H128l-12.3-57.4A16 16 0 0 0 100.1 0H16A16 16 0 0 0 0 16v16a16 16 0 0 0 16 16h66.1l61.6 287.4a63.79 63.79 0 1 0 76.6 9.6h200.4a63.8 63.8 0 1 0 72.3-9.7ZM212 416a32 32 0 1 1 32-32 32 32 0 0 1-32 32Zm240 0a32 32 0 1 1 32-32 32 32 0 0 1-32 32Zm-254.8-96-5.5-24h280.2l-10.2 48Z"/>
                        </svg>
                    </a>
                  </div>
          </div>
          
        <?php endforeach; ?>
  </div>
</div>