cunnningstunts
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] User SwitchingYep, it’s already in standard mode
Thanks for the reply, but this isn’t fixed in the latest dev version you have on GitHub.
Looking at that commit, I can’t see how the issue would be fixed. The isset() is added, which would clear up the conditional error I mentioned, but the area where the actual problem is remains untouched.
So if I add an else to the if statement that’s checking the $email[‘headers’][‘References’] variable, to log the error, like so:
else { error_log($email['headers']['References']); }
This is what I get in the logs when I run the cron job:
<[email protected]> <[email protected]> <[email protected]>
Those are my test email replies.
Like I said above, your code is checking for specific content in the email header, which doesn’t exist. I can only guess this content is added by ERP when sending email out, but when using a transactional email service (like most people should be) that info is stripped out. It would also mean that any emails sent by customers that aren’t a reply to a system generated email, would be ignored anyway, which for me makes your whole email system useless.
To me, a much better way to check where new emails should be piped-in would be to analyse the actual content of the email – sender email address and subject.
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] User SwitchingHere’s what the User Switching developer has to say on the matter:
https://www.ads-software.com/support/topic/the-link-you-followed-has-expired-20/#post-11368484Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] User SwitchingI was using 1.3, also updated to 1.5 and it still doesn’t work.. hmm
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] User SwitchingHmm, that’s odd, but also good news because we really need that functionality ??
I get the error right when I click a link to switch to the user. The switching URL looks something like:
/custom-login/?action=switch_to_user&user_id=5&nr=1&_wpnonce=f301091a50
The error reads:
The link you followed has expired.
Please try again.The user switching works as normal without Cerber active.
Any ideas?
- This reply was modified 5 years, 11 months ago by cunnningstunts.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Template per status?I just noticed that you offer a “proposals” plugin that achieves what we’re trying to do. How does this plugin integrate with that one?
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Template per status?Great, thanks for the info, I’ll go grab the pro version then ??
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Support orders created by admin?Just incase someone else reads this thread wondering the same thing. The discounts are only applied when using the Phone Orders plugin in the back-end. Not a problem for me because that plugin is great and we’ll be using it too.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Template per status?Thanks for the reply. So the pro version allows you to rename the proforma invoice to something else?
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Support orders created by admin?Thanks for the reply. I just checked that setting in your demo and it’s still not working..
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Support orders created by admin?It’s not working for me in your demo. The discounts show when creating or editing an order with the Phone Orders plugin, but no discounts apply in the regular order area.. not sure what I’m missing?
Forum: Plugins
In reply to: [Phone Orders for WooCommerce] Edit existing order of any status?Oh I see the edit button, that works for orders with the “On Hold” status, but it’s not there for “Processing”.
Is there any reason Phone Orders plugin doesn’t show orders from all statuses and allow editing? I’m putting together a site for a client that’ll have a few extra order statuses and I know they’re going to ask/complain if they can’t edit any order they like..
Forum: Plugins
In reply to: [Phone Orders for WooCommerce] Set user role when creating a customerNever mind, now I see it!
thank youForum: Plugins
In reply to: [Phone Orders for WooCommerce] Set status when creating order?Thanks for the reply. That will get it done with a few extra steps (editing the order after). It would be nicer/faster to do it while creating the order using your plugin though ??
Forum: Plugins
In reply to: [Phone Orders for WooCommerce] Set user role when creating a customerWow, that was fast. Unfortunately I don’t see a role dropdown in the new customer popup…?