简体   繁体   English

想要避免添加到购物车或结帐页面并想要直接 paypal 付款方式

[英]Want to avoid Add to Cart or Checkout page and want direct paypal payment method

Dear developers I am creating a website for online events.亲爱的开发人员,我正在为在线活动创建一个网站。 In this when a user ll register for a event I want user to pay $25 by paypal then its registration form ll be completed.在这种情况下,当用户注册一个活动时,我希望用户通过 paypal 支付 25 美元,然后将完成其注册表格。

I simple and easy way to process paypal payment system to pay $25 by the user at the time of filling registration form, and complete the registration process.我在填写注册表时通过paypal支付系统支付25美元,完成注册过程。 Here I want这里我要

  1. paypal button.(which paypal method ll be better) paypal 按钮。(paypal 方法会更好)
  2. As I want simple payment system without proper Add to cart or Checkout page因为我想要简单的支付系统而没有适当的添加到购物车或结帐页面

How I ll get confirmation "$25 has been paid successfully" so that we confirm the registration process?我将如何获得“已成功支付 25 美元”的确认信息,以便我们确认注册过程?

You can create a simple $25 smart payment or buy now button via https://www.paypal.com/buttons您可以通过https://www.paypal.com/buttons创建一个简单的 25 美元智能支付或立即购买按钮

The more complicated part is tying such a button to your registration form and process.更复杂的部分是将这样一个按钮绑定到您的注册表单和流程。 Will the user enter their registration details before payment, or after payment?用户会在付款前或付款后输入他们的注册信息吗? How will a successful payment be reconciled with a successfully submitted form?成功的付款将如何与成功提交的表格进行核对? Automating this smoothly is a web development task and requires programming knowledge.顺利实现这一点是 web 开发任务,需要编程知识。

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

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