ASTRA_Ext_WooCommerce_Markup::single_product_quantity_ajax_cart()

Single product Quantity Ajax Offcanvas markup.


Description


Return

(void)


Source

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

		public function single_product_quantity_ajax_cart() {

			$woo_header_cart_click_action = astra_get_option( 'woo-header-cart-click-action' );

			add_filter(
				'woocommerce_widget_cart_item_quantity',
				array( $this, 'astra_addon_add_offcanvas_quantity_fields' ),
				10,
				3
			);
		}

User Contributed Notes

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