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: Event handlering Basics

  1. #1
    iberniztok is offline Junior Member
    Join Date
    Mar 2009
    Posts
    23

    Default Event handlering Basics

    I am new to event handlers. Can anyone provide an example of their code behind that listens to these events and how they retrieve the parameters? Im currently making an aspx and aspx.cs that handles it but it never fires off.

    In the admin, do we set the 'callout url' with the full path or relative path?

    Thanks in advance

  2. #2
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    We have an example in the wsi manual. If you look under WSI Events: -> Event Callback there are some example snippets, as well as a link to download sample code. You should use the full URL for the Callback
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  3. #3
    iberniztok is offline Junior Member
    Join Date
    Mar 2009
    Posts
    23

    Default

    thank you