Add options to Payment Status

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Robbie@FireFold
Commodore (COMO)
Commodore (COMO)
Posts: 433
Joined: Wed May 28, 2008 9:42 am
Location: Concord, NC
Contact:

Add options to Payment Status

Post by Robbie@FireFold » Thu Aug 07, 2008 8:23 am

Hey Again,

I am working with my accounting department and they require more options in the Payment Status location. I can easily change/add in Order Status, but would not solve the issue of recognizing purchase orders. When you ship the order it goes to complete - removing any options we may have selected beforehand.

I would like to have the Payment option of Net30 Unpaid. For customers on terms. This would be a manually chosen option - no triggers required/

Thoughts on where this is stored? Seems like it should be an easy add.
Robbie Hodge
General Manager
Robbie@FireFold.com
http://www.FireFold.com

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

Re: Add options to Payment Status

Post by AbleMods » Fri Aug 08, 2008 12:17 am

I've pondered such a change myself, however it's not that simple.

Payment Status's seem to be hard-coded from everything I've seen. You might be able to add an additional one to the display screens, but I sure wouldn't try messing with the existing ones.
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

Robbie@FireFold
Commodore (COMO)
Commodore (COMO)
Posts: 433
Joined: Wed May 28, 2008 9:42 am
Location: Concord, NC
Contact:

Re: Add options to Payment Status

Post by Robbie@FireFold » Fri Aug 08, 2008 7:22 am

What file holds that information?
Robbie Hodge
General Manager
Robbie@FireFold.com
http://www.FireFold.com

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

Re: Add options to Payment Status

Post by AbleMods » Fri Aug 08, 2008 7:34 am

That's what I meant by "hard-coded". There is no file for payment statuses.
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

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

Re: Add options to Payment Status

Post by mazhar » Fri Aug 08, 2008 7:38 am

Code: Select all

CommerceBuilder.Payments.PaymentStatus
Has this payment status information and is in the CommerceBuilder API

Post Reply