manifest / unclassified / alynt-products-grid
Alynt Products Grid
A WooCommerce plugin that displays products in a mobile-responsive grid with AJAX-powered category filtering, search, numbered pagination, and SEO-friendly URLs via shortcode.
by Alynt · github.com/nichlasb/alynt-products-grid · website
★ 0stars
17release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/nichlasb/alynt-products-grid/releases/download/v1.2.1/alynt-products-grid-v1.2.1.zipDeclares an update source (NichlasB/alynt-products-grid), so updates arrive through the plugin's own updater.
From the readme
Alynt Products Grid
Alynt Products Grid is a WooCommerce plugin for WordPress that renders products in a responsive, AJAX-powered grid with category filtering, search, and pagination.
It is built for shortcode-driven storefront sections where you want a cleaner product browsing experience without relying on the default WooCommerce archive templates.
Highlights
- Responsive product grid with up to 5 columns
- AJAX filtering and pagination without full page reloads
- Category buttons with live product counts
- Debounced search input
- Shareable URLs that preserve active filters and search terms
- Support for category allowlists and highlighted "special" categories
- Custom responsive breakpoints
- WooCommerce add-to-cart integration
- Out-of-stock handling
- Translation-ready strings and language files
Requirements
- WordPress 5.0 or later
- WooCommerce 3.0 or later
- PHP 7.4 or later
Installation
1. Copy the alynt-products-grid folder into /wp-content/plugins/.
2. Activate the plugin from the WordPress admin Plugins screen.
3. Make sure WooCommerce is installed and active.
4. Add the shortcode to a page, post, or other content area.
Quick Start
Basic usage:
Example with c
Read the full README on GitHub →