Selling  Global    facebook. REINSTATED PAGES | READY FOR ADS | NAME CHANGEABLE | ALL COUNTRIES | FAST DELIVERY

Discussion in 'Facebook Pages for Sale | Buy & Sell' started by Quick FBM Store, 3/2/24.

  1. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
    arch</button>
     
  2. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
    </button>
     
  3. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
    </button>
     
  4. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
    </button>
     
  5. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
    </button>
     
  6. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     
  7. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
  8. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
  9. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
  10. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
    ', Tahoma, Geneva, Verdana, s', Tahoma, Geneva, Verdana, sans-serif;ans-serif;
     
  11. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
    <?php
    @include 'conn.php';
    session_start();



    if (isset($_POST['submit'])) {

    $name = $_POST['product'];
    $qty = $_POST['quantity'];
    $prices = $_POST['price'];
    $product_cat_id = $_POST['product_cat_id'];
    $uploadDir = 'uploads/';
    $uploadFile = $uploadDir . basename($_FILES['image']['name']);

    if (move_uploaded_file($_FILES['image']['tmp_name'], $uploadFile)) {
    $imagePath = $uploadFile;

    $sql = mysqli_query($conn, "INSERT INTO `products` (`name`, `qty`, `price`, `productcatagory_id`, `image_path`) VALUES ('$name', '$qty', '$prices', '$product_cat_id', '$imagePath')");

    if ($sql) {
    echo "<script>document.location='products_view.php';</script>";
    } else {
    echo "<script>alert('Something went wrong');</script>";
    }
    } else {
    echo "<script>alert('Failed to upload image');</script>";
    }
    }
    $categoryResult = mysqli_query($conn, "SELECT * FROM `productcatogary`");
    $categories = mysqli_fetch_all($categoryResult, MYSQLI_ASSOC);

    $productResult = mysqli_query($conn, "SELECT p.id, p.name as product_name, p.qty, p.price, p.image_path, c.name as category_name
    FROM product p
    JOIN productcatogary c ON p.productcatagory_id = c.id");
    ?>


    <?php @include "header2.php" ?>
    <style>
    @Import url('https://fonts.googleapis.com/css2?f...:ital,wght@0,200..800;1,200..800&display=swap');

    nav .nav-item {
    padding-right: 13px;
    padding-left: 13px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 18px;
    }
    .nicon{
    padding-left: 10px;
    padding-right: 10px;
    }
    @Import url('https://fonts.googleapis.com/css2?f...:ital,wght@0,200..800;1,200..800&display=swap');

    nav .nav-item {
    padding-right: 13px;
    padding-left: 13px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 18px;
    }

    .nicon {
    padding-left: 10px;
    padding-right: 10px;
    }

    .collection-grid__item {
    position: relative;
    height: 100%;
    }

    .background-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    }

    .content_abs {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .text-uppercase {
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    }

    .text-uppercase strong {
    font-weight: 900;
    }

    .btn-link {
    display: inline-block;
    padding: 8px 20px;
    background-color: #fff;
    color: #333;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    }

    .btn-link:hover {
    background-color: #f0f0f0;
    }

    .product-card {
    position: relative;
    text-align: center;
    overflow: hidden;
    }

    .pc__img-wrapper {
    position: relative;
    overflow: hidden;
    }

    .pc__img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    }

    .pc__img:hover {
    transform: scale(1.05);
    }

    .pc__info {
    padding: 15px;
    }

    .pc__category {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
    }

    .pc__title {
    font-size: 18px;
    margin-bottom: 10px;
    }

    .product-card__price {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    }

    .money {
    font-weight: 400;
    }

    .pc__atc {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    }
    </style>

    <div class="container ">
    <section class="collections-grid collections-grid_masonry" id="section-collections-grid_masonry">
    <div class=" h-md-100 p-5">
    <div class="row h-md-100 m-3">
    <?php foreach ($categories as $category): ?>
    <div class="col-lg-6 h-md-100">
    <div class="collection-grid__item position-relative h-md-100">
    <div class="background-img"
    style="background-image: url('uploads/<?php echo $category['image_path']; ?>');"></div>
    <div class="content_abs content_bottom content_left content_bottom-md content_left-md">
    <p class="text-uppercase mb-1">Hot List</p>
    <h3 class="text-uppercase"><strong>
    <?php echo htmlspecialchars($category['name']); ?>
    </strong> Collection</h3>
    <a href="#" class="btn-link text-uppercase fw-medium">Shop Now</a>
    </div>
    </div>
    </div>
    <?php endforeach; ?>
    </div>
    </div>
    </section>
    </
    div>

    <div class="container">
    <section class="mt-5">
    <h2 class="section-title text-center mb-3 pb-xl-3 mb-xl-4">Featured Products</h2>
    <div class="row">
    <?php while ($row = mysqli_fetch_assoc($productResult)): ?>
    <div class="col-6 col-md-4 col-lg-3">
    <div class="product-card mb-3 mb-md-4 mb-xxl-5">
    <div class="pc__img-wrapper">
    <a href="product_details.php?id=<?php echo $row['id']; ?>">
    <img loading="lazy" src="<?php echo $row['image_path']; ?>" width="330" height="400"
    alt="<?php echo $row['product_name']; ?>" class="pc__img">
    </a>
    <a href="check_out.php">
    <button class="pc__atc btn anim_appear-bottom btn position-absolute border-0 text-uppercase fw-medium js-add-cart js-open-aside"
    data-aside="cartDrawer" title="Add To Cart">Add To Cart</button>
    </a>
    </div>
    <div class="pc__info position-relative">
    <p class="pc__category">
    <?php echo $row['category_name']; ?>
    </p>
    <h6 class="pc__title">
    <a href="./product_details.php?id=<?php echo $row['id']; ?>" class="text-decoration-none text-dark">
    <?php echo $row['product_name']; ?>
    </a>
    </h6>
    <div class="product-card__price d-flex">
    <span class="money price">$<?php echo $row['price']; ?></span>
    </div>
    </div>
    </div>
    </div>
    <?php endwhile; ?>
    </div>
    </section>
    </
    div>
     
  12. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
    product-card__price d-flex">
    <span class="money price">$<?php echo $row['price']; ?></span>
    </div>
    </div>
    </div>
    </div>
     
  13. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
    ', Tahoma, Genevaproduct-card__price d-flex">
    <span class="money price">$<?php echo $row['price']; ?></span>
    </div>
    </div>
    </div>
    </div>, Verdana, sans-serif;
     
  14. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
    div>
    </div>
    </div>
    </div>
     
  15. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
    div>
    </div>
    </div>
    </div>
     
  16. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
    div>
    </div>
    </div>
    </div>
     
  17. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
    div>
    </div>
    </div>
    </div>
     
  18. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
    div>
    </div>
    </div>
    </div>
     
  19. OP
    OP
    Quick FBM Store

    Quick FBM Store
    Expand Collapse
    Best Quality Accounts & Pages
    Premium Status: This user has a Premier Sellers Account Verified Status: This user has completed basic background and ID verification

    1   1   0

    Offline
    Joined:
    3/2/24
    Posts:
    98,032
    Likes Received:
    113
    My Location:
    div>
    </div>
    </div>
    </div>
     
  20. IDEAL TRADERS

    IDEAL TRADERS
    Expand Collapse
    Unverified Member

    0   0   0

    Offline
    Joined:
    7/7/24
    Posts:
    271
    Likes Received:
    0
    My Location:
    Go if DJ uh by the b
     
    • This user is inactive. Hasn't logged into their account in over 60 days.
Loading...