Page 1 of 1

Abandoned Basket Alert in 7.0.7 Send All feature?

Posted: Tue Oct 18, 2011 11:16 am
by crazyjoe
When I Send my Abandoned Basket Alert email the page reloads and brings me back to the top. Unfortunately I have a long list and being sent back to the top makes it so I need to remember the name of the last person I clicked on. Is there an easy way to make it so it just sends the email when I click "Send Alert"? I don't need to review the email every time. Or! What would be even better is a "Send All" button at the bottom of the page that just sends an alert to all in one convenient button.

Re: Abandoned Basket Alert in 7.0.7 Send All feature?

Posted: Mon Oct 24, 2011 9:50 am
by crazyjoe
Can someone help me out with this? Even if I have to pay someone, I think this would be a big time saver for everyone.

Re: Abandoned Basket Alert in 7.0.7 Send All feature?

Posted: Mon Oct 24, 2011 10:26 am
by mazhar
I am not sure but give it a try. Edit the Admin/Reports/DailyAbandonedBaskets.aspx file and then at the very top of page where it says something like

Code: Select all

<%@ Page Language="C#" MasterPageFile="~/Admin/Admin.master" CodeFile="DailyAbandonedBaskets.aspx.cs" Inherits="Admin_Reports_DailyAbandonedBaskets" Title="Daily Abandoned Baskets" %>
update it like

Code: Select all

<%@ Page Language="C#" MasterPageFile="~/Admin/Admin.master" CodeFile="DailyAbandonedBaskets.aspx.cs" Inherits="Admin_Reports_DailyAbandonedBaskets" Title="Daily Abandoned Baskets"
     MaintainScrollPositionOnPostback="true" %>
means just try adding MaintainScrollPositionOnPostback="true" to page attributes. Now try again n see if it works and maintains scroll.

Re: Abandoned Basket Alert in 7.0.7 Send All feature?

Posted: Mon Oct 24, 2011 11:08 am
by crazyjoe
GREAT SUCCESS! Thank you very much Mazhar