简体   繁体   English

贝宝快递结帐的magento工作

[英]magento working of paypal express checkout

i was wondering how paypal Ecc works in magento. 我想知道paypal Ecc在magento中如何工作。 When i see the source of the checkout page in magento cart,i do not see a form to send the request to the paypal. 当我在magento购物车中看到结帐页面的来源时,我没有看到将请求发送到Paypal的表格。 COuld some explain me how it works in magento? 有人可以解释一下它在magento中如何工作吗? Thanks 谢谢

The button on cart page links to the url "STORE.DOMAIN/paypal/express/start/" which is ultimately handled by startAction() method in app/code/core/Mage/Paypal/Controller/Express/Abstract.php . 购物车页面上的按钮链接到URL“ STORE.DOMAIN / paypal / express / start /”,该URL最终由app/code/core/Mage/Paypal/Controller/Express/Abstract.phpstartAction()方法处理。 This simply builds a parametrised URL to paypal's servers and redirects the user there. 这只是为Paypal的服务器构建了一个参数化URL,并将用户重定向到那里。

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

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