Steps to Allow User to Decide Amount they Will Pay
Pre-Requisites
Steps to Set up a Basic Payment Form (with a Fixed Payment Amount)When is this Useful?
Step 1) Using Liquid to Fetch the Currency and Minimum Amount from Admin
{% include 'ecommerce/basic_payment_currency' %}
{% include 'ecommerce/basic_payment_currency', format: 'symbol' %}
Step 2) Writing the function
Example 1 - Allowing the User to enter any value they wish
Liquid
JavaScript
Example 2 - Using URL parameters to change the value of s_e_amount
Last updated
Was this helpful?

