【发布时间】:2017-05-19 16:19:00
【问题描述】:
我们最近在我们的网站上启用了 SSL,并启用了 PayPal 标准作为 ZenCart 网站的附加付款方式。但是,如果交易似乎顺利进行,则不会记录任何订单,也不会发送通知电子邮件。此外,自动返回 URL 添加了许多额外的字符。
我已检查设置并已将每个 URL 的 https:// 添加回我的站点
所以IPN是https://mywebsite.com/ipn_main_handler.php 自动返回是https://mywebsite.com/index.php?main_page=checkout_process
我的设置如下:
我已经记录了我的所有步骤,希望这会有所帮助:
使用https://shaftdirect.com/sit-to-stand...est-p-152.html(其 1p)进行购买
点击加入购物车 点击结帐 登录:
(发货页面) 仅限免费送货选项(已选择) 特别说明:新增测试**********************测试********************* *****
(支付页面) 勾选同意条款和条件 选择paypal作为付款方式
确认 (发送到贝宝登录屏幕) 我登录自己的帐户 点击立即付款
它似乎有效,但不是我有返回 url 的地方,https://shaftdirect.com/index.php?ma...eckout_process 而是一个空白屏幕和以下 URL:
Code:
https://shaftdirect.com/index.php?main_page=checkout_process
&referer=paypal
&amt=0.01
&cc=GBP
&charset=windows-1252
&cm=zenid%3D5r70pquqt8gkltengfd3qkn5e6
&item_name=All%20the%20items%20in%20your%20shopping%20basket%20(see%20details%20in%20the%20store%20and%20on%20your%20store%20receipt).
&item_number=Shaft%20Direct%20Purchase
&st=Completed
&tx=0KW452399F310162G
并且没有发出订单或通知邮件的记录。
请问有人可以帮忙吗?
【问题讨论】: