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: Event handling

  1. #1
    armstrt2009 is offline Junior Member
    Join Date
    Jul 2009
    Posts
    1

    Question Event handling

    I am trying to pull in the price and inventory stock levels for the product/variant a user selects in real time from an external source. This ERP is capable of web services calls and has a suitable web service in place. I am assuming to call this using an event handler? I have created a new event handler through the Admin function configuration event handler. I have also created a new event.eventname.xml.config. The documentation states I need to insert AppLogic.eventHandler("CustomEventName").CallEvent ("SomeRuntimeParams"); in the page I want to activate it. Unless I am missing something, the page that is displayed is p-productname.aspx, which I thought is generated from the product.xxxxxxxxxx.xml.config. Can anyone help and tell me how I should do this?

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

    Default

    I'd take a look at showproduct.aspx(.cs), that's what actually displays products.