ckloh
Forum Replies Created
-
Forum: Plugins
In reply to: [Fluent Support - Helpdesk & Customer Support Ticket System] DepartmentsThanks for the reply.
Is there a way to filter the tickets list in the portal, by code or shortcode parameters?
Hi, thanks but again, I do not need help with using Auth and Capture Later out of the box. Cheers.
Thanks for your help.
I got it to not capture at Processing (only at Completed) by commenting out line 24 in \plugins\woocommerce-gateway-stripe\includes\class-wc-stripe-order-handler.php
// add_action( ‘woocommerce_order_status_processing’, [ $this, ‘capture_payment’ ] );
Tried using remove_action but couldn’t get it to work so the above dirty hack. For those considering using this hack, be sure to repeat it after every update of this plugin.
Hi,
Thanks for your reply but that wasn’t what I needed help with, unfortunately.
To reiterate, I am already using Auth and Capture on my site.
Authorizations are currently captured when orders are marked as Processing (from on-hold).
What I would like is for this plugin (WooCommerce Stripe) to only capture the authorization when orders are marked as Completed.
Hope I have explained it clearer this round.
- This reply was modified 1 year, 11 months ago by ckloh.
Hi, thanks for your reply.
How can I have it capture ONLY at Completed. I do not want it to capture at Processing.
To be clear, my site is using “Issue an authorization on checkout, and capture later“.
Forum: Plugins
In reply to: [WooCommerce] Force Customer Sign up and Add CardThanks for the very helpful reply!
Mod, for your discretion.
Forum: Plugins
In reply to: [MC4WP: Mailchimp User Sync] Autosync – how does it work?Thanks!
I did try triggering wp-cron using a cpanel cron job every 5mins but the autosync didn’t fire for an hour or so.
Was that delay by design?
Perfect. Thanks!
Yes you are right, I forgot to add that email address in Gmail Send Mail As. Resolved and perfect now.
I can’t use that domain to configure because it’s an additional domain with no Gsuite login. I can only create a new Gmail API with the primary email/domain login
Forum: Plugins
In reply to: [Pricing Table by Supsystic] How to Change Responsive CSS breakpoints“Please try to choose “Column width” for table and adjust column width as you need.”
Could you please advise how the ‘column width’ settings can help in this? I am trying to get the responsive (stacking columns) to happen at a bigger device width (eg. tablet portrait). Right now its happening only on a smartphone.
Forum: Plugins
In reply to: [Pricing Table by Supsystic] How to Change Responsive CSS breakpointsThanks. I looked in there but didn’t see any media queries or any mobile rules.
Still need help with locating the responsive CSS rules – I just need to adjust the width breakpoints.