morethanthemes / extra_product_views
Adds extra views for Product content type.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:drupal-recipe
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: 2025-08-26 09:01:25 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