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 2 of 2

Thread: Distributor / Drop Ship items and inventory level

  1. #1
    vondu is offline Junior Member
    Join Date
    Feb 2009
    Posts
    2

    Default Distributor / Drop Ship items and inventory level

    I have several items that are Drop ship items which I have configured as distributor items on storefront.

    The problem is that I only carry 1 of each of these products as a display only in inventory and I have 470 HideProductsWithLessThanThisInventoryLevel set to 3.

    So my dropship items do not show up in store front because I dont carry more than 3 on hand. I dont carry more than 1 on hand becuase I dont sale them. I use them as displays only.

    Is there a way to configure distributor items not to track inventory at all?

    Do I have to lie about what is in my inventory in order to get around this?

    What do I do? Please help.

    Thank you,

    Scott

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    I don't get the purpose of setting the HideProductsWithLessThanThisInventoryLevel to a certain value if you want to display products with less than the value of that appconfig. If your concern is not to allow customers purchase a product with more than the remaining inventory, you just have to set Inventory.LimitCartToQuantityOnHand to true instead and put back HideProductsWithLessThanThisInventoryLevel to zero (0).
    Last edited by ASPAlfred; 03-17-2009 at 08:30 PM.