viraxpress/quick-view

ViraXpress Quick View Extension

Maintainers

Package info

github.com/viraxpress/QuickView

Language:HTML

Type:magento2-module

pkg:composer/viraxpress/quick-view

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-13 12:03 UTC

This package is auto-updated.

Last update: 2026-06-10 10:51:45 UTC


README

Magento 2 module that adds a configurable Quick View popup for product previews across storefront listings, wishlist pages, CMS pages, and related/upsell products.

Description

ViraXpress_QuickView enables shoppers to preview product details in a modal popup without leaving the current page. The module provides a lightweight iframe-based quick view experience with options to display a label or icon, customize colors, exclude specific product sections, and optionally close the popup when add-to-cart is used.

Features

  • Enable or disable the module from admin configuration.
  • Display Quick View on:
    • Product listing pages
    • Wishlist page
    • Home page and CMS pages
    • Related / Upsell product widgets
  • Choose display type for Quick View trigger:
    • Label
    • Icon
  • Customize button label text, text color, background color, and hover behavior.
  • Upload a custom icon for Quick View.
  • Exclude content sections from the popup:
    • Reviews
    • Product accordions (description, attributes, store locator, size chart)
    • Related products
    • Upsell products
  • Optionally close the Quick View popup after add-to-cart.
  • Uses a dedicated frontend controller and iframe-based popup template for product previews.

Compatibility

  • Magento 2.4.x

Installation

  1. Install the extension via Composer:

    composer require viraxpress/quick-view
  2. Run the following commands from your Magento root directory:

    php bin/magento module:enable ViraXpress_QuickView
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy -f
    php bin/magento cache:flush

Usage

Configuration

Configure the module in the Admin Panel at:

Stores > Settings > Configuration > ViraXpress > Quick View

Available settings include:

  • Enable module
  • Popup display locations
  • Content exclusions for quick view popups
  • Button/icon display style
  • Custom button label and icon
  • Button text and background colors
  • Show label/icon on hover
  • Close popup after add-to-cart

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.