Copy design and create a small simple sales system
Budget: $8 – $15 USD
The product name and image are extracted from a json object to create the products table in each corresponding tab
The quantities of the dropdown menu of each selected product are also extracted from the same object in json of the key price1 price2 etc ...
'{"name":"Movistar", "image":"movistar.png", "price1":100, "price2":200, "price3":300 }'
Each tab must get the list from a different object to be able to add new products easily
The form must be simple as shown in the example image
Amount - dropdown menu with the options of the amount extracted from the object in json key price1 etc
Phone number -> Only allows numbers and must be 10 digits
Phone confirmation -> Only allows numbers and must be 10 digits
Must accept server-hosted stripe and Coinpayments for cryptocurrencies
The stripe layout should look like the attached images the layout should be beautiful and responsive
Stripe should only allow 3 failed attempts otherwise it will save the customer's phone number in a plain text file and redirect the customer to the home page.
Before each payment with a credit or debit card, when filling out the form and continuing with the payment, the code must verify that this client does not exist in the previous file of failed payments, this would be a form of ban
If the payment is approved, you must store the customer's ID number, the amount, the service name and their cell phone number in a plain text file.
If you choose Coinpayments, you must receive the payment once approved, you must save, Id Number, the amount, the name of the service and your client's cell phone number in a flat file.
All approved payments must be stored in the same file with this structure Id:Phone:Service:Amount
Once the payment is approved, the customer should be shown a successful payment page with their ID number, amount of the charge made, name of the service they chose and two additional buttons, print and go to the beginning
The client should receive an alert via sms through the twilio api with his Id Number
Once a satisfactory payment has been received, the system must send an email alert to the administrator that a sale has been made.
The quantities of the dropdown menu of each selected product are also extracted from the same object in json of the key price1 price2 etc ...
'{"name":"Movistar", "image":"movistar.png", "price1":100, "price2":200, "price3":300 }'
Each tab must get the list from a different object to be able to add new products easily
The form must be simple as shown in the example image
Amount - dropdown menu with the options of the amount extracted from the object in json key price1 etc
Phone number -> Only allows numbers and must be 10 digits
Phone confirmation -> Only allows numbers and must be 10 digits
Must accept server-hosted stripe and Coinpayments for cryptocurrencies
The stripe layout should look like the attached images the layout should be beautiful and responsive
Stripe should only allow 3 failed attempts otherwise it will save the customer's phone number in a plain text file and redirect the customer to the home page.
Before each payment with a credit or debit card, when filling out the form and continuing with the payment, the code must verify that this client does not exist in the previous file of failed payments, this would be a form of ban
If the payment is approved, you must store the customer's ID number, the amount, the service name and their cell phone number in a plain text file.
If you choose Coinpayments, you must receive the payment once approved, you must save, Id Number, the amount, the name of the service and your client's cell phone number in a flat file.
All approved payments must be stored in the same file with this structure Id:Phone:Service:Amount
Once the payment is approved, the customer should be shown a successful payment page with their ID number, amount of the charge made, name of the service they chose and two additional buttons, print and go to the beginning
The client should receive an alert via sms through the twilio api with his Id Number
Once a satisfactory payment has been received, the system must send an email alert to the administrator that a sale has been made.