morethanthemes / extra_product_views
There is no license information available for the latest version (1.0.0) of this package.
Adds extra views for Product content type.
Package info
github.com/morethanthemes/extra_product_views
Type:drupal-recipe
pkg:composer/morethanthemes/extra_product_views
1.0.0
2025-08-11 14:05 UTC
Requires
- drupal/better_exposed_filters: ^7.0
- drupal/core: >=10.4 || ^11
- drupal/views_infinite_scroll: ^2.0
- morethanthemes/extra_product: ^1.0
This package is not auto-updated.
Last update: 2026-03-10 11:52:52 UTC
README
This module provides a set of additional views for displaying products in a Drupal application. It is intended to be used with the morethanthemes/extra_product module.
Included Views
This module includes the following views:
- Collections Carousel: A carousel view for product collections.
- Collections Grid: A grid view for product collections.
- Pricing Tables: A view to display product pricing in a table format.
- Products Carousel: A carousel view for products.
- Products List: A list view for products.
- Products Metro Tiles: A metro-style tile view for products.
- Products: A default product view.
- Related Nodes Carousel: A carousel view for related nodes.
Installation
To install this module, use Composer:
composer require morethanthemes/extra_product_views
Then, enable the module in your Drupal site.
Dependencies
This module requires the following dependencies:
- Drupal Core (>=10.4 || ^11)
- Better Exposed Filters (^7.0)
- Views Infinite Scroll (^2.0)
- Extra Product (^1.0) recipe