PayPal / Google Checkout 或替代帮助?
我正在探索为朋友在网站上启用结帐的选项。结帐的要求看似简单。可以在此处查看有问题的产品:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以查看 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.