ok

Mini Shell

Direktori : /home2/selectio/public_html/thecomponents.in/
Upload File :
Current File : /home2/selectio/public_html/thecomponents.in/wishlist.php

<?php include "header2.php"; ?>
<main class="main">
  <nav class="breadcrumb-nav">
    <div class="container">
      <ul class="breadcrumb">
        <li>
          <a href="index.php">
            <i class="d-icon-home"></i>
          </a>
        </li>
        <li>Wishlist</li>
      </ul>
    </div>
  </nav>
  <div class="page-content pt-10 pb-10 mb-2">
    <div class="container">
      <table class="shop-table wishlist-table mt-2 mb-4">
        <thead>
          <tr>
            <th class="product-name">
              <span>Product</span>
            </th>
            <th></th>
            <th class="product-price">
              <span>Price</span>
            </th>
            <th class="product-stock-status">
              <span>Stock status</span>
            </th>
            <th class="product-add-to-cart"></th>
            <th class="product-remove"></th>
          </tr>
        </thead>
        <tbody class="wishlist-items-wrapper">
          <tr>
            <td class="product-thumbnail">
              <a href="product1.php">
                <figure>
                  <img src="images/new-product-detail/pro2-100_114.jpg" width="100" height="100" alt="product">
                </figure>
              </a>
            </td>
            <td class="product-name">
              <a href="product1.php">Arduino Uno R3</a>
            </td>
            <td class="product-price">
              <span class="amount">₹84.00</span>
            </td>
            <td class="product-stock-status">
              <span class="wishlist-in-stock">In Stock</span>
            </td>
            <td class="product-add-to-cart">
              <a href="product" class="btn-product btn-primary">
                <span>Select options</span>
              </a>
            </td>
            <td class="product-remove">
              <div>
                <a href="#" class="remove" title="Remove this product">
                  <i class="fas fa-times"></i>
                </a>
              </div>
            </td>
          </tr>
          <tr>
            <td class="product-thumbnail">
              <a href="product1.php">
                <figure>
                  <img src="images/new-product-detail/pro1-100_114.jpg" width="100" height="100" alt="product">
                </figure>
              </a>
            </td>
            <td class="product-name">
              <a href="product1.php">Inductive Proximity Sensor</a>
            </td>
            <td class="product-price">
              <span class="amount">₹84.00</span>
            </td>
            <td class="product-stock-status">
              <span class="wishlist-in-stock">In Stock</span>
            </td>
            <td class="product-add-to-cart">
              <a href="product" class="btn-product btn-primary">
                <span>Select options</span>
              </a>
            </td>
            <td class="product-remove">
              <div>
                <a href="#" class="remove" title="Remove this product">
                  <i class="fas fa-times"></i>
                </a>
              </div>
            </td>
          </tr>
          <tr>
            <td class="product-thumbnail">
              <a href="product1.php">
                <figure>
                  <img src="images/new-product-detail/pro2-100_114.jpg" width="100" height="100" alt="product">
                </figure>
              </a>
            </td>
            <td class="product-name">
              <a href="product1.php">Arduino Uno R4</a>
            </td>
            <td class="product-price">
              <span class="amount">₹84.00</span>
            </td>
            <td class="product-stock-status">
              <span class="wishlist-out-stock">Out of Stock</span>
            </td>
            <td class="product-add-to-cart">
              <a href="product" class="btn-product btn-primary">
                <span>Select options</span>
              </a>
            </td>
            <td class="product-remove">
              <div>
                <a href="#" class="remove" title="Remove this product">
                  <i class="fas fa-times"></i>
                </a>
              </div>
            </td>
          </tr>
        </tbody>
      </table>
      <div class="social-links share-on">
        <h5 class="text-uppercase font-weight-bold mb-0 mr-4 ls-s">Share on:</h5>
        <a href="#" class="social-link social-icon social-facebook" title="Facebook">
          <i class="fab fa-facebook-f"></i>
        </a>
        <a href="#" class="social-link social-icon social-twitter" title="Twitter">
          <i class="fab fa-twitter"></i>
        </a>
        <a href="#" class="social-link social-icon social-pinterest" title="Pinterest">
          <i class="fab fa-pinterest-p"></i>
        </a>
        <a href="#" class="social-link social-icon social-email" title="Email">
          <i class="far fa-envelope"></i>
        </a>
        <a href="#" class="social-link social-icon social-whatsapp" title="Whatsapp">
          <i class="fab fa-whatsapp"></i>
        </a>
      </div>
    </div>
  </div>
</main>
<?php include "footer.php"; ?>

Zerion Mini Shell 1.0