Subscription Renewals?

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
mbartens
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 107
Joined: Mon Mar 09, 2015 3:34 am

Subscription Renewals?

Post by mbartens » Wed May 13, 2015 4:35 am

Is there any handling for this?
Say today is 5/13/15 and the user wants to renew his subscription which expires on 6/1/15.
I see there is a "reorder" function..Is the expiration date going to be 5/13/16 or 6/1/16
if it's a 12 month subscription? Thanks!
May

User avatar
Naveed
Rear Admiral (RADM)
Rear Admiral (RADM)
Posts: 611
Joined: Thu Apr 03, 2008 4:48 am

Re: Subscription Renewals?

Post by Naveed » Wed May 13, 2015 4:56 am

We are currently not handling the subscriptions renewals. The re-order feature is a little different but it will work, the existing order contents will be auto added to the cart to place a new order.

It sounds a good feature, we will consider implementing it for future releases.

mbartens
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 107
Joined: Mon Mar 09, 2015 3:34 am

Re: Subscription Renewals?

Post by mbartens » Thu May 14, 2015 5:44 am

The big issue I see with using the reorder button is that say a user's subscription expires next week but they "reorder" today. It will use today for the date to calculate the expiration date.
May

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

Re: Subscription Renewals?

Post by mazhar » Thu May 14, 2015 8:10 am

You can ask about any possible improvements though uservoice here http://ablecommerce.uservoice.com/

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Subscription Renewals?

Post by Katie » Thu May 14, 2015 9:42 am

I would vote for this feature. This is what we need for AbleCommerce subscription renewals. It would be very nice to have, but there should be some settings to determine how long a renewal would be available after the subscription expired.
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

mbartens
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 107
Joined: Mon Mar 09, 2015 3:34 am

Re: Subscription Renewals?

Post by mbartens » Thu May 14, 2015 9:58 am

Sounds good but unfortunately for me I was under the impression that this functionality already existed and the client is expecting it.

So what I've done is when the customer looks at their subscriptions I added a "Renew" button which has similar functionality to the "Reorder" button except it adds the SubscriptionId to the linemessage column in the ac_BasketItems table.
I followed the process from CheckoutService --> GenerateOrderSubscriptions --> orderItem.GenerateSubscriptions
In there I added my logic for the expiration date and it looks good but somewhere after that it gets lost?
Is the subscription Expiration date modifier anytime after that?
May

Post Reply