PayPal / Google Checkout 或替代帮助?

发布于 2024-12-14 02:25:57 字数 344 浏览 3 评论 0原文

我正在探索为朋友在网站上启用结帐的选项。结帐的要求看似简单。可以在此处查看有问题的产品:

http://www.cedartimemachines.com/CCB.html

我已经与 PayPal 和 Google checkout 合作来完成此任务,但是购买按钮只允许 1 个包含每种产品价格的下拉菜单。我需要的是让客户选择的所有功能相加并以该价格进行结帐。

我对 HTML、CSS 和 Javascript 有深入的了解,但对于服务器端或电子商务我一无所知。任何帮助将不胜感激。

I am exploring options to enable a checkout on a website for a friend. The requirements for the checkout are seemingly simple. The product in question can be viewed here:

http://www.cedartimemachines.com/CCB.html

I have worked with PayPal and Google checkout to accomplish this, however the buy buttons only allow for 1 drop down menu with prices per product. What I need is to have the all the features elected by the customer to add up and proceed to the checkout with that price.

I have a thorough knowledge of HTML, CSS and Javascript, but I do not have a clue when it comes to server side stuff or eCommerce. Any help would GREATLY appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你怎么这么可爱啊 2024-12-21 02:25:57

您可以查看 https://stripe.com/ - 他们的 API 可以让您按照自己的方式设置表单喜欢,然后让他们完成所有繁重的计费工作。交易完成后,您将收到确认令牌,并可以使用它来交付产品。

查看文档,看看它是否适合您。

You might look at https://stripe.com/ - their API will let you set up your form however you'd like, and then have them do all the heavy lifting for the billing. You'll get a confirmation token back once the transaction completes, and can use that to deliver the product.

Check out the documentation to see if it'll work for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文