Workflows and triggers

These documentation pages are no longer maintained. Please visit the new documentation site.

The general idea about workflows and triggers is to attach separate written code at a specific place. The workflow is the code (advice) that will be attached to the specific place. The triggers are hardcoded places (joinpoints) where the code can be applied.

The trigger page (setup, trigger) contains five triggers, of which
three apply to the shop module. Currently, the (shop) workflows can be placed:

  • Before a confirm order,
  • Before a check out, and
  • After a check out.

The process between a product checkout and the order overview is presented in the following figure:

The Paypal Payment Service should be inserted before the checkout. After the confirm order page will the paypal service popup.

Comments

Contents

Building an Exponential shop

Setting up the TSCM layout
Setting up a simple shop
Extending the shop with a Paypal paym...
    Workflows and triggers
    Paypal Payment Service
    Adding the payment service to the shop
    Testing


Created

13/12/2004
2:52:01 pm
by Raymond Bosman

Last updated

13/12/2004
2:52:01 pm
by Raymond Bosman

Authors

Raymond Bosman



This page is part of the Exponential documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.