paypal - 单个域上的多个购物车

标签 paypal shopping-cart

我想知道是否可以在一个域/站点中使用多个 Paypal 购物车?

编辑:

一个网站,有很多商家,也有很多产品。 每个企业都有自己的 Paypal 账户和购物车。

是否可以在一个网站上容纳 1+ 个这样的购物车,如何管理 session 以将商品存储在购物车中?

最佳答案

简而言之,是的。您可以有多个购物车,每个企业一个,或者一个购物车处理多个供应商。如何实现这样的购物车取决于您的具体需求。

这里有一些有用的链接:

PayPal Adaptive Payments API

Adaptive payments handles payments between a sender of a payment and one or more receivers of the payment. Senders and receivers can have any PayPal account type. Senders and receivers are not required to have PayPal accounts initially.

iScripts MultiCart (快速谷歌搜索的结果)

Open source shopping cart script that handles multiple vendors thereby generating multiple store fronts.Each seller has their own administrative area to manage their own products, orders, and shipments. Buyers will be able to buy from one seller or multiple sellers at a time.

关于paypal - 单个域上的多个购物车,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6936546/

相关文章:

Magento:无法检索付款方式实例

paypal - 使用借记卡或信用卡付款 - 不显示该按钮

javascript - 如何在页面 Javascript 准备好处理 AJAX-y 链接之前禁用它们?

magento - 在 magento 中将动态价格从详细页面传递到购物车

Javascript - 购物车仅添加 1 件商品,即使购买了 2 或 5 件商品

objective-c - 如何在 cocoa objective-c 应用程序中实现 Paypal

paypal - 哪个移动 API 检索 PayPal 交易详细信息

php - PayPal REST API 指定 web-profile PHP

jquery - Onclick删除cookie并刷新当前页面

c# - 如何使用另一个类中的方法添加到 ListBox?