List mode with embedded card
- 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 and the kr-card-form-expanded attribute,
- Set the parameter
kr-form-token
with theformToken
generated.
. Code sample:
<body>
<div class="kr-smart-form" kr-card-form-expanded kr-form-token="[GENERATED FORMTOKEN]">
(...)
</div>
</body>