Product out of stock

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
StevenPer
Ensign (ENS)
Ensign (ENS)
Posts: 7
Joined: Thu May 08, 2008 9:59 pm

Product out of stock

Post by StevenPer » Thu May 08, 2008 10:03 pm

We don't use the inventory system provided by able commerce, however, I would still like customers to see stock which is out of stock, but instead of a "buy now" link, have a "out of stock" message. Is this possible? Is there just a setting I can select, or is there something else I need to do?

User avatar
sohaib
Developer
Developer
Posts: 1079
Joined: Fri Jan 23, 2004 1:38 am

Re: Product out of stock

Post by sohaib » Fri May 09, 2008 12:49 pm

It is not clear what you want. You say you are not using AC inventory. Means inventory tracking is disabled?
In that case how do you want the program to know that an item is out of stock so that it hides 'buy now' button and displays out of stock message?
Any reason not using AC inventory?

User avatar
nickc
Captain (CAPT)
Captain (CAPT)
Posts: 276
Joined: Thu Nov 29, 2007 3:48 pm

Re: Product out of stock

Post by nickc » Fri May 09, 2008 2:18 pm

If your intent is to be able to switch on/off the availability of products - you could do that:
  • Stock all available products at a count of 1000 (or some value that would never be exceeded in a single basket)
  • Stock all unavailable products at a count of 0
  • Under "Configure::Store" check "Enable Inventory" and set "Display Inventory" to "No"
  • Under "Configure:: Order Statuses" set all status "Stock" setttings to "None"
-Nick

StevenPer
Ensign (ENS)
Ensign (ENS)
Posts: 7
Joined: Thu May 08, 2008 9:59 pm

Re: Product out of stock

Post by StevenPer » Mon May 12, 2008 9:18 pm

Hi sohaib,

THanks for your message. I don't need the system to automatically know when product is out of stock (I will know :) - I want to be able to manually change a product's status to "out of stock".

Cheers NickC - I will give that a try.

Does anyone else have any ideas?

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

Re: Product out of stock

Post by AbleMods » Mon May 12, 2008 10:25 pm

StevenPer wrote:We don't use the inventory system provided by able commerce, however, I would still like customers to see stock which is out of stock, but instead of a "buy now" link, have a "out of stock" message. Is this possible? Is there just a setting I can select, or is there something else I need to do?
I'm a little confused too. You're using inventory to decide if the buy button is available yet you don't want to use inventory.

Depending on the size of your catalog, it might be easier to just check the "Disable Purchase" checkbox on the product record for each product you want to be unavailable. Then regardless of any AC7 inventory value, the item cannot be purchased.

Otherwise, just turn the inventory on and set the items to 0 quantity with the Checkbox unchecked for "Allow Backorder". That will automatically show the out-of-stock message and prohibit purchase of it.
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

StevenPer
Ensign (ENS)
Ensign (ENS)
Posts: 7
Joined: Thu May 08, 2008 9:59 pm

Re: Product out of stock

Post by StevenPer » Wed May 14, 2008 6:13 am

Thanks for everyone trying to help. I dont mean to confuse people. Let me put it this way:

1. I don't want to use ablecommerce's built in inventory tracking as we have stock coming in and out of our warehouse all the time. It would be alot of work to have to update ablecommerce everytime we got some more of a particular product in.

2. occasionally, our suppliers can't supply a particular product for a short period, and our warehouse runs out of it. We want customers to still see that we do normally sell the product, we just happen to be out of it for the time being (if we just turn the product of, we get lots of "you sell small and medium widgets, don't you sell large widgets" questions).

I hope that makes sense.

Steven

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

Re: Product out of stock

Post by compunerdy » Wed May 14, 2008 1:16 pm

Turn on the AC7 inventory system. Set it to say out of stock when a item is out of stock. Leave all items as non inventory tracked except the ones you want to list as out of stock and set those to have 0 inventory and tracked.

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

Re: Product out of stock

Post by AbleMods » Wed May 14, 2008 3:59 pm

Precisely.
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

Post Reply