FeatureFuel
3

Mini-Cart Update Hooks

Source: elementor/elementor#22386 · opened by @stickypages
Prerequisites


• I have searched for similar features requests in both open and closed tickets and cannot find a duplicate.
• The feature is still missing in the latest stable version of Elementor ( Elementor Pro )

What problem is your feature request going to solve? Please describe.


We need some actions available in the mini-cart. So we can actually put some content in the mini-cart with some functionality, and not edit the plugin file.

do_action( 'woocommerce_before_mini_cart' );
do_action( 'woocommerce_after_mini_cart' );


Describe the solution you'd like

In your mini-cart file, please add the following lines:

LINE 70: do_action( 'woocommerce_before_mini_cart' );
LINE 102: do_action( 'woocommerce_after_mini_cart' );

Describe alternatives you've considered

Modifying elementor-pro

Additional context


_No response_

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests