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

Thread: Pre-order products

  1. #1
    allstar is offline Member
    Join Date
    Apr 2009
    Posts
    90

    Default Pre-order products

    Is there a way to have certain customers pre-order products that is not available to everyone?
    ...AllStar

  2. #2
    mikemurphy is offline Senior Member
    Join Date
    Mar 2006
    Location
    United Kingdom
    Posts
    207

    Default

    You could create a customer group and setup pre-auth with your payment gateway.....then take payment when the goods are ready to ship
    8.0.1.4 W2008R2 64-bit MSSQL2005

  3. #3
    allstar is offline Member
    Join Date
    Apr 2009
    Posts
    90

    Default

    How can I mark the product so that only these customers will be able to see it on the store?
    ...AllStar

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

    Default

    Map your products to certain customer level and set appconfig: FilterProductsByCustomerLevel to true.

  5. #5
    allstar is offline Member
    Join Date
    Apr 2009
    Posts
    90

    Default

    What about products that are set for anonymous checkout. Is this also possible to do?
    Last edited by allstar; 08-18-2010 at 01:56 PM.
    ...AllStar

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

    Default

    Well, as long as they're not mapped to any customer levels, anon customers should be able to view them just fine even if that appconfig is true.

  7. #7
    sduffy77 is offline Senior Member
    Join Date
    Feb 2010
    Location
    Lancaster, PA
    Posts
    142

    Default

    Quote Originally Posted by mikemurphy View Post
    You could create a customer group and setup pre-auth with your payment gateway.....then take payment when the goods are ready to ship
    How would this allow him to have pre-order for some items along with regular order processing of other items?