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: Phone Order Entry

  1. #1
    gshoneba is offline Junior Member
    Join Date
    Sep 2007
    Posts
    17

    Default Phone Order Entry

    Is there a way to allow users placing phone orders to be able to see products that have no inventory? We have the site set to not allow adding to cart or seeing items that have no inventory for normal customers. Is there a way to set up our users as a different level and be able to view the products?

  2. #2
    Jesse is offline Banned
    Join Date
    May 2008
    Posts
    1,329

    Default

    You would have to alter the ShowEntityPage class in your App_Code folder. At or around line 170 it loads up the XMLPackage associated with that entity. You'd have to do a check on whether or not an impersonation (Phone order) is being done, and change the XML Package there to use one that doesn't include the HideProductsWithLessThanThisInventoryLevel clause in the SQL node.