Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Completely Turn Off Inventory

  1. #1
    DotNetDevelopments is offline Senior Member
    Join Date
    Jul 2008
    Location
    Harlow / Essex / UK
    Posts
    619

    Question Completely Turn Off Inventory

    We have a store where inventory never effects us. However in ver 9 new variants have an inventory of 0, which is fine. However after one purchase this number turns into a minus, thus removing it from variant drop downs and the such like.

    Would it be best to remove the deduction of inventory on the order completion or is there a more savvy way to take inventory completely out of the question.

    Thanks in advance.
    =====
    Version (Code/DB): AspDotNetStorefront MSx 9.1.0.1/9.1.0.0
    Execution Mode: 64 Bit
    Dot Net Developments - E-commerce By Experience

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    You can set the software to ignore inventory levels. Just disable all the inventory management AppConfigs (Inventory.LimitCartToQuantityOnHand, HideProductsWithLessThanThisInventoryLevel, etc)

  3. #3
    DotNetDevelopments is offline Senior Member
    Join Date
    Jul 2008
    Location
    Harlow / Essex / UK
    Posts
    619

    Default

    You have to set HideProductsWithLessThanThisInventoryLevel to -1 in the database as you can not do it via the appconfigs, it keeps removing the minus sign if it is an integer.
    =====
    Version (Code/DB): AspDotNetStorefront MSx 9.1.0.1/9.1.0.0
    Execution Mode: 64 Bit
    Dot Net Developments - E-commerce By Experience