Feyisayo Akinboboye
Forum Replies Created
-
Forum: Plugins
In reply to: [Woocommerce GlobalPay] Error looking transactionHello there.
Your logs report that there is an issue with the CURL library on your server.If you look at line 362 it shows that ‘https’ is not supported by your curl library. This may indicate that ‘https’ support for CURL is disabled by your server.
See this link for details.
Like I said before, I cannot reproduce this issue on my end so I think you will have to escalate to your webhosting provider to enable ‘https’ in CURL library on your server.
Let me know if there is any more information I can provide
Forum: Plugins
In reply to: [Woocommerce GlobalPay] Order Details not shown on Receipt PageForum: Plugins
In reply to: [Woocommerce GlobalPay] Order Details not shown on Receipt PageYou can view your logs by going to yoursite/wp-admin/admin.php?page=wc-status&tab=logs
You may also want to read up on the WooCommerce documentation here WooCommerce documentation
Forum: Plugins
In reply to: [Woocommerce GlobalPay] Order Details not shown on Receipt PageI don’t what you mean by receipt. I expect you are referring to the transaction details like customer name, GlobalPay Reference etc. that are displayed when the checkout process is complete.
If so I cannot say except I have access to your server. Most likely it is your theme. The plugin works on my end and shows the transaction details.
To test if the theme is the issue, install the Storefront theme and try a transaction (it is made by the same guys who make WooCommerce). You can get it here https://wordpress.org/themes/storefront/
You should also check your logs to see if the transaction details are there.
Good luck.
Forum: Plugins
In reply to: [Woocommerce GlobalPay] Error looking transaction@jdembowski thanks for pointing that out.
I should have advised @ayjogo about that.
@ayjogo please use pastebin instead and post the link here
Forum: Plugins
In reply to: [Woocommerce GlobalPay] Order Details not shown on Receipt PageHello there.
What you described is the correct behaviour of the plugin.When the user is redirected to yoursite/global-transaction-response from GlobalPay the plugin intercepts it and redirects the user to order-received page for WooCommerce.
Forum: Plugins
In reply to: [Woocommerce GlobalPay] Error looking transactionHello there,
Can you post the logs from this server?Furthermore, was it a server from a different webhost?
Forum: Plugins
In reply to: [Woocommerce GlobalPay] Error looking transactionHello there.
I just tried this and I did not get this error.
It is possible that the issue is with your server. Can you try using another server?
Furthermore, please share the system status from WooCommerce. It can be found at wp-admin/admin.php?page=wc-status
Forum: Plugins
In reply to: [Woocommerce GlobalPay] Error looking transactionOk.
Once I have a spare moment I will try and get back to you
Forum: Plugins
In reply to: [Woocommerce GlobalPay] Error looking transactionOk then.
Here is something you can try:
1) Open the file woocommerce-globalpay.php2) Change line 473 to
$endpoint = 'http://demo.globalpay.com.ng/GlobalpayWebService_demo/service.asmx?wsdl';After this, retry the transaction and let me know the outcome.
Forum: Plugins
In reply to: [Woocommerce GlobalPay] Error looking transactionHello there.
It appears that there is an SSL certificate issue GlobalPay’s demo lookup service. When I tried loading the look up URL in a browser it reported that the issuer certificate is unknown.
This is not a problem with the plugin so you will have to escalate this issue to GlobalPay.
Let me know if I can provide more information.
Forum: Plugins
In reply to: [Woocommerce GlobalPay] Can’t Set Up redirect URLHello there.
You need to ensure that the permalinks settings of your site is not the “plain” option for the redirection to work.
Fix this setting and try again.
- This reply was modified 9 years, 5 months ago by Feyisayo Akinboboye.
Forum: Plugins
In reply to: [Woocommerce GlobalPay] blank page after being redirected from global payI’m glad you got it resolved.
Good job on the perseverance shown and all the best with the project.
Forum: Plugins
In reply to: [Woocommerce GlobalPay] blank page after being redirected from global payYou are not meant to create a page or post.
The URL globalpay-transaction-response is an endpoint that the plugin listens for and handles automatically.
Creating a post or page with that URL will have unintended consequences. You should delete it.
Forum: Plugins
In reply to: [Woocommerce GlobalPay] blank page after being redirected from global payHello there.
I just tried the plugin using WordPress 4.6.1 with WooCommerce 2.6.4 and it worked ie I cannot reproduce the problem you are referring to.The issue you are having may not be something to do with the plugin.