FluxStack Product Catalog
WordPress product catalog plugin without e-commerce
by Ajith R N · github.com/ajithrn/fluxstack-product-catalog · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/ajithrn/fluxstack-product-catalog/archive/refs/heads/main.zipA custom WordPress product catalog plugin without e-commerce. Products with categories, brands, types, tags, AJAX filtering, and a full admin settings UI.
Requirements
- WordPress 5.8+
- PHP 7.4+
- Advanced Custom Fields PRO
- Node.js 16+ (build step)
Installation
cd wp-content/plugins/fs-product-catalog
composer install
npm install && npm run build
Then activate the plugin and ensure ACF Pro is active.
Quick Start
- Go to Products → Add New
- Add title, content, featured image, and ACF fields
- Assign categories, brands, types, or tags
- Configure display at Products > Settings
- View archive at
yoursite.com/product/
Settings
All display options are configurable from Products > Settings:
- General — per page, columns, sort order, pagination mode, breadcrumbs
- Single Product — sidebar, related products
- Archive — sorting dropdown, filter sidebar
- Product Card — visible elements, image ratio
- Inquiry — quote request button on single products
- Quote List — multi-product quote collection, floating button, form integration
- Advanced — REST API toggle
Documentation
Detailed docs are in the docs/ folder:
- Architecture — Plugin structure, classes, data flow
- Developer Guide — Hooks, filters, templates, REST API, import/export
- Build & Assets — Build process, CSS/JS architecture
- Changelog — Version history
License
GPL v2 or later
Author: Ajith R N