ATG includes page-based and scenario-based tools that let you add, remove, and check for business process stages. For the shopping process, these include the following servlet beans and scenario elements:

Task

Servlet Bean

Scenario Element

Add a shopping process stage

AddShoppingProcessStageDroplet

Add Stage Reached

Remove a shopping process stage

RemoveShoppingProcessStageDroplet

Remove Stage(s) Reached

Check if a shopping process stage has been reached

HasShoppingProcessStageDroplet

Has Reached Stage

Check the most recent shopping process stage that has been reached

MostRecentShoppingProcessStageDroplet

Most Recent Stage Reached

These servlet beans are instances of classes in the atg.markers.bp.droplets package, each with the default process name set to ShoppingProcess. See Appendix: ATG Commerce Servlet Beans in the ATG Commerce Guide to Setting Up a Store for reference information about these servlet beans. You can use the servlet beans to the checkout pages of a Commerce application to add, remove, and check shopping process stages. You can as an alternative use the corresponding scenario elements in a scenario. For example, you could create a scenario like this:

The business stage scenario elements are described in the Creating Scenarios chapter of the ATG Personalization Guide for Business Users.

 
loading table of contents...