Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / ProductCalculator Class
Properties Methods


In This Topic
    ProductCalculator Class Members
    In This Topic

    The following tables list the members exposed by ProductCalculator.

    Public Properties
     NameDescription
    Public Property Gets the applicable tax code (if any). Otherwise null is returned.  
    Public Property Gets the special pricing applied on this product (if any). Otherwise null is returned.  
    Public Property Gets a value indicating whether the calculation been made.  
    Public Property Gets an array of Kit Product Ids  
    Public Property Gets the calculated msrp  
    Public Property Gets the list of option ids if this is a variant  
    Public Property Gets the calculated price  
    Public Property Gets the calculated price inclusive of tax  
    Public Property Gets the Id of the product  
    Public Property Gets the quantity calculated  
    Public Property Gets the calculated SKU  
    Public Property Gets the user Id used in calculation  
    Public Property Gets the calculated weight  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Creates a ProductCalculator object for given product details  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also