Customer Center Commands

Customer Center Commands are commands related to the Customer Experience Center.

Like for Cart Commands, there are two ways to execute a customer center command:

  • By submitting an URL with the CustomerCenterCmd parameter and a set of other parameters and values appropriate to command
  • By submitting a Form using a button with the name CustomerCenterCmd and a set of input fields with names and values appropriate to command

Currently only one customer center command has been implemented – it is described below.

The Reorder command takes an orderId and adds the products from that order to the current cart.

Parameter

Value

Required

Comment

OrderId

An order id

Yes

 

HTML
<a class="btn btn-info" href="?CustomerCenterCmd=Reorder&OrderId=@Model.Id">Add order to cart</a>