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.
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.
To install this module, use Composer:
composer require morethanthemes/extra_product_viewsThen, enable the module in your Drupal site.
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