=== ShortcodeGlut - Product Shortcodes for WooCommerce === Contributors: appglut Tags: woocommerce, products, shortcode, product table, product display, woo templates, product carousel, product grid Requires at least: 5.8 Requires PHP: 7.4 Tested up to: 6.9 Stable tag: 1.1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Beautiful WooCommerce product shortcodes with customizable Woo Templates, grid layouts, product tables, and carousel displays. Create stunning product showcases with ease. == Description == **ShortcodeGlut** provides a comprehensive collection of powerful shortcodes for displaying WooCommerce products in beautiful, customizable layouts. Perfect for creating product showcases, sale displays, category listings, interactive data tables, and custom product templates without any coding knowledge. = AVAILABLE SHORTCODES = **Free Version:** * **[shortcodeglut_woo_category]** - Display products from specific categories with customizable layouts, AJAX filtering, and pagination **PRO Version:** * **[shopglut_advanced_filter]** - Advanced product filtering with sidebar featuring search, categories, price range, rating filters, and grid/list view toggle = KEY FEATURES = **Category Products Shortcode [shortcodeglut_woo_category]:** * Display products from one or multiple categories * Customizable grid layouts for desktop, tablet, and mobile * Toolbar with search, filter, and sort options * AJAX pagination for smooth navigation (optional) * Integration with Woo Templates for custom styling * Support for custom product display templates * Custom title, description, and icon support * Category operator support (IN, NOT IN, AND) * Flexible column control for all screen sizes **Woo Templates System:** * Create custom product display templates with HTML and CSS * 5 Prebuilt templates: Modern Card, Clean Simple, Featured Badge, Minimal List, Classic Card * Visual template editor with live preview * Copy template IDs with one click * Use custom templates with any shortcode via `template` parameter * Template tags: [product_title], [product_image], [product_price], [product_short_description], [product_categories], [product_stock], [product_rating], [btn_cart], [btn_view], and more * Full control over product card styling and layout **PRO Features (Available in Premium Version):** * **[shopglut_advanced_filter]** - Advanced product filtering sidebar - Search functionality - Category filter with hierarchical display - Price range filter (min/max) - Rating filter (star-based) - Grid/List view toggle - Sort by options (date, title, price, popularity, rating) - Customizable sidebar position (left, right, top) - AJAX-powered filtering for smooth experience - Category match mode (any or all) - Items per page control - Responsive grid columns (1-6) * Priority support and updates == Installation == **Automatic Installation:** 1. Go to WordPress Admin → Plugins → Add New 2. Search for "ShortcodeGlut" 3. Click "Install Now" and then "Activate" 4. Navigate to ShortcodeGlut → Shortcode Showcase for documentation **Manual Installation:** 1. Download the plugin zip file 2. Upload to `/wp-content/plugins/shortcodeglut/` directory 3. Activate through the Plugins menu in WordPress 4. Visit ShortcodeGlut → Shortcode Showcase for usage instructions == Usage Examples == **Free Version - Category Products:** Basic usage: ``` [shortcodeglut_woo_category categories="electronics"] ``` Advanced with AJAX and custom layout: ``` [shortcodeglut_woo_category categories="electronics,accessories" title="1" desc="1" items_per_page="12" cols="3" toolbar="1" ajax="on"] ``` Using Woo Templates for custom styling: ``` [shortcodeglut_woo_category categories="electronics" template="modern_card"] ``` **PRO Version - Advanced Filter:** Basic usage: ``` [shopglut_advanced_filter] ``` Advanced with all features: ``` [shopglut_advanced_filter sidebar="left" items_per_page="12" columns="4" show_price_range="1" show_rating="1" show_categories="1"] ``` Custom sidebar position and filters: ``` [shopglut_advanced_filter sidebar="right" show_search="1" show_sort_by="1" match_mode="all"] ``` == Changelog == = 1.1.0 = * **IMPROVED:** Reorganized all CSS and JavaScript files to global-assets directory for better structure * **IMPROVED:** Centralized asset loading through ShortcodeglutRegisterScripts.php * **IMPROVED:** Better asset management and enqueue system * **FIXED:** Removed duplicate asset files * **UPDATED:** Free version includes [shortcodeglut_woo_category] shortcode * **UPDATED:** PRO version includes [shopglut_advanced_filter] shortcode = 1.0.5 = * **NEW:** Woo Templates system - create custom product display templates * **NEW:** 5 Prebuilt templates: Modern Card, Clean Simple, Featured Badge, Minimal List, Classic Card * **NEW:** Visual template editor with live preview * **NEW:** Copy template ID functionality with one click * **NEW:** Use custom templates with any shortcode via `template` parameter * **NEW:** Product Carousel shortcode (PRO feature) * **NEW:** Recent Products, Featured Products, and Best Selling Products shortcodes (PRO) * **IMPROVED:** Preview modal with larger size (1100px) and smooth animations * **IMPROVED:** Better modal overlay with blur effect * **FIXED:** Body scroll restoration after closing preview modal * **FIXED:** Centralized upgrade URL constant for easier maintenance = 1.0.0 = * Initial release * Interactive product table with custom sorting, filtering, and pagination * Category and tag dropdowns dynamically populated from table data * AJAX add-to-cart with View Cart button * Two design styles: classic and modern * Category products shortcode with customizable layouts * Sale products shortcode with discount badges * Fully responsive design for all devices