Page 1 of 1

Customizing Checkout Process

Posted: Wed Jul 31, 2013 6:32 pm
by agilemonk
Hello,

We need to implement a custom feature in our ecommerce implementation and evaluating Broadleaf.

Once user check out, we need to call a REST based service which calls our back end system and runs few workflows and creates the users in back end system. In a nutshell, user submits the order and taken to confirmation page, gets a confirmation message and at the same time should call a back end service.

Is it possible to customize check out process in broadleaf commerce?

Appreciate any pointers on the same.

Cheers,
AM

Re: Customizing Checkout Process

Posted: Wed Jul 31, 2013 6:50 pm
by phillipuniverse
Checkout is done through a Workflow which you can read about here: http://docs.broadleafcommerce.org/core/ ... activities

If you go to the bottom of that page, there are references to the different workflows that we have in Broadleaf out of the box. One of them is blCheckoutWorkflow that you can add activities to.