ShortcodeGlut Pro

Free Version

WordPress.org

Responsive Support

Fast and Friendly

event_note

Last Updated: April 14, 2026

settings_backup_restore

Current Version: 1.0.0 ChangeLog

assignment

Documentation: View Documentation

🎯 ShortcodeGlut Pro – Advanced Filter

Transform Your WooCommerce Store with Professional Product Filtering & Smart Search Experience

⭐ Version 1.0.0 • Premium Shortcode

🚀 Professional Product Filtering Solution

The [shopglut_advanced_filter] shortcode is a powerful product filtering solution for WooCommerce, featuring advanced sidebar filters, smart search functionality, AJAX-powered filtering, grid/list view toggle, and comprehensive customization options designed to enhance user experience and increase conversions.

🎯 Comprehensive Filtering Features

🔍

Advanced Search Functionality

Real-time product search with instant results, autocomplete suggestions, and smart query handling for seamless user experience.

  • ✅ Instant AJAX-powered search results
  • ✅ Auto-complete product suggestions
  • ✅ Search by product title, SKU, description
  • ✅ Search result highlighting
  • ✅ Minimum character requirements
  • ✅ Search debouncing for performance
📂

Category Filter System

Hierarchical category selection with parent-child relationships, multiple selection support, and visual category browsing.

  • ✅ Hierarchical category tree display
  • ✅ Multi-category selection support
  • ✅ Parent/child category relationships
  • ✅ Product count per category
  • ✅ Collapsible category sections
  • ✅ Category thumbnail support
💰

Price Range Filter

Flexible price range filtering with dual-handle sliders, preset price ranges, and automatic currency support.

  • ✅ Interactive dual-handle slider
  • ✅ Custom min/max price inputs
  • ✅ Preset price range buttons
  • ✅ Real-time product count updates
  • ✅ Automatic currency formatting
  • ✅ WooCommerce currency support

Rating Filter

Star-based rating filtering with visual rating display, half-star support, and customer review integration.

  • ✅ 1-5 star rating options
  • ✅ Visual star rating display
  • ✅ Rated products count display
  • ✅ Half-star rating support
  • ✅ Review score filtering
  • ✅ Customer rating integration
🔄

Grid/List View Toggle

Seamless switching between grid and list views with persistent user preference and customizable layouts.

  • ✅ Grid view with column controls (1-6)
  • ✅ List view with detailed product info
  • ✅ View toggle button with icons
  • ✅ User preference persistence
  • ✅ Responsive view switching
  • ✅ Smooth transition animations
📊

Smart Sorting Options

Comprehensive product sorting with multiple criteria, custom sorting logic, and user-friendly sort dropdown.

  • ✅ Sort by date (newest/oldest)
  • ✅ Sort by title (A-Z/Z-A)
  • ✅ Sort by price (low/high)
  • ✅ Sort by popularity
  • ✅ Sort by rating
  • ✅ Custom sort order support
🎨

Flexible Sidebar Positioning

Choose sidebar placement with left, right, or top positions to match your store’s layout and design.

  • ✅ Left sidebar placement
  • ✅ Right sidebar placement
  • ✅ Top horizontal filters
  • ✅ Collapsible sidebar toggle
  • ✅ Mobile-responsive sidebar
  • ✅ Custom sidebar width control

AJAX-Powered Performance

Lightning-fast AJAX filtering with smooth animations, loading states, and optimized query performance.

  • ✅ Instant filter updates without page reload
  • ✅ Smooth loading animations
  • ✅ Optimized database queries
  • ✅ AJAX pagination support
  • ✅ Product count display
  • ✅ Error handling & retry logic

💼 Business Benefits & ROI

🎯 Increase Product Discovery by 60%

Advanced filtering helps customers find products faster, reducing search time and increasing add-to-cart conversions

💰 Boost Average Order Value by 25%

Better product discovery leads to larger basket sizes and higher average order values

👥 Improve User Experience by 50%

Professional filtering interface enhances shopping experience, leading to higher customer satisfaction

📈 Reduce Bounce Rate by 35%

Easy product navigation keeps customers engaged longer, reducing bounce rates and improving SEO

🔧 Technical Excellence & Performance

⚡ Optimized Performance

Efficient AJAX operations, smart caching, minimal database queries, and fast load times for optimal user experience

📱 Mobile-First Responsive

Touch-optimized interface, responsive grid layouts, and mobile-friendly sidebar for seamless cross-device experience

🌍 Translation Ready

Full WPML compatibility, translation-ready strings, and multi-language support for global stores

🎨 Developer Friendly

Extensive hooks and filters for custom integrations, comprehensive documentation, and clean code architecture

💡 Perfect Use Cases & Industries

🛒 Large Catalog Stores

Help customers navigate thousands of products with powerful filtering and search capabilities

👗 Fashion & Apparel

Filter by size, color, brand, price range for perfect product discovery

🏪 Electronics Stores

Technical specifications filtering with brand, features, and price range options

🏪 Multi-Vendor Markets

Consistent filtering across multiple vendors with category and attribute filtering

🔤 Shortcode Usage

Basic Usage

Display the advanced filter with default settings:

[shopglut_advanced_filter]

Custom Columns

3-column grid layout:

[shopglut_advanced_filter columns="3"]

⚙️ Available Parameters

📍 Sidebar Position

Parameter: sidebar
Values: left, right, top
Default: left
Description: Control the sidebar position for filters

[shopglut_advanced_filter sidebar="right"]

📦 Items Per Page

Parameter: items_per_page
Values: Any positive number (6-48 recommended)
Default: 12
Description: Number of products to display per page

[shopglut_advanced_filter items_per_page="24"]

📐 Grid Columns

Parameter: columns
Values: 1 to 6
Default: 4
Description: Number of columns in grid view

[shopglut_advanced_filter columns="3"]

🔍 Search Display

Parameter: show_search
Values: 1 (yes) or 0 (no)
Default: 1
Description: Show/hide search functionality

[shopglut_advanced_filter show_search="1"]

📂 Category Filter

Parameter: show_categories
Values: 1 (yes) or 0 (no)
Default: 1
Description: Show/hide category filter

[shopglut_advanced_filter show_categories="1"]

💰 Price Range Filter

Parameter: show_price_range
Values: 1 (yes) or 0 (no)
Default: 1
Description: Show/hide price range filter

[shopglut_advanced_filter show_price_range="1"]

⭐ Rating Filter

Parameter: show_rating
Values: 1 (yes) or 0 (no)
Default: 1
Description: Show/hide star rating filter

[shopglut_advanced_filter show_rating="1"]

🔄 Sort By Options

Parameter: show_sort_by
Values: 1 (yes) or 0 (no)
Default: 1
Description: Show/hide sort by dropdown

[shopglut_advanced_filter show_sort_by="1"]

🎯 Match Mode

Parameter: match_mode
Values: any or all
Default: any
Description: Match any filter or all filters

[shopglut_advanced_filter match_mode="all"]

📝 Usage Examples

1

Basic Filter with Sidebar

Display advanced filter with left sidebar and default settings:

[shopglut_advanced_filter]
2

Right Sidebar with Custom Columns

Position sidebar on the right with 3 column grid layout:

[shopglut_advanced_filter sidebar="right" columns="3"]
3

Top Horizontal Filters

Display filters horizontally at the top instead of sidebar:

[shopglut_advanced_filter sidebar="top"]
4

All Features Enabled

Complete filter with all options enabled and custom settings:

[shopglut_advanced_filter
  sidebar="left"
  items_per_page="16"
  columns="4"
  show_search="1"
  show_categories="1"
  show_price_range="1"
  show_rating="1"
  show_sort_by="1"
  match_mode="all"
]
5

Minimal Filter Setup

Basic filter with only search and categories:

[shopglut_advanced_filter
  show_price_range="0"
  show_rating="0"
  show_sort_by="0"
]

📋 Requirements & Compatibility

🔧 WordPress: 5.8+
🛒 WooCommerce: 4.0+
⚙️ PHP: 7.4+
💾 Memory: 128MB+
🔗 Required: ShortcodeGlut Free
📱 Mobile: Responsive Ready

📊 Performance Metrics

8+
Filter Options
AJAX
Powered Filtering
3
Sidebar Positions
6
Grid Columns

💎 Why Choose ShortcodeGlut Pro?

🚀 Performance

  • ✅ Lightning-fast AJAX filtering
  • ✅ Optimized database queries
  • ✅ Smart caching system
  • ✅ Minimal resource usage

🎨 Customization

  • ✅ Flexible sidebar positioning
  • ✅ Customizable grid layouts
  • ✅ Color scheme options
  • ✅ Responsive design control

🛡️ Support

  • ✅ Regular plugin updates
  • ✅ Priority email support
  • ✅ Comprehensive documentation
  • ✅ Custom integration help

🔗 Integration & Compatibility

🌐 Page Builders

Elementor, Divi, Visual Composer, Gutenberg Blocks with full compatibility

🛍️ WooCommerce Extensions

Product Bundles, Composite Products, Subscriptions, Bookings compatibility

🌍 Multi-Language

WPML, Polylang, qTranslate-X with automatic translation support