ASTRA_Ext_WooCommerce_Markup::quick_view_content_actions()

Quick view actions


Description


Source

File: addons/woocommerce/classes/class-astra-ext-woocommerce-markup.php

		public function quick_view_content_actions() {

			// Image.
			add_action( 'astra_woo_qv_product_image', 'woocommerce_show_product_sale_flash', 10 );
			add_action( 'astra_woo_qv_product_image', array( $this, 'qv_product_images_markup' ), 20 );

			// Summary.
			add_action( 'astra_woo_quick_view_product_summary', array( $this, 'single_product_content_structure' ), 10, 1 );

		}

User Contributed Notes

You must log in before being able to contribute a note or feedback.