Shipping a subscription based service

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
webteks
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 24
Joined: Wed Dec 12, 2007 2:11 pm

Shipping a subscription based service

Post by webteks » Fri Jan 11, 2008 4:55 am

Hi All,

Just started using ablecommerce and all the features are blowing me away, this really is a great package!

I have a question though about how I do the following:

We sell a subscription based service. When someone purchases they get 12 months access. If you post data to our script on a separate server (i.e name, email, username etc..) then our system will automatically create the account.

How can I make it so that when I move an orders status to shipped it creates a post to my script and sends out a confirmation email with their username and password to the customer?

Many thanks in advance for your comments.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Fri Jan 11, 2008 2:05 pm

You could either modify the order shipment part of the order summary screen, or just write your own page to pull up all unshipped orders and execute the appropriate steps.

I'm in the process of modifying the shipment-process myself through my own code. It isn't finished yet but it's not terribly hard to do once you understand how Able stores/processes shipments.

Regardless, you'll need .Net knowledge to program the necessary code.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

webteks
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 24
Joined: Wed Dec 12, 2007 2:11 pm

Post by webteks » Mon Jan 21, 2008 9:17 am

Thanks for reply joe,

Just trying to get my head round the logic of what I need then will most likely come back for more help :S

Post Reply