如何实现与 Paypal 的“添加项目”配合良好的购物篮按钮
我是一个相对初学者,正在使用 Microsoft VWDE 为我的合唱团编写 html 网站。 我想在线出售我们音乐会的门票。
我希望用户能够输入任何价格(全票、学生票、优惠票)所需的门票数量,点击按钮并进入 Paypal 结账/购物篮页面,其中列出了商品。 这应该可以通过针对每种座位类型的 Paypal 的“添加项目”按钮来实现,但是只要按下一个座位的按钮,您就会立即进入 Paypal 页面(如果您愿意的话,没有机会按下第二个座位价格的按钮!您必须导航回您自己的网页) 所以我考虑了像 Open Cart 这样的开源产品,但它们对我来说太大了。 Paypal 对此的帮助(最终)是说我需要某种购物篮功能(引出了“添加项目”按钮实现什么功能的问题!?!)。 不介意为此编写代码,有人推荐什么?
感谢并为我的无知道歉......
阿里
I am a relative beginner writing a website in html using Microsoft VWDE, for my choir.
I want to sell tickets to our concert(s), on-line.
I would like the user to be able to enter the number of tickets required for any price (Full, Student, Concession), hit a button and be taken to the Paypal checkout / basket page with the items listed.
This ought to be possible with Paypal's Add Item button against each seat type, but on pressing the button for just one seat you are taken immediately to the Paypal page (without having chance to press the button for the second seat price if you wanted to! You have to navigate back to your own web page)
So I considered Open Source offers like Open Cart, but they are way too big for me. Paypal's help on this was (eventually) to say that I needed some sort of Shopping basket functionality (begs the question of what does the Add Item button achieve!?!).
Don't mind writing code for this, what does anyone recommend?
Thanks and apologies for my ignorance...
Ali
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
大多数主机都有一个很好的一键安装(例如 Softaculous)来安装购物车。这将是启动和运行购物车的最快、最简单的方法!
他们中的大多数也有 PayPal 插件。
Most hosts have a nice one click install (like Softaculous) for installing shopping carts. It would be the quickest and the easiest way to get a shopping cart up and running!
Most of them have PayPal plugins too.