Hi All, Is there any way to add out of stock funct...
# suitecommerce
s
Hi All, Is there any way to add out of stock functionality for non inventory items. The requirement is to limit the quantity of items purchased by users per day
s
Those two things would be unrelated then?
By definition, non-inventory items cannot have inventory.
s
Yes Steve , I was checking is there any way to restrict users to buy only a certain quantity of item
s
Anyway, it is possible to script such a thing but it will be complicated. We have a general kind of script for that here: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N2558716.html#bridgehead_N2558759 - but it applies an absolute limit rather than a time relative one
You would need to make it more complex by tracking the number the customer has placed in a set time period. For example, you could search their sales orders over the last 24 hours or those created today
s
Yes Steve, I need to create a search to identify the purchased quantity of item So it requires customization, I will proceed with creating an extension for this Thanks for the clarification steve