Change Subscription Renewal Price

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
User avatar
tripleW
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 46
Joined: Wed Oct 30, 2013 5:38 am

Change Subscription Renewal Price

Post by tripleW » Mon Nov 13, 2017 3:38 am

I need to change a Subscription Products Recurring Charge for renewals.

It seems that making changes to the Product info only affects new subscriptions and not the renewal orders.

Is there a way to do this?

Thanks

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

Re: Change Subscription Renewal Price

Post by Katie » Mon Nov 13, 2017 3:55 am

For now, you would need to change it directly in the database. We do plan on making this an editable field in the next version.

If you need help finding the info, just let me know.

Thanks
Katie
Thank you for choosing AbleCommerce!

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

User avatar
tripleW
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 46
Joined: Wed Oct 30, 2013 5:38 am

Re: Change Subscription Renewal Price

Post by tripleW » Mon Nov 13, 2017 8:29 am

Thanks, Katie.

Yes, please tell me what field.

All I see is ac_Subscriptions.RecurringCharge and all are 0.00.

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

Re: Change Subscription Renewal Price

Post by Katie » Mon Nov 13, 2017 11:58 am

Open the ac_OrderItems table, find the item number from the original order. Edit the row that has IsSubscription = 1, and the edit the price of that item.

This is unconfirmed by a developer, but I'm pretty sure it should work.

Thanks
Katie
Thank you for choosing AbleCommerce!

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

User avatar
tripleW
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 46
Joined: Wed Oct 30, 2013 5:38 am

Re: Change Subscription Renewal Price

Post by tripleW » Tue Nov 14, 2017 4:57 am

No, that didn't work for me.

I had already tried editing the order Item in the Admin.

Since the recurring charge was originally set to be the same as the base price I think changing ac_Subscriptions.BasePrice will work.

Post Reply