Is There A Function Or Addon That Shows A Popup For Abandoned Carts?

When I return to the store of a major retailer in the netherlands I get a popup that guides me to my abandoned cart.

Is this function available for CSC ?

[quote name='P-Pharma' timestamp='1431706058' post='214532']

When I return to the store of a major retailer in the netherlands I get a popup that guides me to my abandoned cart.

Is this function available for CSC ?

[/quote]



Unfortunately, there is no such a feature. Additional code modifications are required to implement it

if you return to the store from the same IP and the same browser, you should get the cart in place that you “abandoned” if it's been within the last 2 weeks (default setting).

Hello.



This modification may be also interest for you - CS-Cart “Abandoned Cart E-mail Reminder” modification



Thank you.

Yes, I have seen the email reminder addons offered by several developers, but thats not what I am looking for.

A simple popup if there are items in cart should be easy to do. Are there if/then/else code conditionals in CS-Cart? How would you define the conditions:

  • the user is doing his first page view

    AND
  • the user has products in cart

I'm a bit confused… Generally abandoned cart notification is about the following:[list]

[]telling the user that he has items in the cart before he leaves the site and asks them if they're sure they want to leave

[
]Reviewing stored carts that are X days old and if contact info exists, sending an email to the user reminding them they didn't complete checkout (sometimes with an incentive in the email like a coupon).

[/list]

But it seems from your description that you are wanting to notify a user when they return to the site that they still have items in the cart (I.e. a duplication of the Cart Icon on the page). Am I misunderstanding something?

I am indeed inquiring about something different. When a user returns to the site and there are items in the cart, then I want to show a popup to the returning user stating that there are products in cart and a button to go to the cart. The user will have to decide to either go to the cart or continue shopping.

That's pretty simple and a duplication of what's already in the Cart Icon area. Maybe you just want to modify the CSS for the cart icon so it stands out brightly when there are items in the cart?

Its not needed to show what is in the cart or even how many items. Just a simple popup that makes the user choose between finishing the purchase and continuing shopping.