简体   繁体   English

如何开发Shopify付款插件以及与Shopify托管解决方案的集成

[英]How to develop shopify payment plugins and integration with shopify hosted solution

I am new to the Shopify. 我是Shopify的新手。 I have some idea about Shopify e-commerce Which is developed in Ruby on Rails that I know but I don't have idea to how to start up with Shopify payment plugin and how to execute and test with our local code. 我对在Ruby on Rails中开发的Shopify电子商务有一些了解,但我对如何启动Shopify支付插件以及如何执行和测试我们的本地代码一无所知。 Please if you have any experienced with Shopify plugin development please share your idea here. 如果您有Shopify插件开发方面的经验,请在这里分享您的想法。 I will be very thankful to you. 我会非常感谢你。

Thank you 谢谢

Shopify uses active merchant gem to do process payments. Shopify使用活跃的商家gem进行付款。 You could write a gem which uses active merchant to implement a payment gateway. 您可以编写一个使用活跃商人来实现支付网关的gem。 And then ask Shopify to approve it. 然后要求Shopify批准。 Though it might not be a quick solution. 虽然这可能不是一个快速的解决方案。 The alternative is to implement an offline payment system. 另一种方法是实施离线支付系统。 More details https://docs.shopify.com/manual/settings/payments/payment-gateway#other-ways-to-pay . 更多详细信息https://docs.shopify.com/manual/settings/payments/payment-gateway#other-ways-to-pay

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM