xjamesb
Forum Replies Created
-
Thank you for your reply which quotes from the MailPoet manual on this topic. However I believe that you are wrong. I include the guidance from Google below and bold the relevant text for your reference.
SPF
SPF prevents spammers from sending unauthorized messages that appear to be from your domain. Set up SPF by publishing an SPF record at your domain. The SPF record for your domain should reference all email senders for your domain. If third-party senders aren’t included in your SPF record, messages from these senders are more likely to be marked as spam. Learn how to?define your SPF record?and?add it to your domain.
I have moved my high volume clients from MailPoet to Amazon SES as a precaution.
Update (+3 hours)
Having read the Amazon SES documentation I now realise that adding a SPF record is not sufficient. I must also add a CNAME that maps host to your sending server. This is because the domain in the MAIL FROM header must match the sender’s domain. This requires code changes on the MailPoet side because you must send using this CNAME not as you do at present your own server name. I guess that this is a big change for you.
Forum: Plugins
In reply to: [Menu Item Visibility Control] Temporary or permanent closure?For many fans of this plugin non-availability here is a breaking change. It would be helpful to us if you could actually fork it so that it remains available here.
Thank you for writing this great plugin!
This is a generic issue and a solution is given here,
I declared a global in the calling template and then referenced it in the filter.
In template:
global $jb_store_user; $store_users = $store_user;
In filter
global $jb_store_user;
$store_user_id = $store_user->get_id();Thank you for your great advice. Looking in the Stripe dashboard will solve my problem.
I asked Stripe Support and they say they do support Direct Charges with SCA. Is there a “catch” or is Stripe Support wrong?
(11:08:10 PM) James Bayley : Thank you. It would be great to confirm that Direct Charges are incompatible with SCA (or not).
(11:08:21 PM) Raechel: Certainly.
(11:11:55 PM) Raechel: I’m just waiting to hear back from my colleague now.
(11:12:11 PM) James Bayley : thank you
(11:19:37 PM) Raechel: One minute please.
(11:20:22 PM) Raechel: It would actually be possible as payments using Stripe’s payment_intents API to make charges while using 3D secure makes it SCA compliant. So it would work.
(11:23:41 PM) James Bayley: OK. All three major WooCommerce marketplace vendors (40000 markets) think it is not. So there must be a catch somewhere. Does your colleague know why they don’t support Direct Charges and SCA. Perhaps this functionality was only released recently.
(11:24:10 PM) James Bayley : If they don’t then don’t worry I will try to raise with the developers but it is tough getting to them.
(11:27:10 PM) Raechel: Checking.
(11:31:08 PM) Raechel: To clarify quickly, are you asking why Woocommerce doesn’t support this but Stripe does? Because Stripe does.
(11:34:02 PM) James Bayley : Yes. I understand that this is an odd question. But all three major Stripe partners have the same implementation – Direct Charges == No SCA.
(11:37:40 PM) Raechel: Stripe has no insight as to why Woocommerce would have that but Stripe does support it.I note that if I use Stripe’s own hosted checkout solution I can make Direct Charges and it does support SCA so this will be my fallback if necessary.
There is help doing this here,
https://wclovers.com/forums/topic/how-to-add-vendor-slug-to-url-in-product-single-views/
I need to use Direct Charges.
* Is SCA a big problem in the real world? Am I suddenly going to find that all my transactions fail? What do your other customers do?
I have now found that if I disable “3D Secure and SCA” then the option to enable Direct Charges becomes available.
Please note that I do not need to split a cart. The entire payment will be made to a single vendor and one application fee charged.
Brilliant support
Forum: Plugins
In reply to: [Cronjob Scheduler] Urgent: What do I do about Action Exists = “No”That is brilliant Chris.
I suggest that you may wish to make minor changes to the UI.
* The colour of “No” should be amber not red
You could have the explanatory text on the Cron Job Scheduler page.
“Cronjob Scheduler does not change your cron jobs. It simply replaces the standard WordPress mechanism which triggers them with a more reliable one from your operating system.
If you are creating your own actions in functions.php (or similar files) then they should have the word “Yes” against them. Many popular plugins will create actions in a slightly different way and Cron Job scheduler cannot see them and will report “No”. This is not a cause for concern.”
Forum: Plugins
In reply to: [Cronjob Scheduler] Urgent: What do I do about Action Exists = “No”Yes. This is a beautiful plugin which should be great for testing.
Forum: Plugins
In reply to: [Cronjob Scheduler] Urgent: What do I do about Action Exists = “No”You can see the actions here.
The first two come from the theme. Others come from plugins that I have installed.
Forum: Plugins
In reply to: [Cronjob Scheduler] Urgent: What do I do about Action Exists = “No”I have now read the WP-cron manual and I understand that your Cronjob Scheduler plugin replaces the ad-hoc triggering of wp-cron.php with a precise triggering from the operating system.
Therefore I should expect everything that was working to continue working exactly as before.
* is that correct?
As a follow up question – if everything is going to work OK what do the red “No”s mean?
Forum: Plugins
In reply to: [Cronjob Scheduler] Urgent: What do I do about Action Exists = “No”Thanks for the prompt reply Chris,
Sorry but I am still baffled. I have the big disadvantage of not understanding how this all works so please think of me as a bright but ignorant.
I have actions from several common plugins including Geo-My-WordPress, MemberPress and Redirection which have a red “No” against them.
Let us consider the action “redirection_log_delete”. When I click “Run” in Cronjob Scheduler I get the message,
“The action ‘redirection_log_delete’ doesn’t exist for this cronjob.”
I have turned off WP-Cron as you instructed. Does this message from your Cronjob Scheduler mean that the job redirection_log_delete will never run?
Thank you for your help and writing this plugin,
James