ShoppingCartServiceUpdateCartValues Method
Updates the NetFORUM server-side shopping cart (CentralizedOrderEntry object) with new values. This method should only be used if no other
methods in IShoppingCartService can accomplish the desired result.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public void UpdateCartValues(
Object valuesToUpdate
)
Public Sub UpdateCartValues (
valuesToUpdate As Object
)
public:
virtual void UpdateCartValues(
Object^ valuesToUpdate
) sealed
abstract UpdateCartValues :
valuesToUpdate : Object -> unit
override UpdateCartValues :
valuesToUpdate : Object -> unit
Parameters
- valuesToUpdate Object
- Flex-compatible object containing the values to apply, with properties named after the appropriate CentralizedOrderEntry fields
No validation is performed on valuesToUpdate. Setting invalid values may cause NetForum internal errors or have other unexpected results