brandonecarr
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Reload on Submit… Nothing HappensYeah, I was using PHP 5. The system can take anywhere from 7-10 minutes to complete the update. I’ll let you know as soon as it finishes where we stand. Hope I don’t break any other plugins, lol.
Thanks for your support Danny!
Brandon
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Reload on Submit… Nothing HappensI believe the code I’m throwing above is for an outdated version of PHP. I’m running PHP 5. I’m upgrading to PHO 5.3 as I type this message. Hoping this solves all issues.
Thanks.
Brandon
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Reload on Submit… Nothing HappensI installed the developer version. Nothing changed. I tried to activate Quick Cache to clear my site’s cache, but I got this message:
Plugin could not be activated because it triggered a fatal error.
Fatal error: Uncaught exception ‘Exception’ with message ‘This version of Quick Cache requires PHP v5.3+.’ in /home/content/26/9158726/html/wp-content/plugins/quick-cache/quick-cache.php:19 Stack trace: #0 /home/content/26/9158726/html/wp-admin/plugins.php(147): include() #1 /home/content/26/9158726/html/wp-admin/plugins.php(149): plugin_sandbox_scrape(‘quick-cache/qui…’) #2 {main} thrown in /home/content/26/9158726/html/wp-content/plugins/quick-cache/quick-cache.php on line 19
Haven’t seen that before… In any event, not fixed yet… At least, not on my site.
Thanks,
Brandon
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Reload on Submit… Nothing HappensThank you sir.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Reload on Submit… Nothing HappensDanny-
I’m using Quick Cache for my caching plugin. I got rid of W3, as it causes so many issues with many of the sites that I maintain. Here is a list of all of the plugins that I am currently using:
Ad Injection
Akismet
Author Page Views
Check Email
Contact Form 7- Inactive
Contact Form DB- Inactive
Count Per Day
Disable Comments
Email Alerts- Inactive
EWWW Image Optimizer- Inactive
Google Pagespeed Insights- Inactive
Image Focus Point
Internal Link Builder
Like Dislike counter
MailChimp for WordPress Lite (Obviously)
Peter’s Collaboration E-mails
Pinterest Pinboard Widget
Quick Cache- Inactive
Remove Admin Bar- Inactive
SI CAPTCHA Anti-Spam- Inactive
Skt NURCaptcha
Social Login for wordpress
UpdraftPlus – Backup/Restore
Vihv Speed Up
Wordfence Security
WordPress Importer- Inactive
WordPress SEO
WP Better Emails
WP Default Author
WP User AvatarThanks!
Brandon
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Reload on Submit… Nothing HappensDanny-
Ah, the settings I was speaking of are inside of the forms section. Please forgive. However, I still have a 0 (zero) in the “Redirect to this URL after a successful sign-up” section, and the page insists upon reloading itself when I click on “Sign Up”.
I’ll wait patiently for you to run those tests. Thanks for your support.
Have a great evening.
Brandon
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Reload on Submit… Nothing HappensDanny-
Thanks for the heads up. I forgot to blur that out.
Prior to 1.4.5, I was able to select options from under the Renew Cache Data button. Those have since disappeared. They weren’t all available, as I assume those are for the pro version, but the ones that were editable have been removed.
Thanks!
Brandon
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Reload on Submit… Nothing HappensHey Danny-
Now all of the settings have disappeared. Here’s the settings screen now:
The page is still just reloading instead of giving a success message and staying on the same page.
Thanks!
Brandon
https://terrasindependentvoice.com
Widget is in the footer.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Reload on Submit… Nothing HappensOh, awesome.
I’ll check it out, and report back.
Thanks!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Reload on Submit… Nothing HappensHi Danny-
I just installed it for the first time ever. It’s running version 1.4.4.
Thanks.
Brandon
Ashok-
I got this all figured out! Thanks so much for your help. For anyone trying to complete the same action, here is the code that I used and added my functions.php file:
/*
* goes in theme functions.php or a custom plugin
*
* Subject filters:
* woocommerce_email_subject_new_order
* woocommerce_email_subject_customer_procesing_order
* woocommerce_email_subject_customer_completed_order
* woocommerce_email_subject_customer_invoice
* woocommerce_email_subject_customer_note
* woocommerce_email_subject_low_stock
* woocommerce_email_subject_no_stock
* woocommerce_email_subject_backorder
* woocommerce_email_subject_customer_new_account
* woocommerce_email_subject_customer_invoice_paid
**/
add_filter(‘woocommerce_email_subject_new_order’, ‘change_admin_email_subject’, 1, 2);function change_admin_email_subject( $subject, $order ) {
global $woocommerce;$blogname = wp_specialchars_decode(get_option(‘blogname’), ENT_QUOTES);
$subject = sprintf( ‘Delivery date: %s for %s %s in %s’, $_POST[‘e_deliverydate’], $order->billing_first_name, $order->billing_last_name, $order->billing_city );
return $subject;
}Thanks for the awesome plugin!
Good luck to all!
Hi ashokrane-
Sorry for the late reply. it’s been quite the hectic time lately!
In what file will I call up this code?
Thank you sir, hope you had a great Labor Day, and have a great day!
ashokrane-
Would it be a possibility to add the delivery date into the subject of the new order email? If so, how?? Thank you sir!
Brandon
Forum: Plugins
In reply to: [Order Delivery Date for WooCommerce] Problem With Pro Version Cut off dateashokrane-
Purchased the pro version, and my client loves the plugin so far with one exception. Just need some help with the next day delivery cut-off. I’m having a similar issue as OP. My client’s cut-off time for next day delivery is set to 18:00. It’s 22:00 on the East coast, and the plugin is still allowing for next day delivery. My time zone is set to -4 (-5 is normal, but offset for daylight savings +1 hour makes it -4). I need next day delivery to be disabled at 6pm EST. Can you please advise as to what seems to be the problem.
Thanks!
Brandon
Forum: Plugins
In reply to: [Contact Form 7] [Contact Form 7] Emails Send, But No Success Message!Marking as resolved.