Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Checkout Namespace / CheckoutService Class / CommitTaxes Method
The order that was placed
In This Topic
    CommitTaxes Method
    In This Topic
    Commits taxes after an order is placed
    Syntax
    protected void CommitTaxes( 
       Order order
    )

    Parameters

    order
    The order that was placed
    Remarks
    This step is necessary for some providers such as CertiTAX for the purposes of tax reporting. The native AbleCommerce provider does not require this step.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also