payment_button
Generates an HTML container to host Dynamic checkout buttons for a product. The payment_button filter must be used on the form object within a product form.
{{#product_form product}}
your code
<div class="form__buttons">
{{#payment_button/}}
</div>
{{/product_form}}
Example
payment_button
{{#product_form product}}
your code
<div class="form__buttons">
{{#payment_button/}}
</div>
{{/product_form}}
Was this article helpful to you?