ttimbul
Forum Replies Created
-
Forum: Plugins
In reply to: [Brevo for WooCommerce] Order ID vs Order NumberHence my suggestion of adding another placeholder, so existing users don’t suddenly find their emails breaking. But in our case we have the email subject (drawn in from what Woocommerce generates) different from {ORDER_ID} that is inserted in the template.
Why are you rejecting this out of hand? If you lack manpower, I’m happy to contribute code.
Obviously I can edit the plugin, but any changes I make would just disappear if you bring out any update. Or are you saying you won’t, because you think it’s “finished”? Then good luck to you, I’d better start looking for another email/marketing platform…
Forum: Plugins
In reply to: [Brevo for WooCommerce] Can add some filters for placeholders?According to this article your wordpress plugin doesn’t even create the track events needed: https://help.sendinblue.com/hc/en-us/articles/360021501460
Is that outdated?
There are other issues, such as not supporting {customer_note}. The most flexible approach (and easiest for your devs) would be to add a hook and make the plugin extensible.
Forum: Plugins
In reply to: [Brevo for WooCommerce] Can add some filters for placeholders?Agree, all you need to offer is an
apply_filtersso that we can add our own custom data or modify existing ones. I’d be happy to contribute the code if you tell me how?