msolution
Forum Replies Created
-
Hey @drwpcom,
thanks for the help! guess the new version 5.0.0 fixes alot of issues, including mine ??for anyone who has similar issues the hook ‘wc_gateway_stripe_process_response’ fixed it for me. to get charge information, use this hook.
Regards & Thanks
M.Hey @laceyrod,
thanks for getting back to me, guess i posted on a stale page without refreshing, so i did not see you already responded, really sorry for that!No, the process of accepting payments via cards is working and everything is fine, I’m just trying to use the hook, “wc_gateway_stripe_process_payment” given inside the function WC_Stripe_Webhook_Handler::process_payment_intent_success()
But when this function is invoked on a successful payment, and at the following line it bails from the function coz the order status is at “processing”,
if ( ! $order->has_status( array( 'pending', 'failed' ) ) ) {
Just wondering why, and if this is a bug?
I cant seem to find any other hook to get the $notification variable to get card owner address details.
Hey @wpnomad,
thanks for responding, im not using WC web hooks, just the one stripe has. Copied the URL on the stripe web hook dashboard, and listening to the same.I am a web dev hired to make this ??
Warm Regards,
- This reply was modified 3 years, 8 months ago by msolution.
anyone?
this is card payments, if that helps
Regards,
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Cloner stuck in a loop@dorike oh yes on that we’re on the same page, it is a nice solution, and exactly what i needed at that time, but when i found this bug (and a couple more), we were already way into the project for me to even think about searching for another solution. So i did have to hack into it to make it work.
another issue being its tied down to wp-cron,
where a unix cron would do much better on a new site which does not have the kind of traffic this needs to run!Thanks for the above, ill look into this.
Regards,
M.- This reply was modified 4 years ago by msolution.
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Cloner stuck in a loopno this query was not resolved, nor was the author interested in figuring this out,
But they do offer paid support for the bugs in their free plugin! ??
Best of luck,
M.i enabled IPN logging, and IPN is getting verified,
from the logs…
IPN verified successfullyanything else im missing.
any one?
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Cloner stuck in a loopHey @neversettle – custom integration is limited to your code as mentioned in the docs. Im just invoking it via REST API.
the second mention is a bug in your new release, where it is giving me a 400 error in the dev console in firefox. not present in the last version.
If I could, i would have a feature request of putting a checkbox for people who wish to use unix cron instead of wp-cron. that would be awesome, and simpler!
Rest things work good and im loving the plugin!
Keep up the great work!
Im sending you log files. please look and revert.
Thanks in advanced.
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Fetal Error on Unix Cron.thanks for your response, ??
i added a similar code on ‘ns_cloner_before_init’ hook, it worked out good!
keep up the good work, this works like a charm!
Thanks,
- This reply was modified 4 years, 5 months ago by msolution. Reason: resolved
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Scheduler Issue – timemy bad! all good!
thanks.!
Forum: Themes and Templates
In reply to: [Spacious] Shop Page does not show sidebarcool! that worked!
Thanks!
Forum: Themes and Templates
In reply to: [Spacious] Shop Page does not show sidebaranyone!
Forum: Plugins
In reply to: [YITH WooCommerce Multi Vendor] Multiple Subscriptions per Order?please advise
Forum: Fixing WordPress
In reply to: Install remote plugin, upgrader adding .tmp to folderi did the same, plugin files inside a folder, and then zipped,
if i use the wordpress upload plugin panel, alls well,
but try it remotely,… things dont work well.Forum: Fixing WordPress
In reply to: Install remote plugin, upgrader adding .tmp to folderi have php as cgi, so default permissions are 755,
if some one could shed some light here