cancel
Showing results for 
Search instead for 
Did you mean: 

Unmanaged stock / managed stock

Unmanaged stock / managed stock

Hello everyone, Lowis here.

 

We are in the process of building our site on Open Source 2.2.

 

We offer a combination of in-stock items as well as out-of-stock items (which are produced on order). Items being in or out of stock changes on an ongoing basis as orders are placed and stock is moved around. 

 

Being a jewellery business, our rings are configurable products where the variations are simple products (various sizes). When one of the variations (a simple product) is out of stock, we still need these to display as available on the website, however with a different message regarding delivery:

 

In-stock items show "In stock. Order now for delivery in 3-5 days."

Out-of-stock items show "Order now for delivery in 18-20 days."

 

Our stock management is handled by external software. This software syncs stock levels to Magento on an ongoing basis. This means that we will not use Magento's backorder functionality, as this is handled by our stock management software.

 

Our challenge is in switching between unmanaged and managed stock on Magento based on whether an item is in stock or not. In principle if an item is out of stock, it should switch to unmanaged for it to still be available to buy. If it is in stock it switches to managed, however customers are limited to only buy the qauntities that are in stock, which is not ideal.

 

Does anyone have any solution to could keep us from going to an unnecessary level of custom programming?

 

Thanks!

2 REPLIES 2

Re: Unmanaged stock / managed stock

Hello @lowis_coetzee 

 

Any Custom stock status can help you with your requirements, but in that too, you may need to ask for some customization, rest your requirements seems straight forward.

Backorder is available, showing out of stock products, both the features are available in Magento 2.

 

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: Unmanaged stock / managed stock

Hi @lowis_coetzee 

You should check if your Backorders is allow: Admin Panel > Store > Configuration > Catalog Tab > Inventory > Product Stock Options > Backorders (Allow Qty Below 0).

Then you should have an attribute "Delivery time" and show it in the Product page. This attribute must change depending of the Delivery time.

I hope this can help you!