can please ask for help? We are managing a website https://vikendovepeceni.cz/ and we have dome some customization based on our clients requirements. Our client has custom storage system. As part of the setup we send emails to the client that the order has been processed. And the problem is that we are using cron to check order statuses and than send emails with (WC()->mailer()->emails[‘WC_Email_Customer_Completed_Order’]->trigger( $order_id )).
but the email does not have the customised design and has only the design of WooCommerce. The cron is hooked to an ‘init’ callback.
Thank you.
Best Regards,
Josef
Thank you.
]]>I saw a topic about Mailchimp Subscription field (checkbox).
My question is similar but with Campaign Monitor integration.
In a certain form with fields (name, email, etc.) if the user choose a “newsletter subscrition” field (checkbox), then it’s name, email, any chosen field is sent to the proper list in Campaign Monitor, if he does not check the box nothing is send to Campaign Monitor.
Is it possible ? now ? How ?
or maybe later as it was suggested in Mailchimp Subscription field (checkbox) topic ?
Thanks.
]]>Expected response code 354 but got code “503”, with message “503-All RCPT commands were rejected with this error:
Would be nice to inform me about this error and skip the email but no, it just stays like that until I delete (or correct) the wrong email address.
I am sure that if I would have sent the email with MailPoet this errors will probably not occur, so can anyone guide me where do I put a continue;
in the PHP code where the error is thrown? :))
Thank you!
-Latest WP and MP versions
First, let me say that I actively use a certain amount of custom code via Forminator hooks to change the default styling of my email notifications from list form to table form. For example:
Default Email Styling
<ol>
<li>
<strong>Hello</strong>
World</br>
</li>
</ol>
My Email Styling:
<table>
<tr>
<th>Hello&</th>
<td>World</td>
</tr>
<table>
I know this support is not for fixing custom code. However, there is a quirk with number fields and how they translate into emails that I thought I should bring to the forefront. Using my code and {all_fields} or {all_non_empty_fields}, number fields insist on using double decimal places (ex. 2.00) regardless of what decimal place choice I make within the form editor, it always has two decimal places. I removed my code to see how {all_fields} and {all_non_empty_fields} behaved on their own.
{all_fields} behaves as expected. A number with the proper number decimal places(or lack there of) was displayed. {all_non_empty_fields} on the other hand showed always showed two decimal places after the integer.
With or without my custom code, this number quirk does not appear to exist when using the number short code directly (ex. {number-1} displays as “2”). Nor does the number quirk appear in the database. All the numbers appear as anticipated.
I can’t tell where this quirk originates. Both {all_fields} and {all_non_empty_fields} have similar, if not identical, code in “helper-fields.php”. I imagine the issue could be arising in the “forminator_custom_form_after_render_value” filter in “front-user-registration.php”, but I’m not familiar with that area of Forminator’s code. Otherwise, maybe it’s being affected by the jquery code? But I feel like that’s only affecting the front end, not the back end.
I’d love to know if this is functioning as anticipated or if there’s a temporary fix before the next update.
Thanks.
]]>Very good app ! Intuitive & nice interface !
Reactive support ! (I send an email on sunday evening & get an answer a couple of hours later !)
I recommand !
We are a small French non-profit organization. Globaly our goal every day is to make life better for people that get it hard. But our main activity is to finance the construction of well in Africa.
To finance our wells we use our site to make our campaigns. Today we want to improve our communication by providing to our donors a better quality and real-time information.
We want to keep them informed of the campaign status in an automated way.
Our campaign system rely on GiveWP and our mailing tool is Mailjet. Is there a way to accomplish this scenario with GiveWP only or with the help of Mailjet if there is a existing way to integrate it to GiveWP ?
Scenario :
When 25% of the campaign has been funded, send email 1 to donors.
When 5o% of the campaign has been funded, send email 2 to donors.
When 75% of the campaign has been funded, send email 3 to donors.
When 100% of the campaign has been funded, send email 4 to donors…
Waiting forward to hearing from you soon
Regards`
]]>