---
title: "There Is No Quickview Button"
source: "https://docs.nexcess.com/software/kadence/iconic/quicktray/there-is-no-quickview-button/"
description: "Coming soon: Iconic QuickTray is becoming part of Kadence Shop Kit. You may see both names used while we update the product, documentation, and customer experie…"
vertical: "Software"
area: "Quicktray"
date: "2021-03-25"
last_modified: "2026-08-12"
---

# There Is No Quickview Button

**Coming soon:** Iconic QuickTray is becoming part of Kadence Shop Kit. You may see both names used while we update the product, documentation, and customer experience.

You may find after installing that no quickview button is visible. QuickTray uses WooCommerce hooks to place the button, and some themes remove these hooks.

1. Firstly, try a default theme like [Storefront](https://woocommerce.com/storefront/) to see if your theme is at fault.
2. If it is your theme, have a look for the file named `woocommerce/content-product.php`. This file should contain a hook just before the closing `</li>` tag: `do_action( 'woocommerce_after_shop_loop_item' );`. If it’s not there, [create a child theme](https://codex.wordpress.org/Child_Themes) and add it in.
3. You could also try changing which hook the button is displayed on.
