The abandoned tag has no wiki summary.
0
votes
1answer
151 views
How to alert Magento Site Admin about abandoned cart?
How could we alert a magento site admin about each abandoned cart immediately after it is abandoned?
Is it a default feature in Magento EE?
1
vote
1answer
753 views
Magento abandoned cart for guest/unconfirmed users
In Magento abandoned cart only works for verified registered users. Is there a way to capture it for guest and unconfirmed users programmaticaly?
Also is there a way to email alert for the same?
...
0
votes
0answers
212 views
newsstand: abandoned asset downloads still downloading
I'm making a newsstand app, I have many download assets per issue to download. "issues" is a NSArray* requested from the server.
I start downloading with iterating through all the assets like this in ...
2
votes
1answer
147 views
Abandoned memory after Modal segue with StoryBoard and ARC
I have a problem with growing memory using StoryBoard.
I use modal segues to get to the next or prev. Viewcontroller.
Sample UIStoryBoard
When i run Instruments i can see the Viewcontrollers never ...
6
votes
1answer
2k views
Where to start with Magento Shopping Cart Abandonment?
I am attempting some type of shopping cart abandonment system with Magento using it's built-in cron module. What I basically need is a system that checks for abandoned shopping carts every 15 mins ...
1
vote
4answers
514 views
Abandoned memory problem
Could you help me out please, my app is almost finished, I'm now in the process of optimizing it so I'm using the Instrument Allocations tools and I have a problem vith a view controller but I can't ...
2
votes
2answers
3k views
AVCaptureSession Abandoned memory - allocations - instruments
i use default AVCaptureSession to capture the camera view.
Everything is working ok, i don't have any leaks, but when i use Allocations to find Abandoned memory after launching and closing ...
3
votes
1answer
211 views
What happens to orphaned/killed async AJAX WebMethod or PageMethod calls?
What happens behind the scenes if I make an AJAX PageMethod or WebMethod call from, say, "Default.aspx" and then I quickly navigate away to a different page, say, "Settings.aspx" before the initial ...
2
votes
3answers
406 views
UIViewController is correctly dealloced but its UIView is not?
I was using Apple's Instruments "Allocations" tool and noticed that when I went back and forth between two views, the allocation always grows. Investigating, I found that all of the memory is from ...
7
votes
5answers
196 views
What do you do when a library you use is no longer maintained?
One thing I've always found frustrating is when a library I use is no longer maintained. Even looking at update history and community beforehand, I've run into the situation where I check back later ...
0
votes
1answer
197 views
Changing embedded google videos src
Im trying to recreate the functionality on google video where you can access certain parts of a video by putting #1h1m1m in the url
So i have an embedded google video and links to the right that i ...
