0

Squarespace currently only supports Stripe as a payment platform. I am looking for a way to fully integrate Paypal as the go-to way to pay (one of the reasons for this is that Stripe’s checkout page is currently in english and that is a complete no-go for our client) with full inventory sync (Squarespace with Paypal), tracking payments in Squarespace(!), etc. — I basically want to reproduce the full e-commerce process behind Squarespace, only not via Stripe, but via Paypal. Whenever I checkout on Squarespace, the whole cart should be sent to Paypal, processed there, the customer pays, is sent back to Squarespace and Squarespace should be aware of the changes/purchase/payment and update the inventory.

Is there a way to achieve this? I have googled extensively and am aware of threads like http://answers.squarespace.com/questions/16845/is-there-a-way-to-integrate-paypal-with-squarespace , this is just simply not enough + opens a ton of new issues (a custom Paypal button is needed whenever a new product is added to Squarespace’s inventory, for example).

I’d appreciate any help, thank you.

4

3 回答 3

1

除了看起来 Squarespace 不提供构建自定义支付网关的工具之外,这将是可能的。他们的开发者部分介绍了如何自定义您网站的设计方面,但我没有看到任何关于自定义模块或任何构建诸如运输计算器、支付网关等内容的方法。

不过,我只是快速浏览了一下,因此您可能需要仔细检查或直接询问他们。不过,这是托管平台的常见问题。如果他们不提供它并且不提供您自己构建它并将其插入他们的平台的方法,那么您唯一的选择就是更改平台。

不过,有很多不错的购物车平台可以与 PayPal 配合使用。如果您愿意查看其他内容,我会推荐 WordPress + WooCommerce。

于 2014-01-29T22:52:59.730 回答
0

Squarespace 提供了一种不可逆的“开发者模式”,让您可以完全自定义您网站的代码,甚至可以在本地进行编辑。启用此功能后,您将无法再更改您选择的主题(因为您已将责任从他们的一方转移到您的一方,此时他们只是在托管您的网站)。您可以使用所有拖放功能、工具等 - 只是不更改主题/模板。

此外,截至 2017 年 3 月,Squarespace 提供 PayPal 集成以及 Stripe。请参考以下文章了解更多信息:

https://support.squarespace.com/hc/en-us/articles/206545517-Accepting-PayPal

于 2017-03-26T16:35:31.823 回答
0

不,这在 2016 年 5 月是不可能的,我可以告诉你,我很确定你不会很快看到 Squarespace 内置的这个选项。

Squarespace 的 Commerce 后端是专为 Stripe 设计的,因此大部分“结账”过程都被锁定。但是,使用Squarespace 开发人员模式,您可以随意修改 Products 用户界面并推出您自己的集成和扩展。

请记住,如果您走这条路线,您将绕过 Squarespace 的后端 Commerce 功能,并通过 Paypal 进行处理。可以使用 Paypal 的嵌入式按钮和相关功能来执行此功能的简单方法。这并不理想,但不幸的是,这就是我们必须使用的全部内容。

于 2016-05-04T02:15:54.257 回答