Abandoned Basket Alert in 7.0.7 Send All feature?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
crazyjoe
Commander (CMDR)
Commander (CMDR)
Posts: 172
Joined: Mon Apr 26, 2010 2:20 pm

Abandoned Basket Alert in 7.0.7 Send All feature?

Post by crazyjoe » Tue Oct 18, 2011 11:16 am

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.
Crazy Joe Sadloski
Webmaster
Hot Leathers Inc.
http://www.hotleathers.com

crazyjoe
Commander (CMDR)
Commander (CMDR)
Posts: 172
Joined: Mon Apr 26, 2010 2:20 pm

Re: Abandoned Basket Alert in 7.0.7 Send All feature?

Post by crazyjoe » Mon Oct 24, 2011 9:50 am

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.
Crazy Joe Sadloski
Webmaster
Hot Leathers Inc.
http://www.hotleathers.com

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Abandoned Basket Alert in 7.0.7 Send All feature?

Post by mazhar » Mon Oct 24, 2011 10:26 am

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.

crazyjoe
Commander (CMDR)
Commander (CMDR)
Posts: 172
Joined: Mon Apr 26, 2010 2:20 pm

Re: Abandoned Basket Alert in 7.0.7 Send All feature?

Post by crazyjoe » Mon Oct 24, 2011 11:08 am

GREAT SUCCESS! Thank you very much Mazhar
Crazy Joe Sadloski
Webmaster
Hot Leathers Inc.
http://www.hotleathers.com

Post Reply