/** * 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 Bomber Jackets Archives - Page 8 of 13 - Claire's Picks
Claire Wears

Claire’s Picks

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

Bomber Jackets

HomeCoats & JacketsBomber JacketsPage 8
  • All Products
  • Hot Products
  • New Products
  • Sale Products
  • 184 products Showing 106–120 of 184 results

  • Khaite Reggie oversized satin bomber jacket40%
    Buy product

    Khaite Reggie oversized satin bomber jacket

    $2,000.00 Original price was: $2,000.00.$1,200.00Current price is: $1,200.00.
  • Khrisjoy Logo-print Metallic Bomber Jacket34%
    Buy product

    Khrisjoy Logo-print Metallic Bomber Jacket

    $449.00 Original price was: $449.00.$296.00Current price is: $296.00.
  • KNWLS M-claw Bomber Jacket in Taupe. Size M, S.29%
    Buy product

    KNWLS M-claw Bomber Jacket in Taupe. Size M, S.

    $851.00 Original price was: $851.00.$608.00Current price is: $608.00.
  • Lacoste Oversized Embroidered Logo Bomber Jacket - Blue50%
    Buy product

    Lacoste Oversized Embroidered Logo Bomber Jacket – Blue

    $239.99 Original price was: $239.99.$119.99Current price is: $119.99.
  • Lacoste Oversized Embroidered Logo Bomber Jacket - Blue50%
    Buy product

    Lacoste Oversized Embroidered Logo Bomber Jacket – Blue

    $239.99 Original price was: $239.99.$119.99Current price is: $119.99.
  • Lois White Denim Nomad Bomber Jacket26%
    Buy product

    Lois White Denim Nomad Bomber Jacket

    $380.00 Original price was: $380.00.$280.00Current price is: $280.00.
  • Long Sleeve Zip Up Bomber Jacket In Brown Faux Leather, Women's Size UK Large L45%
    Buy product

    Long Sleeve Zip Up Bomber Jacket In Brown Faux Leather, Women’s Size UK Large L

    $67.00 Original price was: $67.00.$37.00Current price is: $37.00.
  • Long Sleeve Zip Up Bomber Jacket In Light Brown Faux Leather, Women's Size UK Large L45%
    Buy product

    Long Sleeve Zip Up Bomber Jacket In Light Brown Faux Leather, Women’s Size UK Large L

    $67.00 Original price was: $67.00.$37.00Current price is: $37.00.
  • MAGCOMSEN Jackets for Women Zip Up Bomber Jackets Lightweight Red XL93%
    Buy product

    MAGCOMSEN Jackets for Women Zip Up Bomber Jackets Lightweight Red XL

    $37.98 Original price was: $37.98.$2.80Current price is: $2.80.
  • Magda Butrym Oversized denim bomber jacket30%
    Buy product

    Magda Butrym Oversized denim bomber jacket

    $1,250.00 Original price was: $1,250.00.$875.00Current price is: $875.00.
  • Maje Red Floral Applique Satin Bomber Jacket S16%
    Buy product

    Maje Red Floral Applique Satin Bomber Jacket S

    $116.00 Original price was: $116.00.$98.00Current price is: $98.00.
  • Marant Etoile Crisley faux leather bomber jacket20%
    Buy product

    Marant Etoile Crisley faux leather bomber jacket

    $595.00 Original price was: $595.00.$476.00Current price is: $476.00.
  • Marc New York Quilted Faux Fur Bomber Jacket30%
    Buy product

    Marc New York Quilted Faux Fur Bomber Jacket

    $56.61 Original price was: $56.61.$39.63Current price is: $39.63.
  • MAX MARA CUBE Reversible Bomber Jacket - Green49%
    Buy product

    MAX MARA CUBE Reversible Bomber Jacket – Green

    $750.00 Original price was: $750.00.$379.00Current price is: $379.00.
  • Max Mara Musette embroidered velvet bomber jacket30%
    Buy product

    Max Mara Musette embroidered velvet bomber jacket

    $1,750.00 Original price was: $1,750.00.$1,225.00Current price is: $1,225.00.
  • 1
  • 2
  • 3
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
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