You can delete particular markers from an Order using the RemoveMarkersFromOrderDroplet:

<dsp:droplet
 name="/atg/markers/droplet/RemoveMarkersFromOrderDroplet">
   <dsp: param name="key" value="partner"/>
   <dsp: param name="value" value="site"/>
   <dsp:param name="data" bean="RemoveMarkersFromOrderDroplet.ANY_VALUE"/>

   <dsp:oparam name="output">
      Your output here.
   </dsp:oparam>

</dsp:droplet>

When you remove markers using the servlet bean, you choose the Order from which you want to remove markers. Although the default is the current session shopping cart, it is possible to specify a different one.

For more information on RemoveMarkersFromOrderDroplet, see Appendix A: Core Commerce Servlet Beans.


Copyright © 1997, 2015 Oracle and/or its affiliates. All rights reserved. Legal Notices