Table of Contents

Interface IChangeOrder

Namespace
Dynamicweb.Ecommerce.Orders.Gateways
Assembly
Dynamicweb.Ecommerce.dll

Implement this interface in your CheckOutHandler to support changing orders

public interface IChangeOrder : ICheckoutHandlerAction

Methods

ChangeOrder(Order)

bool ChangeOrder(Order order)

Parameters

order Order

Returns

bool

See Also

To top