0x24d83713…00a0sent to0xb9e80ce5…0028·#6,959,201·view on Etherscan
Payment Module Add-on1. we need to define a 3 new variables [payment_address, rebate_percent, fee_percent].
payment_address
- this should be one address to be defined by owner
- this should be done at the control panel level
- from control panel you should be able to see and change the payment_address
- by default it should be the owner address
rebate_percent
- this is a percentage that will be defined by owner
- it should be manageable from the control panel
- by default it should be 0
- this variable will be used to calculate the rebate
fee_percent
- this is a percentage that will be defined by owner
- it should be manageable from the control panel
- by default it should be 0
- this variable will be used to calculate the fee
- right now it is hard coded at 1%
2. We need a script page that will do the following:
a. Allow user to input payment amount [Page 1]:
Enter Payment Amount: $136.00 -
If correct press: Enter {this is a button to go to next page}
b. New Page [Page 2]:
Payment Amount:
$136.00
{this is the payment amount from page 1}
Payment Address:
0x3cA531ad690BcF8f21bE5a1D5Aa7921600490be3
{this will be the payment_address}
QR Code image goes hear....
{this is the QR code from the payment_address}
Logic: on excel file.