简体   繁体   English

使用xampp phpmyadmin在线购物中的付款方式

[英]payment method in online shopping using xampp phpmyadmin

I have this final project for Web Development that relates to online shopping. 我有这个有关在线购物的Web开发最终项目。

Here is my thoughts, i would like a customer to add (sample)credit card with information just like in a real credit card that has balance and etc etc, i wanted to know how to make transactions where the admin gets the payments from the customers that they used to purchase a product using (sample)credit card to the admins bank balance. 这是我的想法,我希望客户添加带有信息的(样本)信用卡,就像在具有余额等的真实信用卡中一样,我想知道如何在管理员从客户那里获得付款的情况下进行交易他们曾经使用(样本)信用卡购买产品的管理员银行余额。

i dont really like to prefer paypal or any link transactions that would need an internet connection since this is just a FINAL project.i just need it to be offline where i could access all information in database. 我真的不喜欢贝宝或需要互联网连接的任何链接交易,因为这只是一个最终项目。我只需要脱机即可访问数据库中的所有信息。

if possible , i would like to hear suggestions from anyone :) 如果可能的话,我想听听任何人的建议:)

PS. PS。 please dont correct me if i have mistakes on my ideas, im still a student who wants to learn more from someone who is willing to teach me 如果我的想法有误,请不要纠正我,我仍然是一个学生,想向愿意教我的人学习更多

Here is what I would do: 这是我会做的:

Create a sample database which holds a card information so that you can see the balance being updated for the consumer and the merchant. 创建一个包含卡信息的示例数据库,以便您可以查看针对消费者和商人的余额更新。

Create a 'pay' page where the user views there final shopping list with all items purchased. 创建一个“付款”页面,用户在此处查看所有已购买商品的最终购物清单。 Once a payment has been made it will show the update on the consumer and merchant's balance. 付款后,它将显示消费者和商户余额的更新。

You can also have a transaction page to see all purchased made. 您还可以在交易页面上查看所有已购买的商品。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM