Download the PHP package viraxpress/advanced-configurable without Composer
On this page you can find all versions of the php package viraxpress/advanced-configurable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download viraxpress/advanced-configurable
More information about viraxpress/advanced-configurable
Files in viraxpress/advanced-configurable
Package advanced-configurable
Short Description Advanced Configurable Extension for ViraXpress
License Apache-2.0
Informations about the package advanced-configurable
ViraXpress Advanced Configurable
Advanced Configurable provides a feature-rich configurable product table for Magento 2, allowing store owners to present configurable product variants in a compact, sortable, and bulk-addable matrix.
Description
This module replaces or augments the default configurable product UI with a responsive table/grid that lists all simple associated products (variants). It supports bulk quantity updates, per-variant quantity entry, tier pricing columns, configurable column sorting, persistence of selection state for logged-in customers, and multiple admin configuration options (colors, visibility, excluded SKUs/categories, etc.).
Key features
- Responsive matrix/grid view of configurable product variants
- Bulk quantity controls and per-row quantity inputs
- Show/hide properties: SKU, Availability, Price, Tier Prices
- Tier price columns with configurable limit
- Column sorting (optional)
- Pagination support for large variant lists
- Persist variant selections per customer (DB-backed) or in session for guests
- Admin settings to exclude SKUs or whole categories from using the table
- Admin color settings for header and selector elements
- REST endpoints to read/save/clear persisted matrix state
REST endpoints
The module exposes these endpoints under the Magento REST API prefix:
GET /V1/vx-matrix/state/:productId— read persisted matrix statePOST /V1/vx-matrix/state— save persisted matrix stateDELETE /V1/vx-matrix/state/:productId— clear persisted matrix state
Note: the persistence repository requires a logged-in customer; requests from anonymous users fall back to sessionStorage on the frontend.
Compatibility
- Magento 2.4.x
Installation
-
Install the extension via Composer:
-
Run the following commands from your Magento root directory:
php bin/magento module:enable ViraXpress_AdvancedConfigurable php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:flush
Configuration
After installation, the module settings are available in the admin under:
Stores → Configuration → ViraXpress → Advanced Configurable Product Table
Available options include enabling the table, display mode, excluded SKUs/categories, which properties to show, pagination, color customization, and persistence options.
Support
For support, please contact ViraXpress at https://www.viraxpress.com or refer to the license agreement.
License
This extension is licensed under the ViraXpress license agreement. See https://www.viraxpress.com/license for details.