Out of Stock item to order with terms

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hi,

I have a requirement, in which customer can order items which are out of stock, but with a condition that item delivery will take 30 days time. Is it possible to achieve this by nopcommerce configuration setting or i need to do customize the code for this. Can any one guide me for this ?

Thanks
Hemant Sharma
7 years ago
No need customization, Please do following configuration in your product to do this.

Manage Inventory Method: Track Inventory
Low Stock activity: Nothing
Backorders: Allow qty below 0 and notify customer


This will allow customer to order even there is no stock.
Hope this helps.
7 years ago
But what about 30 days delivery notice to customer.
7 years ago
hemant86 wrote:
But what about 30 days delivery notice to customer.


Sorry, For sending mail you need to customize it. This kind of mail is not sending from out of box.
7 years ago
We use a product attribute. Call it Backorder or something like that. Make it state "30 Day Delivery", use a checkbox and require the checkbox to be checked when adding to cart. Works well.
7 years ago
hemant86 wrote:
But what about 30 days delivery notice to customer.

You can change the text in that appears when your stock level reaches 0 here:

admin >> configuration >> languages >> view string resources >> in the filter of the first column, put this:
Contains:
products.availability.outofstock

filter...edit..change "Out of stock" to "Allow 30 days" or whatever...save it.

Also, we just bought a plugin which does the trick perfectly.. BackorderNotifications
I highly recommend it.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.