SnipcartEngine..::..OrderCompleted Method (AdvantagePageTemplate, Action<(Of <(<'String>)>)>, eSnipcartServiceType)
   This event is triggered when an order has just been paid; this can be useful if you want to show your customers a special notice or if you want to integrate with third-party analytics tools
   
                
    Namespace: 
   AdvantageCSP.Snipcart.EngineAssembly: AdvantageCSP.Snipcart (in AdvantageCSP.Snipcart.dll)
Syntax
public static void OrderCompleted( AdvantagePageTemplate page, Action<string> myMethodName, eSnipcartServiceType serviceType )
Parameters
- page
 - Type: AdvantageCMS.Core.Common.BaseClasses..::..AdvantagePageTemplate
The AdvantagePageTemplate that called this method 
- serviceType
 - Type: AdvantageCSP.Snipcart.Enums..::..eSnipcartServiceType
PostBack or Callback 

