pro
Interfaces, Classes and Traits
- Admin_Controller
- Handles general admin functions, such as adding links to our settings page in the Plugins menu.
- Settings_Page
- Provides functions for the plugin settings page in the WordPress admin.
- Button_Display
- Handles the display of the Quick View button in the shop.
- Frontend_Preview
- Sets up settings preview feature
- Frontend_Scripts
- Loads the various scripts and styles needed for the quick view.
- Bundled_Products_Integration
- Handles integration with WooCommerce Bundled Products.
- Composite_Products_Integration
- Handles integration with WooCommerce Composite Products.
- Product_Addons_Integration
- Handles integration with WooCommerce Product Addons.
- Product_Table_Data_Quick_View
- Required for the WooCommerce Product Table integration. Gets data for the 'quick-view' column to display in the product table.
- Product_Table_Integration
- Handles the integration with WooCommerce Product Table.
- Theme_Integration
- Handles integration with 3rd party themes.
- WooCommerce_Blocks
- Integration with the WooCommerce Blocks plugin.
- WooCommerce_Shortcodes
- Plugin
- The main plugin class. Responsible for setting up to core plugin services.
- Plugin_Factory
- Factory to create/return the shared plugin instance.
- Quick_View_Content
- Responsible for configuring which elements are displayed within the quick view.
- Add_To_Cart_Route
- REST handler for the 'add to cart' route.
- Quick_View_Route
- REST handler for the 'get quick view' route.
- Rest_Controller
- Registers the quick view REST routes.
- Tabs_Display
- Handles the display of the Quick View button in the shop.
- Util
- Utility functions for WooCommerce Quick View Pro.
Table of Contents
- PLUGIN_FILE = __FILE__
- PLUGIN_VERSION = '1.6.5'
- wc_qvp_show_tabs() : mixed
- wc_qvp_display_product_reviews() : mixed
- wqv() : Plugin
- Helper function to access the shared plugin instance.
Constants
PLUGIN_FILE
public
mixed
PLUGIN_FILE
= __FILE__
PLUGIN_VERSION
public
mixed
PLUGIN_VERSION
= '1.6.5'
Functions
wc_qvp_show_tabs()
wc_qvp_show_tabs([mixed $product = null ]) : mixed
Parameters
- $product : mixed = null
Return values
mixed —wc_qvp_display_product_reviews()
wc_qvp_display_product_reviews(mixed $product) : mixed
Parameters
- $product : mixed
Return values
mixed —wqv()
Helper function to access the shared plugin instance.
wqv() : Plugin
Return values
Plugin —The plugin instance