/** * Get products based on search query with merchant filtering */ private function get_search_products($atts) { global $wpdb; $search_term = $atts['search']; $search_mode = isset($atts['search_mode']) ? $atts['search_mode'] : 'comprehensive'; $product_ids = array(); // Mode 1: Basic WordPress search (fastest but limited) if ($search_mode === 'basic') { $args = array( 'post_type' => 'product', 'post_status' => 'publish', 's' => $search_term, 'posts_per_page' => -1, 'fields' => 'ids' ); $query = new WP_Query($args); $product_ids = $query->posts; } // Mode 2: Title only search using LIKE elseif ($search_mode === 'title_only') { $product_ids = $wpdb->get_col($wpdb->prepare(" SELECT ID FROM {$wpdb->posts} WHERE post_type = 'product' AND post_status = 'publish' AND post_title LIKE %s ", '%' . $wpdb->esc_like($search_term) . '%')); } // Mode 3: Comprehensive search (default) else { // Direct SQL search for maximum compatibility $search_like = '%' . $wpdb->esc_like($search_term) . '%'; // Search in titles and content $title_content_ids = $wpdb->get_col($wpdb->prepare(" SELECT ID FROM {$wpdb->posts} WHERE post_type = 'product' AND post_status = 'publish' AND (post_title LIKE %s OR post_content LIKE %s OR post_excerpt LIKE %s) ", $search_like, $search_like, $search_like)); if (!empty($title_content_ids)) { $product_ids = array_merge($product_ids, $title_content_ids); } // Search by SKU $sku_ids = $wpdb->get_col($wpdb->prepare(" SELECT post_id FROM {$wpdb->postmeta} WHERE meta_key='_sku' AND meta_value LIKE %s ", $search_like)); if (!empty($sku_ids)) { $product_ids = array_merge($product_ids, $sku_ids); } // Search in product categories $cat_ids = $wpdb->get_col($wpdb->prepare(" SELECT tr.object_id FROM {$wpdb->term_relationships} tr JOIN {$wpdb->term_taxonomy} tt ON tr.term_taxonomy_id = tt.term_taxonomy_id JOIN {$wpdb->terms} t ON tt.term_id = t.term_id WHERE tt.taxonomy = 'product_cat' AND t.name LIKE %s ", $search_like)); if (!empty($cat_ids)) { $product_ids = array_merge($product_ids, $cat_ids); } } // Remove duplicates $product_ids = array_unique($product_ids); if (empty($product_ids)) { return array(); } // Filter out hidden products $visible_product_ids = array(); foreach ($product_ids as $product_id) { $product = wc_get_product($product_id); if ($product && $product->is_visible()) { $visible_product Chelsea Boots Archives - Page 10 of 20 - Claire's Picks
Claire Wears

Claire’s Picks

  • Beauty
  • Get The Look
  • Shopping
  • Style
  • Claire’s Picks

Chelsea Boots

HomeFootwearChelsea BootsPage 10
  • All Products
  • Hot Products
  • New Products
  • Sale Products
  • 294 products Showing 136–150 of 294 results

  • Jacquemus Les bottes Bricciola leather Chelsea boots40%
    Buy product

    Jacquemus Les bottes Bricciola leather Chelsea boots

    $685.00 Original price was: $685.00.$411.00Current price is: $411.00.
  • Jana Bettybrand Wide Cognac tan Womens Chelsea Boots 25465-43-305 in a Plain Synthetic in Size 4017%
    Buy product

    Jana Bettybrand Wide Cognac tan Womens Chelsea Boots 25465-43-305 in a Plain Synthetic in Size 40

    $59.99 Original price was: $59.99.$49.99Current price is: $49.99.
  • Jil Sander Bottle Green Leather Chelsea Ankle Boots41%
    Buy product

    Jil Sander Bottle Green Leather Chelsea Ankle Boots

    $757.00 Original price was: $757.00.$446.00Current price is: $446.00.
  • Khaite Marfa suede Chelsea boots
    Buy product

    Khaite Marfa suede Chelsea boots

    $1,200.00
  • Kurt Geiger Women's Boots Black Leather Ankle Chelsea4%
    Buy product

    Kurt Geiger Women’s Boots Black Leather Ankle Chelsea

    $239.00 Original price was: $239.00.$229.00Current price is: $229.00.
  • La Canadienne Women's Sorento Waterproof Block Heel Chelsea Boots
    Buy product

    La Canadienne Women’s Sorento Waterproof Block Heel Chelsea Boots

    $151.37
  • Legero Lima Chelsea Black suede Womens Chelsea Boots 2009913-0000 in a Plain Suede Leather in Size 3648%
    Buy product

    Legero Lima Chelsea Black suede Womens Chelsea Boots 2009913-0000 in a Plain Suede Leather in Size 36

    $115.00 Original price was: $115.00.$60.00Current price is: $60.00.
  • Legero Mystic Gtx Chelsea Black leather Womens Chelsea Boots 2000192-0100 in a Plain Leather in Size 7.5
    Buy product

    Legero Mystic Gtx Chelsea Black leather Womens Chelsea Boots 2000192-0100 in a Plain Leather in Size 7.5

    $140.00
  • Legres Suede Chelsea Ankle Boots - Khaki - 41 (IT41/ UK8)
    Buy product

    Legres Suede Chelsea Ankle Boots – Khaki – 41 (IT41/ UK8)

    $378.00
  • Legres Suede Chelsea Ankle Boots - Taupe - 37 (IT37/ UK4)
    Buy product

    Legres Suede Chelsea Ankle Boots – Taupe – 37 (IT37/ UK4)

    $378.00
  • Mabley Beige Chelsea Ankle Boots
    Buy product

    Mabley Beige Chelsea Ankle Boots

    $49.00
  • Mabley Black Chelsea Ankle Boots
    Buy product

    Mabley Black Chelsea Ankle Boots

    $49.00
  • Manolo Blahnik Chelata suede Chelsea boots
    Buy product

    Manolo Blahnik Chelata suede Chelsea boots

    $775.00
  • Marc Fisher Ltd. Women's Yale Pointed Toe Chelsea Boots
    Buy product

    Marc Fisher Ltd. Women’s Yale Pointed Toe Chelsea Boots

    $136.02
  • Marcie black leather chelsea boots70%
    Buy product

    Marcie black leather chelsea boots

    $775.00 Original price was: $775.00.$232.50Current price is: $232.50.
  • 1
  • 2
  • 3
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • …
  • 18
  • 19
  • 20
Copyright © 2025
Go to top
Close

Search

View more
Close

My Account

Login

Lost your password?

Close

Cart

Shopping Cart 0

No products in the basket.

Close

Product Quick View

  • Beauty
  • Get The Look
  • Shopping
  • Style
  • Claire’s Picks
  • Shopping Cart 0
  • Login