Kadence Iconic Quicktray
Allowing your store visitors to preview items quickly from your catalog pages creates a fast and engaging shopping experience. Setting up a dedicated product preview panel lets buyers view essential details, check available variations, and add items to their cart without leaving the main archive display. When you streamline this browsing step, you eliminate repetitive page loads and keep customers moving smoothly through your store.
This collection provides step-by-step guides to help you install, configure, and customize the Iconic QuickTray plugin for WooCommerce. You will learn how to enable the sliding display panel, adjust responsive layout settings, and fix common theme integration issues like missing quick-view buttons. Use these resources to build an efficient, distraction-free browsing path that makes exploring your products effortless.
Kadence Iconic Quicktray articles
Explore the following guides to learn how to configure, style, and troubleshoot your product quick-view panels.
Change The Quickview Button Position
Read more: Change The Quickview Button PositionThe quickview button is output using a WooCommerce hook namedwoocommerce_after_shop_loop_item. You can change this to any hook like so: Add the above code to your child theme’s functions.php file. it will remove the default display of the quickview button, and add it before the product instead. You can change woocommerce_before_shop_loop_item to any hook in the…
There Is No Quickview Button
Read more: There Is No Quickview ButtonYou may find after installing that no quickview button is visible. QuickTray uses WooCommerce hooks to place the button, and some themes remove these hooks. Firstly, try a default theme like Storefront to see if your theme is at fault. If it is your theme, have a look for the file named woocommerce/content-product.php. This file should contain…
What To Expect After Installing WooCommerce QuickTray
Read more: What To Expect After Installing WooCommerce QuickTrayAfter installing WooCommerce QuickTray, your first step should be to ensure it is working correctly. Navigate to your WooCommerce shop page. Each product should now have a “Quickview” button. Clicking the “Quickview” button, should initiate a modal tray containing the product information. From here you can add to cart, view the images, read the product…