Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abandoned cart trigger in PopUp builder #6679

Open
wordxpression opened this issue Jan 10, 2019 · 10 comments
Open

Abandoned cart trigger in PopUp builder #6679

wordxpression opened this issue Jan 10, 2019 · 10 comments
Labels
mod/r* [Temp.] For internal use only. popups References any component related to Elementor Pro’s Popups feature. request/feature Indicates a Request for a non-existing New Feature.

Comments

@wordxpression
Copy link

Prerequisites

  • [ X] I have searched for similar features requests in both open and closed tickets and cannot find a duplicate.
  • [ X] The feature is still missing in the latest stable version of Elementor ( Elementor Pro. )
    Additionally it's missing in the beta 2.4 too.

What problem is your feature request going to solve? Please describe.
First of all, the PopUp builder is great. But I have some suggestions how to make it even greater. As you know, Abandoned Carts is a serious issue. It would be great if in the conditions for pop ups it would be possible to check 'If there are products in the cart'. When that's the case, for example on an exit event the pop up could be shown.
It would be even better if it would be possible to show the contents of the cart by showing the 'products' grid (rather than for example the 'cart' widget from WooCommerce itself). So in the settings which products to show (Featured, Sale, Newest etc), 'In Cart' should be added.

With these two small extensions the PopUp builder would become a super toolkit to get more conversion in webshops. I see great possibilities with this new feature.

Describe the solution you'd like
See above

Describe alternatives you've considered
Alternative would be an extra plugin for Abandoned Cart pop ups. But the beauty would be if it all would be in my favorite page builder.

@bainternet bainternet added the request/feature Indicates a Request for a non-existing New Feature. label Jan 13, 2019
@parfilov
Copy link

+1

@arielk arielk added the popups References any component related to Elementor Pro’s Popups feature. label Jan 13, 2019
@black-eye
Copy link

+1

@jazir555
Copy link

+1

Super necessary functionality for an e-commerce site. Functionality like this would massively increase conversion rate.

@tamas-dukai
Copy link

+1

@jazir555
Copy link

Please add this, it would be a great popup trigger to have

@aleksifa
Copy link

Actually this is a pretty great idea :)
I look into how to solve this

@wordxpression
Copy link
Author

I look into how to solve this
Basically it's very simple.

When you first established that WooCommerce is installed, you can check it with this code

    if ( WC()->cart->get_cart_contents_count() > 0 ) {
        $is_cart =  true; //or whatever code you want to insert

    }

@bebanet
Copy link

bebanet commented Sep 24, 2020

+1
also what would be great is a trigger based on the subtotal cost of the items in the cart. so we can display different popups

@jstormthakid
Copy link

+1
we definitely need a trigger based on the subtotal cost of the items in the cart, so we can display different popups! why hasn't something like this been implemented yet? it's littery the reason why I haven't pulled the trigger on Elementor Pro yet...

@webgurus
Copy link

webgurus commented Aug 9, 2022

+1

@nicholaszein nicholaszein added the mod/r* [Temp.] For internal use only. label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mod/r* [Temp.] For internal use only. popups References any component related to Elementor Pro’s Popups feature. request/feature Indicates a Request for a non-existing New Feature.
Projects
None yet
Development

No branches or pull requests