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: Phone Orders on Catalog Sites

  1. #1
    tom.hundley is offline Junior Member
    Join Date
    Nov 2009
    Posts
    11

    Default Phone Orders on Catalog Sites

    How do phone orders on catalog sites work?

    I have a product set to "Show Buy Button = true" and "Is Call To Order = "true". When I go to Phone Order, chose the customer, and thenh chose the product, it of course simply says "Call for Price".

    How in the world can you create orders through the site for catalog sites?

    I guess I could clone the product and not publish it, but then I'd have dupes of every product is of course not desired.

    I'm surely missing something very simple.

    Any thoughts???

    Thanks!!
    Tom Hundley

    Elegant Software Solutions, LLC
    Managing Consultant
    http://www.elegantsoftwaresolutions.com
    http://www.totalcarewebsites.com

  2. #2
    virtualtap is offline Senior Member
    Join Date
    May 2007
    Posts
    171

    Default

    Are you going to the product via the front end or from Phone Orders in Admin?
    MSX

  3. #3
    DanV's Avatar
    DanV is offline Ursus arctos horribilis
    Join Date
    Apr 2006
    Posts
    1,568

    Default

    The GetAddToCartForm method handles this, so your best bet is to overload the method and pass in an additional parameter to specify if the current user is being impersonated (there are some properties in SkinBase you can use to detect impersonation). You can then show or display the AddToCart button based on the new parameter.