Documentation Home

Vyze Checkout Quick Start

Broadleaf Commerce offers an out-of-the-box Vyze solution that requires little configuration and is easily set up.

You must have completed the Vyze Environment Setup before continuing

Adding Vyze Checkout Support

  1. Add the Vyze Buttons to your site:

If you are using the Heat Clinic Demo Site:

  • replace the following code in cart.html
<form blc:null_payment_hosted_action="${paymentRequestDTO}" complete_checkout="${false}" method="POST">
...
</form>

with

<a th:href="@{'/vyze/redirect'}">
    <img src="https://www.vyze.com/checkout.gif"/>
</a>

Done!

At this point, all the configuration should be complete and you are now ready to test your integration with Vyze Checkout.
Add something to your cart and proceed with checkout.