List mode
- Display order:
- Compatible payment methods are displayed according to the order of priority of the contracts associated with the store.
- This order can be configured from the
Back Office (link: Changing the display order ).
- Integration:
- Add the kr-smart-form class,
- Set the parameter
kr-form-token
with theformToken
generated.
. Code sample:
<body>
<!-- new class kr-smart-form with the kr-form-token-->
<div class="kr-smart-form" kr-form-token="[GENERATED FORMTOKEN]">
(...)
</div>
</body>
- Specific use cases:
If the only compatible payment method is card payment, the payment form will be displayed with the fields embedded.