Commerce QuickLook

Component ID

2631976

Component name

Commerce QuickLook

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

745

Component created

Component changed

Component body

Commerce QuickLook adds a themable link to products that allows for a more detailed display of the product when browsing. This preview display can be customized in many ways, like adding a 'Add to Cart' form so customers can add the product directly from the preview. These QuickLook links can be added to any content type with the option to only display for specific view modes.

Tested on the latest Drupal 7.x with the latest Commerce Kickstart 7.x-2.x.

QuickLook Preview

Dependencies

The Drupal 7 version of QuickLook requires Magnific Popup.

Configuration

  1. Install Magnific Popup by following all given instructions.
  2. Download/Install the QuickLook module and any other listed dependencies.
  3. The QuickLook configuration page can be found at admin/commerce/config/commerce_quicklook. This can be accessed through the module administration page.
  4. Select which content types the QuickLook link will display on. Optionally, you can also select which view modes it should display on.
  5. [Optional] The QuickLook popup content layout can be modified under admin/structure/types/manage/[content-type]/display/commerce_quicklook.
  6. [Optional] The Quick Look link default template can be overridden by creating a new template in your theme templates folder called commerce-quicklook-links.tpl.php. Content type specific templates can be created by using commerce-quicklook-links--[content type].tpl.php.