<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Abandoned Cart]]></title><description><![CDATA[<p dir="auto">Hello! I would like to have a feature in my shop side as below:</p>
<ol>
<li>After logging in, a customer can add items into the cart</li>
<li>They will leave the items in the cart for a while (say 3, 4 days) without checking out</li>
<li>After 3, 4 days still seeing the items in the cart, I can send an email to that customer for further follow-ups</li>
</ol>
<p dir="auto">Can I ask if this feature is available in AppDrag currently? If so, how could I go about doing that?</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://community.appdrag.com/topic/743/abandoned-cart</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 01:00:09 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/743.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 Mar 2021 16:27:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Abandoned Cart on Mon, 15 Mar 2021 08:05:25 GMT]]></title><description><![CDATA[<p dir="auto">Hi AppDrag community !</p>
<p dir="auto">Yes, indeed, I would be glad to have this feature on AppDrag <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--wink" title=";)" alt="😉" /></p>
<p dir="auto">Have a nice day,</p>
]]></description><link>https://community.appdrag.com/post/3074</link><guid isPermaLink="true">https://community.appdrag.com/post/3074</guid><dc:creator><![CDATA[Nazem SAMAD]]></dc:creator><pubDate>Mon, 15 Mar 2021 08:05:25 GMT</pubDate></item><item><title><![CDATA[Reply to Abandoned Cart on Thu, 11 Mar 2021 07:18:52 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
No it's not an existing feature currently existing on AppDrag. I moved your topic to feature request let's see if it's requested by the community.<br />
If you need to do it right now without AppDrag you can use in JavaScript</p>
<pre><code>store('appdragCart');
</code></pre>
<p dir="auto">to get the current content of the cart. Then do any logic you want from it.</p>
]]></description><link>https://community.appdrag.com/post/3038</link><guid isPermaLink="true">https://community.appdrag.com/post/3038</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Thu, 11 Mar 2021 07:18:52 GMT</pubDate></item></channel></rss>