an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 9/22/2013 4:21:33 AM By Punnia Joji. 6 replies.
11/9/2009 1:25:29 PM
jsduggan
Posts: 52
Joined: 3/19/2009
Recurring Billing
A customer placed an initial order for an item set as "Recurring Billing" on 10/3/09.  I just looked in my admin panel under orders and I do not see any new activity for this order for November.  Isn't DSC supposed to automatically run the charge for each subsequent month that recurring billing is active?  I am not sure if I am missing something here, which certainly is a possiblity.  Thanks for you help Luke.
 
 
11/10/2009 1:11:38 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Recurring Billing
Ah, the out of box configuration probably doesn't enable recurring billing. In web\DSC.config file add the following to orderPipelineConfiguration section. And then restart the OrderPipeline service.
 
<add name="Recurring">
      <processors>
        <clear />
        <add name="CreditCardAuthorization" />
        <add name="CreditCardCapture" />
        <add name="RecurringInvoiceEmail" />
      </processors>
    </add>
DotShoppingCart Staff
12/7/2009 12:25:13 PM
jsduggan
Posts: 52
Joined: 3/19/2009
Re: Recurring Billing
Luke,
 
I added this code as instructed but my shopping cart again failed to generate an order for my club membership in December.  Any idea why recurring billing is not working for me?
 
Thanks.
12/7/2009 12:36:04 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Recurring Billing
Do you have error message or exception stack for me to look at?
DotShoppingCart Staff
12/15/2009 4:56:34 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Recurring Billing
DotShoppingCart Staff
9/22/2013 4:20:05 AM
Punnia Joji
Posts: 2
Joined: 9/19/2013
Location:US
Re: Recurring Billing
I want you ti check and try http://www.fetchflow.com/support/question/How-do-I-schedule-recurring-invoices.html for recurring invoices. You can even schedule it up that it will automatatically start recurring on the specific date even if you are sleeping.
Punnia
9/22/2013 4:21:33 AM
Punnia Joji
Posts: 2
Joined: 9/19/2013
Location:US
Re: Recurring Billing
I want you ti examine and try http://www.fetchflow.com/support/question/How-do-I-schedule-recurring-invoices.html for repeating accounts. You can even routine it up that it will automatatically begin repeating on the particular time frame even if you are resting.
Punnia