Repeat Order Allows Order of Discontinued Products

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
mfreeze
Commodore (COMO)
Commodore (COMO)
Posts: 421
Joined: Mon Jan 24, 2005 2:07 pm
Location: Washington, NJ
Contact:

Repeat Order Allows Order of Discontinued Products

Post by mfreeze » Thu May 29, 2008 11:00 am

One of my clients has noticed that she is able to repeat an order even though one or more items in the order have been locked or have purchase disabled. This occurs even if there is only 1 item in the order and it is locked or disabled for purchase.

This presents a major problem if a customer reorders the product and it is no longer available or is locked for some reason. If the order is allowed, the customer must be contacted and told the order is not valid and, if using auth and capture, the payment must be refunded.

Does anybody know how to prevent this behavior or has anybody else run into this problem?
Mary E Freeze

Freeze Frame Graphics
Web Hosting and Design, ASP and CFMX Development

http://www.ffgraphics.com

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Repeat Order Allows Order of Discontinued Products

Post by jmestep » Thu May 29, 2008 11:38 am

I don't know if anyone has reported it with a repeat of a previous order, but I think someone reported it with items a customer had in the basket that were subsequently changed or made inactive. It sounds like the same problem- contents of basket aren't checked with current product status when basket is old.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Re: Repeat Order Allows Order of Discontinued Products

Post by compunerdy » Thu May 29, 2008 12:40 pm

This is also a problem is someone places a order and didnt pay for example...so you mark the order as cancelled. Then a month or so later they decide to pay for the order and this will allow the customer to purchase out of stock items etc..

User avatar
mfreeze
Commodore (COMO)
Commodore (COMO)
Posts: 421
Joined: Mon Jan 24, 2005 2:07 pm
Location: Washington, NJ
Contact:

Re: Repeat Order Allows Order of Discontinued Products

Post by mfreeze » Sun Jun 01, 2008 6:51 pm

Can somebody from Able Commerce let us know if this is an error or if it is working as designed, please?
Mary E Freeze

Freeze Frame Graphics
Web Hosting and Design, ASP and CFMX Development

http://www.ffgraphics.com

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

Re: Repeat Order Allows Order of Discontinued Products

Post by AbleMods » Sun Jun 01, 2008 9:55 pm

Wow that's weird. I just had a customer this weekend who was able to pay for an order that I had cancelled.

My normal procedure is to void the authorization and then cancel the order. The customer logged back into his account, applied new payment information and then waited for the order to ship. Since it was (still) marked as Cancelled, nothing happened on our side - we had no way of knowing he had applied new payment info.

I never thought of that scenario - granted it took 9 months for someone to do it, but still I never thought a customer could do anything to an order once it was marked as cancelled :roll:
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
calvis
Rear Admiral (RADM)
Rear Admiral (RADM)
Posts: 710
Joined: Tue Jan 27, 2004 3:57 pm
Location: Redmond, WA

Re: Repeat Order Allows Order of Discontinued Products

Post by calvis » Mon Jun 02, 2008 12:56 am

I don't have any problem with a person paying on a cancelled order, but I do have a problem with the status not being changed to paid when a payment is made. This will result in a rude awakening for both the customer and the merchant.

It appears there needs to be more logic wrapped around the statuses to account for more scenarios such as the paid on a cancel order.
Able Customer Since 1999 Currently Running on GOLD R12 SR1 and PCI Certified.

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: Repeat Order Allows Order of Discontinued Products

Post by Logan Rhodehamel » Mon Jun 02, 2008 10:29 am

A bug report about reorder and discontinued / locked / unavailable items has already been logged. I am adding another bug about the cancelled order issue.

Cancelled orders could be cancelled for a good reason (suspected fraud?) and we (AC) should not be un-cancelling them automatically. So the customer should not be able to place payment for a cancelled order unless you (the merchant) moves the order out of the cancelled state. (Bug 6840)
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

User avatar
calvis
Rear Admiral (RADM)
Rear Admiral (RADM)
Posts: 710
Joined: Tue Jan 27, 2004 3:57 pm
Location: Redmond, WA

Re: Repeat Order Allows Order of Discontinued Products

Post by calvis » Mon Jun 02, 2008 11:10 am

Logan,

How would customers make payments on abandoned orders that have been cancelled? I think customers should have that opportunity. Is there another status that we can use for that scenario?
Able Customer Since 1999 Currently Running on GOLD R12 SR1 and PCI Certified.

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

Re: Repeat Order Allows Order of Discontinued Products

Post by AbleMods » Mon Jun 02, 2008 11:33 am

In my opinion, the "Cancelled" status should be somewhat of a hard-code status. Nothing visitor side should be accomplishable on an order with a Cancelled status.

Here's an idea: what about adding a "Locked" checkbox field on the order status table? Then the site admin could decide which statuses are unable to have visitor-side revisions or payments applied to them? Visitor side could be changed to only allow visitor-to-order interaction if the order status "locked" checkbox is false.

Then, I could lock my Cancelled and Fraud statuses but not lock the others. I think that would give me both the flexibility and control needed.
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
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Re: Repeat Order Allows Order of Discontinued Products

Post by compunerdy » Mon Jun 02, 2008 12:03 pm

Sounds like a plan to me.

User avatar
calvis
Rear Admiral (RADM)
Rear Admiral (RADM)
Posts: 710
Joined: Tue Jan 27, 2004 3:57 pm
Location: Redmond, WA

Re: Repeat Order Allows Order of Discontinued Products

Post by calvis » Mon Jun 02, 2008 12:53 pm

I like the idea as well. The majority of our orders are cancelled for lack of payment. But if the customer gets a 'wild hair' and they want to make payment on a previous order let's make it easy for them. And make sure the status becomes paid after payment.
Able Customer Since 1999 Currently Running on GOLD R12 SR1 and PCI Certified.

Post Reply