Token Sale - Wordpress Plugin
Budget: €18 – €36 EUR
3 - Step Wordpress Form (Pre Sale Token Selling Process)
Step 1: Customer enters personal data
- Surname
- Email
Step 2: Customer selects how many tokens he would like to receive
- Customer chooses which token he wants to pay with (BNB or BTC)
- Customer enters a quantity they want to buy (slider + text field)
- The price is calculated live and displayed to the customer (it must be possible to store the price of the token; BNB and BTC price comes via an API)
Step 3: Pay
- The customer sees an amount that he has to pay + QR code (depending on the selected payment method)
- An API is used to check whether the quantity has actually arrived.
- The customer sees the status of the payment (JS or AJAX check of the transaction).
- The customer receives a separate email about the order process.
Step 4: Payed
- After successful payment, a webhook is triggered with the purchase data.
- Also store in Backend ( maybe use Woocommerce for that)
Step 1: Customer enters personal data
- Surname
Step 2: Customer selects how many tokens he would like to receive
- Customer chooses which token he wants to pay with (BNB or BTC)
- Customer enters a quantity they want to buy (slider + text field)
- The price is calculated live and displayed to the customer (it must be possible to store the price of the token; BNB and BTC price comes via an API)
Step 3: Pay
- The customer sees an amount that he has to pay + QR code (depending on the selected payment method)
- An API is used to check whether the quantity has actually arrived.
- The customer sees the status of the payment (JS or AJAX check of the transaction).
- The customer receives a separate email about the order process.
Step 4: Payed
- After successful payment, a webhook is triggered with the purchase data.
- Also store in Backend ( maybe use Woocommerce for that)