Backorders.. the customer has no way of knowing?

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Backorders.. the customer has no way of knowing?

Post by compunerdy » Sun Feb 14, 2016 9:56 am

I am toying with the idea of allowing backorders but I noticed when I turned it on for a item there is no message or anything letting the customer know they are ordering a out of stock item.

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

Re: Backorders.. the customer has no way of knowing?

Post by Naveed » Mon Feb 15, 2016 2:17 am

Yes currently there is no way to alert/notify customers about this, however such a message can be easily added by customizing ~/ConLib/BuyProductDialog.ascx control. We are using <asp:PlaceHolder ID="InventoryDetailsPanel" /> to check and display inventory related messages in this control, this is the best location to add such message.

meer2005
Captain (CAPT)
Captain (CAPT)
Posts: 245
Joined: Wed Feb 09, 2005 2:00 pm

Re: Backorders.. the customer has no way of knowing?

Post by meer2005 » Thu Aug 25, 2016 5:07 pm

How come when you enable inventory and click allow backorders and enter an available date, nothing is displayed on the customer end? It just allows them to checkout like normal? Shouldn't it display the "Availability Date Message:" that's in settings?

nadeem
Captain (CAPT)
Captain (CAPT)
Posts: 258
Joined: Tue Jul 31, 2012 7:23 pm

Re: Backorders.. the customer has no way of knowing?

Post by nadeem » Fri Aug 26, 2016 1:53 am

You are right. It makes sense to show availability date message to the customer when availability date is provided with Allow Backorders option enabled. The customer can still add the item to cart but should be aware of the item availability.

I am going to log an issue for further investigation and fix (if needed). Thanks for pointing this out.

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

Re: Backorders.. the customer has no way of knowing?

Post by Katie » Fri Aug 26, 2016 4:35 am

Hello,

I don't think is a valid bug. When the Allow Backorders option is checked, the Availability field does not apply nor is it supposed to be shown to the customer.

This date field only applies when the Allow Backorders option is UNchecked. When that happens, then the message shown to customers is something like this:

The product is currently out of stock, current quantity is 0. More stock is expected on 8/31/2016.

AbleCommerce has always kept the Allow Backorders option undisclosed to the customer. This is so the merchant can continue to sell items that may be delayed but arriving soon through a shipment.

We would need to rethink how inventory control is used to come up with a situation where the customer is purchasing something that is not actually available for shipment. The payment/merchant accounts have special conditions or requirements for something like this. In most cases, an item must be shipped before payment (capture) can be taken. There are conditions, which I am not familiar with, where the merchant can pre-sale an item that is not available yet. This gets complicated though, because a 'normal' pending authorization is only good for 30 days. There may be special conditions written into the payment integration that could accommodate a pre-sale condition, but that is not a feature we currently support.

Thanks,
Katie
Thank you for choosing AbleCommerce!

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

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

Re: Backorders.. the customer has no way of knowing?

Post by Katie » Fri Aug 26, 2016 6:22 am

In most cases, an item must be shipped before payment (capture) can be taken.
I need to clarify what I meant to say. An item should be ready to ship before payment is captured. Whether the merchant captures the authorization at the same time, just before, or just after the item is shipped is up to that merchant. But, we currently do not support a pre-sale option. For example, I wish to pre-order a game that won't be available for 3 months.

This feature has already been requested. If you would like to vote on it, please go here: https://ablecommerce.uservoice.com/foru ... rder-items
Thank you for choosing AbleCommerce!

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

meer2005
Captain (CAPT)
Captain (CAPT)
Posts: 245
Joined: Wed Feb 09, 2005 2:00 pm

Re: Backorders.. the customer has no way of knowing?

Post by meer2005 » Fri Aug 26, 2016 6:59 am

For us, it would make more sense to use it as a way to tell customers -- This item is backordered, and the expected ship date is 01/10/20XX ---(and then showing the buy button--- Allowing them to purchase) ---- this informs the customer that it wont be shipped right away and gives them an expected ship date. We live in an instant gratification society these days and customers expect that if they are able to purchase an item then that means it's in stock. Informing customers that an item is backordered beforehand we think is necessary. It seems as if the Availability Date Message and backorders should go hand in hand? I think this is how Amazon handles it --- your item is backordered and the expected ship date is xx/xx/xxxx along with the buy button??

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

Re: Backorders.. the customer has no way of knowing?

Post by Katie » Fri Aug 26, 2016 7:14 am

The Allow Backorders feature has been in the product as long as I can remember. A lot has changed over the years. The idea of ordering something that is not yet available is something we certainly would like to address in some way. I have to wonder how Amazon handles this. Do they charge your credit card before it is available to ship?

From what I have read on the subject, "According to the Federal Trade Commission, however, many credit card issuers do not allow merchants to charge your credit card before they ship."

I suppose each payment gateway may have their own regulations, but a pre-order sale is much different than purchasing something that is ready to ship, or available soon as the case may be.

Looking forward to hearing more feedback...

Thanks
Katie
Thank you for choosing AbleCommerce!

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

Post Reply