gregfr
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Hook when user is logged inIs seems it works with some roles, not with others… weird…
Forum: Plugins
In reply to: [Contact Form 7] Hook when user is logged inBTW, if I set “subscribers_only: true”, I have the “unavailable” message, even for logged in users…
Forum: Plugins
In reply to: [Invoices for WooCommerce] Invoice or not based on Payment Gateway choiceHello
I tried to use this filter ; the invoice is not generated when sending the email to the user, but it’s still generated when sending to the admin.
The result is, the invoice is nevertheless generated and available to the user…be-woocommerce-pdf-invoices.php line 358
Is there a way to workaround that without changing the code?
Thanks in advance
greg
Forum: Plugins
In reply to: [Invoices for WooCommerce] Double save smashes existing invoiceOK I think I understand: although called by the same filter, the two function don’t apply to the same email type.
So it leaves the question above: Also why does it smashes an existing invoice if called a second time?
Forum: Plugins
In reply to: [Invoices for WooCommerce] Double save smashes existing invoiceAlso why does it smashes an existing invoice if called a second time?
Forum: Plugins
In reply to: [Login for Google Apps] Plugin detects wrong URLok I found it: you have to actually set the WP_SITEURL in wp-config.php, it cannot detect it from url.