Class Name

atg.commerce.order.abandoned.ReanimateAbandonedOrderDroplet

Component(s)

/atg/commerce/order/abandoned/ReanimateAbandonedOrderDroplet
(Abandoned Order Services module only)

The ReanimateAbandonedOrderDroplet servlet bean reanimates an abandoned or lost order. More specifically, it does the following:

Note that if the given order is not abandoned or lost, the action does nothing.

See the Using Abandoned Order Services chapter in the ATG Commerce Programming Guide for detailed information on the Abandoned Order Services module.

Input Parameters

orderId (Required)
The ID of the current order.

Output Parameters

None.

Open Parameters

output
This parameter is rendered when an order is reanimated.

error
This parameter is rendered if an error occurs.

Example
<dsp:droplet name="ReanimateAbandonedOrderDroplet">
  <dsp:param name="orderId"
   bean="/atg/commerce/ShoppingCart.current.id"/>…
</dsp:droplet>
 
loading table of contents...