Table of Contents

Class PointManager

Namespace
Dynamicweb.Ecommerce.Loyalty
Assembly
Dynamicweb.Ecommerce.dll
Represents a point manager. Provides prepares and finds points.
[Obsolete("Use Services.Loyalty instead.")]
public class PointManager
Inheritance
PointManager
Inherited Members

Methods

FindPoints(OrderLine)

Finds the points.
public static IPointInfo FindPoints(OrderLine orderLine)

Parameters

orderLine OrderLine
The order line.

Returns

IPointInfo
The IPointInfo.

TryUpdateRewards(Order)

Tries to update rewards.
public static void TryUpdateRewards(Order order)

Parameters

order Order
The order.
To top