mingewang
Forum Replies Created
-
HI Amrit
I updated to Version 1.14.1, it still is the same.Min
hi
i updated all plugins, but not the WordPress itself. It is still the same. I have a other wp system as well , has the same issue.
do you have a manual step to check or update the permissions for that certs add on. I think some db may not updated correctly?
thanks
HI
here is the wordpress version
wordpress is: 6.6.2
plugin lists:
Advanced Google reCAPTCHA
Version 1.22 | By WebFactory Ltd | View details | Support
Big File Uploads
Change WordPress Login Logo
Version 1.3 | By Boopathi Rajan | View detai
Download Monitor
Version 4.9.13 | By WPChill | View details
Download Monitor & Paid Membership Pro integration
Version 1.0.0 | By WPChill | View details
Download Monitor & Restrict Content integration
Version 1.0.0 | By WPChill | View details
Easy Updates Manager
Version 9.0.18 | By Easy Updates Manager Team | View detail
File Upload Types
Version 1.4.0 | By WPForms | View details
LiteSpeed Cache
Version 6.5.1 | By LiteSpeed Technologies | View details
Masteriyo - LMS for WordPress
Version 1.13.4 | By Masteriyo | View details | Docs | Community Support | Rate the plugin ★★★★★
Redirection
Version 5.5.0 | By John Godley | View details
Site Favicon
Version 0.3 | By Bryan Hadaway | View details
UpdraftPlus - Backup/Restore
Version 1.24.5 | By TeamUpdraft, DavidAnderson | View details
User Registration
Version 3.3.3 | By WPEverest | View details | Docs | Free support
User Verification
Version 2.0.25 | By PickPlugins | View details
WP Mail SMTP
Version 4.1.1 | By WP Mail SMTP | View details
WPS Hide Login
Version 1.9.16.7 | By WPServeur, NicolasKulka, wpformation | View detailshi
I login as admin, which has the administrator role.
Thanks
hi
thanks. The use case is I want to display courses by popularity., or by rated score, instead of by date or title
thanks
Forum: Plugins
In reply to: [Advanced Google reCAPTCHA] unneeded tag added to json response (ajax)HI
Testing is bit complicated. You can install masteriyo LMS plugin, then enable standard paypal in the payments ( sanbox account should be fine)
Then you publish a course with price, then try to buy it as guest user.
The masteriyo seems will use ajax to create user, then redirect to paypal.
the good response is something like this:
{“result”:”success”,”redirect”:”https:\/\/www.paypal.com\/cgi-bin\/webscr ..”}
with Advanced Google reCAPTCHA plugin enabled ( with some form enabled in setting ), the response become
<div class="agr-recaptcha-wrapper">{"result":"success","redirect":"https:\/\/www.paypal.com\/cgi-bin\/webscr .."}
It added the div block, which will cause the masteriyo javascript code threw error, I guess it expect pure json string.
HI
Found error, it seems
Advanced Google reCAPTCHA plugin added some <div > tag for the response
the response from the server is: <div clas .. > { “result”: …}
after I disable that plugin, it works.
But I guess the following could be useful
(1) allow admin to to disable this guest buynow.
(2) as you suggested add ‘Already Registered? Login here’ type link while checkout.
Thanks
- This reply was modified 1 year, 1 month ago by mingewang.
HI
I double checked. NO console/network error.
for guest user : it failed first ( always) , then if you click checkout button again, then click “proceed to paypal” , it works. I tried several times, it behavior like that. I can send you my URL if you like
Is it possible to have a flag allow_guest_user in the setting to turn on/off this feature?
thanks.
HI Ashil
Yah, it is fixed.
Thanks a lot!
HI Ashil
Yah, it is fixed.
Thanks!!
HI Aashil
Thanks for the quick response.
It is Standard Paypal.
I used paypal’s Sandbox to test. The AIP username/password/sigature is from Paypal’s NVP/SOAP API setting. Also the Paymement Actions was set to: Capture.
After the paypal pay successful, the order was still in the on-hold state.
Anything I miss-configured?
Thanks!
- This reply was modified 1 year, 4 months ago by mingewang.